finish version 2.0
This commit is contained in:
@ -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",
|
||||
|
@ -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)", ""),
|
||||
|
Reference in New Issue
Block a user