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:
authorJeroen Bakker <j.bakker@atmind.nl>2018-04-18 16:06:03 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-04-18 16:06:03 +0300
commitc86975d90a34f2dd550d0546dd5245972acdaf73 (patch)
tree07d3b74095a4ef8d049db91907a2d6f626bc0b8f /source/blender/draw
parent5cc92a376b3ed55758e078cef543ab39a0154a29 (diff)
parentb3e479757e4b8e53b3426dd8936ef464ec39711f (diff)
Merge branch 'blender2.8' into blender2.8-workbench
Diffstat (limited to 'source/blender/draw')
-rw-r--r--source/blender/draw/intern/draw_cache_impl_mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl_mesh.c b/source/blender/draw/intern/draw_cache_impl_mesh.c
index f7a82c6d0c5..bad860967ef 100644
--- a/source/blender/draw/intern/draw_cache_impl_mesh.c
+++ b/source/blender/draw/intern/draw_cache_impl_mesh.c
@@ -132,7 +132,7 @@ typedef struct MeshRenderData {
MEdge *medge;
MLoop *mloop;
MPoly *mpoly;
- float (*orco)[3];
+ float (*orco)[3]; /* vertex coordinates normalized to bounding box */
MDeformVert *dvert;
MLoopUV *mloopuv;
MLoopCol *mloopcol;