

Value is always the left keyframe’s outgoing value. The right keyframe’s incoming value, tangent, and acceleration.Įvaluate an animation function for an animated parameter. Using the left keyframe’s outgoing value, tangent, and acceleration and
#Processing display mouse coordinates license#
Return None if no such installed digital asset definition matches the arguments.Įnumeration of types of events that can happen for digital asset libraries.Įnumeration of digital asset license permission levels.Ī copy of an Animation Editor Graph Selection.Ī copy of a list of channels from Channel List or Animation Editor.Įvaluate a Bezier interpolation spline for an animated parameter Given a node type category, operator name and digital asset library path, return an HDADefinition object. Module containing functions related to Houdini Digital Assets. Of a python viewer state stored in a digital asset. Of a python viewer handle stored in a digital asset.
#Processing display mouse coordinates registration#
User-defined Python module containing the implementation and registration code Represents a section of data stored along with a digital asset. Stores miscellaneous options about a houdini digital asset (HDA). That are stored with and accessed from a digital asset. User-defined Python module containing functions, classes, and constants Represents the definition of a houdini digital asset (HDA). This method can be useful for scripts that create new nodes and prompts for Raise hou.OperationFailed if the network editor is in list mode. Raise hou.OperationInterrupted if the user canceled the selection. Return a hou.Vector2 containing the x,y coordinates of the selected Output_node arguments to visualize the node placeholder with connections

You can optionally pass in hou.Node objects to the input_node and The user can then move the mouse to change The network editor visualizes the position with a dotted

Prompt the user to select a position in the network editor for a new node With the event context set to 'nodegraphselectpos', and appropriateĬontext data to give behavior similar to the old network editor. This method name starts with the word “push” to indicate that there canīe a stack of event contexts, not just a single alternate context. Processing, and should usually be handled as if the user explicitlyĬancelled out of the new context by pressing Escape. Happen only in exceptional circumstances involving the order of event Is returned immediately without a call to popEventContext. The return value will be True unless theĮvent context could not be pushed as requested, in which case False The provided module always provide some means of exiting the module This method does not return until the pushed module calls It can alsoīe populated to return values from the module to the code that calls The data parameter should be a python dict which canĬontain any additional information required by the module. The python module specified by module (which is imported by the event Causes all future events generated in the network editor to be passed to
