Fix #27243: missing seed button for halo materials.

This commit is contained in:
Brecht Van Lommel
2011-05-02 08:56:53 +00:00
parent aecb892e19
commit 5aef2f1ae2

View File

@@ -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")