Houdini 12 Python Scripting with the Houdini Object Model hou

Represents a particle node.

Methods

Inherited from hou.Node: __eq__, __ne__, _getArgumentAutoComplete, addEventCallback, addNodeGroup, addSpareParmFolder, addSpareParmTuple, allSubChildren, allowEditingOfContents, appendComment, asCode, cachedUserData, cachedUserDataDict, changeNodeType, childTypeCategory, children, clearParmAliases, collapseIntoSubnet, color, comment, cook, cookCount, copyNetworkBox, copyStickyNote, createCompiledDigitalAsset, createDigitalAsset, createInputNode, createNetworkBox, createNode, createOutputNode, createStickyNote, creator, creatorState, deleteScript, destroy, destroyCachedUserData, destroyUserData, digitsInName, errors, evalParm, evalParmTuple, expressionLanguage, extractAndDelete, findNetworkBox, findNetworkBoxes, findNodesThatProcessedObject, findOrCreateMotionEffectsNetwork, findStickyNote, findStickyNotes, glob, hdaModule, hide, hm, indirectInputs, inputAncestors, inputConnections, inputConnectors, inputNames, inputs, insertInput, isBuiltExplicitly, isCurrent, isHidden, isInsideLockedHDA, isLocked, isSelected, isTimeDependent, layoutChildren, loadChildrenFromFile, matchCurrentDefinition, matchesCurrentDefinition, messages, motionEffectsNetworkPath, move, moveToGoodPosition, name, needsToCook, networkBoxes, node, nodeGroup, nodeGroups, outputConnections, outputConnectors, outputNames, outputs, parent, parm, parmAliases, parmTemplateGroup, parmTuple, parmTuples, parmTuplesInFolder, parms, parmsInFolder, path, position, recursiveGlob, relativePathTo, removeAllEventCallbacks, removeEventCallback, removeSpareParmFolder, removeSpareParmTuple, replaceSpareParmTuple, runInitScripts, saveChildrenToFile, saveCompiledCookCodeToFile, saveCookCodeToFile, selectedChildren, sessionId, setBuiltExplicitly, setCachedUserData, setColor, setComment, setCreatorState, setCurrent, setDeleteScript, setExpressionLanguage, setFirstInput, setInput, setName, setNamedInput, setNextInput, setParmExpressions, setParmTemplateGroup, setParms, setPosition, setSelected, setUserData, shiftPosition, simulation, size, spareParms, stampValue, stickyNotes, syncNodeVersionIfNeeded, type, userData, userDataDict, warnings

bypassTurns this node’s bypass flag on or off, making this node have no effect.
curPointReturns the current point, equivalent to the $PT local variable. This function only works on a node that has a $PT local variable, and only when the node is being cooked.
displayNode
isBypassedReturns whether this node’s bypass flag is on.
isDisplayFlagSetReturns whether this node’s display flag is on.
isRenderFlagSetReturns whether this node’s render flag is on.
isTemplateFlagSetReturns whether the template flag on this node is on.
renderNode
setDisplayFlagTurn this node’s display flag on or off.
setRenderFlagTurns this node’s render flag on or off.
setTemplateFlagSets this node’s template flag on or off.
bypass(self, on)

Turns this node’s bypass flag on or off, making this node have no effect.

curPoint(self) hou.Point

Returns the current point, equivalent to the $PT local variable. This function only works on a node that has a $PT local variable, and only when the node is being cooked.

displayNode(self) → Node

This feature is not yet documented

eventTime(self, event_name)

This feature is not yet implemented

geometry(self) → Geometry

This feature is not yet implemented

isBypassed(self) bool

Returns whether this node’s bypass flag is on.

isDisplayFlagSet(self) bool

Returns whether this node’s display flag is on.

isEventOccurring(self, event_name) → bool

This feature is not yet implemented

isRenderFlagSet(self) bool

Returns whether this node’s render flag is on.

isTemplateFlagSet(self) bool

Returns whether the template flag on this node is on.

renderNode(self) → Node

This feature is not yet documented

setDisplayFlag(self, on)

Turn this node’s display flag on or off.

setRenderFlag(self, on)

Turns this node’s render flag on or off.

setTemplateFlag(self, on)

Sets this node’s template flag on or off.

Superclasses

Replaces