Select more/less functions do not work for curves. #47543

Closed
opened 2016-02-23 14:05:55 +01:00 by Dan · 7 comments

System Information
Windows 7 64 Home, nVidia GTX 970

Blender Version
Broken: 2.76b (f337fea), 2.77 test build 2 (2.76.11) (da81227)

Short description of error
Select more/less functions do not work for curves. Although these functions are present in edit mode while editing curves, they have no effect on them.

On curves with no handles, they should function no differently than they would with edges/vertices. It may be a bit trickier with handles though, as curve handles are selected no differently than curve points, thus using select less/more may not lead to useful results.

It should be noted that you can even use select more/less on grease pencil strokes, just not curves!

Exact steps for others to reproduce the error
Select points on a curve in edit mode, then attempt to use select more or select less.

**System Information** Windows 7 64 Home, nVidia GTX 970 **Blender Version** Broken: 2.76b (f337fea), 2.77 test build 2 (2.76.11) (da81227) **Short description of error** Select more/less functions do not work for curves. Although these functions are present in edit mode while editing curves, they have no effect on them. On curves with no handles, they should function no differently than they would with edges/vertices. It may be a bit trickier with handles though, as curve handles are selected no differently than curve points, thus using select less/more may not lead to useful results. It should be noted that you can even use select more/less on grease pencil strokes, just not curves! **Exact steps for others to reproduce the error** Select points on a curve in edit mode, then attempt to use select more or select less.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @DoNotCare

Added subscriber: @DoNotCare

Added subscriber: @Sergey

Added subscriber: @Sergey

Can't really reproduce the issue. That's why it's really important to provide .blend file which demonstrates the issue, even if the steps sounds simple for you.

Can't really reproduce the issue. That's why it's really important to provide .blend file which demonstrates the issue, even if the steps sounds simple for you.
Author

Alright, I've figured out the actual issue but I cannot figure out how to edit this bug report. I thought I'd already tested this earlier, but apparently I imagined it.

The real issue is that "select less" does not work on full curve selections that are non-cyclical (closed). There should be no need for a .blend file as I've reproduced this on each of the line curve primitives using the factory default settings:

Create a curve primitive (Bezier, Nurbs Curve, or Path), enter edit mode, select all (points), use select less. Nothing will happen. You can also duplicate the curve many times, and with everything selected, still nothing will happen. The expected result should be that each end of each individual non-cyclical curve should be deselected. Repeating the function should work as it already does.

Alright, I've figured out the actual issue but I cannot figure out how to edit this bug report. I thought I'd already tested this earlier, but apparently I imagined it. The real issue is that "select less" does not work on full curve selections that are non-cyclical (closed). There should be no need for a .blend file as I've reproduced this on each of the line curve primitives using the factory default settings: Create a curve primitive (Bezier, Nurbs Curve, or Path), enter edit mode, select all (points), use select less. Nothing will happen. You can also duplicate the curve many times, and with everything selected, still nothing will happen. The expected result should be that each end of each individual non-cyclical curve should be deselected. Repeating the function should work as it already does.

The crucial step was "Select All". This leads to a situation when behavior of "Select Less" is malformed: it's not clear where one would expect to start deselecting -- middle of a spline, endpoints, single endpoint; what would be behavior for cyclic splines here. Surely there are some semi-reasonable assumptions are possible for splines (where cyclic is a flag and you still have spline start/end CV), but for meshes it'll be really a russian roulette.

So now those tools having predictable and matching behavior for all meshes, curves and surfaces which simply does nothing in such a malformed state.

Surely some tweaks to behavior are possible, but its not a bug and should be handled outside of the bug tracker.

The crucial step was "Select All". This leads to a situation when behavior of "Select Less" is malformed: it's not clear where one would expect to start deselecting -- middle of a spline, endpoints, single endpoint; what would be behavior for cyclic splines here. Surely there are some semi-reasonable assumptions are possible for splines (where cyclic is a flag and you still have spline start/end CV), but for meshes it'll be really a russian roulette. So now those tools having predictable and matching behavior for all meshes, curves and surfaces which simply does nothing in such a malformed state. Surely some tweaks to behavior are possible, but its not a bug and should be handled outside of the bug tracker.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2016-03-01 14:54:57 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#47543
No description provided.