You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the mission.sqm stores information about the camera in the Eden editor which means moving around in the editor will cause un-staged changes. We should be able to use gitattributes to ignore certain lines of code in the mission.sqm but I'm a git novice.
The text was updated successfully, but these errors were encountered:
We can smudge/clean the .sqm every time it enters staging, but it would leave the file inherently different. It is easier to tell gitattributes to completely ignore a file, but specific lines of codes (especially config-style setup like the camera) is very hard.
Currently the mission.sqm stores information about the camera in the Eden editor which means moving around in the editor will cause un-staged changes. We should be able to use gitattributes to ignore certain lines of code in the mission.sqm but I'm a git novice.
The text was updated successfully, but these errors were encountered: