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

Campbell Barton noreply at blender.org
Thu Mar 24 07:15:23 CET 2022


Revision: 9148
          https://developer.blender.org/rBM9148
Author:   campbellbarton
Date:     2022-03-24 07:15:21 +0100 (Thu, 24 Mar 2022)
Log Message:
-----------
Update command line arguments from Blender

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-03-24 00:53:41 UTC (rev 9147)
+++ trunk/blender_docs/manual/advanced/command_line/arguments.rst	2022-03-24 06:15:21 UTC (rev 9148)
@@ -140,7 +140,7 @@
 ``-Y``, ``--disable-autoexec``
    Disable automatic Python script execution (pydrivers & startup scripts).
 
-``-P``, ``--python`` ``<filename>``
+``-P``, ``--python`` ``<filepath>``
    Run the given Python script file.
 ``--python-text`` ``<name>``
    Run the given Python script text block.
@@ -154,7 +154,7 @@
 ``--python-use-system-env``
    Allow Python to use system environment variables such as ``PYTHONPATH`` and the user site-packages directory.
 ``--addons`` ``<addon(s)>``
-   Comma separated list of add-ons (no spaces).
+   Comma separated list (no spaces) of add-ons to enable in addition to any default add-ons.
 
 
 .. _command-line-args-logging-options:
@@ -179,7 +179,7 @@
    Show a back trace for each log message (debug builds only).
 ``--log-show-timestamp``
    Show a timestamp for each log message in seconds since start.
-``--log-file`` ``<filename>``
+``--log-file`` ``<filepath>``
    Set a file to output the log to.
 
 
@@ -228,7 +228,7 @@
 ``--debug-depsgraph-pretty``
    Enable colors for dependency graph debug messages.
 ``--debug-depsgraph-uuid``
-   Enable debug messages from dependency graph related on graph construction.
+   Verify validness of session-wide identifiers assigned to ID datablocks.
 ``--debug-ghost``
    Enable debug messages for event handling.
 ``--debug-gpu``



More information about the Bf-docboard-svn mailing list