Releases: nils-soderman/motionbuilder-socket
Releases · nils-soderman/motionbuilder-socket
2.0.4
2.0.3
Breaking Changes:
- The
timeoutDurationargument inopen()now expects the time in milliseconds
Added:
- Docstrings are now included in the .ts declaration files
- Class variable
systemInfowith info regarding the connected MotionBuilder python instance, for example: "Python 3.9.7 (tags/v3.9.7:1016ef3, Aug 30 2021, 20:19:38) [MSC v.1929 64 bit (AMD64)] on win32"
1.0.1
Changed:
- Convert all
\n\rto\nin the response - Raise an error if the command is larger than 1025 bytes
Fixed:
- Escape single quotes
'used in globals inexecFile