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:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-04-19 06:24:43 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-04-19 06:24:43 +0300
commit0af28f007f46eb0879cd06a9e0b064f372c5580a (patch)
tree5808f04a77fc614992cf07755a4566fa414d4415 /source/blender/editors/include
parent950d8360f82529bd4c0393f95df6450f286dd883 (diff)
Cleanup: Rename variables to indicate what is evaluated
`ob` --> `ob_eval` `me` --> `me_eval` `em` --> `em_eval`
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_transform_snap_object_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_transform_snap_object_context.h b/source/blender/editors/include/ED_transform_snap_object_context.h
index bba41d677c8..42e73bbf744 100644
--- a/source/blender/editors/include/ED_transform_snap_object_context.h
+++ b/source/blender/editors/include/ED_transform_snap_object_context.h
@@ -61,7 +61,7 @@ struct SnapObjectHitDepth {
float no[3];
int index;
- struct Object *ob;
+ struct Object *ob_eval;
float obmat[4][4];
/* needed to tell which ray-cast this was part of,