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>2011-05-02 12:56:53 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-05-02 12:56:53 +0400
commit5aef2f1ae2aaa1f8b45b473e4b403a548855b9be (patch)
treef5f72218ef39b63352da16ab30a69d8ddaf97286 /release/scripts
parentaecb892e1945dee4bffa36ae2d3d2871d9305516 (diff)
Fix #27243: missing seed button for halo materials.
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_ui/properties_material.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/properties_material.py b/release/scripts/startup/bl_ui/properties_material.py
index 0443a351afa..52d6b5f1376 100644
--- a/release/scripts/startup/bl_ui/properties_material.py
+++ b/release/scripts/startup/bl_ui/properties_material.py
@@ -549,6 +549,7 @@ class MATERIAL_PT_halo(MaterialButtonsPanel, bpy.types.Panel):
col = split.column()
col.prop(mat, "alpha")
col.prop(mat, "diffuse_color", text="")
+ col.prop(halo, "seed")
col = split.column()
col.prop(halo, "size")