Skip to content

Commit

Permalink
HYDRA-536 & HYDRA-537 : Remove background color change in applyTestSe…
Browse files Browse the repository at this point in the history
…ttings
  • Loading branch information
debloip-adsk committed Mar 28, 2024
1 parent 35b8882 commit c32e27c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testUtils/mayaUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def applyTestSettings():
cmds.headsUpDisplay(layoutVisibility=False)
cmds.grid(toggle=False)
cmds.colorManagementPrefs(edit=True, cmEnabled=False)
cmds.displayRGBColor('background', 0.36, 0.36, 0.36)
cmds.setAttr("hardwareRenderingGlobals.multiSampleEnable", True) # TODO : Turn anti-aliasing off by default.

def openNewScene(useTestSettings=True):
Expand Down

0 comments on commit c32e27c

Please sign in to comment.