gazybara
@gazybara
New Member
Joined: Feb 14, 2024
Topics: 36 / Replies: 998
Reply
RE: Fill the mat editor w/VR mats?

If u like full saturated random colors VRayMtl diffuse:(c = random black white ; c.s = 255 ; c)

12 years ago
Forum
Reply
RE: Fill the mat editor w/VR mats?

Or you can save this code as *.ms and place in maxroot>Scripts>Startup folder. — uncomment next line if you not want different randomization…

12 years ago
Forum
Reply
RE: Fill the mat editor w/VR mats?

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…

12 years ago
Forum
Reply
RE: draw line

You can do this on two ways: #1 using startObjectCreation method (thread and mxs Help Topic) #2 creating simple tool (see this tool)

12 years ago
Forum
Reply
RE: Detect when new edges are selected.

Are you try with #subobjectSelectionChanged callback?

12 years ago
Forum
Reply
RE: DotNet and Window Focus Index

Or shorter version fn maxHW = (dotNetObject “maxCustomControls.win32HandleWrapper” (dotNetObject “System.IntPtr” (windows.getMaxHWND()))) form.show…

12 years ago
Forum
Reply
RE: arc between two points?

Nothing it’s just perfect. Anyway thanks Swordslayer for very informative math lesson.

12 years ago
Forum
Reply
RE: arc between two points?

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…

12 years ago
Forum
Reply
RE: Wire cylinder height to path length

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…

12 years ago
Forum
Reply
RE: Merge Max files from specific folders ??

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

12 years ago
Forum
Reply
RE: Script…Groups To Materials??

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…

12 years ago
Forum
Reply
RE: Script…Groups To Materials??

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…

12 years ago
Forum
Reply
RE: Script…Groups To Materials??

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…

12 years ago
Forum
Reply
RE: Script…Groups To Materials??

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…

12 years ago
Forum
Reply
RE: simpleManipulator help

I integrated your method and works really well, as expected:). Also I added uncheck option for “Set as RefCoordSys” checkbutton. try(MakeUnique_Node…

12 years ago
Forum
Page 34 / 69