Hi,
I was looking for a script and founded this one on THE AREA is working fine for converting objects from copies to instances, BUT not for lights...in the selection window they arent show, i guess i should change in the following code the GeometrClass for something like LightClass, but isnt working so not so easy
Some ideas??
I was looking for a script and founded this one on THE AREA is working fine for converting objects from copies to instances, BUT not for lights...in the selection window they arent show, i guess i should change in the following code the GeometrClass for something like LightClass, but isnt working so not so easy
Code:
fn flt obj = isKindOf obj GeometryClass src = selectByName title:"Select source" filter:flt single:true dst = selectByName title:"Select copies" filter:flt for i in dst do instanceReplace i src
Comment