LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: What, is the CGTalk finally dead?

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. …

6 years ago
Forum
Reply
RE: Transform any skeleton pose into t-pose

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…

6 years ago
Forum
Reply
RE: Using .NET BackgroundWorker with MAXscript

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…

6 years ago
Forum
Reply
RE: Howcan I detect pc2 point cache file is empty?

A Maxscript version returning similar data to Lo’s SDK sample /* [NAME]: GetPCFileData [FUNCTION]: function to retrieve extra PC2 data from fil…

9 years ago
Forum
Reply
RE: Send data from max to php,possible?

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…

9 years ago
Forum
Reply
RE: dotNet add image to gridview

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…

9 years ago
Forum
Reply
RE: MXS 2017 'For Loop' performance

Max 2016: time:344 Max 2017: time:667

9 years ago
Forum
Reply
RE: Maxscript algorithm for solving

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…

9 years ago
Forum
Reply
RE: 3dsmax 2017 Python

This feels like python in Max that we can actually use. Looks promising! global mxsPythonHelper struct mxsPythonHelperStruct ( py = python.import…

9 years ago
Forum
Reply
RE: Dual View MXS Editor

Thanks Johan, great tip! Nice to have python in the editor now. But why enable autocomplete for python and not maxscript by default? Strange…

9 years ago
Forum
Reply
RE: Bitmap Processing Efficiencies

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…

9 years ago
Forum
Reply
RE: Bitmap Processing Efficiencies

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…

9 years ago
Forum
Topic
Forum
Replies: 20
Views: 63
Reply
RE: JSON parsing with vanilla dotnet

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…

9 years ago
Forum
Reply
RE: JSON parsing with vanilla dotnet

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…

9 years ago
Forum
Page 1 / 77