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