finish version 2.0

This commit is contained in:
2020-10-21 13:48:36 +08:00
parent 582e96615a
commit 670cc830fd
4 changed files with 39 additions and 13 deletions

View File

@ -2,7 +2,7 @@ bl_info={
"name":"Ballance Blender Plugin",
"description":"Ballance mapping tools for Blender",
"author":"yyc12345",
"version":(1,1),
"version":(2,0),
"blender":(2,83,0),
"category":"Object",
"support":"TESTING",

View File

@ -12,7 +12,7 @@ class BALLANCE_OT_super_align(bpy.types.Operator):
align_z: bpy.props.BoolProperty(name="Z position")
current_references: bpy.props.EnumProperty(
name="Current",
name="Reference",
items=(('MIN', "Min", ""),
('CENTER', "Center (bound box)", ""),
('POINT', "Center (axis)", ""),