Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_nodetree.c
| Context not available. | |||||
| static const EnumPropertyItem algorithm_items[] = { | static const EnumPropertyItem algorithm_items[] = { | ||||
| {0, "SINGLE", 0, "Single", "Limit by single channel"}, | {0, "SINGLE", 0, "Single", "Limit by single channel"}, | ||||
| {1, "MAX", 0, "Max", "Limit by max of other channels "}, | {1, "MAX", 0, "Max", "Limit by max of other channels"}, | ||||
| {0, NULL, 0, NULL, NULL}, | {0, NULL, 0, NULL, NULL}, | ||||
| }; | }; | ||||
| Context not available. | |||||