Last spell checking (for now).

Only mysterious courant from bpy.types.ParticleSettings.courant_target reamins...
This commit is contained in:
Bastien Montagne
2012-07-04 15:52:07 +00:00
parent 558721ab59
commit 4149ea5f50
14 changed files with 24 additions and 20 deletions

View File

@@ -561,7 +561,7 @@ class LightMapPack(Operator):
PREF_CONTEXT = bpy.props.EnumProperty(
name="Selection",
items=(('SEL_FACES', "Selected Faces", "Space all UVs evently"),
items=(('SEL_FACES', "Selected Faces", "Space all UVs evenly"),
('ALL_FACES', "All Faces", "Average space UVs edge length of each loop"),
('ALL_OBJECTS', "Selected Mesh Object", "Average space UVs edge length of each loop")
),