try(work) catch(beer)
How about using gc: lite or gc() in the loop? Would it fix it? Are you using a 32bit version of 3dsmax?
try .numberset instead of .count
I got it all sorted out here:
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…
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…
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…
It seems that this is not possible, the UI is not maxscript exposed.
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) …
easy, just get the position of the vray light and the dimension properties, then create a new rectangle shape with those dimensions.
how about that: boxes = $Box* as array for thisBox in boxes do ( print thisBox )
Iād just put a .ini file into the #plugcfg folder, thatās the right way and itās very easy with maxscript functions.
Probably some Windows UAC security āfeatureā?
I think I have: –opens pick trackview dialog, returns subanim fn pickTrackView thisTargetObject= ( fn pickTrackViewSelected= ( –this ar…