svn merge ^/trunk/blender -r42095:42116

This commit is contained in:
Campbell Barton
2011-11-24 05:33:22 +00:00
68 changed files with 1053 additions and 614 deletions

View File

@@ -567,8 +567,8 @@ class LightMapPack(Operator):
default=True,
)
PREF_NEW_UVLAYER = BoolProperty(
name="New UV Layer",
description="Create a new UV layer for every mesh packed",
name="New UV Map",
description="Create a new UV map for every mesh packed",
default=False,
)
PREF_APPLY_IMAGE = BoolProperty(