diff --git a/scripts/addons/fabex/operators/preset_ops.py b/scripts/addons/fabex/operators/preset_ops.py index 813ce367..17823ebc 100644 --- a/scripts/addons/fabex/operators/preset_ops.py +++ b/scripts/addons/fabex/operators/preset_ops.py @@ -43,10 +43,10 @@ class AddPresetCamOperation(AddPresetBase, Operator): preset_defines = [ "from pathlib import Path", - "bpy.ops.scene.cam_operation_add()", + # "bpy.ops.scene.cam_operation_add()", "scene = bpy.context.scene", "o = scene.cam_operations[scene.cam_active_operation]", - "o.name = f'OP_{o.object_name}_{scene.cam_active_operation + 1}_{Path(__file__).stem}'", + # "o.name = f'OP_{o.object_name}_{scene.cam_active_operation + 1}_{Path(__file__).stem}'", ] preset_values = [