Meta-data for a SOP Node
Methods ¶
nameSH
: int
Property
nodeId
: int
Property
Use the node id to get the node’s parameters. Using the HDK, you can also get the raw node C++ pointer for this object’s internal node.
isEditable
: bool
Property
Whether the SOP node has been exposed by dragging it into the editable nodes section of the asset definition.
isTemplated
: bool
Property
Has the templated flag turned on which means “expose as read-only”.
isDisplayGeo
: bool
Property
Final Result (Display SOP).
hasGeoChanged
: bool
Property
For incremental updates.
hasMaterialChanged
: bool
Property
This variable is deprecated and should no longer be used. Materials are now separate from parts. They are maintained at the asset level so you only need to check if the material itself has changed via hapi.MaterialInfo.hasChanged instead of the material on the part.
pointGroupCount
: int
Property
Groups.
primitiveGroupCount
: int
Property
Groups.
edgeGroupCount
: int
Property
Groups.
partCount
: int
Property
Total number of parts this geometry contains. See hapi.getPartInfo.