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:
authorMiika Hamalainen <blender@miikah.org>2011-08-21 23:03:47 +0400
committerMiika Hamalainen <blender@miikah.org>2011-08-21 23:03:47 +0400
commit5b7133448439a510e779209c35aebd4cf38ff637 (patch)
treedbaabcaaa82a1c9ba008ff8ec1a40c0ec5c2013f /source/blender/makesdna/DNA_dynamicpaint_types.h
parent404dd15a123bc00281f4be8d1dfc1606723947b6 (diff)
Dynamic Paint:
* Bake calculation memory is now freed if surface is deactivated or baked. * Fixed possibly incorrect brush influence when using "Non-Closed" brush setting. * Added new rna property descriptions. * Added some comments and general code cleanup.
Diffstat (limited to 'source/blender/makesdna/DNA_dynamicpaint_types.h')
-rw-r--r--source/blender/makesdna/DNA_dynamicpaint_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_dynamicpaint_types.h b/source/blender/makesdna/DNA_dynamicpaint_types.h
index 4454d447909..e44fec6d69f 100644
--- a/source/blender/makesdna/DNA_dynamicpaint_types.h
+++ b/source/blender/makesdna/DNA_dynamicpaint_types.h
@@ -174,7 +174,6 @@ typedef struct DynamicPaintBrushSettings {
float particle_radius, particle_smooth;
float paint_distance;
- float displace_distance, prox_displace_strength;
/* color ramps */
struct ColorBand *paint_ramp; /* Proximity paint falloff */