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>2014-10-29 14:52:05 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-10-29 14:52:05 +0300
commit67115dbcc184858cde0c29c6337e6b18f7369d16 (patch)
treeb969d9bedd171110ea7ad20271f41630d290126c /release/scripts/startup/bl_operators/uvcalc_lightmap.py
parentb230ca2a90df8b40f32b11082971fbc3cba9b13b (diff)
parent6a4a911fc39ffc5f5a43cf6da46bd6af34167992 (diff)
Merge branch 'master' into libmv_prediction
Diffstat (limited to 'release/scripts/startup/bl_operators/uvcalc_lightmap.py')
-rw-r--r--release/scripts/startup/bl_operators/uvcalc_lightmap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/uvcalc_lightmap.py b/release/scripts/startup/bl_operators/uvcalc_lightmap.py
index 8f618e0632e..a120e2b2461 100644
--- a/release/scripts/startup/bl_operators/uvcalc_lightmap.py
+++ b/release/scripts/startup/bl_operators/uvcalc_lightmap.py
@@ -23,7 +23,7 @@ from bpy.types import Operator
import mathutils
-class prettyface(object):
+class prettyface:
__slots__ = (
"uv",
"width",