(2016-05-31, 18:48)Roland Melkert Wrote:OK, what I see is exactly this issue, "save as" doesn't do anything if nothing was changed in the file. The difference in behaviour between the two files (one is saved and not the other) is that one contains a rubber band that is regenerated, thus triggering a modification. And indeed the log file (hopefully the right one is attached this time!) shows(2016-05-31, 18:19)Merlijn Wissink Wrote: If so, isn't that a bit undesired and not user-friendly?Yes, it would report:
Code:05876 | 2016-05-31_18:18:09 | Progress | LDraw file save | C:\Users\Roland\Documents\dddd.mpd | Starting
05877 | 2016-05-31_18:18:09 | Progress | LDraw file save | C:\Users\Roland\Documents\dddd.mpd | Main content has no changes, will not save to "C:\Users\Roland\Documents\dddd.mpd"
05878 | 2016-05-31_18:18:09 | Progress | LDraw file save | C:\Users\Roland\Documents\dddd.mpd | Done
But that's because it's a bug just not the one we're looking for taking into account Jaco's reports.
It comes from the snap info editing changes I made where you would only want the shadow file to be saved leaving the original .dat unmodified timestamp wise. it is easily fixed though.
Code:
03672 | 2016-06-01_10:20:14 | Progress | LDraw file save | G:\Mes_documents\Bureau\plane.mpd | Starting
03673 | 2016-06-01_10:20:14 | Progress | LDraw file save | G:\Mes_documents\Bureau\plane.mpd | 42040 - rubberBandRound-1.ldr | Generating LDraw lines for path.
03674 | 2016-06-01_10:20:14 | Info | LDraw file save | G:\Mes_documents\Bureau\plane.mpd | 42040 - rubberBandRound-1.ldr | Done, generated 442 lines.
03675 | 2016-06-01_10:20:14 | Progress | LDraw file save | G:\Mes_documents\Bureau\plane.mpd | Done
(snip)
04506 | 2016-06-01_10:20:38 | Progress | LDraw file save | G:\Mes_documents\Bureau\loader.mpd | Starting
04507 | 2016-06-01_10:20:38 | Progress | LDraw file save | G:\Mes_documents\Bureau\loader.mpd | Main content has no changes, will not save to "G:\Mes_documents\Bureau\loader.mpd"
04508 | 2016-06-01_10:20:38 | Progress | LDraw file save | G:\Mes_documents\Bureau\loader.mpd | Done