animate1978 / MB-Lab

MB-Lab is a character creation tool for Blender 4.0 and above, based off ManuelBastioniLAB
Other
1.76k stars 308 forks source link

Finalization bug #302

Closed brothermechanic closed 3 years ago

brothermechanic commented 3 years ago

Logs

Python: Traceback (most recent call last):
  File "/usr/share/blender/scripts/addons/MB-Lab-9999/__init__.py", line 1703, in execute
    mblab_humanoid.set_rest_pose()
  File "/usr/share/blender/scripts/addons/MB-Lab-9999/humanoid.py", line 1266, in set_rest_pose
    self.sk_engine.apply_armature_modifier()
  File "/usr/share/blender/scripts/addons/MB-Lab-9999/skeletonengine.py", line 119, in apply_armature_modifier
    algorithms.apply_modifier(obj, armature_modifier)
  File "/usr/share/blender/scripts/addons/MB-Lab-9999/algorithms.py", line 1069, in apply_modifier
    bpy.ops.object.modifier_apply(apply_as='DATA', modifier=modifier_name)
  File "/usr/share/blender/2.91/scripts/modules/bpy/ops.py", line 202, in __call__
    ret = op_call(self.idname_py(), None, kw)
TypeError: Converting py args to operator properties: : keyword "apply_as" unrecognized

location: <unknown location>:-1

Screenshots If applicable, add screenshots to help explain your problem. Screenshot_20200917_190340

Additional context Add any other context about the problem here. Hello Im' new there 1) I want to pose generated human 2) I push Finalise button and get a bug

Bolche commented 3 years ago

Looks like a duplicate of bug #297 Check the thread for answers

animate1978 commented 3 years ago

The recent pull requests to 'master' should resolve this issue