Shamiel rinquest

shamielrinquest

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Render-Time Procedurals Oct. 16, 2025, 9:01 a.m.

Hi

I'm busy trying to setup a render-time procedural to just, for now, add a cube to the stage at render-time but the script that it needs is giving me a error at runtime, if anyone knows the way to fix this would be much appreciated.

I have a python script which is setting up a Prim as a HoudiniProcedural, (Image Attached), there is a snippet that requires a script and I pass it a test script I have on my harddrive but its giving me this error at runtime.

Failed to run preframe procedurals script:
Traceback (most recent call last):
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.440/houdini/python3.11libs/husd/runprocedurals.py", line 255, in <module>
runProcedurals(stage, layer=stage.GetSessionLayer(),
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.440/houdini/python3.11libs/husd/runprocedurals.py", line 191, in runProcedurals
raise RuntimeError(
RuntimeError: Checksum for procedural F:\Cache\rbdprocedural\test.py is not in the approved list.

Any assistance would be appreciated.

Thanks.