Hi
I copied the noise controller from max script listener and added the lines from maxscript help file, but the script wont modify the noise controller's values, what am i doing wrong???
macroScript Macro3
category:"DragAndDrop"
toolTip:""
(
$.rotation.controller = Noise_rotation ()
)
.seed Integer default: 0
.frequency Float default: 0.005
.fractal Boolean default: true
.roughness Float default: 0.0
.rampin Time default: 0f
.rampout Time default: 0f
Thanks in advance