diff options
author | Vincent <vinsteimes@gmail.com> | 2021-09-01 01:17:33 +0200 |
---|---|---|
committer | Vincent <vinsteimes@gmail.com> | 2021-09-09 16:40:16 +0200 |
commit | 70108fd8509a09230933872c3042a7c7ef2545b8 (patch) | |
tree | 7f495cbb6e81b923b148a15a0b8fbb7e9a18ede2 /editor/editor_node.h | |
parent | 3174e2782c5bf7c56dbb7318d69289220c4ad753 (diff) |
implement individual mesh transform for meshlibrary items
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r-- | editor/editor_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 03c18a8972..488957b1df 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -335,6 +335,7 @@ private: EditorFileDialog *file_script; EditorFileDialog *file_android_build_source; CheckBox *file_export_lib_merge; + CheckBox *file_export_lib_apply_xforms; String current_path; MenuButton *update_spinner; |