AntoineSfx Posted February 21, 2022 Share Posted February 21, 2022 For example, Topo Transfer can be quite expensive. I don't mind spending 15 minutes of CPU for the result, but changes upstream trigger a solve. Is there a way to make it save results somehow ? Lately I've been stashing the result, but it's a bit too manual for my taste. Quote Link to comment Share on other sites More sharing options...
vinyvince Posted February 23, 2022 Share Posted February 23, 2022 Some python code will do : stashNode = hou.node("./STASH") stashNode.parm('stashinput').pressButton() ________________________________________________________________ Vincent Thomas (VFX and Art since 1998) Senior Env and Lighting artist & Houdini generalist & Creative Concepts http://fr.linkedin.com/in/vincentthomas Quote Link to comment Share on other sites More sharing options...
eikonoklastes Posted February 25, 2022 Share Posted February 25, 2022 (edited) Could also just freeze/lock the node (the snowflake icon in the node ring). The better way would be to write it to its own file, via a FileCache SOP. That way you don't bloat your scene file size. Edited February 25, 2022 by eikonoklastes Quote Link to comment Share on other sites More sharing options...
vinyvince Posted February 25, 2022 Share Posted February 25, 2022 I think the intention is to do you this procedurally , i mean dynamically 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.