Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-11-24 09:33:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-24 09:33:22 +0400
commitf28fd56f8f0d539e043924343683885ebc293d9f (patch)
treef9db2509e7239a5872c420bfd4a08855388fa27b /release/scripts/startup/bl_operators/uvcalc_lightmap.py
parentb6aa3073685f3f72b240cf6b82a93678316adba7 (diff)
parentdf22957bfce70b704b6b93958814c1ca8b2211f5 (diff)
svn merge ^/trunk/blender -r42095:42116
Diffstat (limited to 'release/scripts/startup/bl_operators/uvcalc_lightmap.py')
-rw-r--r--release/scripts/startup/bl_operators/uvcalc_lightmap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_operators/uvcalc_lightmap.py b/release/scripts/startup/bl_operators/uvcalc_lightmap.py
index cb3cf9a88d1..793b2a4ce2a 100644
--- a/release/scripts/startup/bl_operators/uvcalc_lightmap.py
+++ b/release/scripts/startup/bl_operators/uvcalc_lightmap.py
@@ -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(