[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40412] branches/soc-2011-carrot/release/ scripts/startup/bl_ui/properties_physics_dynamicpaint.py: Dynamic Paint:

Miika Hamalainen miika.hamalainen at kolumbus.fi
Tue Sep 20 20:16:45 CEST 2011


Revision: 40412
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40412
Author:   miikah
Date:     2011-09-20 18:16:44 +0000 (Tue, 20 Sep 2011)
Log Message:
-----------
Dynamic Paint:
* Brush ui still had references to old "Non-Closed" property.

Note that old Dynamic Paint saves no longer work in carrot revisions 40411 and later due to new modifiers that were added into trunk. :(

Modified Paths:
--------------
    branches/soc-2011-carrot/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py

Modified: branches/soc-2011-carrot/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
===================================================================
--- branches/soc-2011-carrot/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py	2011-09-20 17:51:04 UTC (rev 40411)
+++ branches/soc-2011-carrot/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py	2011-09-20 18:16:44 UTC (rev 40412)
@@ -421,15 +421,7 @@
                 sub.prop(brush, "solid_radius", text="Solid Radius")
                 col.prop(brush, "use_part_radius", text="Use Particle's Radius")
                 col.prop(brush, "smooth_radius", text="Smooth radius")
-        elif brush.paint_source in {'VOLUME', 'VOLDIST'}:
-            split = layout.row().split(percentage=0.4)
-            sub = split.column()
-            sub.prop(brush, "accept_nonclosed")
-            if brush.prox_project:
-                sub = split.column()
-                sub.prop(brush, "ray_dir")
                 
-                
         if brush.paint_source in {'DISTANCE', 'VOLDIST', 'POINT'}:
             col.prop(brush, "paint_distance", text="Paint Distance")
             split = layout.row().split(percentage=0.4)




More information about the Bf-blender-cvs mailing list