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:
Diffstat (limited to 'source/blender/blenkernel/BKE_object.h')
-rw-r--r--source/blender/blenkernel/BKE_object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_object.h b/source/blender/blenkernel/BKE_object.h
index a77174ec36d..31125545670 100644
--- a/source/blender/blenkernel/BKE_object.h
+++ b/source/blender/blenkernel/BKE_object.h
@@ -211,7 +211,8 @@ void BKE_object_data_select_update(const struct EvaluationContext *eval_ctx,
struct ID *object_data);
void BKE_object_eval_flush_base_flags(const struct EvaluationContext *eval_ctx,
- struct Object *object, struct Base *base);
+ struct Object *object, struct Base *base,
+ const bool is_from_set);
void BKE_object_handle_data_update(
const struct EvaluationContext *eval_ctx,