Andrew Graham

Andrew Graham

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

My Talks

obj-image HIVE
Open Firehawk: Hybrid Open Cloud Infrastructure & PDG
obj-image HIVE
Firehawk PDG Tools: Orchestrating VFX assets at scale

Recent Forum Posts

Set external script editor not working 2024年7月26日2:51

jomaro
I am having the same issue even in H20.5, everytime you open the external editor you need to close the file in VSCode to prevent Houdini from crash!

did you use -w like I suggested?

Set external script editor not working 2022年5月27日20:44

The solution is to add -w as a launch argument to the end of the environment variable value. This waits for the process to close which houdini requires according to support, and keeps the item loaded in a single thread.

EDITOR = "C:/Users/XXXX/AppData/Local/Programs/Microsoft VS Code/Code.exe -w"

Running pytest on UI from command line? 2022年4月20日2:54

I had the same question and support suggested:

houdini -foreground script.py

And if your test needs to query or manipulate the Houdini UI, then:
houdini -foreground waitforui script.py

Also, we normally set these environment variables beforehand for testing purposes:
- HOUDINI_DISABLE_CONSOLE=1
- HOUDINI_NO_SPLASH=1
- HOUDINI_DISABLE_BACKGROUND_HELP_INDEXING=1