Difference between revisions of "Tips and Tricks"
From kunz
Views
Actions
Namespaces
Variants
Tools
Line 3: | Line 3: | ||
<syntaxhighlight lang='C++'> | <syntaxhighlight lang='C++'> | ||
glcache -c | glcache -c | ||
</syntaxhighlight> | |||
== Make Houdini crash == | |||
Type this command into an hscript textport and Houdini will crash. | |||
<syntaxhighlight lang='C++'> | |||
coredump -f | |||
</syntaxhighlight> | |||
== Remap $HIP path == | |||
Type this [https://www.sidefx.com/docs/houdini/commands/setenv.html command] into an hscript textport to remap where $HIP points to. This can be useful if you've moved the Houdini scene file but not everything else it was linking to. | |||
<syntaxhighlight lang='C++'> | |||
setenv HIP = /Users/john_kunz/Downloads/ | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 09:29, 15 April 2022
Force viewport textures to reload
Type this command into an hscript textport (you can raise a new hscript textport window using the shortcut Alt+Shift+T).
glcache -c
Make Houdini crash
Type this command into an hscript textport and Houdini will crash.
coredump -f
Remap $HIP path
Type this command into an hscript textport to remap where $HIP points to. This can be useful if you've moved the Houdini scene file but not everything else it was linking to.
setenv HIP = /Users/john_kunz/Downloads/