Skip to content

Commit

Permalink
Better description for cleanup grease pencil
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachinskiy committed Jan 28, 2019
1 parent 7686d4f commit 51c6659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions op_cleanup/cleanup_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class SCENE_OT_messythings_cleanup(Operator, Objects, Modifiers, Materials, Gpen
description="Purge all materials from file, additionally remove material slots from objects",
)
use_cleanup_gpencil: BoolProperty(
name="Grease Pencil",
description="Remove grease pencil from non grease pencil objects",
name="Annotations",
description="Remove redundant (Blender 2.7x) grease pencil object data from non grease pencil objects"
)

def draw(self, context):
Expand Down

0 comments on commit 51c6659

Please sign in to comment.