From b6693f1f544a97fa2325c142d05e82fa60b63b27 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 21 Nov 2018 14:52:42 +0100 Subject: Depsgraph: Cleanup, use more clear name Five years later since the original commit, is probably not so bad timing on calling things by their clear name. --- source/blender/blenkernel/BKE_object.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_object.h') diff --git a/source/blender/blenkernel/BKE_object.h b/source/blender/blenkernel/BKE_object.h index 2527b0f5092..c07ccdf8ee2 100644 --- a/source/blender/blenkernel/BKE_object.h +++ b/source/blender/blenkernel/BKE_object.h @@ -233,7 +233,8 @@ void BKE_object_eval_constraints( struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob); -void BKE_object_eval_done(struct Depsgraph *depsgraph, struct Object *ob); +void BKE_object_eval_transform_final( + struct Depsgraph *depsgraph, struct Object *ob); bool BKE_object_eval_proxy_copy( struct Depsgraph *depsgraph, -- cgit v1.2.3