Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <j.bakker@atmind.nl>2018-06-19 15:07:21 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-06-19 15:07:21 +0300
commit4b5f3690bb5758cbc5a3c099632fe6759e020c71 (patch)
treefafb2d3c9ac0cbaee696e4d084804333020f365b /source/blender/windowmanager/WM_api.h
parent1b972a38fef3e373872f2ea3cb8eb75aa50a23eb (diff)
Missed warning in previous commit
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index 267aa448dc3..a2142b2d569 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -520,6 +520,7 @@ enum {
WM_JOB_TYPE_DPAINT_BAKE,
WM_JOB_TYPE_ALEMBIC,
WM_JOB_TYPE_SHADER_COMPILATION,
+ WM_JOB_TYPE_STUDIOLIGHT,
/* add as needed, screencast, seq proxy build
* if having hard coded values is a problem */
};