Highlight last selected point in curve/surface edit mode.

Curve->lastselbp field was renamed to Curve->lastsel and now not last
either BPoint or BezTriple is storing here. It's not easy to determine
type of selected point, but operator which depends on such point reviews
the full nurbs, so this shouldn't be a problem.

Made changes to curve undo stuff to restore last selected point on undo/redo.

Added new theme color for curve last selected point.
This commit is contained in:
2010-04-30 04:48:40 +00:00
parent 53dbc1efdf
commit 16e7ed28be
10 changed files with 194 additions and 71 deletions

View File

@@ -180,6 +180,7 @@ enum {
TH_HANDLE_SEL_ALIGN,
TH_ACTIVE_SPLINE,
TH_LASTSEL_POINT,
TH_SYNTAX_B,
TH_SYNTAX_V,