Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
appwiki:houdini [2022/09/07 07:36] – [Setting and Configuration] yingappwiki:houdini [2024/05/08 02:35] – [Setting and Configuration] ying
Line 1: Line 1:
 +====== Shortcut ======
 +
 +^ viewport ^^
 +| W | toggle wireframe display |
 +
 +
 ====== Intro to Houdini ====== ====== Intro to Houdini ======
  
Line 56: Line 62:
  
   * list all configuration of houdini in Shell: <code python>hconfig -ap</code>   * list all configuration of houdini in Shell: <code python>hconfig -ap</code>
 +
 +====== Houdini Package ======
 +
 +  * ref: https://www.sidefx.com/docs/houdini/ref/plugins.html
 +
 ====== Tutorial ====== ====== Tutorial ======
  
Line 76: Line 87:
     * while OpenMaya api and PyMel in Maya is more like same node concept     * while OpenMaya api and PyMel in Maya is more like same node concept
  
 +====== Houdini Digital Assets - HDA ======
 +
 +  * houdini digital asset is like a group of node functions and saved as a big single node, like Gizmo in nuke.
 +    * doc ref: https://www.sidefx.com/docs/houdini/assets/namespaces.html
 +    * Make Your Own Houdini HDAs: https://www.youtube.com/watch?v=0uCrncu6_cY
 +  * HDA naming convention, (asset's internal name)
 +    * operator name: [namespace::]node_name[::version]
 +    * operator name with sub category: [namespace::]node_category/node_name[::version]
 +    * operate label: Node Name (as shown in menu)
 +  * HDA appearance in menu category:
 +    * HDA asset's Type Properties panel > Interactive tab > Shelf Tools tab > Context tab > Tab submenu path: BigFolder/SubFolderLike
 +      * also optionally to check OBJ, SOP, DOP alike content type filter
 +  * show HDA path info in panel
 +    * Window > Asset Manager : Configuration tab > asset definition toolbar = show always
  • appwiki/houdini.txt
  • Last modified: 2024/05/08 02:35
  • by ying