Skip to main content

All Questions

Tagged with
0 votes
1 answer
37 views

Instances on points, selection of visible instances by alpha map values (1 / 0 );

I got stuck at an important step and I need some help to understand what i'm doing wrong. I'm looking for a way to tell blender to select instances (on faces) only for those on white color (solid, ...
Mihael-Ionuț FURDU's user avatar
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
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
3k views

How can I count objects that are in a collection instance using Python?

I have this script which should count all the selected objects in the scene, but it doesn't. It cannot count the 6 monkeys that are part of a collection instance. Can you help me? ...
daniele's user avatar
  • 81