Notifications
Clear all

[Closed] Load / save animation

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
(
  local lstNodes = (selection as array)
  loadAnimation fAnimationFile &lstNodes
)

I think you need to play around with a little

Shane