Save personal attachments to mesh formats without having to drop them first
This commit is contained in:
@@ -67,6 +67,14 @@
|
||||
</menu_item_call>
|
||||
<menu_item_call enabled="true" label="Reload" mouse_opaque="true" name="Reload Textures">
|
||||
<on_click function="Object.ReloadTextures" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Save OBJ..." mouse_opaque="true" name="Save OBJ...">
|
||||
<on_click function="Object.SaveAsOBJ" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Save DAE..." mouse_opaque="true" name="Save DAE...">
|
||||
<on_click function="Object.SaveAsDAE" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
</pie_menu>
|
||||
<menu_item_call enabled="true" label="Appearance..." name="Appearance...">
|
||||
|
||||
Reference in New Issue
Block a user