Thanks! This should check if you have internet and URL from… internet.CheckConnection url:“” force:true == true or am I wrong about this function
looks like this works but I don’t like this way… FN Get_Ver = ( if internet.CheckConnection url:”https://www.squirrel-02.com” force:true == true …
I got it Targ = Point pos:[(random -50 50),(random -50 50),(random -50 50)] Size:5 wirecolor:yellow theMesh = Sphere radius:20 smooth:on segs:16 c…
Thanks for your incite in this topic. We have been working with just the STL threads all day and have had no problems. Crazy good speed. Thanks aga…
Thanks Ivanisavich, When I had a chance to talk to some of the dev team at autodesk, they said just to even try to do threading in your plugins. I t…
Check this works first, it just throws an error $.transform.controller.Biped_SubAnim.controller.Bi pScaleList.controller.Available.controller = ScaleX…
it has been a long time since i used this but. I had to make a new image and use that as the bitmap output vr. was my vray render screwedBitmapCrea…
Looks like C++ is the way to go. I have a scene with… theMixer.numMaxMixers() = 140,444 and AnimLayerManager.getLayerCount() = 1720 and if you run t…
Thanks, great to get the c++ and maxscript
Autodesk replied to me and If anyone needs this its in the samples \maxsdk\samples\maxscript\mxsagni\avg_dlx.cpp as replaceInstances_cf C++ function
I have found some code to replace material from Klvnk INode::SetMtl (Mtl *matl) I need to replace an instance of a texture plugin that is missing. …