04-06-2019, 10:07 PM
Hey Tyson,
Writing a small tool to automatically copy my "birth" meshes, rename and particle skin them with predefined settings. Max Distance parameter is not exposed via maxscript.
show $.modifiers[#tyParticleSkin] returns:
.flow : node
.mode : integer
.frame : integer
.frame : float
.count : integer
.weightAll : boolean
As you can see it returns "frame" twice but nothing for "max distance". If I manually change max distance in command panel it prints out "$.modifiers[#tyParticleSkin].frame = 3.5" to the listener.
Writing a small tool to automatically copy my "birth" meshes, rename and particle skin them with predefined settings. Max Distance parameter is not exposed via maxscript.
show $.modifiers[#tyParticleSkin] returns:
.flow : node
.mode : integer
.frame : integer
.frame : float
.count : integer
.weightAll : boolean
As you can see it returns "frame" twice but nothing for "max distance". If I manually change max distance in command panel it prints out "$.modifiers[#tyParticleSkin].frame = 3.5" to the listener.