From f6316cc75aa26799f4a162d9a6851c68027c6990 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Wed, 4 Mar 2026 17:32:36 +0100 Subject: [PATCH] =?UTF-8?q?Nella=20OrderFeature=20non=20si=20considerano?= =?UTF-8?q?=20pi=C3=B9=20le=20dipendenze,=20veniva=20gi=C3=A0=20fatto=20tu?= =?UTF-8?q?tto=20nella=20ReorderFeatureWithDependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LuaLibs/BeamExec.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/LuaLibs/BeamExec.lua b/LuaLibs/BeamExec.lua index 7565fd6..b225083 100644 --- a/LuaLibs/BeamExec.lua +++ b/LuaLibs/BeamExec.lua @@ -949,13 +949,6 @@ local function OrderFeatures( vProc, b3Raw, nPartId) if Hcut.Identify( B2) then return false end - -- se uno dipende dall'altro - if B1.Dependency and B1.Dependency.ExecBefore and B1.Dependency.ExecBefore.Id == B2.Id then - return true - end - if B2.Dependency and B2.Dependency.ExecBefore and B2.Dependency.ExecBefore.Id == B1.Id then - return false - end -- se uno di testa e non l'altro, privilegio quello di testa (a meno che non siano dei fori) if B1.Head ~= B2.Head and not Drill.Identify(B1) and not Drill.Identify(B2) then return B1.Head