Clarify when camera background images are shown
All checks were successful
buildbot/vdev-doc-manual-epub Build done.
buildbot/vdev-doc-manual-html Build done.
buildbot/vdev-doc-manual-coordinator Build done.

It is unclear to users when camera background images
are shown. related to [blender/blender#85750]

Pull Request: #104795
This commit is contained in:
Jeroen Bakker 2024-05-25 22:45:05 +02:00 committed by Aaron Carlisle
parent 31e43d463d
commit 4c90b24182
2 changed files with 9 additions and 0 deletions

View File

@ -215,6 +215,9 @@ Lighting
Scene Lights Scene Lights
Use the lights in the scene. When disabled (or when the scene contains no lights), Use the lights in the scene. When disabled (or when the scene contains no lights),
a virtual light is used instead. a virtual light is used instead.
.. _bpy.types.View3DShading.use_scene_world:
Scene World Scene World
Use the World of the scene. Use the World of the scene.
When disabled, a world will be constructed with the following options: When disabled, a world will be constructed with the following options:

View File

@ -357,6 +357,12 @@ Flip
Y Y
Swaps the image around, such that the top side is now on the bottom, and the bottom now on the top. Swaps the image around, such that the top side is now on the bottom, and the bottom now on the top.
.. note::
Movie Clips or images with view as render are only visible behind objects
when :ref:`film transparency <bpy.types.RenderSettings.film_transparent>`
is enabled or the :ref:`scene world <bpy.types.View3DShading.use_scene_world>`
is disabled in the viewport.
.. _bpy.types.Camera.show: .. _bpy.types.Camera.show:
.. _bpy.types.Camera.display_size: .. _bpy.types.Camera.display_size: