Clarify when camera background images are shown
It is unclear to users when camera background images are shown. related to [blender/blender#85750] Pull Request: #104795
This commit is contained in:
parent
31e43d463d
commit
4c90b24182
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user