otto-link / Hesiod

A desktop application for node-based procedural terrain generation.
https://hesioddoc.readthedocs.io/
GNU General Public License v3.0
111 stars 5 forks source link

Load / Save bug! #118

Closed PatchByte closed 7 months ago

PatchByte commented 7 months ago

Basically its saving / loading the same file even if you are choosing a new one! For loading I fixed it by commenting the line: https://github.com/otto-link/Hesiod/blob/115d912faeb2a53175ca462f5eef48383689a4fc/Hesiod/src/nodes/view_tree/render_node_editor.cpp#L91

The same could probably fixed for saving: https://github.com/otto-link/Hesiod/blob/115d912faeb2a53175ca462f5eef48383689a4fc/Hesiod/src/nodes/view_tree/render_node_editor.cpp#L124

otto-link commented 7 months ago

That's not very convenient... I'll look into it, thanks for the feedback

otto-link commented 7 months ago
otto-link commented 7 months ago

Finally found it: logical error... the file was saved at each frame :sweat_smile:

PatchByte commented 7 months ago

Finally found it: logical error... the file was saved at each frame :sweat_smile:

Oh well 😂