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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-07-11 02:57:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-11 02:57:27 +0400
commit488e1da935d55330be55eb30b4605b993dd65dbd (patch)
treed4437d5e74e962482a4a6aa5336212c257f0245e /system_blend_info.py
parent8012053e1e178c8cabb133e05dc1e36d52908fa7 (diff)
cleanup
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
Diffstat (limited to 'system_blend_info.py')
-rw-r--r--system_blend_info.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/system_blend_info.py b/system_blend_info.py
index 6ba16738..ad96887c 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -66,10 +66,8 @@ class OBJECT_PT_blendinfo(bpy.types.Panel):
bl_context = "scene"
def draw(self, context):
- amount = 2
ob_cols = []
db_cols = []
- etc_cols = []
objects = bpy.data.objects
@@ -129,7 +127,7 @@ class OBJECT_PT_blendinfo(bpy.types.Panel):
row.label(text=quantity_string(num, "Empty", "Empties"),
icon='EMPTY_DATA')
- l_row_sep = layout.separator()
+ layout.separator()
# DATABLOCKS