projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Particle system parenting
[blender-staging.git]
/
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 6805082d094e3c1a9a7bc2279b74fdf9df3b9b40..b10f35b909169439bd6fcaa5b0cdf3468db72eb3 100644
(file)
--- a/
source/blender/makesdna/DNA_particle_types.h
+++ b/
source/blender/makesdna/DNA_particle_types.h
@@
-192,6
+192,7
@@
typedef struct ParticleSystem{ /* note, make sure all (runtime) are NULL's in
struct Object *target_ob;
struct Object *keyed_ob;
struct Object *lattice;
struct Object *target_ob;
struct Object *keyed_ob;
struct Object *lattice;
+ struct Object *parent; /* particles from global space -> parent space */
struct ListBase effectors, reactevents; /* runtime */
struct ListBase effectors, reactevents; /* runtime */