haggi Posted October 26, 2015 Share Posted October 26, 2015 I fear that's a simple one: In my houdini scene I have some file cache nodes which I want to execute from a hyton shell. I was able to start a alembic rop operator via: hou.hipFile.load("C:/data/myTestFile.hip") hou.node("/obj/geo1/rop_alembic1").render() Unfortunatly a file cache node seems not to have a render() method. How can I do the same with a filecache node? Quote Link to comment Share on other sites More sharing options...
haggi Posted October 26, 2015 Author Share Posted October 26, 2015 @edit: Found the solution. I simply have to use the correct path. A file cache sop will render with: hou.hipFile.load("C:/data/myTestFile.hip") hou.node("/obj/geo1/myFileCacheSop/render").render() Quote Link to comment Share on other sites More sharing options...
SethPDA Posted July 7, 2020 Share Posted July 7, 2020 Thank you very much! I was looking for this, and it works perfectly. 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.