kunz Difference between revisions of "Tips and Tricks"

Difference between revisions of "Tips and Tricks"

From kunz
(Created page with "== Force viewport textures to reload == Type this [https://www.sidefx.com/docs/houdini/commands/glcache.html command] into an hscript textport. <syntaxhighlight lang='C++'> gl...")
 
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.
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 this shortcut Alt+Shift+T
<syntaxhighlight lang='C++'>
<syntaxhighlight lang='C++'>
glcache -c
glcache -c
</syntaxhighlight>
</syntaxhighlight>

Revision as of 10:15, 14 April 2022

Force viewport textures to reload

Type this command into an hscript textport. You can raise a new hscript textport window using this shortcut Alt+Shift+T

glcache -c