Personally, I usually start with an icon found either in or in google and then I edit it in photoshop.
Hm, I don’t believe that it’s a max precision problem. I’ve uploaded a scene which probably covers all the possible combinations between isolated and…
Hi Dave, try to delete them using the .DeleteIsoVerts() Cheers, Nick
Today I had some free time, so I’m getting back to this. What do you think about this? fn alwaysStep obj ctrl ctrlStg = ( alwaysCA = attributes alw…
Great idea to use CAs and the when constructor together! Thanks for sharing your code.
Thanks DenisT, so should I suppose that your solution doesn’t include a script controller?
I don’t know if the following solution follows the rules, but it seems to work. myObj = $Sphere001 list_Controller = myObj.position.controller.z_pos…
wow! that’s epic!! Thank you very much!
That’s way out of my league but I’ll give it a try! Many thanks for your reply!
Hey haavard, First of all, thanks for sharing your code. I’ve made the GetMaxPreviewBitmapFromFile function public, in order to load it as an assembl…
Unfortunately I don’t have a Workstation at home, so I can only do some tests on my lunch break at work. I did some tests today and I came up with thi…
hm, that makes sense since in the Pipeline overview under the “Reference Copies” paragraph it says, “Note that the object reference of t…
Don’t worry, all these concepts are new to me too. Neither the Object Class Reference has any method that hints the possibility to have more than one…
So if I understood right, the IDerivedObject, is basically a modifiers group, (I saw it has methods such as addModifier, deleteModifier etc) and then …
I feel that you won’t find anything in the SDK because this is a functionality that extends 3dsMax build-in stuff. The way I would probably going to …