Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/lib_query.c
| Show First 20 Lines • Show All 775 Lines • ▼ Show 20 Lines | switch ((ID_Type)GS(id->name)) { | ||||
| library_foreach_paint(&data, &toolsett->vpaint->paint); | library_foreach_paint(&data, &toolsett->vpaint->paint); | ||||
| } | } | ||||
| if (toolsett->wpaint) { | if (toolsett->wpaint) { | ||||
| library_foreach_paint(&data, &toolsett->wpaint->paint); | library_foreach_paint(&data, &toolsett->wpaint->paint); | ||||
| } | } | ||||
| if (toolsett->sculpt) { | if (toolsett->sculpt) { | ||||
| library_foreach_paint(&data, &toolsett->sculpt->paint); | library_foreach_paint(&data, &toolsett->sculpt->paint); | ||||
| CALLBACK_INVOKE(toolsett->sculpt->gravity_object, IDWALK_CB_NOP); | CALLBACK_INVOKE(toolsett->sculpt->gravity_object, IDWALK_CB_NOP); | ||||
| CALLBACK_INVOKE(toolsett->sculpt->filter_texture, IDWALK_CB_NOP); | |||||
| } | } | ||||
| if (toolsett->uvsculpt) { | if (toolsett->uvsculpt) { | ||||
| library_foreach_paint(&data, &toolsett->uvsculpt->paint); | library_foreach_paint(&data, &toolsett->uvsculpt->paint); | ||||
| } | } | ||||
| if (toolsett->gp_paint) { | if (toolsett->gp_paint) { | ||||
| library_foreach_paint(&data, &toolsett->gp_paint->paint); | library_foreach_paint(&data, &toolsett->gp_paint->paint); | ||||
| } | } | ||||
| if (toolsett->gp_vertexpaint) { | if (toolsett->gp_vertexpaint) { | ||||
| ▲ Show 20 Lines • Show All 975 Lines • Show Last 20 Lines | |||||