Commit: 010c551257d5e54eb4ca58116b745ca21a09c379
Author: Campbell Barton
Date:   Wed Jan 8 16:32:17 2020 +1100
Branches: master
https://developer.blender.org/rB010c551257d5e54eb4ca58116b745ca21a09c379

DNA: mark OrigSpace structs as run-time

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

M       source/blender/makesdna/DNA_meshdata_types.h

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

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;

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to