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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2007-12-05 18:48:49 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2007-12-05 18:48:49 +0300
commitb3c1e458b43d4014bc720c7eb20af5e02f6f5ab5 (patch)
treeeea106767a5f83798af9cd4054f682799a4b6dd7 /source/blender/makesdna
parent29d87d64caac51fc900825063421a35ac9a7c7ae (diff)
Particles
========= - Added texture control for child particle roughness. - Fix some use of uninitialized variables in particle texture code.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_material_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h
index 489ba71d639..22585e59c7b 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -298,9 +298,10 @@ typedef struct Material {
/* physics */
#define MAP_PA_PVEL 64
/* path cache */
-#define MAP_PA_CACHE 384
+#define MAP_PA_CACHE 912
#define MAP_PA_CLUMP 128
#define MAP_PA_KINK 256
+#define MAP_PA_ROUGH 512
/* pr_type */
#define MA_FLAT 0