2.5:
* Split Info and User preferences into two separate spaces. * Renamed Buttons Window to Properties also in RNA identifiers.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import bpy
|
||||
|
||||
class ObjectButtonsPanel(bpy.types.Panel):
|
||||
__space_type__ = "BUTTONS_WINDOW"
|
||||
__space_type__ = "PROPERTIES"
|
||||
__region_type__ = "WINDOW"
|
||||
__context__ = "object"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user