Closed GoogleCodeExporter closed 9 years ago
Unfortunately I don't think there is a way to do that. You could write a
maxscript to do that similar to the py_helper maxscript. But in some cases,
I've found a python for loop pulling data from Py3dsMax is faster than the
maxscript equivalent.
The Py3dsMax plugin automatically converts most basic types to python
equivalents. Anything it doesn't recognize it returns as a value_mapper object.
You should be able to interact with them (mostly)the same way you would
interact with them in maxscript.
Original comment by hen...@gmail.com
on 4 Dec 2013 at 7:50
Original issue reported on code.google.com by
instinctvfx@gmail.com
on 5 Jun 2012 at 10:31