We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e16d41 + 0e50202 commit dfd6791Copy full SHA for dfd6791
src/bbmods/modelFormatMod.js
@@ -154,6 +154,13 @@ ModelFormat.prototype.convertTo = function convertTo() {
154
Canvas.updateAllBones()
155
Canvas.updateAllFaces()
156
updateSelection()
157
+
158
+ // Mark the project as unsaved, so the user can save it and preserve the conversion
159
+ Project.saved = false;
160
161
+ // Hacky method to refresh the top bar and make the custom tab menu appear without reopening the project
162
+ Interface.tab_bar.openNewTab()
163
+ ModelProject.all[0].select()
164
}
165
166
bus.on(EVENTS.LIFECYCLE.CLEANUP, () => {
0 commit comments