-
- Downloads
Extra objects: Fix TypeError when torus knot added
TypeError is thrown when `torus knot object +` added with `7*6` preset. `torus_res` is an IntProperty, and after python 3.10, implicit conversion from float to int is not happening. Cast division value explicity to int to fix the problem. Pull Request: https://projects.blender.org/blender/blender-addons/pulls/104810
Please register or sign in to comment