This repository is described here: http://lex.ikoon.cz
I hope that some of the Python or VEX functions will help you. Some of them are mine, some of them are collected and I THANK YOU very much, all the authors and great community. I could not do this without you. I will record a video description asap.
- this folder contains:
- one shelf set (
wf__set.shelf
) - twelve shelves (
wf_chaneditor.shelf
,wf_render.shelf
, etc.)
- one shelf set (
- each shelve contains tools, and each tool calls a specific function
- some of the tools have their hotkey, other are accessible by the TAB menu
- this folder contains python functions
- here is described what each function does:
- this folder is necessary for the shelf (toolbar) to work
- this folder contains:
uber.vfl
- a source for "uber parse" as described here: http://lex.ikoon.cz/vex-uber-parseqq.vfl
- library of custom functions, to be #included in a wrangletriggers.db
- library of triggers, more described here: http://lex.ikoon.cz/vex-ui-markupsnippets.db
- library of snippetshelpcard.txt
- just a helpcard
- this folder is not necessary for the shelf to work
- this file is set of my custom hotkeys
- You probably dont want to import the file 1:1 as it is. I recommend you to look inside the file and check it.
- this folder is not necessary for the shelf to work
- this file customizes the Parameter context menu (right click on any Parameter)
- this folder is not necessary for the shelf to work
- copy the files (which you really want) into
$HOUDINI_USER_PREF_DIR
- on Windows it is typically
C:\Users\your_user_name\Documents\houdini16.5
- restart Houdini
- if you copied the
toolbar
andpython2.7libs
folder, you can enable the shelf as in this gif
(Shelf Sets > workflow__set
)