[Bf-blender-cvs] [a61febe7395] master: Add comment to clarify the use of mesh::symmetry

Pablo Dobarro noreply at git.blender.org
Mon Dec 7 17:18:13 CET 2020


Commit: a61febe7395c5cd5650c651d6f0efad06a253475
Author: Pablo Dobarro
Date:   Mon Dec 7 16:45:31 2020 +0100
Branches: master
https://developer.blender.org/rBa61febe7395c5cd5650c651d6f0efad06a253475

Add comment to clarify the use of mesh::symmetry

Reviewed By: sybren

Differential Revision: https://developer.blender.org/D9776

===================================================================

M	source/blender/makesdna/DNA_mesh_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index a822a6723fa..04fbc030ed9 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -220,6 +220,8 @@ typedef struct Mesh {
   float remesh_voxel_adaptivity;
   char remesh_mode;
 
+  /* Indicates the symmetry that a mesh has, according to the artist, so that tools can
+   * consistently ensure that this symmetry is maintained. */
   char symmetry;
 
   char _pad1[2];



More information about the Bf-blender-cvs mailing list