Skip to main content

Questions tagged [select]

The tag has no usage guidance.

2 votes
1 answer
78 views

I can't select objects when I deactivate overlays

When I deactivate overlays I can not see any lines on the object and I can't see wich vertices, edges or faces I have selected. I just started using blender yesterday and I made a model. Everything ...
Lacoon's user avatar
  • 23
2 votes
1 answer
361 views

KDTree Utility in Blender with Python

I am trying to use the KDTree to find the nearest vertex from a particular point. I am trying to run the sample provided in Blender document - kdtree. I have added a Icosphere and trying to find the ...
shubhajit's user avatar
2 votes
3 answers
396 views

Python - How to scale vertices with pivot being set to cursor?

I made a script that creates a circle, deselects all vertices in edit mode, selects first 5 vertices and then scales those vertices. I expected those vertices to be scaled with 3D cursor which sits in ...
Dalibor-P's user avatar
  • 1,064
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
2 votes
1 answer
756 views

Python: How to select only outer faces that are exposed to light via script?

EDIT: Since it's impossible to select only the outer faces using Blender's UI tools, I'm looking for a Python solution that will check each face to see if it does have a certain degree of light (...
Harry McKenzie's user avatar
  • 13.2k
2 votes
1 answer
709 views

change location of every object selected

How to change the location from every object selected? Looks like in the older versions of blender you alt click the location, and then it changes it for every object (I'm not sure of that), but how ...
math scat's user avatar
  • 209
2 votes
1 answer
2k views

How do I select multiple items in the outliner or file browser without selecting all the items in between?

When I try to append multiple files at once, or when I try to select multiple objects in the outliner window that aren't right on top of each other, every file or object between the ones I select are ...
Exin's user avatar
  • 23
2 votes
1 answer
294 views

Select all faces parallel to ground

Is there a way to select all faces in my mesh that have normals that point upwards, with a range of how much they need to be pointing upwards to be selected?I have a mesh of a house, and I want to add ...
BluTackMan's user avatar
2 votes
1 answer
238 views

Select multiple items that are listed together in Outliner

How do I select multiple items that are listed together in the Outliner? For example, have a look at the image below: if I want to select from B to G without having to shift-click on everything in ...
StillerMauritz's user avatar
2 votes
1 answer
266 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
2 votes
1 answer
96 views

Edges orange when I haven't selected them

My edges are orange when I haven't even selected them. Thing i've tried: restarting blender clicking on select then select none clicking on the background checking if they have a crease or not
wirelesschipmunk's user avatar
2 votes
1 answer
92 views

Breaking a game model into parts?

I’m trying to figure out the best way to structure a 3D model of a playable character in Blender (and made for Unity). For example, I have a feeling that I should separate the clothing, eyes, and hair ...
ChickenLunch's user avatar
2 votes
1 answer
51 views

Deselect vertices with another mesh

I made a non-manifold selection, to select my border, but I don't need the entire selection. To automatize my flow, I wish to deselect the "nonuseful" vertices with another mesh. The ...
Felipe Lopes's user avatar
2 votes
1 answer
814 views

How do I include depth when selecting vertices in a specific area?

I just did a bunch of loop cuts. Now i want to select only the vertices in a specific area, but it only selects the vertices I can "see", like it's 2D. Do I have to rotate the image and ...
Jared Ohlson's user avatar
2 votes
1 answer
382 views

Why is the underlying command of "select all" not working when executed with python? (Grease Pencil)

While in edit mode of a grease pencil object, the tooltip of "select all" says that the corresponding python command would be ...
AFoeee's user avatar
  • 99

15 30 50 per page
1 2 3
4
5
19