We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5721a8b commit de34e73Copy full SHA for de34e73
1 file changed
src/bonsai/bonsai/tool/raycast.py
@@ -243,7 +243,6 @@ def ray_cast_by_proximity_2d(
243
event: bpy.types.Event,
244
snap_obj,
245
):
246
- # TODO Clean unnecessary code
247
248
def divide_vector(start, end, n):
249
points = []
@@ -690,7 +689,6 @@ def calculate_snap_threshold(cls, view_distance):
690
689
691
@classmethod
692
def create_snap_obj(cls, obj):
693
- # TODO Will this be done for every object or only wireframe?
694
for snap_obj in cls.snap_objs:
695
if obj.name == snap_obj.obj.name:
696
return snap_obj
0 commit comments