hello again
i made proxy -> mesh
this code is well in 1 select proxy
but if i select multi proxie , that code is error
what problem ~~
rre = #()
for o in selection as array do
(
If classof o == VRayProxy then
(
rre = vrayMeshImport o
select rre
$.pivot = $.center.x,$.center.y,$.min.z]
$.pos = [$.pos.x,$.pos.y,0]
$.transform = o.transform
clearSelection()
delete o
)else()
)
barigazy · 2015-10-20