diff --git a/source/ui_panels.py b/source/ui_panels.py index 0ffa5de..3fc1264 100644 --- a/source/ui_panels.py +++ b/source/ui_panels.py @@ -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