[Bf-blender-cvs] [a2006f3] alembic_pointcache: Removed unused line.

Lukas Tönne noreply at git.blender.org
Tue Feb 24 12:11:57 CET 2015


Commit: a2006f37b2380b4bb000cae03204f21361c44c43
Author: Lukas Tönne
Date:   Tue Feb 24 12:11:50 2015 +0100
Branches: alembic_pointcache
https://developer.blender.org/rBa2006f37b2380b4bb000cae03204f21361c44c43

Removed unused line.

===================================================================

M	release/scripts/startup/bl_ui/properties_scene.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_scene.py b/release/scripts/startup/bl_ui/properties_scene.py
index d68fdd4..9abcb0e 100644
--- a/release/scripts/startup/bl_ui/properties_scene.py
+++ b/release/scripts/startup/bl_ui/properties_scene.py
@@ -437,7 +437,6 @@ class SCENE_PT_cache_manager(SceneButtonsPanel, Panel):
             row.label(text=name, icon=self.item_type_icon[type])
         elif type == 'DERIVED_MESH':
             row.label(text=name, icon=self.item_type_icon[type])
-            #sub.label(text="Mesh", icon_value=layout.enum_item_icon())
         elif type == 'HAIR':
             row.label(text=name, icon=self.item_type_icon[type])
         elif type == 'HAIR_PATHS':




More information about the Bf-blender-cvs mailing list