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:
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