Error in blender tool kit when Exporting clothingRe installed the tool kit same error, There is a solution to this for people that have this error by changing the Line 244 inside of OperatorsExportTool.py via notepad++
The reason this error happens is because inside the base code from the tool there is no "call back" also the use of ".clear()" is not recognised by python coding if anything it would be ".release()" but this simply can not fit here, So below there is a code just simply copy and paste it over line 244 and save, Press F3 inside of blender and search for Reload plugins, then restart.
[animArmature.animation_data.action.fcurves.remove(f) for f in list(animArmature.animation_data.action.fcurves)]
Simply copy and paste this code over the old one and everything should work as normal, Hopefully IMVU sees this and changes this
Error in blender tool kit when Exporting clothing
Re installed the tool kit same error, There is a solution to this for people that have this error by changing the Line 244 inside of OperatorsExportTool.py via notepad++
The reason this error happens is because inside the base code from the tool there is no "call back" also the use of ".clear()" is not recognised by python coding if anything it would be ".release()" but this simply can not fit here, So below there is a code just simply copy and paste it over line 244 and save, Press F3 inside of blender and search for Reload plugins, then restart.
[animArmature.animation_data.action.fcurves.remove(f) for f in list(animArmature.animation_data.action.fcurves)]
Simply copy and paste this code over the old one and everything should work as normal, Hopefully IMVU sees this and changes this
Hope it works :)
0 Votes
0 Comments
Login to post a comment