Skip to content

Commit

Permalink
Increased the focal distance offset
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsonSavage committed May 30, 2023
1 parent 7d445fe commit 591b59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions focal-lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ class FocalLockSettings(PropertyGroup):
focal_distance_offset: FloatProperty(
name = "Focal Distance Offset",
description= "Fine tune the focal length without moving the camera or focus object",
soft_min = -1,
soft_max = 1
soft_min = -5,
soft_max = 5
)
focal_distance_ratio: FloatProperty(
name = "Focal Distance Ratio",
Expand Down

0 comments on commit 591b59d

Please sign in to comment.