kunz Difference between revisions of "Tips and Tricks"

Difference between revisions of "Tips and Tricks"

From kunz
Line 1: Line 1:
== Force viewport textures to reload ==
== Force viewport textures to reload ==
Type this [https://www.sidefx.com/docs/houdini/commands/glcache.html command] into an hscript textport (You can raise a new hscript textport window using the shortcut Alt+Shift+T).
Type this [https://www.sidefx.com/docs/houdini/commands/glcache.html command] into an hscript textport (you can raise a new hscript textport window using the shortcut Alt+Shift+T).
<syntaxhighlight lang='C++'>
<syntaxhighlight lang='C++'>
glcache -c
glcache -c
</syntaxhighlight>
</syntaxhighlight>

Revision as of 13:22, 14 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