Hi Yanus3D,
re:
> So I was thinking (I hate extra clicks in pipeline) is possible to do automatically?
Yes, you can set up a shortcut key that will do those steps automatically.
To do that go to Options > Shortcut keys and add a new one. For the Command part of the shortcut key put in this:
script:
moi.geometryDatabase.getObjects().setProperty( 'name', 'Layer' );
moi.geometryDatabase.saveAs( 'filetype=lwo' );
- Michael
|