N Senada Posted Tuesday at 03:16 AM Share Posted Tuesday at 03:16 AM I've asked this on the sidefx forum but it went unanswered, so I thought I'd give it a try here. In my noob imagination it should be really easy. The title says it all really, I would like to create (or "write", "set", "import" into) a chop channel from python data (list, numpy array, dictionary or similar). I just can't find any way to do this. Quote Link to comment Share on other sites More sharing options...
vicvvsh Posted yesterday at 05:55 AM Share Posted yesterday at 05:55 AM On 8/12/2025 at 8:16 AM, N Senada said: I've asked this on the sidefx forum but it went unanswered, so I thought I'd give it a try here. In my noob imagination it should be really easy. The title says it all really, I would like to create (or "write", "set", "import" into) a chop channel from python data (list, numpy array, dictionary or similar). I just can't find any way to do this. Hi, you can save your data as ascii text file with extensions .clip or .chan, then read it with File chop node. Also you can bake you data to parameter on a sop node as keyframes and then fetch into CHOP with Fetch Parameters chop node, or save baked keyframes as a file with saveClip method of hou.Parm class. 1 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.