Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Show First 20 Lines • Show All 491 Lines • ▼ Show 20 Lines | typedef struct UserDef { | ||||
| short tw_hotspot, tw_flag, tw_handlesize, tw_size; | short tw_hotspot, tw_flag, tw_handlesize, tw_size; | ||||
| short textimeout, texcollectrate; | short textimeout, texcollectrate; | ||||
| short wmdrawmethod; /* removed wmpad */ | short wmdrawmethod; /* removed wmpad */ | ||||
| short dragthreshold; | short dragthreshold; | ||||
| int memcachelimit; | int memcachelimit; | ||||
| int prefetchframes; | int prefetchframes; | ||||
| float pad_rot_angle; /* control the rotation step of the view when PAD2, PAD4, PAD6&PAD8 is use */ | float pad_rot_angle; /* control the rotation step of the view when PAD2, PAD4, PAD6&PAD8 is use */ | ||||
| short frameserverport; | short frameserverport; | ||||
| short pad4; | |||||
| short obcenter_dia; | short obcenter_dia; | ||||
| short rvisize; /* rotating view icon size */ | short rvisize; /* rotating view icon size */ | ||||
| short rvibright; /* rotating view icon brightness */ | short rvibright; /* rotating view icon brightness */ | ||||
| short recent_files; /* maximum number of recently used files to remember */ | short recent_files; /* maximum number of recently used files to remember */ | ||||
| short smooth_viewtx; /* miliseconds to spend spinning the view */ | short smooth_viewtx; /* miliseconds to spend spinning the view */ | ||||
| short glreslimit; | short glreslimit; | ||||
| short curssize; | short curssize; | ||||
| short color_picker_type; | short color_picker_type; | ||||
| char ipo_new; /* interpolation mode for newly added F-Curves */ | char ipo_new; /* interpolation mode for newly added F-Curves */ | ||||
| char keyhandles_new; /* handle types for newly added keyframes */ | char keyhandles_new; /* handle types for newly added keyframes */ | ||||
| char gpu_select_method; | char gpu_select_method; | ||||
| char gpu_select_pick_deph; | |||||
| char pad4; | |||||
| char view_frame_type; | char view_frame_type; | ||||
| int view_frame_keyframes; /* number of keyframes to zoom around current frame */ | int view_frame_keyframes; /* number of keyframes to zoom around current frame */ | ||||
| float view_frame_seconds; /* seconds to zoom around current frame */ | float view_frame_seconds; /* seconds to zoom around current frame */ | ||||
| short scrcastfps; /* frame rate for screencast to be played back */ | short scrcastfps; /* frame rate for screencast to be played back */ | ||||
| short scrcastwait; /* milliseconds between screencast snapshots */ | short scrcastwait; /* milliseconds between screencast snapshots */ | ||||
| ▲ Show 20 Lines • Show All 385 Lines • Show Last 20 Lines | |||||