Skip to content

Commit

Permalink
New version release
Browse files Browse the repository at this point in the history
  • Loading branch information
chsh2 committed Sep 27, 2023
1 parent 1df2879 commit b9fd546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author" : "https://github.com/chsh2/nijiGPen",
"description" : "Tools modifying/generating Grease Pencil strokes in a 2D plane",
"blender" : (3, 3, 0),
"version" : (0, 7, 0),
"version" : (0, 7, 1),
"location" : "View3D > Sidebar > NijiGP, in specific modes of Grease Pencil objects",
"warning" : "This addon is still in an early stage of development",
"category" : "Object"
Expand Down
2 changes: 1 addition & 1 deletion operators/operator_rig.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class TransferWeightOperator(bpy.types.Operator):
default='ALL',
)
auto_mesh: bpy.props.BoolProperty(
name='Generate Meshes Using Smart Fill',
name='Quick New Mesh Using Smart Fill',
default=False,
description='Use the bones as hint strokes to generate new meshes based on the active layer and frame'
)
Expand Down

0 comments on commit b9fd546

Please sign in to comment.