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

Hotfix/code errors flake8 #312

Closed mklemarczyk closed 3 years ago

mklemarczyk commented 3 years ago

Removed bunch of the code errors. Like wrong initialization of variable in init.py, Missing self argument in humanoid.py, Missing self. reference to access get_history method in mesh_ops.py.

Please refer to the flake8 log for full list of previous errors.

I would recommend to integrate and release changes as soon as possible, it should prevent some bugs.