Search code examples
maxscript

MaxScript - object properties at specific frame


how do I get an objects transform matrix at a specific frame without setting the sliderTime to that frame?


Solution

  • Use the "at time" context, also take a look at the coordsys context!

    local objTM = at time 20f in coordsys world selection[1].transform