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:
authorPablo Dobarro <pablodp606@gmail.com>2020-12-07 18:45:31 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-12-07 19:17:56 +0300
commita61febe7395c5cd5650c651d6f0efad06a253475 (patch)
treede4723c0d677cc5bafca516aa6b1a335f2085aea
parent4f25e168a255950f46cf10e9b6d84d0646004d7d (diff)
Add comment to clarify the use of mesh::symmetry
Reviewed By: sybren Differential Revision: https://developer.blender.org/D9776
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h2
1 files changed, 2 insertions, 0 deletions
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];