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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-04-16 15:54:28 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-04-16 15:54:28 +0400
commit798385fa903245f1a9819631d3116e05769585da (patch)
tree1b94cfb26e9cc067912f2aa07e4a283b2eafafae /release
parent34814e47558febd42f56b2ec38c4cb8954eb5dad (diff)
Fix #30968: Lightmap Pack - no new image limit
Disable operator register and redo flags because it might modify non-mesh data when in edit mode. This doesn't work properly with current undo stack design.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/uvcalc_lightmap.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/uvcalc_lightmap.py b/release/scripts/startup/bl_operators/uvcalc_lightmap.py
index 9e1ebbac806..3074db17d0f 100644
--- a/release/scripts/startup/bl_operators/uvcalc_lightmap.py
+++ b/release/scripts/startup/bl_operators/uvcalc_lightmap.py
@@ -549,7 +549,6 @@ class LightMapPack(Operator):
'''Follow UVs from active quads along continuous face loops'''
bl_idname = "uv.lightmap_pack"
bl_label = "Lightmap Pack"
- bl_options = {'REGISTER', 'UNDO'}
PREF_CONTEXT = bpy.props.EnumProperty(
name="Selection",