Changeset View
Changeset View
Standalone View
Standalone View
source/creator/creator_args.c
| Show First 20 Lines • Show All 650 Lines • ▼ Show 20 Lines | # endif | ||||
| printf("\t# blender --background --render-output /tmp test.blend --render-frame 1\n"); | printf("\t# blender --background --render-output /tmp test.blend --render-frame 1\n"); | ||||
| printf( | printf( | ||||
| "\t...will not render to '/tmp' because loading the blend-file overwrites the render output " | "\t...will not render to '/tmp' because loading the blend-file overwrites the render output " | ||||
| "that was set.\n"); | "that was set.\n"); | ||||
| printf("\t# blender --background test.blend --render-output /tmp --render-frame 1\n"); | printf("\t# blender --background test.blend --render-output /tmp --render-frame 1\n"); | ||||
| printf("\t...works as expected.\n\n"); | printf("\t...works as expected.\n\n"); | ||||
| printf("Environment Variables:\n"); | printf("Environment Variables:\n"); | ||||
| printf(" $BLENDER_RESOURCE_PATH_USER Top level directory for user files.\n"); | |||||
| printf(" ('BLENDER_USER_*' variables override when set).\n"); | |||||
| printf(" $BLENDER_USER_CONFIG Directory for user configuration files.\n"); | printf(" $BLENDER_USER_CONFIG Directory for user configuration files.\n"); | ||||
| printf(" $BLENDER_USER_SCRIPTS Directory for user scripts.\n"); | printf(" $BLENDER_USER_SCRIPTS Directory for user scripts.\n"); | ||||
| printf(" $BLENDER_SYSTEM_SCRIPTS Directory for system wide scripts.\n"); | |||||
| printf(" $BLENDER_USER_DATAFILES Directory for user data files (icons, translations, ..).\n"); | printf(" $BLENDER_USER_DATAFILES Directory for user data files (icons, translations, ..).\n"); | ||||
| printf("\n"); | |||||
| printf(" $BLENDER_RESOURCE_PATH_SYSTEM Top level directory for system files.\n"); | |||||
| printf(" ('BLENDER_SYSTEM_*' variables override when set).\n"); | |||||
| printf(" $BLENDER_SYSTEM_SCRIPTS Directory for system wide scripts.\n"); | |||||
| printf(" $BLENDER_SYSTEM_DATAFILES Directory for system wide data files.\n"); | printf(" $BLENDER_SYSTEM_DATAFILES Directory for system wide data files.\n"); | ||||
| printf(" $BLENDER_SYSTEM_PYTHON Directory for system Python libraries.\n"); | printf(" $BLENDER_SYSTEM_PYTHON Directory for system Python libraries.\n"); | ||||
| # ifdef WITH_OCIO | # ifdef WITH_OCIO | ||||
| printf(" $OCIO Path to override the OpenColorIO config file.\n"); | printf(" $OCIO Path to override the OpenColorIO config file.\n"); | ||||
| # endif | # endif | ||||
| # ifdef WIN32 | # ifdef WIN32 | ||||
| printf(" $TEMP Store temporary files here.\n"); | printf(" $TEMP Store temporary files here.\n"); | ||||
| # else | # else | ||||
| printf(" $TMP or $TMPDIR Store temporary files here.\n"); | printf(" $TMP or $TMPDIR Store temporary files here.\n"); | ||||
| # endif | # endif | ||||
| ▲ Show 20 Lines • Show All 1,614 Lines • Show Last 20 Lines | |||||