hou.ChopNode class

Class representing a CHOP node.

All Methods Replaces

Inheritence: hou.Node >

Methods

Methods inherited from hou.Node: evalParm, createNode, move, clearParmAliases, inputAncestors, reorderChildrenToEnd, childTypeCategory, children, isInsideLockedHDA, appendComment, addSpareParmTuple, findNetworkBox, fileReferences, relativePathTo, color, removeSpareParmTuple, saveToGallery, __getitem__, indirectInputs, modificationTime, inputConnectors, saveOldStylePresetsFile, loadOldStylePresetsFile, findNetworkBoxes, asXML, runInitScripts, cook, permissions, hdaModule, copyNetworkBox, outputConnections, name, parmsInFolder, parmTuplesInFolder, saveCookCodeToFile, nodeGroups, creator, setNextInput, replaceSpareParmTuple, loadChildrenFromFile, loadPresets, findStickyNotes, setCurrent, moveToGoodPosition, findOrCreateMotionEffectsNetwork, selectedChildren, errors, hide, addPermissions, removePermissions, isSelected, isLocked, extractAndDelete, setPermissions, createStickyNote, isBuiltExplicitly, __ne__, expressionLanguage, stickyNotes, parmTuples, parent, matchCurrentDefinition, __setitem__, isCurrent, path, setPosition, setDeleteScript, setExpressionLanguage, messages, createDigitalAsset, asCode, comment, setSelected, outputConnectors, setInput, saveCompiledCookCodeToFile, reorderChildrenToBeginning, parms, size, parmAliases, extraInputs, reorderChildrenAfter, allowEditingOfContents, layoutChildren, deleteScript, isHidden, fileReferencePatterns, spareParms, setName, outputs, parm, extraOutputs, setCreatorState, isTimeDependent, __eq__, networkBoxes, setColor, info, type, parmToNodeReferences, creationTime, referencedNodes, removeSpareParmFolder, _getArgumentAutoComplete, motionEffectsNetworkPath, insertInput, setFirstInput, addNodeGroup, creatorState, addSpareParmFolder, nodeGroup, collapseIntoSubnet, findStickyNote, parmTuple, copyStickyNote, destroy, changeNodeType, evalParmTuple, node, inputs, digitsInName, warnings, saveChildrenToFile, glob, matchesCurrentDefinition, findParms, createNetworkBox, stampValue, reorderChildrenBefore, setBuiltExplicitly, setComment, allSubChildren, recursiveGlob, sessionId, inputConnections, position

bypass(self, on)

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

evaluate(self, track_index, sample_index)

Not implemented yet

evaluateInput(self, chop_input_node, track_index, sample_index)

Not implemented yet

evaluateInputAtEnd(self, chop_input_node)

Not implemented yet

evaluateInputMaxValue(self, chop_input_node, track_index)

Not implemented yet

evaluateInputMinValue(self, chop_input_node, track_index)

Not implemented yet

findTrack(self, name) → Track or None

Not implemented yet

frameToSamples(self, frame)

Not implemented yet

isAudioFlagSet(self)bool

Returns whether the node’s audio flag is on.

isBypassed(self)bool

Returns whether the node’s bypass flag is on.

isDisplayFlagSet(self)bool

Returns whether the node’s display flag is on.

isExportFlagSet(self)bool

Returns whether the node’s export flag is on.

isUnloadFlagSet(self)bool

Returns whether the node’s unload flag is on.

numSamples(self)

Not implemented yet

sampleRate(self)

Not implemented yet

samplesToFrame(self, samples)

Not implemented yet

samplesToTime(self, samples)

Not implemented yet

saveClip(self, file_name)

Not implemented yet

setAudioFlag(self, on)

Turns the node’s audio flag on or off.

setDisplayFlag(self, on)

Turns the node’s display flag to on or off.

setExportFlag(self, on)

Turns the node’s export flag to on or off.

setUnloadFlag(self, on)

Turns the node’s unload flag to on or off.

startSample(self)

Not implemented yet

timeToSamples(self, time)

Not implemented yet

tracks(self) → tuple of Tracks

Returns a tuple of all the tracks in this node.

Replaces

chopls command , opget command , opsave command , opset command , chop expression function , chope expression function , chopn expression function , chopr expression function , chops expression function , ic expression function , ice expression function , icl expression function , icmax expression function , icmin expression function , icn expression function , icr expression function , ics expression function , oc expression function , opflag expression function