Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2009-08-18 02:09:36 +0400
committerMatt Ebb <matt@mke3.net>2009-08-18 02:09:36 +0400
commit6412fe4b92f136fd7b9bdb7592476df26c8e46ce (patch)
tree9f7d0e3afdd19bef37a5c431e02b9c6c89d3c160 /source/blender/makesdna/DNA_texture_types.h
parentfe984a6e6ca9de9cb358fea0f4f3cf42742a1667 (diff)
* Point density texture works again
Diffstat (limited to 'source/blender/makesdna/DNA_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index 6e889fda20a..1b6ed1bc032 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -141,12 +141,11 @@ typedef struct PointDensity {
int pdpad;
struct Object *object; /* for 'Object' or 'Particle system' type - source object */
+ struct ParticleSystem *psys;
short psys_cache_space; /* cache points in worldspace, object space, ... ? */
- short psysindex; /* for 'Particle system' type - object's psys number */
-
short ob_cache_space; /* cache points in worldspace, object space, ... ? */
- short pdpad2;
+ short pdpad2[2];
void *point_tree; /* the acceleration tree containing points */
float *point_data; /* dynamically allocated extra for extra information, like particle age */