Hi all,
Is it possible to use relative script path for husk prerender/postrender/preframe/postframe script?
or is there any ENV variable for searching husk pre/post script?


# Currently use absolute path 
husk --prerender-script "/......../shot1/modifyusd.py"

# Is this possible ??
env HOUDINI_HUSK_SCRIPT_PATH=$HOUDINI_HUSK_SCRIPT_PATH;/showA/shot1/huskscripts husk --prerender-script "modifyusd.py" 

It would be great if it's possible to set script dynamically, command will be short and user can adjust scripts depending on different shows and shots.

Thanks,
Yen