Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/curve_eval.cc
| Show First 20 Lines • Show All 517 Lines • ▼ Show 20 Lines | switch (spline.type()) { | ||||
| } | } | ||||
| case CURVE_TYPE_CATMULL_ROM: { | case CURVE_TYPE_CATMULL_ROM: { | ||||
| BLI_assert_unreachable(); | BLI_assert_unreachable(); | ||||
| break; | break; | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| geometry.update_curve_types(); | |||||
| normal_mode.save(); | normal_mode.save(); | ||||
| nurbs_weight.save(); | nurbs_weight.save(); | ||||
| nurbs_order.save(); | nurbs_order.save(); | ||||
| nurbs_knots_mode.save(); | nurbs_knots_mode.save(); | ||||
| handle_type_right.save(); | handle_type_right.save(); | ||||
| handle_type_left.save(); | handle_type_left.save(); | ||||
| CurveComponentLegacy src_component; | CurveComponentLegacy src_component; | ||||
| ▲ Show 20 Lines • Show All 51 Lines • Show Last 20 Lines | |||||