Well I guess some things change. It was probably around 2004 when I joined after I first started scripting. Back then it was all Bobo and Swami Lama. …
simplest way would be to use the skinpose interface — run this on the control rig ONCE for s in selection do s.setSkinPose() –set any tools etc t…
I haven’t been on this forum for years, so I was overjoyed to see you still crushing it with style Denis. so just to weigh in on this, as soon as y…
A Maxscript version returning similar data to Lo’s SDK sample /* [NAME]: GetPCFileData [FUNCTION]: function to retrieve extra PC2 data from fil…
I dont know PHP but sending any form of string should be pretty straightforward via the webclient. I’ve used requestbin as a temp website to see the r…
to get this working. pretty simple. To make it a decent script, a bit more work. First things first, This is it working… try (destrpydialog rTest) ca…
Max 2016: time:344 Max 2017: time:667
Hello Martin, Without a good idea of the excel file layout (I’m not sure what an article is in this case), it would be best to parse the excel file a…
This feels like python in Max that we can actually use. Looks promising! global mxsPythonHelper struct mxsPythonHelperStruct ( py = python.import…
Thanks Johan, great tip! Nice to have python in the editor now. But why enable autocomplete for python and not maxscript by default? Strange…
Well it sure is my lucky day. That’s an outstanding piece of work Tyson. Thanks a million :buttrock: Matches the output of the curvetool luma analysis…
Thanks everyone for your input. Even in the current state, it’s quicker than the round trip to nuke (and using a nuke license for that matter) to do a…
Here’s another approach. If your json strings are flat (i.e not nested data) then you can use the JavascriptSerializer to extrapolate simple json str…
I think Chansoo wants to be able to do this without 3rd party json libraries. Although max 2017 might make this completely redundant, this might be of…