DaveWortley
@davewortley
New Member
Joined: Feb 14, 2024
Topics: 195 / Replies: 934
Reply
RE: Can't create fast split/crack algorithm

It crashed mine too after running on a 100×100 plane. I’m using max 9 sp2 x64.

14 years ago
Forum
Reply
RE: 3ds max script to create and auto assign a material for every object

for i = 1 to selection.count do ( newmat = StandardMaterial() newmat.name = (“MAT_” + i as string) selection[i].material = newmat )

14 years ago
Forum
Topic
Forum
Replies: 0
Views: 11
Reply
RE: One for the maths brains.

If you make a horizontal line, create a point on it (corner XB) draw another line from this point at angle a length B, From the end of this line (corn…

14 years ago
Forum
Reply
RE: One for the maths brains.

Can you get any of the other angles?

14 years ago
Forum
Reply
RE: Scene Redraw

I need to do something similar, using the Edit_Poly modifier, and it’s soo slow! Using Redraw + undo off, doesn’t make much difference. None of the f…

14 years ago
Forum
Reply
RE: [Query] Vraylight to Spline Rectangle … Will I be able ?

Select your Vray Light plane. Rectangle length:($.size1 * 2) width:($.size0 * 2) cornerRadius:0 transform:$.transform

14 years ago
Forum
Reply
14 years ago
Forum
Reply
14 years ago
Forum
Reply
RE: separate polygons that are next to each other in groups !?

Sorry haven’t got time to write this out properly this morning, but like a good morning problem solve to get my day started. Bit of psuedo code to he…

14 years ago
Forum
Reply
RE: Collapse selected objects into one single EP

Just so happened I had this code open in max when I read this… Assets = #() for o in selection do append Assets o convertToPoly(Assets[1]) for i = …

14 years ago
Forum
Reply
RE: Finally some Progress!

Yeah I knew I had the maths ‘correct’ so thought it was just locking out due to high processor usage or something. Learn something every day.

14 years ago
Forum
Topic
Forum
Replies: 3
Views: 13
Reply
RE: Best way to get neighbouring faces?

Thanks for the pointer… For those interested… Here’s a good little read… I only needed to add one more line to get the list of faces. theFace = 7…

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Page 56 / 76