From fc13d2c16557a68b18f0f33ed37567eabe656798 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 12 Mar 2024 17:08:29 +1100 Subject: [PATCH] Cleanup: format --- intern/cycles/app/io_export_cycles_xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/cycles/app/io_export_cycles_xml.py b/intern/cycles/app/io_export_cycles_xml.py index 9a655bf44a8..f5aa70bf2d6 100644 --- a/intern/cycles/app/io_export_cycles_xml.py +++ b/intern/cycles/app/io_export_cycles_xml.py @@ -72,7 +72,7 @@ class PHYSICS_PT_fluid_export(RenderButtonsPanel, bpy.types.Panel): cycles = context.scene.cycles_xml - #layout.prop(cycles, "filepath") + # layout.prop(cycles, "filepath") layout.operator("export_mesh.cycles_xml")