mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 11:09:19 +02:00
changes for standalone e3d export
This commit is contained in:
@@ -2277,7 +2277,7 @@ void TModel3d::Init()
|
||||
Root->m_boundingradius = std::max( Root->m_boundingradius, root->m_boundingradius );
|
||||
}
|
||||
|
||||
if( ( Global.iConvertModels > 0 )
|
||||
if( ( Global.iConvertModels & 1 )
|
||||
&& ( false == asBinary.empty() ) ) {
|
||||
SaveToBinFile( asBinary );
|
||||
asBinary = ""; // zablokowanie powtórnego zapisu
|
||||
|
||||
Reference in New Issue
Block a user