![]() |
Maxscript and tyParticleSkin () max distance bug - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: Maxscript and tyParticleSkin () max distance bug (/thread-198.html) |
Maxscript and tyParticleSkin () max distance bug - dprushak - 04-06-2019 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. RE: Maxscript and tyParticleSkin () max distance bug - tyFlow - 04-06-2019 Ah woops, yea that's my mistake ![]() Names will be proper ("distance" will be the accessor for the dist value) in the next build v0.16010, which will be released late tonight. RE: Maxscript and tyParticleSkin () max distance bug - dprushak - 04-06-2019 (04-06-2019, 10:10 PM)tyFlow Wrote: Ah woops, yea that's my mistake Amaaaazing! ![]() I'll be sharing the tool in fb group tomorrow then! |