how to get string value of a parameter at the given frame?

   2098   2   0
User Avatar
Member
5 posts
Joined: June 2015
Offline
I find “chf” expression,but it can't return string value.
I can't find “chsf” expression.
how to get string value of a parameter at the given frame?
please,help me.
Thank you very much.
User Avatar
Member
8772 posts
Joined: July 2007
Offline
you can use Python expression:
parm(“path_to_parm”).evalAtFrame(frame)

like:
parm(“./name”).evalAtFrame(10)
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
5 posts
Joined: June 2015
Offline
Thanks tamte.
I can use python expression in python view window.


I choose python language


But why I can't use this in parameter window?
  • Quick Links