Skip to main content

Questions tagged [select]

The tag has no usage guidance.

3 votes
1 answer
118 views

How to select edge loops intervally in blender?

How can I select edge loops like that, there is a unselected loop between two loops.
Boris's user avatar
  • 33
1 vote
2 answers
660 views

How do I conditionally select an index within geometry nodes?

I would like to have a conditional fork in my geometry nodes logic, based off index. In programming it would be like if (index == 5) { ... }. How are conditional ...
Seph Reed's user avatar
  • 346
0 votes
0 answers
39 views

How to hide green faces selection in UV editor?

The green faces remain even when I'm not selecting, is there any way to avoid this? And even when I'm not in UV Sync
franmahalem's user avatar
3 votes
0 answers
149 views

Contour lines every z-level of this stepped landscape

Trying to recreate this holographic animation all by myself with geometry nodes. Watching several tutorials I used a texture map to create the landscape layout. I do not know how to get a selection of ...
fonz55's user avatar
  • 55
1 vote
2 answers
201 views

Is there a way to DESELECT SIMILAR (i.e. Select Similar)?

It is incredibly helpful to be able to select things by their trait (i.e. Select Similar > Normals). Is there a way to deselect geometry in the same way? Using the image below as an example: I ...
Glen Candle's user avatar
  • 1,819
0 votes
1 answer
179 views

Deleting objects by name without affecting current selection

Before 4.0, it was possible to use context override with operators. It was very handy to be able to delete a list of objects without messing with the current selection. ...
chafouin's user avatar
  • 328
0 votes
0 answers
98 views

How to force Context to be 'Outliner' for using 'bpy.ops.outliner.select_walk' in the 3D Viewport?

I've been trying to use the 'bpy.ops.outliner.select_walk' functionality which walks up and down the list of objects in the outliner with the arrow keys. I want to use this functionality while in the ...
Charlie L's user avatar
3 votes
2 answers
352 views

How can I fully select a collection using python with blue highlight?

I have found this thread and several other threads but nothing with any legit answers. We can somewhat select a collection using for example this script that "selects" the one at index 2: <...
Harry McKenzie's user avatar
1 vote
1 answer
76 views

Problem selecting/deselecting points from Instance on Points

I'm trying to deselect the last point from instancing. I'm using the Endpoint Selection < Boolean Math - Not setup as I've ...
Pedro Ribeiro's user avatar
1 vote
1 answer
165 views

Whenever I select anything it just shows the shader thing at the bottom of the screen

Whenever I select anything it just shows the shader thing at the bottom of the screen. I am in object mode in layout and I can't do anything or move anything! not sure what to do. Here is the scene I ...
VikingAshby's user avatar
1 vote
0 answers
77 views

Fastest way to align objects with keyboard shortcut and no errors about active object?

I need a keyboard shortcut to align the selected objects relative to an specific axis, for example, X. Currently I have a keyboard shortcut to do this, however, note the option "Relative to: ...
lucas.mior's user avatar
0 votes
1 answer
351 views

How to shortcut select Move tool without instantly being Move?

Shortcut G instantly makes mouse movements Move the selection. Is there a way to activate the Move tool without it instantly going into this button-less move state? Similarly for Rotation and Scale.
Confused's user avatar
  • 143
0 votes
0 answers
119 views

Loop Select not working on MacBook M1 Pro - Blender 3.6.2

I'm using a Blender 3.6.2 and while attempting to the loop select on a simple cube, it doesn't work. I have tried several combinations of keys (Alt + Left Click, Alt + Right Click, Double-Click, ⇧ ...
Marco Sosa's user avatar
1 vote
1 answer
351 views

Geometry nodes: Select vertex on an edge by angle

I have a simple mesh, which is just an edge and i want to instance objects on some points. Points, which have 3 or 4 connected edges Points, which have 2 connected edges, but have 90 degree angle ...
retr0's user avatar
  • 317
3 votes
3 answers
341 views

Blender Python: How to test for "selectable" objects in viewport?

Is there a way to check if objects are selectable in Blender Python? The code below checks if an object is visible, but is there also something to check if an object is also selectable in viewport? ...
Christoph Werner's user avatar

15 30 50 per page