25.25.12.1 12/14/2025
--User changes -Use the hex palette format when saving xmls from the final render dialog. -Add a button to the toolbar for toggling flam3 compatibility mode. -Update licenses to refer to GPL v3 in the about dialog. --Bug fixes -Fix error in the curve variation to make compatible with Chaotica and add flam3 compatibility support. --Code changes -Migrate to Visual Studio 2026 and update various dependencies.
This commit is contained in:
@ -1009,7 +1009,7 @@ void FinalRenderEmberController<T>::RenderComplete(Ember<T>& ember, const EmberS
|
||||
newPath = EmberFile<T>::UniqueFilename(newPath);
|
||||
const xmlDocPtr tempEdit = ember.m_Edits;
|
||||
ember.m_Edits = m_XmlWriter.CreateNewEditdoc(&ember, nullptr, "edit", m_Settings->Nick().toStdString(), m_Settings->Url().toStdString(), m_Settings->Id().toStdString(), "", 0, 0);
|
||||
m_XmlWriter.Save(newPath.toStdString().c_str(), ember, 0, true, false, true);//Note that the ember passed is used, rather than m_Ember because it's what was actually rendered.
|
||||
m_XmlWriter.Save(newPath.toStdString().c_str(), ember, 0, true, true, true);//Note that the ember passed is used, rather than m_Ember because it's what was actually rendered.
|
||||
|
||||
if (tempEdit)
|
||||
xmlFreeDoc(tempEdit);
|
||||
|
||||
Reference in New Issue
Block a user