Difference between revisions of "Customizing the Houdini Interface"
Views
Actions
Namespaces
Variants
Tools
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Houdini provides almost limitless customization, it's easy to be overwhelmed at first as there's lots of different places where you change settings. | Houdini provides almost limitless customization, it's easy to be overwhelmed at first as there's lots of different places where you change settings. The documentation for customizing various aspects of Houdini can be found [https://www.sidefx.com/docs/houdini/basics/config.html here]. | ||
Outlined below are the steps I take to customize Houdini to my liking. | Outlined below are the steps I take to customize Houdini to my liking. | ||
<youtube width="950" height="545">VdiEd84Kjsw</youtube> | |||
== Get the Slate Theme == | == Get the Slate Theme == | ||
Line 10: | Line 12: | ||
== Changing the Desktop Layout == | == Changing the Desktop Layout == | ||
Download this JK.desk file and place it in your local preferences desktop directory $HOME/houdiniX.x/desktop/ | Download this [[:File:JK.desk | JK.desk]] file and place it in your local preferences desktop directory $HOME/houdiniX.x/desktop/ | ||
You can switch between desktops using the [https://www.sidefx.com/docs/houdini/basics/panes.html#layouts menu at the top of the main window] [[File:desktop_radial_menus.png]] | You can switch between desktops using the [https://www.sidefx.com/docs/houdini/basics/panes.html#layouts menu at the top of the main window] [[File:desktop_radial_menus.png]] | ||
Line 20: | Line 22: | ||
Show Custom Node Shapes ► Disable, so all nodes are rectangular | Show Custom Node Shapes ► Disable, so all nodes are rectangular | ||
[[File:view_custom_node_shapes.png]] | |||
Line 25: | Line 28: | ||
Make Room for New Nodes ► Disable | Make Room for New Nodes ► Disable | ||
[[File:make_room_for_new_nodes.png]] | |||
In the main Houdini prefs, [https://www.sidefx.com/docs/houdini/ref/windows/mainprefs.html#net Edit ► Preferences ► Network Editor, Nodes and Trees]: | |||
Animate network changes ► Disable | |||
Use simplified shape when node shapes off ► Enable, this uses a simple rectangle instead of a rounded rectangle | Use simplified shape when node shapes off ► Enable, this uses a simple rectangle instead of a rounded rectangle | ||
[[File:main_prefs_network_editor.png]] | |||
Line 37: | Line 42: | ||
General Tab ► Node size to show ring ► never show the ring | General Tab ► Node size to show ring ► never show the ring | ||
[[File:node_size_to_show_ring.png]] | |||
Themes Tab ► Default node | Themes Tab ► Default node shapes ► no shapes theme | ||
[[File:no_shapes_theme.png]] | |||
== Changing the Splash Screen == | == Changing the Splash Screen == | ||
Line 45: | Line 51: | ||
You can customize the following Houdini Environment Variables by editing $HOME/houdiniX.x/houdini.env | You can customize the following Houdini Environment Variables by editing $HOME/houdiniX.x/houdini.env | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
HOUDINI_SPLASH_FILE = ~/ | HOUDINI_SPLASH_FILE = ~/Pictures/splashscreen_001.png | ||
HOUDINI_SPLASH_MESSAGE = "Welcome//n${USER} @ ${HOSTNAME}//n${HOUDINI_VERSION}//nGood Luck!" | HOUDINI_SPLASH_MESSAGE = "Welcome//n${USER} @ ${HOSTNAME}//n${HOUDINI_VERSION}//nGood Luck!" | ||
HOUDINI_NO_START_PAGE_SPLASH = 1 | HOUDINI_NO_START_PAGE_SPLASH = 1 | ||
</syntaxhighlight> | |||
<!-- | |||
HOUDINI_ANONYMOUS_STATISTICS = 0 | HOUDINI_ANONYMOUS_STATISTICS = 0 | ||
HOUDINI_LMINFO_VERBOSE = 0 | HOUDINI_LMINFO_VERBOSE = 0 | ||
Line 59: | Line 68: | ||
#REDSHIFT_GPUDEVICES=0,1 | #REDSHIFT_GPUDEVICES=0,1 | ||
#REDSHIFT_GPUDEVICES=0 | #REDSHIFT_GPUDEVICES=0 | ||
--> |
Latest revision as of 09:21, 10 August 2022
Houdini provides almost limitless customization, it's easy to be overwhelmed at first as there's lots of different places where you change settings. The documentation for customizing various aspects of Houdini can be found here.
Outlined below are the steps I take to customize Houdini to my liking.
Get the Slate Theme
To get a flat user interface, I'm using this Slate Theme from Odforce I found a while ago. It eliminates a lot of the shading on UI elements like buttons and tabs. I find it easier on the eyes as well as more simplified modern look.
The theme can be downloaded here Slate_Theme_Houdini.zip, unzip the files and put them in your $HOME/houdiniX.x/config/ directory. The next time you launch Houdini, you should see the Slate theme as an option in your Edit ► Color Settings Window
Changing the Desktop Layout
Download this JK.desk file and place it in your local preferences desktop directory $HOME/houdiniX.x/desktop/
You can switch between desktops using the menu at the top of the main window
By default Houdini starts up in the Build desktop, but you can change that in the Edit ► Preferences ► General User Interface
Simplifying Node Shapes
In the network editor pane, click the View dropdown menu:
Show Custom Node Shapes ► Disable, so all nodes are rectangular
In the network editor pane, click the Tools dropdown menu:
Make Room for New Nodes ► Disable
In the main Houdini prefs, Edit ► Preferences ► Network Editor, Nodes and Trees:
Animate network changes ► Disable
Use simplified shape when node shapes off ► Enable, this uses a simple rectangle instead of a rounded rectangle
Press the "d" key with your mouse over the network pane to raise the Network View Display Options:
General Tab ► Node size to show ring ► never show the ring Themes Tab ► Default node shapes ► no shapes theme
Changing the Splash Screen
Some aspects of Houdini can only be customized through Setting Houdini Environment Variables.
You can customize the following Houdini Environment Variables by editing $HOME/houdiniX.x/houdini.env
HOUDINI_SPLASH_FILE = ~/Pictures/splashscreen_001.png HOUDINI_SPLASH_MESSAGE = "Welcome//n${USER} @ ${HOSTNAME}//n${HOUDINI_VERSION}//nGood Luck!" HOUDINI_NO_START_PAGE_SPLASH = 1