svn merge ^/trunk/blender -r43062:43085

This commit is contained in:
2012-01-03 02:16:52 +00:00
34 changed files with 597 additions and 243 deletions

View File

@@ -239,7 +239,7 @@ class ClearUselessActions(Operator):
@classmethod
def poll(cls, context):
return len(bpy.data.actions) != 0
return bool(bpy.data.actions)
def execute(self, context):
removed = 0