Changeset View
Changeset View
Standalone View
Standalone View
release/datafiles/userdef/userdef_default.c
| Show All 17 Lines | |||||
| const UserDef U_default = { | const UserDef U_default = { | ||||
| .versionfile = BLENDER_FILE_VERSION, | .versionfile = BLENDER_FILE_VERSION, | ||||
| .subversionfile = BLENDER_FILE_SUBVERSION, | .subversionfile = BLENDER_FILE_SUBVERSION, | ||||
| .flag = (USER_AUTOSAVE | USER_TOOLTIPS | USER_RELPATHS | USER_RELEASECONFIRM | | .flag = (USER_AUTOSAVE | USER_TOOLTIPS | USER_RELPATHS | USER_RELEASECONFIRM | | ||||
| USER_SCRIPT_AUTOEXEC_DISABLE | USER_NONEGFRAMES), | USER_SCRIPT_AUTOEXEC_DISABLE | USER_NONEGFRAMES), | ||||
| .dupflag = USER_DUP_MESH | USER_DUP_CURVE | USER_DUP_SURF | USER_DUP_LATTICE | USER_DUP_FONT | | .dupflag = USER_DUP_MESH | USER_DUP_CURVE | USER_DUP_SURF | USER_DUP_LATTICE | USER_DUP_FONT | | ||||
| USER_DUP_MBALL | USER_DUP_LAMP | USER_DUP_ARM | USER_DUP_CAMERA | USER_DUP_SPEAKER | | USER_DUP_MBALL | USER_DUP_LAMP | USER_DUP_ARM | USER_DUP_CAMERA | USER_DUP_SPEAKER | | ||||
| USER_DUP_ACT | USER_DUP_LIGHTPROBE | USER_DUP_GPENCIL, | USER_DUP_ACT | USER_DUP_LIGHTPROBE | USER_DUP_GPENCIL | USER_DUP_CURVES | | ||||
| USER_DUP_POINTCLOUD, | |||||
| .pref_flag = USER_PREF_FLAG_SAVE, | .pref_flag = USER_PREF_FLAG_SAVE, | ||||
| .savetime = 2, | .savetime = 2, | ||||
| .tempdir = "", | .tempdir = "", | ||||
| .fontdir = "//", | .fontdir = "//", | ||||
| .renderdir = "//", | .renderdir = "//", | ||||
| .render_cachedir = "", | .render_cachedir = "", | ||||
| .textudir = "//", | .textudir = "//", | ||||
| .pythondir = "", | .pythondir = "", | ||||
| ▲ Show 20 Lines • Show All 192 Lines • Show Last 20 Lines | |||||