From 510aa6ba53e2808c02f078a525b91391c2ccce26 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 4 Nov 2009 12:09:02 +0000 Subject: particle vertex group UI Changed RNA vgroup access to use strings (string functions adjust the ints used internally) --- source/blender/makesdna/DNA_particle_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_particle_types.h') diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h index 157767e1d13..0de48c54fe2 100644 --- a/source/blender/makesdna/DNA_particle_types.h +++ b/source/blender/makesdna/DNA_particle_types.h @@ -231,7 +231,7 @@ typedef struct ParticleSystem{ /* note, make sure all (runtime) are NULL's in char bb_uvname[3][32]; /* billboard uv name */ /* if you change these remember to update array lengths to PSYS_TOT_VG! */ - short vgroup[12], vg_neg, rt3; /* vertex groups */ + short vgroup[12], vg_neg, rt3; /* vertex groups, 0==disable, 1==starting index */ /* temporary storage during render */ void *renderdata; -- cgit v1.2.3