Expose Tilt-Shift camera parameters in the Item N-panel. #3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user