nathanapffel Posted March 12, 2018 Share Posted March 12, 2018 My question is about packed disk sequence files. The docs state: Packed disk primitives automatically cycle when the rendered frame is outside the animation’s frame range. You can change this by setting the primitive string attribute "wrap" on the packed disk sequence to one of "clamp", "cycle", "mirror" or "strict". I assumed the meant you could add a sting attrib named wrap with the value of mirror to the primitives of cached geo and this would cause the file node to play back the PDS files back in a ping pong cycle. however this didn't work. what am i missing? Quote Link to comment Share on other sites More sharing options...
anim Posted March 22, 2018 Share Posted March 22, 2018 "wrap" is an intrinsic attribute to PackedSequence primitive you can set it using Primitive Wrangle setprimintrinsic(0, "wrap", @primnum, "mirror"); 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.