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:
authorCampbell Barton <campbell@blender.org>2022-05-12 10:50:05 +0300
committerCampbell Barton <campbell@blender.org>2022-05-12 10:50:05 +0300
commit14175043e53e0ea2c99ea3330fd35c4b1f06273e (patch)
tree7f5a02e13bd45504498ce9c82f3acd5d06c36e17 /source/blender/makesdna
parent1242e8b93caaad7be3a920d19add43a31bf442d0 (diff)
parent502e1a44b9485184b199d5a22431d672d26735fe (diff)
Merge branch 'blender-v3.2-release'
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 97e057361c1..4a57f60be26 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -280,7 +280,7 @@ typedef struct Mesh {
/** Various flags used when editing the mesh. */
char editflag;
/** Mostly more flags used when editing or displaying the mesh. */
- unsigned short flag;
+ uint16_t flag;
/**
* The angle for auto smooth in radians. `M_PI` (180 degrees) causes all edges to be smooth.