[Bf-docboard-svn] bf-manual: [7735] branches/blender-2.92-release/blender_docs/manual/advanced/command_line/arguments.rst: Update command line args (2.92)

Aaron Carlisle noreply at blender.org
Mon Feb 8 21:31:47 CET 2021


Revision: 7735
          https://developer.blender.org/rBM7735
Author:   Blendify
Date:     2021-02-08 21:31:47 +0100 (Mon, 08 Feb 2021)
Log Message:
-----------
Update command line args (2.92)

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

Modified: branches/blender-2.92-release/blender_docs/manual/advanced/command_line/arguments.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/advanced/command_line/arguments.rst	2021-02-08 20:29:23 UTC (rev 7734)
+++ branches/blender-2.92-release/blender_docs/manual/advanced/command_line/arguments.rst	2021-02-08 20:31:47 UTC (rev 7735)
@@ -208,13 +208,17 @@
    Enable debug messages from dependency graph related on timing.
 ``--debug-depsgraph-pretty``
    Enable colors for dependency graph debug messages.
+``--debug-depsgraph-uuid``
+   Enable debug messages from dependency graph related on graph construction.
+``--debug-ghost``
+   Enable debug messages for event handling.
 ``--debug-gpu``
    Enable GPU debug context and information for OpenGL 4.3+.
-``--debug-gpumem``
+``--debug-gpu-force-workarounds``
    Enable GPU memory stats in status bar.
 ``--debug-gpu-shaders``
    Enable GPU memory stats in status bar.
-``--debug-gpu-force-workarounds``
+``--debug-gpumem``
    Enable GPU memory stats in status bar.
 ``--debug-wm``
    Enable debug messages for the window manager, shows all operators in search, shows keymap errors.
@@ -229,11 +233,15 @@
    Enable debug messages for I/O (Collada, ...).
 
 ``--debug-fpe``
-   Enable floating point exceptions.
+   Enable floating-point exceptions.
+``--debug-exit-on-error``
+   Immediately exit when internal errors are detected.
 ``--disable-crash-handler``
    Disable the crash handler.
 ``--disable-abort-handler``
    Disable the abort handler.
+``--verbose`` ``<verbose>``
+   Set the logging verbosity level for debug messages that support it.
 
 
 Misc Options
@@ -261,6 +269,8 @@
 
 ``-h``, ``--help``
    Print this help text and exit.
+``/?``
+   Print this help text and exit (Windows only).
 ``-R``
    Register blend-file extension, then exit (Windows only).
 ``-r``
@@ -274,18 +284,8 @@
 Other Options
 =============
 
-``/?``
-   Print this help text and exit (windows only).
-``--debug-depsgraph-uuid``
-   Enable debug messages from dependency graph related on graph construction.
-``--debug-exit-on-error``
-   Immediately exit when internal errors are detected.
 ``--debug-freestyle``
    Enable debug messages for Freestyle.
-``--debug-ghost``
-   Enable debug messages for event handling.
-``--verbose`` ``<verbose>``
-   Set the logging verbosity level for debug messages that support it.
 
 
 Argument Parsing
@@ -335,4 +335,3 @@
 :BLENDER_SYSTEM_PYTHON:    Directory for system Python libraries.
 :TEMP:                     Store temporary files here.
 :TMP: or $TMPDIR           Store temporary files here.
-:SDL_AUDIODRIVER:          LibSDL audio driver - alsa, esd, dma.



More information about the Bf-docboard-svn mailing list