Ticket #149 (closed defect: moved)
Opened 2007-06-22T15:22:48-05:00
Last modified 2014-01-09T13:13:13-06:00
Turn off statistics updating when drawing a FreeformExtension
Reported by: | sorber | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | visbio | Severity: | serious |
Keywords: | overlays | Cc: | |
Blocked By: | Blocking: |
Description (last modified by curtis)
The number of nodes and curve length statistics are misleading while a FreeformExtension is being drawn, since a FreeformExtension contains redundant nodes.
Simply turning off statistics updating during an edit will solve this problem; however, it seems to me that FreeformExtensions should somehow be rendered separately (right now, they're part of the Freeforms themselves). In the future perhaps there ought to be a collection of transient objects such as this one rendered separately from overlays, possibly including the rubber band box (TransientSelectBox)?