Skip to content

Commit 7c77ea1

Browse files
committed
Move panel to tool shelf
1 parent 8fd7244 commit 7c77ea1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

rct-graphics-helper/rct_graphics_helper_panel.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
from .models.palette import palette_colors, palette_colors_details
2323

24-
2524
class GraphicsHelperPanel(bpy.types.Panel):
25+
2626
bl_label = "RCT Graphics Helper"
27-
bl_idname = "RENDER_PT_rct_graphics_helper"
28-
bl_space_type = 'PROPERTIES'
29-
bl_region_type = 'WINDOW'
30-
bl_context = "render"
27+
bl_idname = "VIEW3D_PT_rct_graphics_helper"
28+
bl_space_type = 'VIEW_3D'
29+
bl_region_type = 'TOOLS'
30+
bl_category = 'RollerCoaster Tycoon'
3131

3232
def draw(self, context):
3333

0 commit comments

Comments
 (0)