This works perfectly fine Thanks Martijn!
Yes I just had the idea to link the object to the helper, makes it easier Anyway I just can’t do Helper.transform = Newtransform, the two objects ju…
My question would then be : How do you get the transform from A to B ?
There is no encapsulation in maxscript, everything in a structure is public.
I found the problem came from there : newTime =((camKeys[i-1].time + t * coeff) as integer) / 160 Since CamKeys[i-1].time changed (the key was move…
Nice to be able to put the editor in a viewport, the window always bugs me.
transPoint = gw.hTransPoint Doesn’t work with Nitrous :curious: Denis, does your snippet account for faces that doesn’t point at camera ?
Here is the callback that changes the wirecolor of an object’s sibling to red. ( global IdentifyGroups_savedSiblings global IdentifyGroups_wireColo…
Good. You win.
for i = 1 to 3 do ( if n.min[i] < bMin[i] do bMin[i] = n.min[i] if n.max[i] > bMax[i] do bMax[i] = n.max[i] ) Is this really an optimization …
fn getHierarchyBBox obj Bbox:#([0,0,0], [0,0,0]) = ( if (isValidNode obj) do ( if obj.min.x < Bbox[1].x do Bbox[1].x = obj.min.x if obj.min….
I wouldn’t but companies who worked on my project before would. 😈
The problem with bounding boxes is that it is less relevant when members of the group are far away from each other.