[Bf-docboard-svn] bf-manual: [8740] branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst: LineArt: Custom Camera

Aaron Carlisle noreply at blender.org
Thu Dec 2 23:38:56 CET 2021


Revision: 8740
          https://developer.blender.org/rBM8740
Author:   Blendify
Date:     2021-12-02 23:38:56 +0100 (Thu, 02 Dec 2021)
Log Message:
-----------
LineArt: Custom Camera

rBefbd36429a0c381a972f7da97bc9fbc9096e5f20

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst

Modified: branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst	2021-12-02 22:31:40 UTC (rev 8739)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst	2021-12-02 22:38:56 UTC (rev 8740)
@@ -55,6 +55,13 @@
 Geometry Processing
 -------------------
 
+.. _bpy.types.LineartGpencilModifier.source_camera:
+.. _bpy.types.LineartGpencilModifier.use_custom_camera:
+
+Custom Camera
+   Use custom camera instead of the active camera for calculating strokes.
+   Useful when baking multiple shots in different angle as well as for motion graphics effects.
+
 Remove Doubles
    Perform a "merge by distance" operation when loading geometry into Line Art.
    The threshold of this operation is internally set to a value that is optimal for Line Art algorithm precision.
@@ -304,7 +311,12 @@
    Move strokes slightly towards the camera to avoid clipping while preserve depth for the viewport.
    This option will be grayed out unless :ref:`Show in Front <bpy.types.Object.show_in_front>` is disabled.
 
+.. _bpy.types.LineartGpencilModifier.use_offset_towards_custom_camera:
 
+Towards Custom Camera
+   Offset strokes towards selected camera (see *Custom Camera* above) instead of the active camera.
+
+
 Bake
 ----
 



More information about the Bf-docboard-svn mailing list