* Split Info and User preferences into two separate spaces.
* Renamed Buttons Window to Properties also in RNA identifiers.
This commit is contained in:
2009-08-18 12:58:51 +00:00
parent ac2451c6be
commit 990dcd0f7f
53 changed files with 923 additions and 480 deletions

View File

@@ -2,7 +2,7 @@
import bpy
class ObjectButtonsPanel(bpy.types.Panel):
__space_type__ = "BUTTONS_WINDOW"
__space_type__ = "PROPERTIES"
__region_type__ = "WINDOW"
__context__ = "object"