A big set of UI messages fixes and tweaks! No functional changes.

This commit is contained in:
Bastien Montagne
2011-10-20 07:56:04 +00:00
parent f1fe89acf1
commit daf51fe6cd
29 changed files with 160 additions and 115 deletions

View File

@@ -159,7 +159,7 @@ class VertexPaintDirt(Operator):
)
blur_iterations = IntProperty(
name="Blur Iterations",
description="Number times to blur the colors. (higher blurs more)",
description="Number times to blur the colors (higher blurs more)",
min=0, max=40,
default=1,
)