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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-19 03:37:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-19 03:38:25 +0300
commit790cb7799dcfa9eda0f938f354e1a411714ec0df (patch)
tree052fdc1255290c25cab152a4c7295351c6db2a11 /source/blender/makesdna
parentec57d76db81a4d0c32b50ccc8772eb7d632f4f54 (diff)
Cleanup: rename parent_origin_eval to parent_display_origin
The term 'eval' is often used by depsgraph result, where this is just used for drawing.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_object_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 540b8d725f9..050110c14cb 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -136,7 +136,7 @@ typedef struct Object_Runtime {
char _pad0[3];
/** Only used for drawing the parent/child help-line. */
- float parent_origin_eval[3];
+ float parent_display_origin[3];
/** Axis aligned boundbox (in localspace). */