Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Show First 20 Lines • Show All 670 Lines • ▼ Show 20 Lines | enum { | ||||
| WM_JOB_TYPE_CLIP_BUILD_PROXY, | WM_JOB_TYPE_CLIP_BUILD_PROXY, | ||||
| WM_JOB_TYPE_CLIP_TRACK_MARKERS, | WM_JOB_TYPE_CLIP_TRACK_MARKERS, | ||||
| WM_JOB_TYPE_CLIP_SOLVE_CAMERA, | WM_JOB_TYPE_CLIP_SOLVE_CAMERA, | ||||
| WM_JOB_TYPE_CLIP_PREFETCH, | WM_JOB_TYPE_CLIP_PREFETCH, | ||||
| WM_JOB_TYPE_SEQ_BUILD_PROXY, | WM_JOB_TYPE_SEQ_BUILD_PROXY, | ||||
| WM_JOB_TYPE_SEQ_BUILD_PREVIEW, | WM_JOB_TYPE_SEQ_BUILD_PREVIEW, | ||||
| WM_JOB_TYPE_POINTCACHE, | WM_JOB_TYPE_POINTCACHE, | ||||
| WM_JOB_TYPE_DPAINT_BAKE, | WM_JOB_TYPE_DPAINT_BAKE, | ||||
| WM_JOB_TYPE_OBJECT_SIM_MANTA, | |||||
| WM_JOB_TYPE_ALEMBIC, | WM_JOB_TYPE_ALEMBIC, | ||||
| WM_JOB_TYPE_SHADER_COMPILATION, | WM_JOB_TYPE_SHADER_COMPILATION, | ||||
| WM_JOB_TYPE_STUDIOLIGHT, | WM_JOB_TYPE_STUDIOLIGHT, | ||||
| WM_JOB_TYPE_LIGHT_BAKE, | WM_JOB_TYPE_LIGHT_BAKE, | ||||
| WM_JOB_TYPE_FSMENU_BOOKMARK_VALIDATE, | WM_JOB_TYPE_FSMENU_BOOKMARK_VALIDATE, | ||||
| /* add as needed, bake, seq proxy build | /* add as needed, bake, seq proxy build | ||||
| * if having hard coded values is a problem */ | * if having hard coded values is a problem */ | ||||
| }; | }; | ||||
| ▲ Show 20 Lines • Show All 142 Lines • Show Last 20 Lines | |||||