how to get string value of a parameter at the given frame?
2100
2
0
da feng
Member
5 posts
Joined: June 2015
Offline
May 1, 2016 3:07 a.m.
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.
tamte
Member
8772 posts
Joined: July 2007
Offline
May 1, 2016 3:43 a.m.
you can use Python expression: parm(“path_to_parm”).evalAtFrame(frame) like: parm(“./name”).evalAtFrame(10)
Tomas Slancik FX Supervisor Method Studios, NY
da feng
Member
5 posts
Joined: June 2015
Offline
May 1, 2016 6:13 a.m.
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?