plastic
@plastic
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 154
Reply
14 years ago
Forum
Reply
RE: Can't create fast split/crack algorithm

How about using gc: lite or gc() in the loop? Would it fix it? Are you using a 32bit version of 3dsmax?

14 years ago
Forum
Reply
RE: polyop.getHiddenFaces problem

try .numberset instead of .count

14 years ago
Forum
Reply
14 years ago
Forum
Reply
RE: persistent global structs

Thatā€™s cool, thanks for the codeā€¦I never used CAĀ“s but I will read into it. struct global_struct(node, name, checked, properties) After further tes…

14 years ago
Forum
Reply
RE: persistent global structs

Hi Denis, I played with your suggestion to merge max files, with mixed results. It did work, when the structs and globals were declared before mergin…

14 years ago
Forum
Reply
RE: persistent global structs

Well, Iā€™m working on this script, where I pick different source objects and target objects in listviews. Every picked object has different settings, e…

14 years ago
Forum
Topic
Forum
Replies: 7
Views: 19
Reply
RE: [question] Editable Spline Detach Copy toggle script ? (on/off)

It seems that this is not possible, the UI is not maxscript exposed.

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

heheā€¦letā€™s see if I say right: for i in selection where (classOf i==VRayLight) do if i.type==0 do rectangle length:(i.size1 * 2) width:(i.size0 * 2) …

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

easy, just get the position of the vray light and the dimension properties, then create a new rectangle shape with those dimensions.

14 years ago
Forum
Reply
RE: Selecting objects in a loop …

how about that: boxes = $Box* as array for thisBox in boxes do ( print thisBox )

14 years ago
Forum
Reply
RE: Losing EnvVariable when closing 3dsmax

Iā€™d just put a .ini file into the #plugcfg folder, thatā€™s the right way and itā€™s very easy with maxscript functions.

14 years ago
Forum
Reply
RE: Losing EnvVariable when closing 3dsmax

Probably some Windows UAC security ā€œfeatureā€?

14 years ago
Forum
Reply
RE: Object property browser (like wire parameters)

I think I have: –opens pick trackview dialog, returns subanim fn pickTrackView thisTargetObject= ( fn pickTrackViewSelected= ( –this ar…

14 years ago
Forum
Page 9 / 12