[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36430] trunk/blender/release/scripts/ startup/bl_ui/properties_material.py: Fix #27243: missing seed button for halo materials.

Brecht Van Lommel brechtvanlommel at pandora.be
Mon May 2 10:56:54 CEST 2011


Revision: 36430
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36430
Author:   blendix
Date:     2011-05-02 08:56:53 +0000 (Mon, 02 May 2011)
Log Message:
-----------
Fix #27243: missing seed button for halo materials.

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/properties_material.py

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_material.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_material.py	2011-05-02 08:39:17 UTC (rev 36429)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_material.py	2011-05-02 08:56:53 UTC (rev 36430)
@@ -549,6 +549,7 @@
         col = split.column()
         col.prop(mat, "alpha")
         col.prop(mat, "diffuse_color", text="")
+        col.prop(halo, "seed")
 
         col = split.column()
         col.prop(halo, "size")




More information about the Bf-blender-cvs mailing list