Skip to content

Commit

Permalink
Default Image Processing to OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbui78 committed Oct 21, 2023
1 parent 98c1ea3 commit fc2e32a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/DzBridgeAction.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ namespace DzBridgeNameSpace
bool m_bCreateLodGroup = false;

// Texture Settings
bool m_bConvertToPng = true;
bool m_bExportAllTextures = true;
bool m_bCombineDiffuseAndAlphaMaps = true;
bool m_bResizeTextures = true;
bool m_bConvertToPng = false;
bool m_bExportAllTextures = false;
bool m_bCombineDiffuseAndAlphaMaps = false;
bool m_bResizeTextures = false;
QSize m_qTargetTextureSize = QSize(4096, 4096);
bool m_bMultiplyTextureValues = true;
bool m_bMultiplyTextureValues = false;

virtual QString getActionGroup() const { return tr("Bridges"); }
virtual QString getDefaultMenuPath() const { return tr("&File/Send To"); }
Expand Down

0 comments on commit fc2e32a

Please sign in to comment.