Remove redundant commented print

This commit is contained in:
Roy Nieterau 2024-03-24 11:52:58 +01:00
parent 3888ce8486
commit 4f3391eb8a

View file

@ -198,7 +198,6 @@ class CameraLoader(load.LoaderPlugin):
def _match_maya_render_mask(self, camera):
"""Workaround to match Maya render mask in Houdini"""
# print("Setting match maya render mask ")
parm = camera.parm("aperture")
expression = parm.expression()
expression = expression.replace("return ", "aperture = ")