Skip to content

Instantly share code, notes, and snippets.

import bpy
import math
cutter = "48T"
part = "Cylinder"
step_degree = 5
ratio = 2 #cutter to part - do 1 full rotation of PART
end = int(360/step_degree)
print(end)