From d0c72d116faea83de2117bc9d93bcd9971e21f74 Mon Sep 17 00:00:00 2001 From: persun Date: Tue, 23 May 2023 22:20:59 +0900 Subject: [PATCH 1/3] Update Format panel page - The Save Buffers option was removed since 3.0 --- manual/render/output/properties/format.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manual/render/output/properties/format.rst b/manual/render/output/properties/format.rst index 0830efcc9..f7c783315 100644 --- a/manual/render/output/properties/format.rst +++ b/manual/render/output/properties/format.rst @@ -40,10 +40,6 @@ Render Region See the :ref:`Render Region ` documentation to see how to define the size of the render region. - .. note:: - - This disables the *Save Buffers* option in the Performance panel. - .. _bpy.types.RenderSettings.use_crop_to_border: Crop to Render Region -- 2.30.2 From d63027d1809c674c083bf329e61ed0bfcd52e41e Mon Sep 17 00:00:00 2001 From: persun Date: Tue, 23 May 2023 22:37:13 +0900 Subject: [PATCH 2/3] Update Frame Range panel page Time Remapping was renamed to Time Stretching https://projects.blender.org/blender/blender/commit/4ddad5a7ee5d9c3245593c509714f8c1359f9342 --- manual/render/output/properties/frame_range.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/render/output/properties/frame_range.rst b/manual/render/output/properties/frame_range.rst index 204441b23..579839e14 100644 --- a/manual/render/output/properties/frame_range.rst +++ b/manual/render/output/properties/frame_range.rst @@ -24,8 +24,8 @@ Step Controls the number of frames to advance by for each frame in the timeline. -Time Remapping -============== +Time Stretching +=============== Use to remap the length of an animation; making it run slower or faster. The *Old* and *New* settings may either be used as absolute values or as a ratio: @@ -33,7 +33,7 @@ For example, setting *Old* to a value of 2 and *New* to 1 will run the animation .. warning:: - Using *Time Remapping* will not influence the *Start* or *End* frames set above, + Using *Time Stretching* will not influence the *Start* or *End* frames set above, so make sure that your animation is not cut off or has extraneous still frames at the end. .. _bpy.types.RenderSettings.frame_map_old: -- 2.30.2 From 4f7487dea21719cfc6190e468e7bb8bbda639ff9 Mon Sep 17 00:00:00 2001 From: persun Date: Tue, 23 May 2023 22:48:42 +0900 Subject: [PATCH 3/3] Fix Formatting --- manual/render/output/properties/stereoscopy/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/render/output/properties/stereoscopy/introduction.rst b/manual/render/output/properties/stereoscopy/introduction.rst index 9e30b9fe7..1d4708319 100644 --- a/manual/render/output/properties/stereoscopy/introduction.rst +++ b/manual/render/output/properties/stereoscopy/introduction.rst @@ -13,5 +13,5 @@ There is support for many different stereo 3D visualization types. .. note:: If you have a real 3D display at some point you can change the 3D display mode in the Window menu, - by calling the Stereo 3D operator. + by calling the *Stereo 3D* operator. Be aware that some modes require a fullscreen editor to work, and this can be taxing on your CPU. -- 2.30.2