Jump to content

Force python sop NOT to cook


AlexNardini

Recommended Posts

Hello guys,

I have some code running in a python sop witch is time dependent (using hou.intFrame() in there ) so the node cook every frame.

However, Is there a way to force the python sop NOT to cook but only cook when is forced ( for example with a call back)  ?

 

Thanks in advance,

Alessandro

Link to comment
Share on other sites

Maybe you could try something with the "stash" SOP or scripts related to its functionality?
It can save geometry data to a parameter, if you load your geometry from there, downstream,
I would guess it will not "dirty the node" and request a cook automatically.

Edited by acey195
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...