Merge branch 'Current' into Alpha-3
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import traceback
|
||||
import bpy
|
||||
import re
|
||||
from bpy.types import Operator, Context, EditBone, Object, Armature, Mesh
|
||||
@@ -86,7 +87,6 @@ class AvatarToolKit_OT_CreateDigitigradeLegs(Operator):
|
||||
|
||||
except Exception as e:
|
||||
self.report({'ERROR'}, t("Tools.digitigrade_error", error=traceback.format_exc()))
|
||||
|
||||
return False
|
||||
|
||||
def execute(self, context: Context) -> set[str]:
|
||||
|
||||
Reference in New Issue
Block a user