Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions quickbake/panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class RENDER_PT_main(bpy.types.Panel):
bl_label = "Quick Bake"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
# bl_category = 'Tool'
bl_category = "Item" # TODO revert this after testing
bl_category = "Tool"
bl_context = "objectmode"

def draw(self, context):
Expand Down