Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select Nth does not really select #17

Closed
enzyme69 opened this issue Apr 30, 2019 · 1 comment
Closed

Select Nth does not really select #17

enzyme69 opened this issue Apr 30, 2019 · 1 comment

Comments

@enzyme69
Copy link

When I am using Select Nth, with previous node deselecting all, I am getting error.

Apparently I need to Select All Face beforehand, before being able to select Nth. Is this by design?

Screen Shot 2019-04-30 at 14 47 31

@aachman98
Copy link
Owner

"Select Nth" node is actually called "Checker Deselect" inside Blender, even though it calls a function named bpy.ops.mesh.select_nth()
It works on an existing selection (designed as such). If you want to select alternate faces irrespective of the selection, just use "Select Alternate Faces" node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants