Did you run it with something other than Python selected in the script editor? Sounds like it. (I failed to mention that it was python)
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 12:14, Morten Bartholdy <[email protected]> wrote: > I get this error: > > > > ' ERROR : Expected '=' - [line 1] > > > > Likely simple syntax stuff. I tried inserting the = a couple of places > that seemed plausible, but no luck. > > > > > > MB > > > Den 27. april 2015 kl. 12:53 skrev Simon Reeves <[email protected]>: > > 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 > > > >

