cops animation to sop OpenGL

   1546   4   2
User Avatar
Member
38 posts
Joined: June 2015
Offline
hi

is there a way that i can see an animation
in a sop opengl via (op i only get the first frame

thanks
User Avatar
Staff
5154 posts
Joined: July 2005
Offline
Use
op:/path/to/cop[$F] 
to grab the animation.
User Avatar
Member
38 posts
Joined: June 2015
Offline
o man thank you did the trick
User Avatar
Member
251 posts
Joined: July 2013
Offline
Ohh lol, I was about to suggest some contraption with a time-changed callback that clears the opengl cache... seams a more reasonable approach!
More code, less clicks.
User Avatar
Staff
5154 posts
Joined: July 2005
Offline
The $F is needed because op: reference doesn't add the COP time dependency on the SOP. By putting $F in the expression, the SOP becomes time dependent itself. You can also specify a specific frame in the square brackets if you ever needed that.
  • Quick Links