Skip to content

Houdini shelf tool: fuzzy search a text file containing VEX snippets and paste into selected wrangle node

Notifications You must be signed in to change notification settings

jdvfx/vex_snipfuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vex SnipFuzz

Houdini shelf tool (assigned to Alt+f in this demo)
fuzzy search a text file containing VEX snippets and paste into selected wrangle node
Keys:
- up next snippet
- down previous snippet
- ctrl/enter paste into wrangle's textfield / or copy to clipboard (CLI version)
- alt switch to hashtag mode search mode
- shift switch to case sensitive search (default is OFF)

  • left jump to first snippet (CLI only)
  • right jump to last snippet (CLI only)

Installation (Houdini)

  • copy snipfuzz.ui and vex.c to a directory on your computer (install_dir)
  • edit snipfuzz_hou.py and change the install_dir path at the top of the file
  • in Houdini create a new shelf tool and paste the content of the updated snipfuzz_hou.py
  • select any wrangle node and click on the shelf tool or assign a keyboard shortcut, for example: Alt+f

note: CLI versions require X.org, does not work with Wayland!

About

Houdini shelf tool: fuzzy search a text file containing VEX snippets and paste into selected wrangle node

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published