[Bf-docboard-svn] bf-manual: [7733] trunk/blender_docs/manual/advanced/command_line/arguments.rst: Update command line arguments

Aaron Carlisle noreply at blender.org
Mon Feb 8 20:49:18 CET 2021


Revision: 7733
          https://developer.blender.org/rBM7733
Author:   Blendify
Date:     2021-02-08 20:49:18 +0100 (Mon, 08 Feb 2021)
Log Message:
-----------
Update command line arguments

Modified Paths:
--------------
    trunk/blender_docs/manual/advanced/command_line/arguments.rst

Modified: trunk/blender_docs/manual/advanced/command_line/arguments.rst
===================================================================
--- trunk/blender_docs/manual/advanced/command_line/arguments.rst	2021-02-08 19:18:36 UTC (rev 7732)
+++ trunk/blender_docs/manual/advanced/command_line/arguments.rst	2021-02-08 19:49:18 UTC (rev 7733)
@@ -208,10 +208,18 @@
    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-gpu-force-workarounds``
-   Enable workarounds for typical GPU issues and disable all GPU extensions.
+   Enable GPU memory stats in status bar.
+``--debug-gpu-shaders``
+   Enable GPU memory stats in status bar.
+``--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.
 ``--debug-xr``
@@ -226,10 +234,14 @@
 
 ``--debug-fpe``
    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
@@ -257,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``
@@ -270,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



More information about the Bf-docboard-svn mailing list