Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_gpencil.c
| Context not available. | |||||
| {eGplBlendMode_Subtract, "SUBTRACT", 0, "Subtract", ""}, | {eGplBlendMode_Subtract, "SUBTRACT", 0, "Subtract", ""}, | ||||
| {eGplBlendMode_Multiply, "MULTIPLY", 0, "Multiply", ""}, | {eGplBlendMode_Multiply, "MULTIPLY", 0, "Multiply", ""}, | ||||
| {eGplBlendMode_Divide, "DIVIDE", 0, "Divide", ""}, | {eGplBlendMode_Divide, "DIVIDE", 0, "Divide", ""}, | ||||
| {eGplBlendMode_Holdout, "HOLDOUT", 0, "Holdout", ""}, | |||||
| {0, NULL, 0, NULL, NULL}}; | {0, NULL, 0, NULL, NULL}}; | ||||
| static EnumPropertyItem rna_enum_gpencil_caps_modes_items[] = { | static EnumPropertyItem rna_enum_gpencil_caps_modes_items[] = { | ||||
| Context not available. | |||||