Merge remote-tracking branch 'origin/develop'
This commit is contained in:
@@ -913,7 +913,8 @@ local function ReorderFeatureWithDependency( vProc)
|
||||
-- se il processo deve stare prima, ma ora è dopo
|
||||
if nRefIndex and nRefIndex < i then
|
||||
table.insert( vProc, nRefIndex, table.remove( vProc, i))
|
||||
i = max( nRefIndex - 1, 1)
|
||||
-- se ci sono stati scambi, si ricomincia da capo
|
||||
i = 0
|
||||
end
|
||||
elseif Drill.Identify( vProc[i]) and vProc[i].Dependency and vProc[i].Dependency.ExecAfter and vProc[i].Dependency.ExecAfter.Id then
|
||||
local nRefId = vProc[i].Dependency.ExecAfter.Id
|
||||
@@ -929,7 +930,8 @@ local function ReorderFeatureWithDependency( vProc)
|
||||
-- se il processo deve stare dopo, ma ora è prima
|
||||
if nRefIndex and nRefIndex > i then
|
||||
table.insert( vProc, nRefIndex, table.remove( vProc, i))
|
||||
i = max( nRefIndex - 1, 1)
|
||||
-- se ci sono stati scambi, si ricomincia da capo
|
||||
i = 0
|
||||
end
|
||||
end
|
||||
i = i + 1
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
==== Beam Update Log ====
|
||||
|
||||
Versione 3.1i2 (08/09/2026)
|
||||
- MODIF : In OrderFeature, corretto ordinamento quando ci sono dipendenze
|
||||
|
||||
Versione 3.1i1 (07/09/2026)
|
||||
- Added : In LapJoint aggiunto parametro Q18 al di sotto del quale non viene mai fatta antischeggia
|
||||
- Modif : In ScarfJoint, aggiunta tolleranza su controllo versori
|
||||
|
||||
+1
-1
@@ -2,5 +2,5 @@
|
||||
-- Gestione della versione di Beam
|
||||
|
||||
NAME = 'Beam'
|
||||
VERSION = '3.1i1'
|
||||
VERSION = '3.1i2'
|
||||
MIN_EXE = '3.1b1'
|
||||
|
||||
Reference in New Issue
Block a user