Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_gpencil_modifier.c
| Context not available. | |||||
| ICON_MOD_OPACITY, | ICON_MOD_OPACITY, | ||||
| "Opacity", | "Opacity", | ||||
| "Opacity of the strokes"}, | "Opacity of the strokes"}, | ||||
| {eGpencilModifierType_Tint, "GP_TINT", ICON_MOD_TINT, "Tint", "Tint strokes with new color"}, | |||||
| {eGpencilModifierType_Texture, | {eGpencilModifierType_Texture, | ||||
| "GP_TEXTURE", | "GP_TEXTURE", | ||||
| ICON_TEXTURE, | ICON_TEXTURE, | ||||
| "Texture", | "Texture", | ||||
| "Change stroke uv texture values"}, | "Change stroke uv texture values"}, | ||||
| {eGpencilModifierType_Tint, "GP_TINT", ICON_MOD_TINT, "Tint", "Tint strokes with new color"}, | |||||
| {0, NULL, 0, NULL, NULL}, | {0, NULL, 0, NULL, NULL}, | ||||
| }; | }; | ||||
| Context not available. | |||||