Files
blender-addons/add_curve_extra_objects
Patrick-White-4 08ec3386cd 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
2023-08-01 13:41:10 +02:00
..