Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TodicaIonut authored Mar 22, 2024
1 parent 108f664 commit ba33c86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions OIIO/WriteOIIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -858,9 +858,7 @@ WriteOIIOPlugin::refreshParamsVisibility(const string& filename)
if (_views) {
_views->setIsSecretAndDisabled(!isEXR);
}
if (_lineOrder) {
_lineOrder->setIsSecretAndDisabled(!isEXR);
}
if (_lineOrder) { _lineOrder->setIsSecretAndDisabled(!isEXR); }
if (_parts) {
_parts->setIsSecretAndDisabled(!output->supports("multiimage"));
}
Expand Down

0 comments on commit ba33c86

Please sign in to comment.