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 <ideasman42@gmail.com>2020-01-08 08:32:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-01-08 08:34:27 +0300
commit010c551257d5e54eb4ca58116b745ca21a09c379 (patch)
tree839d9949846ee7c3d60eb9fa764830f4d9cf10b6 /source/blender/makesdna/DNA_meshdata_types.h
parentb42b837b7ef29f92dfc84c5ba2b5c762328cad25 (diff)
DNA: mark OrigSpace structs as run-time
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 57f8cb2b289..648389d610f 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -387,10 +387,14 @@ typedef struct GridPaintMask {
* Unlike UV's these are not user editable and always start out using a fixed 0-1 range.
* Currently only used for particle placement.
*/
+#
+#
typedef struct OrigSpaceFace {
float uv[4][2];
} OrigSpaceFace;
+#
+#
typedef struct OrigSpaceLoop {
float uv[2];
} OrigSpaceLoop;