works fine for me… hmm maybe its because of version difference (select a vray light and type show $ in the listener and paste the result here)
here’s a quick way of doing it… ( try (delete $vraylightfromsplineshape*) catch() newselection = #() for i in selection do ( if (classof i) =…
try this… ( newselection = #() for i in selection do ( if classof i == rectangle do ( light = vraylight() light.size0 = i.width/2 lig…
@bobo: is area computation via triangulation of polygon faster than computing the area of a polygon using numerical integration ? i.e area of polygon …
thanks for the tip… dunno how i missed that …
thanks for the post ! i wanted to know the algorithm to compute interior angles of a polygon. To write a small class in java on polygons, as my projec…
thanks for the post! maybe the picture will help understand the problem… the problem is how do i figure out weather the computed angle is an interior…
yep, can’t optimize it further :sad:. automating the attach function of the editable mesh is the only option then i guess, maybe that can be achieved…
the following script retains the material id of the faces but not the material. you will have to use the “select id” button and reapply the material :…
in maxscript it is, amax ( <array> | {value} ) amin ( <array> | {value}) for example : (amax 0 a) + (amax 0 b) + (amax 0 c)
alright i implemented the suggested algorithm. and the running time has reduced by order of 2!!! however there is a slight trade off with accuracy, an…
did some experimentation… The results: — Location = 244796 — array of ports FileSize 294912 — Location = 327912 — array of pots and…