Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Tool Structure

Takanori Kishikawa edited this page Mar 9, 2017 · 4 revisions

Specific directory

  • config

    • This contains config and static files such as icons.
  • python2.7libs

    • This contains python packages or scripts.
    • Houdini will load and import this directory.
      • Basically you don't have to append pathes to load each tool's modules.
  • toolbar

    • This contains Houdini shelfset. In this code, it will be "Bento" shelfset.
    • Houdini will load automatically this shelf.
  • python_panel

    • This contains Houdini Python Panel set.
    • Houdini will load automatically this shelf too.
  • docs

    • This contains documents written with Markdown text files.

Clone this wiki locally