NavisworksTransport/src
tian 0cff495331 fix: prevent duplicate database save during XML import deserialization
- ParseRouteElement used route.AddPoint() which called RecalculateAndSaveRoute
- This saved the path to DB with original name before ImportPathCommand could rename it
- Changed to route.Points.Add() + route.RecalculateRoute() to skip DB save
- Only ImportPathCommand → AddRoute → SavePathToDatabase now persists renamed path
2026-06-03 20:44:52 +08:00
..
Commands fix: only count rename when name actually changed during import 2026-06-03 20:34:49 +08:00
Core fix: prevent duplicate database save during XML import deserialization 2026-06-03 20:44:52 +08:00
PathPlanning Fix auto path grid restore and validation 2026-04-26 19:11:03 +08:00
UI/WPF feat: show renamed count in import result dialog 2026-06-03 20:29:28 +08:00
Utils feat: add 2-point vertical hoisting path support 2026-06-01 22:56:50 +08:00