Tweak default ID types processing order, step 06: Brushes.
Move Brushes type with other weird, not-really-data ID types (like Palette and Brushes), higher in the process. Those preset-like types may use a lot of other ID types, but should only be used by UI-related (and Scene, for tool settings) types.
This commit is contained in:
@@ -789,7 +789,6 @@ enum {
|
||||
INDEX_ID_CA,
|
||||
INDEX_ID_TXT,
|
||||
INDEX_ID_SO,
|
||||
INDEX_ID_BR,
|
||||
INDEX_ID_PA,
|
||||
INDEX_ID_SPK,
|
||||
INDEX_ID_LP,
|
||||
@@ -799,6 +798,7 @@ enum {
|
||||
INDEX_ID_LS,
|
||||
INDEX_ID_GR,
|
||||
INDEX_ID_PC,
|
||||
INDEX_ID_BR,
|
||||
INDEX_ID_SCE,
|
||||
INDEX_ID_SCR,
|
||||
INDEX_ID_WS,
|
||||
|
||||
Reference in New Issue
Block a user