[Bf-blender-cvs] [786da62] GPencil_Editing_Stage3: Code cleanup - Formatting

Joshua Leung noreply at git.blender.org
Sat Jun 13 02:45:01 CEST 2015


Commit: 786da62b4bff343edee9b203864bae136171badc
Author: Joshua Leung
Date:   Mon Jun 1 02:11:29 2015 +1200
Branches: GPencil_Editing_Stage3
https://developer.blender.org/rB786da62b4bff343edee9b203864bae136171badc

Code cleanup - Formatting

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

M	source/blender/makesdna/DNA_scene_types.h

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

diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index ef0e98a..ee384f1 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -903,6 +903,7 @@ typedef enum StereoViews {
 	STEREO_MONO_ID = 3,
 } StereoViews;
 
+/* *************************************************************** */
 /* Markers */
 
 typedef struct TimeMarker {	
@@ -1031,6 +1032,7 @@ typedef struct Sculpt {
 typedef struct UvSculpt {
 	Paint paint;
 } UvSculpt;
+
 /* ------------------------------------------- */
 /* Vertex Paint */
 
@@ -1158,6 +1160,10 @@ typedef enum {
 	UNIFIED_PAINT_BRUSH_ALPHA_PRESSURE  = (1 << 4)
 } UnifiedPaintSettingsFlags;
 
+/* *************************************************************** */
+/* Stats */
+
+/* Stats for Meshes */
 typedef struct MeshStatVis {
 	char type;
 	char _pad1[2];




More information about the Bf-blender-cvs mailing list