MADEAPPS / newton-dynamics

Newton Dynamics is an integrated solution for real time simulation of physics environments.
http://www.newtondynamics.com
Other
928 stars 183 forks source link

Further cmake changes for newtonPy on Linux #286

Closed perkinslr closed 1 year ago

perkinslr commented 2 years ago

Uses CMake to find python if the Python environment variable is not set. This applies to windows too.

Only tries to copy the output to blender if the Blender environment variable is set (otherwise it tries to copy to /scripts/addons/newtonPy, which fails).

Copies the libnewtonPy.so (or .dll on windows) file to _newton.so on linux, and _newton.pyd on windows.

JulioJerez commented 1 year ago

oh, somehow, I missed this pull request. this is merged now

thanks.