mgschwan / blensor

Blender Sensor Simulation
www.blensor.org
Other
178 stars 47 forks source link

Multi-core processing #32

Open dgriffiths3 opened 5 years ago

dgriffiths3 commented 5 years ago

When running 'scan range' blensor doesn't seem to be taking advantage of multi-core. As each scan is fully independent of the next it would make sense that this should be possible. Is there something I am missing here?

If not, do you have any advice to parrellising in a way where the .blend file does not need to be loaded in multiple times?

Thanks!