Merge branch 'blender-v4.1-release'
This commit is contained in:
@@ -764,7 +764,7 @@ static void print_help(bArgs *ba, bool all)
|
||||
PRINT(" $BLENDER_SYSTEM_PYTHON Directory for system Python libraries.\n");
|
||||
|
||||
if (defs.with_ocio) {
|
||||
PRINT(" $OCIO Path to override the OpenColorIO config file.\n");
|
||||
PRINT(" $OCIO Path to override the OpenColorIO configuration file.\n");
|
||||
}
|
||||
if (defs.win32 || all) {
|
||||
PRINT(" $TEMP Store temporary files here (MS-Windows).\n");
|
||||
@@ -844,7 +844,8 @@ static const char arg_handle_python_set_doc_enable[] =
|
||||
"Enable automatic Python script execution" PY_ENABLE_AUTO ".";
|
||||
static const char arg_handle_python_set_doc_disable[] =
|
||||
"\n\t"
|
||||
"Disable automatic Python script execution (pydrivers & startup scripts)" PY_DISABLE_AUTO ".";
|
||||
"Disable automatic Python script execution "
|
||||
"(Python-drivers & startup scripts)" PY_DISABLE_AUTO ".";
|
||||
# undef PY_ENABLE_AUTO
|
||||
# undef PY_DISABLE_AUTO
|
||||
|
||||
@@ -1163,7 +1164,7 @@ static const char arg_handle_debug_mode_generic_set_doc_depsgraph_pretty[] =
|
||||
"Enable colors for dependency graph debug messages.";
|
||||
static const char arg_handle_debug_mode_generic_set_doc_depsgraph_uid[] =
|
||||
"\n\t"
|
||||
"Verify validness of session-wide identifiers assigned to ID datablocks.";
|
||||
"Verify validness of session-wide identifiers assigned to ID data-blocks.";
|
||||
static const char arg_handle_debug_mode_generic_set_doc_gpu_force_workarounds[] =
|
||||
"\n\t"
|
||||
"Enable workarounds for typical GPU issues and disable all GPU extensions.";
|
||||
@@ -1510,7 +1511,7 @@ static int arg_handle_with_borders(int /*argc*/, const char ** /*argv*/, void *
|
||||
|
||||
static const char arg_handle_without_borders_doc[] =
|
||||
"\n\t"
|
||||
"Force opening in fullscreen mode.";
|
||||
"Force opening in full-screen mode.";
|
||||
static int arg_handle_without_borders(int /*argc*/, const char ** /*argv*/, void * /*data*/)
|
||||
{
|
||||
WM_init_state_fullscreen_set();
|
||||
|
||||
Reference in New Issue
Block a user