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 not working in 2.91 #309

Closed thelabcat closed 3 years ago

thelabcat commented 3 years ago

Describe the bug Attempting to finalize a character raises an error in blender 2.91. The error occurred when the script tried to apply the character's modifiers, being raised from the keyword argument "apply_as='DATA'" at line 1069 of algorithms.py, said keyword apparently being obsolete in the blender 2.91 api.

Manual removal of this keyword argument from the code stopped the error without any apparent negative consequences.

animate1978 commented 3 years ago

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