trigger.tools.object_noise ========================== .. py:module:: trigger.tools.object_noise Attributes ---------- .. autoapisummary:: trigger.tools.object_noise.WINDOW_NAME Classes ------- .. autoapisummary:: trigger.tools.object_noise.ObjectNoiseUI Functions --------- .. autoapisummary:: trigger.tools.object_noise.alignToAlter trigger.tools.object_noise.objectNoise trigger.tools.object_noise.uniqueName Module Contents --------------- .. py:class:: ObjectNoiseUI Bases: :py:obj:`trigger.ui.Qt.QtWidgets.QDialog` .. py:method:: buildUI() .. py:method:: onCreateNoise() .. py:function:: 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 .. py:function:: objectNoise(node, rotate=True, translate=True, scale=False, randomSeed=True) .. py:function:: uniqueName(name) .. py:data:: WINDOW_NAME :value: 'Noise Expressions'