MB-Lab icon indicating copy to clipboard operation
MB-Lab copied to clipboard

Python Traceback ERROR when Finalizing

Open SamKArtist opened this issue 3 years ago • 1 comments

Python Traceback ERROR when Finalizing. Anyway to help direct me with this issue would be great!!

Python: Traceback (most recent call last):

File "C:\Users\samka\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\MB-Lab_init_.py", line 1369, in execute mblab_humanoid.set_rest_pose()

File "C:\Users\samka\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\MB-Lab\humanoid.py", line 1194, in set_rest_pose self.sk_engine.apply_armature_modifier()

File "C:\Users\samka\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\MB-Lab\skeletonengine.py", line 119, in apply_armature_modifier algorithms.apply_modifier(obj, armature_modifier)

File "C:\Users\samka\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\MB-Lab\algorithms.py", line 1142, in apply_modifier bpy.ops.object.modifier_apply(apply_as='DATA', modifier=modifier_name)

File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\bpy\ops.py", line 132, in call ret = _op_call(self.idname_py(), None, kw)

TypeError: Converting py args to operator properties: : keyword "apply_as" unrecognized

location: :-1

SamKArtist avatar Jun 21 '21 23:06 SamKArtist

Hello, sorry for the delay but the bug you are experiencing is from an older version that has been fixed. All you need to do is download a new clone of MB-Lab 1.7.8 from either GitHub or from this link -

https://mblab.dev/download/mb-lab-1-7-8-5/

This will allow you to finalize your character.

animate1978 avatar Jun 24 '21 03:06 animate1978