Skip to content

Commit dc51ff1

Browse files
committed
Fix.
1 parent 4e89db3 commit dc51ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesh_selection_by_two_criteria.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ while eIter:unequal(mesh:edge_selection_end()) do
102102
dirVec = Vec3dSubtract(mesh:position(vrt2), mesh:position(vrt1))
103103

104104
-- debug output
105-
print(dirVec:coord(0) .. "; " .. dirVec:coord(1) .. "; " .. dirVec:coord(2))
105+
--print(dirVec:coord(0) .. "; " .. dirVec:coord(1) .. "; " .. dirVec:coord(2))
106106

107107
-- if direction of currently investigated edge does not meet the target direction, then deselect
108108
if Vec3dNorm(Vec3dSubtract(targetDirection, dirVec)) > 1e-10 then

0 commit comments

Comments
 (0)