pep8 changes
This commit is contained in:
@@ -126,7 +126,7 @@ def draw(layout, context, context_member, use_edit=True):
|
||||
|
||||
class PropertyPanel(bpy.types.Panel):
|
||||
"""
|
||||
The subclass should have its own poll function
|
||||
The subclass should have its own poll function
|
||||
and the variable '_context_path' MUST be set.
|
||||
"""
|
||||
bl_label = "Custom Properties"
|
||||
@@ -269,4 +269,3 @@ class WM_OT_properties_remove(bpy.types.Operator):
|
||||
item = eval("context.%s" % self.properties.path)
|
||||
del item[self.properties.property]
|
||||
return {'FINISHED'}
|
||||
|
||||
|
Reference in New Issue
Block a user