Skip to content

Commit

Permalink
reenable MSAA setting inside mtohUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
roopavr-adsk committed Mar 2, 2024
1 parent f4f1786 commit 9431a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testUtils/mtohUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def setHdStormRenderer(self):
cmds.modelEditor(
self.activeEditor, e=1,
rendererOverrideName=HD_STORM_OVERRIDE)
#cmds.setAttr("hardwareRenderingGlobals.multiSampleEnable", True)
cmds.setAttr("hardwareRenderingGlobals.multiSampleEnable", True)
cmds.refresh(f=1)
self.delegateId = cmds.mayaHydra(renderer=HD_STORM,
sceneDelegateId="MayaHydraSceneDelegate")
Expand Down

0 comments on commit 9431a68

Please sign in to comment.