You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing this to ask if someone have tried to perform a scanning of multiple liDAR sensors in blender in parallel without issues?
I tried to do this using threading in python but it seems that this is not applicable with blender bpy library.
it starts scanning in parallel but then raise an error says that the process failed because of a wrong context. Also I am not if Blainder add on has an issue with parallel execution.
If someone tried to do this using a better approach it would be very helpful to share.
The text was updated successfully, but these errors were encountered:
Hi all,
I am writing this to ask if someone have tried to perform a scanning of multiple liDAR sensors in blender in parallel without issues?
I tried to do this using threading in python but it seems that this is not applicable with blender bpy library.
it starts scanning in parallel but then raise an error says that the process failed because of a wrong context. Also I am not if Blainder add on has an issue with parallel execution.
If someone tried to do this using a better approach it would be very helpful to share.
The text was updated successfully, but these errors were encountered: