├── LICENSE ├── OPmenu.xml ├── README.md └── python2.7libs └── help_editor ├── __init__.py ├── command.py ├── example_area.py ├── help_base.py ├── index.py ├── indexed_text_edit.py ├── main_ui.py ├── parameter_widget.py └── style.qss /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/LICENSE -------------------------------------------------------------------------------- /OPmenu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/OPmenu.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/README.md -------------------------------------------------------------------------------- /python2.7libs/help_editor/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/python2.7libs/help_editor/__init__.py -------------------------------------------------------------------------------- /python2.7libs/help_editor/command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/python2.7libs/help_editor/command.py -------------------------------------------------------------------------------- /python2.7libs/help_editor/example_area.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/python2.7libs/help_editor/example_area.py -------------------------------------------------------------------------------- /python2.7libs/help_editor/help_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/python2.7libs/help_editor/help_base.py -------------------------------------------------------------------------------- /python2.7libs/help_editor/index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/python2.7libs/help_editor/index.py -------------------------------------------------------------------------------- /python2.7libs/help_editor/indexed_text_edit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/python2.7libs/help_editor/indexed_text_edit.py -------------------------------------------------------------------------------- /python2.7libs/help_editor/main_ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/python2.7libs/help_editor/main_ui.py -------------------------------------------------------------------------------- /python2.7libs/help_editor/parameter_widget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/python2.7libs/help_editor/parameter_widget.py -------------------------------------------------------------------------------- /python2.7libs/help_editor/style.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakashiKoide/HoudiniHelpEditor/HEAD/python2.7libs/help_editor/style.qss --------------------------------------------------------------------------------