1. Home
  2. Docs
  3. Asset Handler Documentati...
  4. Code Handler

Code Handler

CH = Code Handler, ASSH = AssetHandler

CH is a simple Editor to store VEX, Python Snippets. You can easily reuse and access these snippets for new Setups. Default, there are two Json Databases. Locally: C:\Users\<YOU>\Documents\houdiniXX.X\plugins\ns_AssetHandler\CodeHandler\Database and globally in the ASSH folder: ..\HOU_Asset_Handler_X.XX.X_Py_X\Database. You can define own Tags to search for specific types of snippets. For every snippet you can also have the ability to add commentaries, pictures & links.

Store VEX snippets

You can also so store complex Node setups as PythonCode and exec them in new Scenes.

HINT: In case you want to store data or changes in locked nodes (build-in tools, HDA`s, Solver, etc.), just unlock them and added to the CH. Than all nodes inside your setup will saved properly to the PythonCode.

Store Setups as PythonCode

Make sure you always save your Database before closing. New entries will are not safed automatically.