From a61febe7395c5cd5650c651d6f0efad06a253475 Mon Sep 17 00:00:00 2001 From: Pablo Dobarro Date: Mon, 7 Dec 2020 16:45:31 +0100 Subject: Add comment to clarify the use of mesh::symmetry Reviewed By: sybren Differential Revision: https://developer.blender.org/D9776 --- source/blender/makesdna/DNA_mesh_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna') 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]; -- cgit v1.2.3