cleanup: make format

Pull Request: https://projects.blender.org/blender/blender/pulls/135868
This commit is contained in:
Philipp Oeser
2025-03-12 16:18:21 +01:00
committed by Gitea
parent b2fb214010
commit 6691c1e1c7
+1
View File
@@ -166,6 +166,7 @@ class CyclesReport(render_report.Report):
def _get_render_arguments(self, arguments_cb, filepath, base_output_filepath):
return arguments_cb(filepath, base_output_filepath, self.use_hwrt, self.osl)
def get_arguments(filepath, output_filepath, use_hwrt=False, osl=False):
dirname = os.path.dirname(filepath)
basedir = os.path.dirname(dirname)