Groups > Design > 3dsmax wish list > Re: Retain instance properties




Re: Retain instance properties

Re: Retain instance properties
Fri, 31 Aug 2007 12:25:10 +000
perhaps Autodek might consider to change the orignal "convert to "
script to detect instances in the selection and ask for confirmation to preserve
those instances.. 

here's a very simple idea, , it only works if selection does not contain
different instances

InstanceMgr.GetInstances selection[1] &instances
with redraw off
(
max create mode
	for x = 1 to instances.count do
	(
	convertTo instances[x] editable_poly
	instances[x].baseobject = instances[1]
	)
max modify mode
Post Reply
about | contact