Show messages: All
1-11
12-20
From: Yanus3D (JANUSZBIELA)
I upload for you model to show "issue"
After opening it in Lightwave I see multiple layers (this model is light but you can imagine something bigger...)
surfaces are correct (guys from Rhino use one layer with multiple surfaces names - thats why I get correct surfaces in LW, otherwise , in traditional way I get one surface name)
Topology in Rhino with layers/names is different than in Lightwave. This is not issue and we can deal wit it. Issue is multilayer construction after export from Moi.
In attachment object R5 for test and screenshot from LW.

Attachments:
whirlpool 1.3dm
Image Attachments:
Screenshot 2026-05-20 095409.png
From: Michael Gibson
Hi Yanus3D, please try the attached .lwo , does it have the LightWave layers how you want?
- Michael
Attachments:
whirlpool 2_lwo.zip
From: Yanus3D (JANUSZBIELA)
Yes!
That`s correct export
One layer only.

Image Attachments:
Screenshot 2026-05-20 114330.png
From: Michael Gibson
Hi Yanus3D,
re:
> Yes!
> That`s correct export
> One layer only.
Great! To get that result, make sure "Combine same named objects" is turned on here under Options dialog > Import/Export :
Then set the objects you want combined to have the same object name before exporting.
To do that, use Ctrl+A to select all, then click on the object name here and set to any name other than blank:
If you then generate your .lwo file you should get the same one layer result.
- Michael
Image Attachments:
CombineSameNamedObjects.jpg
From: Yanus3D (JANUSZBIELA)
Yes, that`s works!
So I was thinking (I hate extra clicks in pipeline) is possible to do automatically?
Simple button in LW Exporter for it.....
From: Michael Gibson
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
From: Yanus3D (JANUSZBIELA)
Thank you!
But I am thinking about a fixed solution, such as adding a checkbox in the export menu. Could you add that?
There are too many procedures involved in exporting and importing, and I want to avoid unnecessary clicks and shortcuts.
I ask this because I understand when someone does it casually, but in our case, we have multiple projects running simultaneously, a huge data exchange between departments, and every extra click counts.
From: Michael Gibson
Hi Yanus3D,
> I ask this because I understand when someone does it casually, but in our
> case, we have multiple projects running simultaneously, a huge data exchange
> between departments, and every extra click counts.
You only need to set up the shortcut one time, after that using the shortcut is just one key instead of 2 clicks.
Actually the shortcut saves even more clicks than that because it sets the file type to .lwo automatically as well.
- Michael
From: Yanus3D (JANUSZBIELA)
O yes...now works perfect :)
So I wait for next update with fixed Pivot.
Thanks again!
Can you make a list what I can put in script for Lightwave format?
Show messages: All
1-11
12-20