diff --git a/op_bake.py b/op_bake.py index a9a6d9d..ff98333 100644 --- a/op_bake.py +++ b/op_bake.py @@ -570,14 +570,4 @@ def cycles_bake(mode, padding, sampling_scale, samples, ray_distance, is_multi, ) -bpy.utils.register_class(op) - use_selected_to_active=is_multi, - normal_space=modes[mode].normal_space, - - # Use Cage and assign object - use_cage=True, - cage_object=obj_cage.name - ) - - -bpy.utils.register_class(op) +bpy.utils.register_class(op) \ No newline at end of file