Work in progress: Collada export

This commit is contained in:
Latif Khalifa
2013-07-15 06:38:12 +02:00
parent 6d1b4c5b27
commit 1c2cdd4166
5 changed files with 467 additions and 0 deletions

View File

@@ -68,6 +68,10 @@
<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>
<menu_item_call enabled="true" label="Reload" mouse_opaque="true" name="Reload Textures">
<on_click function="Object.ReloadTextures" />
</menu_item_call>