-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop Graph Editor from creating imgui.ini file #1570
Stop Graph Editor from creating imgui.ini file #1570
Conversation
…osing Graph Editor
c82d458
to
7b7055d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, thanks @iukpo-lucasfilm!
Although we may want to revisit the notion of configuration INI files in future iterations, I would recommend that we remove the getConfigPath
helper function from Main.cpp as part of your change, since it was added specifically for the graph editor INI use case.
The function will always be available in the GitHub history of the MaterialX project, and we can bring it back if configuration INI files become valuable in the future.
@jstone-lucasfilm Thank you! I will remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks ready to merge, thanks @iukpo-lucasfilm!
7446251
into
AcademySoftwareFoundation:main
Added code to stop creation of imgui.ini after saving material after saving then closing Graph Editor (#1471)