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

Campbell Barton noreply at blender.org
Tue Oct 4 04:58:59 CEST 2022


Revision: 9594
          https://developer.blender.org/rBM9594
Author:   campbellbarton
Date:     2022-10-04 04:58:58 +0200 (Tue, 04 Oct 2022)
Log Message:
-----------
Update command-line arguments

Include new command line arguments, sync with blender rev:
bf4926b30c6fc7b9f98dde508b7b644feaf21022

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	2022-10-01 04:02:26 UTC (rev 9593)
+++ trunk/blender_docs/manual/advanced/command_line/arguments.rst	2022-10-04 02:58:58 UTC (rev 9594)
@@ -237,6 +237,8 @@
    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.
+``--debug-gpu-disable-ssbo``
+   Disable usage of shader storage buffer objects.
 ``--debug-wm``
    Enable debug messages for the window manager, shows all operators in search, shows keymap errors.
 ``--debug-xr``
@@ -356,12 +358,17 @@
 Environment Variables
 =====================
 
-:BLENDER_USER_CONFIG:      Directory for user configuration files.
-:BLENDER_USER_SCRIPTS:     Directory for user scripts.
-:BLENDER_SYSTEM_SCRIPTS:   Directory for system wide scripts.
-:BLENDER_USER_DATAFILES:   Directory for user data files (icons, translations, ..).
-:BLENDER_SYSTEM_DATAFILES: Directory for system wide data files.
-:BLENDER_SYSTEM_PYTHON:    Directory for system Python libraries.
+:BLENDER_USER_RESOURCES:  Top level directory for user files.
+                           (other ``BLENDER_USER_*`` variables override when set).
+:BLENDER_USER_CONFIG:     Directory for user configuration files.
+:BLENDER_USER_SCRIPTS:    Directory for user scripts.
+:BLENDER_USER_DATAFILES:  Directory for user data files (icons, translations, ..).
+
+:BLENDER_SYSTEM_RESOURCES:  Top level directory for system files.
+                             (other ``BLENDER_SYSTEM_*`` variables override when set).
+:BLENDER_SYSTEM_SCRIPTS:    Directory for system wide scripts.
+:BLENDER_SYSTEM_DATAFILES:  Directory for system wide data files.
+:BLENDER_SYSTEM_PYTHON:     Directory for system Python libraries.
 :OCIO:                     Path to override the OpenColorIO config file.
 :TEMP:                     Store temporary files here.
 :TMP: or $TMPDIR           Store temporary files here.



More information about the Bf-docboard-svn mailing list