Skip to main content

Questions tagged [select]

The tag has no usage guidance.

3 votes
0 answers
143 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
189 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
171 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
97 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
344 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
  • 13.1k
1 vote
1 answer
72 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
164 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
73 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
326 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
111 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
322 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
339 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
2 votes
1 answer
59 views

msgbus for collection selection in outliner

I want a callback for Collection selections in the Outliner. So far I already found a common solution for object selections: ...
rbx 775's user avatar
  • 67
0 votes
0 answers
59 views

How do i select only visible objects in OBJECT mode

I have a grid array of hundreds of small objects. there is a large mesh object in the middle of this grid array of smaller objects. i want to select only the small object on the outside of this larger ...
JKCapeTown's user avatar
2 votes
1 answer
262 views

How can I get all selected collections in the Outliner?

In 2022 there was an answer to a question over at devtalk.blender.org about selecting multiple collections. The answer was this code segment: ...
Steve's user avatar
  • 460

15 30 50 per page
1 2
3
4 5
19