Fix missing `particlemode` context mode, after recent particle-removal revert.

This caused the particle mode tools panel to appear in object mode, where it
misses some contextual data and spews python exceptions.
This commit is contained in:
Lukas Tönne 2016-12-30 12:13:21 +01:00
parent f874aeef70
commit fb20cbe04c
1 changed files with 1 additions and 0 deletions

View File

@ -950,6 +950,7 @@ static const char *data_mode_strings[] = {
"weightpaint",
"vertexpaint",
"imagepaint",
"particlemode",
"objectmode",
NULL
};