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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-11-21 16:52:42 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-11-21 16:52:42 +0300
commitb6693f1f544a97fa2325c142d05e82fa60b63b27 (patch)
tree3ef737dc407f654a948db5a5cb3547904d49756d /source/blender/blenkernel/BKE_object.h
parent539b465b32102d90a6d356d8f94300e70338856e (diff)
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.
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 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,