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:
@@ -180,6 +180,7 @@ enum {
|
||||
TH_HANDLE_SEL_ALIGN,
|
||||
|
||||
TH_ACTIVE_SPLINE,
|
||||
TH_LASTSEL_POINT,
|
||||
|
||||
TH_SYNTAX_B,
|
||||
TH_SYNTAX_V,
|
||||
|
||||
Reference in New Issue
Block a user