[Bf-blender-cvs] [29c7232f4fb] functions: comments

Jacques Lucke noreply at git.blender.org
Tue Sep 10 17:12:44 CEST 2019


Commit: 29c7232f4fb26645aade517d2fe1e722829fb32c
Author: Jacques Lucke
Date:   Tue Sep 10 16:11:18 2019 +0200
Branches: functions
https://developer.blender.org/rB29c7232f4fb26645aade517d2fe1e722829fb32c

comments

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

M	source/blender/makesdna/DNA_modifier_types.h

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

diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index f785ef39f2a..18877f627c9 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1992,7 +1992,9 @@ typedef enum eBParticlesOutputType {
 typedef struct BParticlesModifierData {
   ModifierData modifier;
 
+  /* eBParticlesOutputType */
   unsigned int output_type;
+
   unsigned int num_cached_frames;
   struct bNodeTree *bparticles_tree;
   BParticlesFrameCache *cached_frames;
@@ -2002,6 +2004,8 @@ typedef struct BParticlesOutputModifierData {
   ModifierData modifier;
   struct Object *source_object;
   char source_particle_type[64];
+
+  /* eBParticlesOutputType */
   unsigned int output_type;
   char _pad[4];
 } BParticlesOutputModifierData;



More information about the Bf-blender-cvs mailing list