UI: View As Render for Background Images
Add checkmark for "View as Render" to background images in Properties / Camera data. Pull Request: https://projects.blender.org/blender/blender/pulls/115120
This commit is contained in:
committed by
Harley Acheson
parent
4ce14a639f
commit
29b1658124
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user