If u like full saturated random colors VRayMtl diffuse:(c = random black white ; c.s = 255 ; c)
Or you can save this code as *.ms and place in maxroot>Scripts>Startup folder. — uncomment next line if you not want different randomization…
Just go to Menu > Customize > Custom UI and Default Switcher… and in “Inital settings for tool options” pick “MAX.vray”. NOTE: i suppose you alr…
You can do this on two ways: #1 using startObjectCreation method (thread and mxs Help Topic) #2 creating simple tool (see this tool)
Are you try with #subobjectSelectionChanged callback?
Or shorter version fn maxHW = (dotNetObject “maxCustomControls.win32HandleWrapper” (dotNetObject “System.IntPtr” (windows.getMaxHWND()))) form.show…
Nothing it’s just perfect. Anyway thanks Swordslayer for very informative math lesson.
JokerMartini: Say I have three points [0,0] [30,20] [25,-5] How can I find the center and radius of the circle? I’m having a tough time wrapping m…
Try this and move selected knot delete objects obj = Cylinder smooth:on heightsegs:1 capsegs:1 sides:18 height:50 radius:20 pos:[0,50,0] wirecolor…
nicks1008: hello everyone, First of all, i am very new to maxscripts. I could merge a single file directly using mergemaxfile “file path\file.max” …
denisT: the solution is incomplete. who said that Shape can’t have multiple material ids? If use shape with “Enabled In Viewport” checked he can…
guplik: Yeah, but that depends on what the original poster is actually looking for – If each object just needs one material with a specific name, t…
You forget that some objects have more then one FaceMtlID’s. Only assigning standard (single) material is the bad choise. In my example you can see so…
Try this and tell me what you think. This script supports Primitives, E-Poly, E-Mesh, E-Patch and shapes. If object have only one material ID then scr…
I integrated your method and works really well, as expected:). Also I added uncheck option for “Set as RefCoordSys” checkbutton. try(MakeUnique_Node…