Jump to content

Auto stash a computationally expensive node


Recommended Posts

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.

 

Link to comment
Share on other sites

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

 

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...