We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c77ea1 commit 5f320e5Copy full SHA for 5f320e5
1 file changed
rct-graphics-helper/rct_graphics_helper_panel.py
@@ -27,7 +27,7 @@ class GraphicsHelperPanel(bpy.types.Panel):
27
bl_idname = "VIEW3D_PT_rct_graphics_helper"
28
bl_space_type = 'VIEW_3D'
29
bl_region_type = 'TOOLS'
30
- bl_category = 'RollerCoaster Tycoon'
+ bl_category = 'RCT Tools'
31
32
def draw(self, context):
33
0 commit comments