Skip to content
Snippets Groups Projects
Commit 687a012a authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-18008 Add "Save/Edit Materials" buttons to attachment's right click menu

parent ed1e5214
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,22 @@ ...@@ -12,6 +12,22 @@
<menu_item_call.on_enable <menu_item_call.on_enable
function="EnableEdit" /> function="EnableEdit" />
</menu_item_call> </menu_item_call>
<menu_item_call
label="Edit PBR Material"
name="EditGLTFMaterial">
<menu_item_call.on_click
function="Object.EditGLTFMaterial" />
<menu_item_call.on_enable
function="Object.EnableEditGLTFMaterial"/>
</menu_item_call>
<menu_item_call
label="Save material to inventory"
name="SaveGLTFMaterial">
<menu_item_call.on_click
function="Object.SaveGLTFMaterial" />
<menu_item_call.on_enable
function="Object.EnableSaveGLTFMaterial"/>
</menu_item_call>
<menu_item_call <menu_item_call
enabled="false" enabled="false"
label="Detach item" label="Detach item"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment