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>2008-10-02 05:38:12 +0400
committerMatt Ebb <matt@mke3.net>2008-10-02 05:38:12 +0400
commite114d194ae44cb72aa52954f4fdeb67805a2c7c6 (patch)
treed4697e0fa0c523344a65bca43094023ff0f2a3bc /source/blender/makesdna/DNA_texture_types.h
parent76658ef1a86f0ca5fd208a840bd87f86290c3295 (diff)
* Re-coded the point density range checking to be a bit cleaner, and
not necessary to modify the BVH functions.
Diffstat (limited to 'source/blender/makesdna/DNA_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index 9c608302b22..95bacbbd4c6 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -144,8 +144,8 @@ typedef struct PointDensity {
short pdpad2;
void *point_tree; /* the acceleration tree containing points */
- //void *point_data; /* dynamically allocated extra for extra information, like particle age */
- //int pdpad3;
+ void *point_data; /* dynamically allocated extra for extra information, like particle age */
+ int pdpad3[2];
} PointDensity;