forked from blender/blender
main sync #3
@ -446,8 +446,8 @@ Mesh *MOD_solidify_extrude_modifyMesh(ModifierData *md, const ModifierEvalContex
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (mat_ofs) {
|
if (mat_ofs) {
|
||||||
dst_material_index[i] += mat_ofs;
|
dst_material_index[poly_i] += mat_ofs;
|
||||||
CLAMP(dst_material_index[i], 0, mat_nr_max);
|
CLAMP(dst_material_index[poly_i], 0, mat_nr_max);
|
||||||
}
|
}
|
||||||
|
|
||||||
e = ml2[0].e;
|
e = ml2[0].e;
|
||||||
|
Loading…
Reference in New Issue
Block a user