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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user