2.5 Layout files:

* Removed __idname__ from all panels. 
Note: Operator classes still need that id. Don't remove it there.
This commit is contained in:
2009-07-26 16:31:48 +00:00
parent 6d84e38856
commit b666f55e0e
25 changed files with 0 additions and 95 deletions

View File

@@ -3,7 +3,6 @@ import bpy
class INFO_HT_header(bpy.types.Header):
__space_type__ = "USER_PREFERENCES"
__idname__ = "INFO_HT_header"
def draw(self, context):
st = context.space_data