splintersilk

splintersilk

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Query a ropfetch node for progress/completion state w/python March 8, 2021, 9:38 p.m.

Thanks for the absurdly fast and helpful response @tpetrick! I moments earlier heard the same from mestela and was about to reply to this thread with the same info. Cheers!

Query a ropfetch node for progress/completion state w/python March 8, 2021, 9:26 p.m.

Hey there

I'm just starting to get my head into TOPs-land. I want to run a pythonscript TOPs node when the incoming node (which is ropfetch node) is complete. Right now, no combination of "Generate When" and "Evaluate Script During" seems to get the python script to run only AFTER the incoming node is complete. I hope to get around this by having python script itself check whether the incoming node has completed cooking. So far though using:


rf = hou.node(".").input(0)
print(rf.getCookState("force"))

...only ever tells me that the node is cooking, unless I manually dirty the python node after everything is complete then run just that. Then I get "cooked" as the answer.

Any thoughts or suggestions would be very much appreciated.

Cheers

Jeff

Unable to resolve crashes in Houdini crahes with in 10-30 seconds Sept. 4, 2018, 3:33 p.m.

Hey there RobertJ

Looks like I'm facing a very similar thing with somewhat similar hardware. Just recently porting to an Asus ROG with twin GTX970 and 16GB ram in Win10.

I was getting segfault crashes after about 30sec/minute.

I just updated my nVidia drivers and I'm getting the crashes almost instantly now.

Did you ever resolve it at your end?

Cheers

Jeff