mirror of
https://github.com/blender/blender-addons.git
synced 2025-07-25 16:05:20 +00:00

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