We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd7244 commit 7c77ea1Copy full SHA for 7c77ea1
1 file changed
rct-graphics-helper/rct_graphics_helper_panel.py
@@ -21,13 +21,13 @@
21
22
from .models.palette import palette_colors, palette_colors_details
23
24
-
25
class GraphicsHelperPanel(bpy.types.Panel):
+
26
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"
+ bl_idname = "VIEW3D_PT_rct_graphics_helper"
+ bl_space_type = 'VIEW_3D'
+ bl_region_type = 'TOOLS'
+ bl_category = 'RollerCoaster Tycoon'
31
32
def draw(self, context):
33
0 commit comments