Skip to content

ivantitov-zd/Houdini_TDK

Repository files navigation

Tool Development Kit for SideFX Houdini

Tools

HDA Doctor Beta

Tool that allows you to test your HDA with a set of inspections that check for compliance with high standards of HDA development.

HDA Doctor

Templates

Template HDAs that allows you to quickly create new HDAs based on them.

Make HDA by Template

Find Icon

Allows you to quickly find an icon for your tool.

Find Icon

Generate Code

Applies .asCode() to selected nodes. Then copies the resulting code to the clipboard or shows in code editor.

Generate Code Settings Generate Code

New HDA Version

Increments an HDA version of the selected node. You can select the version type (major, minor, build, etc.).

New HDA Version

Show Node User Data

Shows user data and cached user data of the selected node.

Show Node User Data

Installation

License

Tool Development Kit for SideFX Houdini
Copyright (C) 2021  Ivan Titov

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.