Select next active does not work with some ngons #47967

Closed
opened 2016-03-27 20:37:13 +02:00 by test · 16 comments

System Information
Windows 10,AMD 5450

Blender Version
Blender 2.77.Hash: 22a2853

Short description of error
Select next active tool doesn't work near ngons in multiple cases and blender give me "No single next item found".

Exact steps for others to reproduce the error
Add a plane with an ngon in the middle and try to select some edges:
Capture.PNG

**System Information** Windows 10,AMD 5450 **Blender Version** Blender 2.77.Hash: 22a2853 **Short description of error** Select next active tool doesn't work near ngons in multiple cases and blender give me "No single next item found". **Exact steps for others to reproduce the error** Add a plane with an ngon in the middle and try to select some edges: ![Capture.PNG](https://archive.blender.org/developer/F298442/Capture.PNG)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Campbell Barton was assigned by test 2016-03-27 20:37:13 +02:00
Author

Added subscriber: @omar-1

Added subscriber: @omar-1

Added subscriber: @sindra1961

Added subscriber: @sindra1961

I think that your usage is wrong.
You say that you chose plural edges, but plural vertices is chosen with the attached image.
It is necessary for the tool to choose at least two items.
And a result varies according to a turn to choose.
I think that it does not work definitely if you do not know how data are managed inside.

I'm sorry, translation was wrong.

I think that your usage is wrong. You say that you chose plural edges, but plural vertices is chosen with the attached image. It is necessary for the tool to choose at least two items. And a result varies according to a turn to choose. I think that it does not work definitely if you do not know how data are managed inside. **I'm sorry, translation was wrong.**
Author

Well,I tried using edges and it didn't work,then I tried using vertices and it didn't work too,thats where i took the screenshot.
Sorry for misunderstanding.

Well,I tried using edges and it didn't work,then I tried using vertices and it didn't work too,thats where i took the screenshot. Sorry for misunderstanding.

Added subscriber: @SatoshiDoita

Added subscriber: @SatoshiDoita

It is because number of possible items is even.
and this tool requires number of branch is odd and those must be sortable by sharing faces.

It is because number of possible items is even. and this tool requires number of branch is odd and those must be sortable by sharing faces.
Author

So a temporary inserted face would solve the problem?

So a temporary inserted face would solve the problem?

I think that you should check the below .py file if you want to know how it works.

2.77\scripts\startup\bl_operators\bmesh\find_adjacent.py
def find_next(ele_dst, ele_src)

This function picks up an items.
sorry, my bad english.

I think that you should check the below .py file if you want to know how it works. 2.77\scripts\startup\bl_operators\bmesh\find_adjacent.py def **find_next**(ele_dst, ele_src) This function picks up an items. sorry, my bad english.
Campbell Barton changed title from Select next active does not work with ngons. to Select next active does not work with some ngons 2016-03-29 10:19:29 +02:00

This tool works with ngons. so it must be some certain ngon topologies that confuse it.

This tool works with ngons. so it must be some certain ngon topologies that confuse it.

Added subscriber: @Sergey

Added subscriber: @Sergey

Here's a test file: #47967.blend

Here's a test file: [#47967.blend](https://archive.blender.org/developer/F299354/T47967.blend)

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

This issue was referenced by c3ed6010af

This issue was referenced by c3ed6010afd0a3695596125d5716d65be4b635f4

I tested it by a revised edition, but is this case this right?
untitled.png
untitled.blend
It was the result that I expected in the case of vertice/face select mode.
But edge select mode is ....

I tested it by a revised edition, but is this case this right? ![untitled.png](https://archive.blender.org/developer/F299459/untitled.png) [untitled.blend](https://archive.blender.org/developer/F299461/untitled.blend) It was the result that I expected in the case of vertice/face select mode. But edge select mode is ....

@sindra1961, tested untitled.blend, and as far as I can see results are OK as far as I can see.

@sindra1961, tested [untitled.blend](https://archive.blender.org/developer/F299461/untitled.blend), and as far as I can see results are OK as far as I can see.
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
6 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#47967
No description provided.