1

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

Mat
  • 4,281
  • 9
  • 44
  • 66

1 Answers1

3

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

local objTM = at time 20f in coordsys world selection[1].transform
JHN
  • 1,018
  • 9
  • 12