mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Remove unnecessary comments.
This commit is contained in:
@@ -243,7 +243,6 @@ class Raycast(bonsai.core.tool.Raycast):
|
||||
event: bpy.types.Event,
|
||||
snap_obj,
|
||||
):
|
||||
# TODO Clean unnecessary code
|
||||
|
||||
def divide_vector(start, end, n):
|
||||
points = []
|
||||
@@ -690,7 +689,6 @@ class Raycast(bonsai.core.tool.Raycast):
|
||||
|
||||
@classmethod
|
||||
def create_snap_obj(cls, obj):
|
||||
# TODO Will this be done for every object or only wireframe?
|
||||
for snap_obj in cls.snap_objs:
|
||||
if obj.name == snap_obj.obj.name:
|
||||
return snap_obj
|
||||
|
||||
Reference in New Issue
Block a user