[Bf-docboard-svn] bf-manual: [8037] branches/blender-2.93-release/blender_docs/manual/advanced/command_line/arguments.rst: Update help text from master, b7afb8ea7001e2717f8d3ab38ec2b13f9fdf4587

Aaron Carlisle noreply at blender.org
Mon May 17 20:34:57 CEST 2021


Revision: 8037
          https://developer.blender.org/rBM8037
Author:   Blendify
Date:     2021-05-17 20:34:57 +0200 (Mon, 17 May 2021)
Log Message:
-----------
Update help text from master, b7afb8ea7001e2717f8d3ab38ec2b13f9fdf4587

rBM8013

Modified Paths:
--------------
    branches/blender-2.93-release/blender_docs/manual/advanced/command_line/arguments.rst

Modified: branches/blender-2.93-release/blender_docs/manual/advanced/command_line/arguments.rst
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/advanced/command_line/arguments.rst	2021-05-17 18:30:54 UTC (rev 8036)
+++ branches/blender-2.93-release/blender_docs/manual/advanced/command_line/arguments.rst	2021-05-17 18:34:57 UTC (rev 8037)
@@ -15,6 +15,8 @@
 Usage: blender [args ...] [file] [args ...]
 
 
+.. _command-line-args-render-options:
+
 Render Options
 ==============
 
@@ -63,6 +65,8 @@
    [1-64], 0 for systems processor count.
 
 
+.. _command-line-args-format-options:
+
 Format Options
 ==============
 
@@ -77,6 +81,8 @@
    Set option to add the file extension to the end of the file.
 
 
+.. _command-line-args-animation-playback-options:
+
 Animation Playback Options
 ==========================
 
@@ -98,8 +104,13 @@
       Play from ``<frame>``.
    ``-e`` ``<frame>``
       Play until ``<frame>``.
+   ``-c`` ``<cache_memory>``
+      Amount of memory in megabytes to allow for caching images during playback.
+      Zero disables (clamping to a fixed number of frames instead).
 
 
+.. _command-line-args-window-options:
+
 Window Options
 ==============
 
@@ -119,6 +130,8 @@
    Open behind other windows and without taking focus.
 
 
+.. _command-line-args-python-options:
+
 Python Options
 ==============
 
@@ -144,6 +157,8 @@
    Comma separated list of add-ons (no spaces).
 
 
+.. _command-line-args-logging-options:
+
 Logging Options
 ===============
 
@@ -151,6 +166,8 @@
    Enable logging categories, taking a single comma separated argument.
    Multiple categories can be matched using a ``.*`` suffix,
    so ``--log "wm.*"`` logs every kind of window-manager message.
+   Sub-string can be matched using a ``*`` prefix and suffix,
+   so ``--log "*undo*"`` logs every kind of undo-related message.
    Use "^" prefix to ignore, so ``--log "*,^wm.operator.*"`` logs all except for ``wm.operators.*``
    Use "*" to log everything.
 ``--log-level`` ``<level>``
@@ -166,6 +183,8 @@
    Set a file to output the log to.
 
 
+.. _command-line-args-debug-options:
+
 Debug Options
 =============
 
@@ -240,9 +259,13 @@
    Set the logging verbosity level for debug messages that support it.
 
 
+.. _command-line-args-misc-options:
+
 Misc Options
 ============
 
+``--open-last``
+   Open the most recently opened blend file, instead of the default startup file.
 ``--app-template`` ``<template>``
    Set the application template (matching the directory name), use ``default`` for none.
 ``--factory-startup``
@@ -261,7 +284,7 @@
    Force sound system to None.
 ``-setaudio``
    Force sound system to a specific device.
-   ``NULL`` ``SDL`` ``OPENAL`` ``JACK``.
+   ``None`` ``SDL`` ``OpenAL`` ``CoreAudio`` ``JACK`` ``PulseAudio`` ``WASAPI``.
 
 ``-h``, ``--help``
    Print this help text and exit.
@@ -277,6 +300,8 @@
    End option processing, following arguments passed unchanged. Access via Python's ``sys.argv``.
 
 
+.. _command-line-args-other-options:
+
 Other Options
 =============
 
@@ -284,6 +309,8 @@
    Enable debug messages for Freestyle.
 
 
+.. _command-line-args-argument-parsing:
+
 Argument Parsing
 ================
 
@@ -296,6 +323,8 @@
 ...will exit since ``-ba`` is an unknown argument.
 
 
+.. _command-line-args-argument-order:
+
 Argument Order
 ==============
 
@@ -320,6 +349,8 @@
 ...works as expected.
 
 
+.. _command-line-args-environment-variables:
+
 Environment Variables
 =====================
 



More information about the Bf-docboard-svn mailing list