Recording controller scaling constraints-manic wave control
On the basis of the preceding path constraints and rotation constraints-
t.scale.controller = noise_scale() --给的缩放控制器增加-躁波类约束
N = t.scale.controller --将缩放类控制器赋予新对象,后面方便操作不繁琐
N.seed = 5 --噪波种子
N.frequency = 3 --噪波频率
on --分形噪波开关
N.roughness = 0.2 --噪波粗糙度
N.rampin = 50f --渐入
N.rampout = 10f --渐出s
[5,1,5] --噪波强度x\y\z
on --限制轴向>0
on --限制轴向>0
on --限制轴向>0
onattime0 N.noise_strength= [0,0,0] --0帧躁波强度 0,0,0
onattime100 N.noise_strength = [3,6,9] --100帧躁波强度 3,6,9
The above only describes the use of the type of mania in the zoom controller, similar to other controllers, Max, of course, there are many controllers not listed, the heart of the passers-by can see the official Max script document
The controller includes:
控制器-超级类级别QuatController: MAXWrapper附着控制器关键点音频控制器动力学控制器表达式控制器限制控制器列表控制器运动捕捉控制器**噪波控制器On_Off 控制器关键点从属控制器弹簧控制器XYZ 控制器Bezier 控制器浮点控制器线性控制器主块控制器Matrix3 控制器变形控制器Point3 控制器Point4 控制器位置控制器重定时器控制器Reactor 控制器旋转控制器缩放控制器脚本控制器TCB 控制器
Max script| Controller-scaling constraints _noise