finish cleanup for plugins
This commit is contained in:
@@ -261,7 +261,6 @@ static int print_help(int UNUSED(argc), const char **UNUSED(argv), void *data)
|
||||
BLI_argsPrintArgDoc(ba, "--env-system-config");
|
||||
BLI_argsPrintArgDoc(ba, "--env-system-datafiles");
|
||||
BLI_argsPrintArgDoc(ba, "--env-system-scripts");
|
||||
BLI_argsPrintArgDoc(ba, "--env-system-plugins");
|
||||
BLI_argsPrintArgDoc(ba, "--env-system-python");
|
||||
printf("\n");
|
||||
BLI_argsPrintArgDoc(ba, "-nojoystick");
|
||||
@@ -1136,7 +1135,6 @@ static void setupArguments(bContext *C, bArgs *ba, SYS_SystemHandle *syshandle)
|
||||
/* TODO, add user env vars? */
|
||||
BLI_argsAdd(ba, 1, NULL, "--env-system-datafiles", "\n\tSet the "STRINGIFY_ARG (BLENDER_SYSTEM_DATAFILES)" environment variable", set_env, NULL);
|
||||
BLI_argsAdd(ba, 1, NULL, "--env-system-scripts", "\n\tSet the "STRINGIFY_ARG (BLENDER_SYSTEM_SCRIPTS)" environment variable", set_env, NULL);
|
||||
BLI_argsAdd(ba, 1, NULL, "--env-system-plugins", "\n\tSet the "STRINGIFY_ARG (BLENDER_SYSTEM_PLUGINS)" environment variable", set_env, NULL);
|
||||
BLI_argsAdd(ba, 1, NULL, "--env-system-python", "\n\tSet the "STRINGIFY_ARG (BLENDER_SYSTEM_PYTHON)" environment variable", set_env, NULL);
|
||||
|
||||
/* second pass: custom window stuff */
|
||||
|
||||
Reference in New Issue
Block a user