ADN-DevTech / 3dsMax-Python-HowTos

3ds Max python samples
MIT License
224 stars 49 forks source link

I have some questions #33

Closed Dvelpro closed 1 year ago

Dvelpro commented 1 year ago

Excuse me , Are these examples still applicable in the 3dsMax 2020 ? if i want to use what can i do something? i‘m looking forward to your answer ty

kevinvandecar commented 1 year ago

Yes, many of them should have code that will work in 3ds Max 2020, but may not run as-is due to import syntax, potential API changes, etc. The pymxs ones should be the important examples. Note that the MaxPlus python module has been deprecated and removed from later 3ds Max releases, so I would not develop anything using that module (but it is still documented in the 2020 release docs). Also be aware that 3ds Max 2020 used the Python 2.x interpreter, and in general that is no longer supported due to security concerns and maintainability by the python organization. We would encourage you to move to later version of 3ds Max when you can. 3ds Max 2021 introduced support for python 3. Hope it helps.

hugow commented 1 year ago

Yes all these samples target python 3.

Dvelpro commented 1 year ago

Think you