UI: View As Render for Background Images #115120

Merged
Harley Acheson merged 3 commits from Harley/blender:ViewAsRender into main 2024-01-03 01:09:33 +01:00
1 changed files with 2 additions and 0 deletions

View File

@ -378,6 +378,8 @@ class DATA_PT_camera_background_image(CameraButtonsPanel, Panel):
if has_bg:
col = box.column()
if bg.image is not None:
col.prop(bg.image, "use_view_as_render")
col.prop(bg, "alpha", slider=True)
col.row().prop(bg, "display_depth", expand=True)