Notifications
Clear all
[Closed] Load / save animation
Apr 09, 2008 10:00 am
Hello
Is anyone know how to script the load and save animation in 3dsmax
The maxscript reference say :
<boolean>loadAnimation <filename>fileName <&node array>nodeTab relative:<boolean> insert:<boolean> insertTime:<time> useMapFile:<boolean> mapFileName:<filename>
Give me an example please !
thanks
Arno
1 Reply
Apr 09, 2008 10:00 am
(
local lstNodes = (selection as array)
loadAnimation fAnimationFile &lstNodes
)
I think you need to play around with a little
Shane