Running several scenes in parallel, is possible?

Typically: "How do I... ", "How can I... " questions
coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: Running several scenes in parallel, is possible?

Post by coppelia »

Keep in mind that the c++ and in that case the Python API is not thread-safe: you should only access API functions from within the c++ simulation thread, or from your Python simulation thread (if you work with the CoppeliaSim Python Client application, coppeliaSim.py)

Cheers

Post Reply