trigger.tools.object_noise

Attributes

WINDOW_NAME

Classes

ObjectNoiseUI

Functions

alignToAlter(node1, node2[, mode, o])

Aligns the first node to the second.

objectNoise(node[, rotate, translate, scale, randomSeed])

uniqueName(name)

Module Contents

class ObjectNoiseUI

Bases: trigger.ui.Qt.QtWidgets.QDialog

buildUI()
onCreateNoise()
alignToAlter(node1, node2, mode=0, o=(0, 0, 0))

Aligns the first node to the second. Args:

node1: Node to be aligned. node2: Target Node. mode: Specifies the alignment Mode. Valid Values: 0=position only, 1=Rotation Only, 2=Position and Rotation o: Offset Value. Default: (0,0,0)

Returns:None

objectNoise(node, rotate=True, translate=True, scale=False, randomSeed=True)
uniqueName(name)
WINDOW_NAME = 'Noise Expressions'