Cleanup: replace check for derivedFinal w/ mesh_eval

This commit is contained in:
2018-10-16 10:33:44 +11:00
parent e75169974c
commit c5f4c69643

View File

@@ -1780,7 +1780,7 @@ static void do_makeDispListCurveTypes(
curve_calc_modifiers_post(depsgraph, scene, ob, &nubase, dispbase, r_final, for_render, use_render_resolution);
}
if (cu->flag & CU_DEFORM_FILL && !ob->derivedFinal) {
if (cu->flag & CU_DEFORM_FILL && !ob->runtime.mesh_eval) {
curve_to_filledpoly(cu, &nubase, dispbase);
}