* Added missing "Passes" Button for AAO, reported by nudelZ.

* Some Layout tweaks for Cloth Panel, put Quality option to top. Patch by nudelZ.
This commit is contained in:
2009-10-28 23:47:56 +00:00
parent 3ff0032ec8
commit 2aa2f53265
2 changed files with 15 additions and 13 deletions

View File

@@ -155,6 +155,7 @@ class WORLD_PT_ambient_occlusion(WorldButtonsPanel):
col = split.column()
col.itemL(text="Sampling:")
col.itemR(ao, "passes")
col.itemR(ao, "error_tolerance", text="Error")
col.itemR(ao, "pixel_cache")
col.itemR(ao, "correction")