diff --git a/add_camera_rigs/build_rigs.py b/add_camera_rigs/build_rigs.py index e3f6163206c5cbf4c9c176884bcd909efb2c8b79..9acce660fb876d4cf6e1fd08a1d8f3a25b9558b1 100644 --- a/add_camera_rigs/build_rigs.py +++ b/add_camera_rigs/build_rigs.py @@ -324,7 +324,7 @@ def create_2d_bones(context, rig, cam): # Property to switch between rotation and switch mode pose_bones["Camera"]['rotation_shift'] = 0.0 ui_data = pose_bones["Camera"].id_properties_ui('rotation_shift') - ui_data.update(min=0.0, max=1.0, soft_max = 5000.0, description="rotation_shift") + ui_data.update(min=0.0, max=1.0, description="rotation_shift") # Rotation / shift switch driver driver = con.driver_add('influence').driver