State:New|TargetRelease:No Target|icon_bug|database:public|icon_mari|Resolution:Fixed|BugID:604152|
exportImagesFlattened() does not raise the IOError exceptionexportImagesFlattened() to always raise the IOError exceptionchannel = mari.current.geo().createChannel("myChannel", 512, 512, mari.Mari.Image.DEPTH_FLOAT) layer = channel.createPaintableLayer("Layer", None, mari.Color(0.5, 0.5, 0.5, 1.0)) results_path = r"C:\\tmp\\myChannel.$UDIM.exr" try: channel.exportImagesFlattened(results_path, mari.Image.DISABLE_SMALL_UNIFORMS) except Exception as e: print(e)
We're sorry to hear that
Please tell us why