As I do have xsi in front of me here is some dodgy code for o in Application.Selection: Application.MakeLocal( str(o) + ".geomapprox", "siDefaultPropagation")
Simon Reeves London, UK *[email protected] <[email protected]>* *www.simonreeves.com <http://www.simonreeves.com>* *www.analogstudio.co.uk <http://www.analogstudio.co.uk>* On 27 April 2015 at 11:47, Andreas Bystrom <[email protected]> wrote: > if you select the objects, and press + and then - to increase and then > decrease the subd level, it will make the geoApprox propery local on each > of the selected objects. > not sure if that works in the setup you have, but could be worth a shot. > > On Mon, Apr 27, 2015 at 10:38 PM, Cesar Saez <[email protected]> wrote: > >> You can add a brand new geo approximation property and it will replace >> the shared one making it unique. >> >> I don't have softimage on front of me, but it should be something like: >> >> for each in Application.Selection: >> each.AddProperty('geomapprox') >> >> Cheers >> > >

