From b9fd546a32bac9ff44c2c61f58bdf666cb5e78ec Mon Sep 17 00:00:00 2001 From: chsh2 <110356534+chsh2@users.noreply.github.com> Date: Tue, 26 Sep 2023 22:34:19 -0700 Subject: [PATCH] New version release --- __init__.py | 2 +- operators/operator_rig.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index d5b96fa..1342be7 100644 --- a/__init__.py +++ b/__init__.py @@ -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" diff --git a/operators/operator_rig.py b/operators/operator_rig.py index d4f00ad..4f9c240 100644 --- a/operators/operator_rig.py +++ b/operators/operator_rig.py @@ -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' )