Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/sculpt_paint/sculpt.c
| Context not available. | |||||
| static void SCULPT_OT_sample_color(wmOperatorType *ot) | static void SCULPT_OT_sample_color(wmOperatorType *ot) | ||||
| { | { | ||||
| /* identifiers */ | /* identifiers */ | ||||
| ot->name = "Sample color"; | ot->name = "Sample Color"; | ||||
| ot->idname = "SCULPT_OT_sample_color"; | ot->idname = "SCULPT_OT_sample_color"; | ||||
| ot->description = "Sample the vertex color of the active vertex"; | ot->description = "Sample the vertex color of the active vertex"; | ||||
| Context not available. | |||||