Skip to content

Commit

Permalink
edit modes are edit_mesh and edit_curve
Browse files Browse the repository at this point in the history
  • Loading branch information
dancrew32 committed Jan 14, 2022
1 parent 22b8405 commit 5dc9dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Panel(bpy.types.Panel):

@classmethod
def poll(cls, context):
return context.mode in {'EDIT'}
return context.mode in {'EDIT_MESH', 'EDIT_CURVE'}

def draw(self, context):
layout = self.layout
Expand Down

0 comments on commit 5dc9dad

Please sign in to comment.