Expose Tilt-Shift camera parameters in the Item N-panel. #3

Open
CypherPoet wants to merge 1 commits from CypherPoet/add_camera_rigs:panel-updates into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit a8ee19f65b - Show all commits

View File

@ -31,6 +31,11 @@ class ADD_CAMERA_RIGS_PT_camera_rig_ui(Panel, CameraRigMixin):
col.prop(cam_data, "clip_start", text="Start")
col.prop(cam_data, "clip_end", text="End")
col = layout.column(align=True)
col.label(text="Shift:")
col.prop(cam_data, "shift_x", text="X")
col.prop(cam_data, "shift_y", text="Y")
layout.prop(cam_data, "type")
# DoF