Acceptable Standards Added
This commit is contained in:
@@ -27,8 +27,8 @@ class AvatarToolkit_OT_AttachMesh(Operator):
|
||||
armature: Optional[Object] = get_active_armature(context)
|
||||
if not armature:
|
||||
return False
|
||||
is_valid, _ = validate_armature(armature)
|
||||
return is_valid
|
||||
valid, _, _ = validate_armature(armature)
|
||||
return valid
|
||||
|
||||
def execute(self, context: Context) -> Set[str]:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user