Closed GoogleCodeExporter closed 9 years ago
There is a new version of Py3dsMax in the new installers(11552) that should
resolve the issue
{{{
>>> from Py3dsMax import mxs, AtTime
>>> at = AtTime(1)
>>> sphere = mxs.selection[0]
>>> sphere.pos
[-34.3737,65.3852,0.0615939]
>>> at(10)
>>> sphere.pos
[-23.4859,60.9706,5.08299]
>>> at(10)
>>> sphere.pos
[-23.4859,60.9706,5.08299]
>>> at(15)
>>> sphere.pos
[-12.6267,56.5674,10.0912]
>>> at(5)
>>> sphere.pos
[-31.4278,64.1908,1.42025]
>>> at(25)
>>> sphere.pos
[10.0643,47.3669,20.5562]
}}}
Original comment by hen...@gmail.com
on 25 Apr 2012 at 6:51
Original issue reported on code.google.com by
michael....@gmail.com
on 20 Feb 2012 at 4:08