dopdatahint command
Adds hints for DOP networks to validate simulations.
Replaced by: hou.DopDataType, hou.dop
Usages
-
dopdatahint [-t child_data_type|-n child_data_name] [-m max_children] parent_data_type -
dopdatahint -d -
dopdatahint
When you build dynamics (DOP) networks, you can create data hierarchies that use data in unexpected ways. This is not bad if it’s what you intended, but often unusual combinations of data indicate a mistake (that is, you attached data in one spot when you meant to attach it somewhere else).
The dopdatahint command lets you build a library of meaningful hierarchical connections in simulations (“data hints”). Once Houdini has this information, it can decide how many data inputs to display and how to label the inputs on DOP node tiles, as well as validate the network and flag possible mistakes when the Provide data hints option is on.
When Houdini starts up, it reads the default data hints from $HFS/houdini/scripts/dophints.cmd.
Use the -t or -n options to specify a valid child type/name of a parent type. You can also use the -m to specify the maximum number of children of the given type/name.
Use dopdatatypes to print the list of valid DOP-related data types.
dopdatahint with no arguments prints the current list of data hints. dopdatahint -d deletes all existing data hints.
Options
|
|
Tell Houdini that child_data_type is a valid child type of parent_data_type. |
|
|
Tell Houdini that child_data_name is a valid child of parent_data_type. |
|
|
Tell Houdini to only allow up to this number of the data type given with |