Hi,
From Maya, I would like to pass animated parameters to a GeomStaticMesh plugin.
Your docs talk about MyInterpolatingInterface, but this seems only to be able to retrieve animated parameters, as only getInt, getFloat... are addressed, not to pass them (setInt, setFloat not shown in the docs).
I found another struct called AnimatedParameterInterface, but I am not sure if this one has a role to play.
What would be the way to pass animated parameters to a plugin ?
Thanks
From Maya, I would like to pass animated parameters to a GeomStaticMesh plugin.
Your docs talk about MyInterpolatingInterface, but this seems only to be able to retrieve animated parameters, as only getInt, getFloat... are addressed, not to pass them (setInt, setFloat not shown in the docs).
I found another struct called AnimatedParameterInterface, but I am not sure if this one has a role to play.
What would be the way to pass animated parameters to a plugin ?
Thanks
Comment