Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2020-08-12 15:21:40 +0300
committerBastien Montagne <bastien@blender.org>2020-08-12 17:16:37 +0300
commitcfbea0e09de31bf325ecaa86d8dcf22dc9903634 (patch)
tree1fec3f1007fe3ee118096efb1dc16325e8c0fd52 /source/blender/editors/object/object_intern.h
parent21118fb610c2cf693b2884086f3d5c1fe5183ea4 (diff)
LibOverride and modifiers: Add copying of linked modifiers.
It also enables copying of linked modifiers (generating new local ones).
Diffstat (limited to 'source/blender/editors/object/object_intern.h')
-rw-r--r--source/blender/editors/object/object_intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h
index bc3c263e0a3..50825ae1ae4 100644
--- a/source/blender/editors/object/object_intern.h
+++ b/source/blender/editors/object/object_intern.h
@@ -149,8 +149,8 @@ void COLLECTION_OT_objects_remove_active(struct wmOperatorType *ot);
bool edit_modifier_poll_generic(struct bContext *C,
struct StructRNA *rna_type,
int obtype_flag,
- const bool is_editmode_allowed);
-bool edit_modifier_poll(struct bContext *C);
+ const bool is_editmode_allowed,
+ const bool is_liboverride_allowed);
void edit_modifier_properties(struct wmOperatorType *ot);
bool edit_modifier_invoke_properties(struct bContext *C,
struct wmOperator *op,