Questions tagged [instances]

Questions related to instancing. Instancing is used to duplicate many objects that are the same. Uses such as particles, Dupliverts.

631 questions
3
votes
1 answer

Confused about Linked Duplicates

Could someone enlighten me as to the difference between 'Relations>Make Single User' and 'Apply>Make Instances Real'? I think I'm super confused!
Alec
  • 45
  • 4
3
votes
2 answers

How to turn a placed object into a collection instance?

I often use instances to create scenes. To reduce the load on the PC, when placing a single object repeatedly in several places, it is placed by duplicating it as an instance. However, the scene I am currently working on is in a state where a single…
psychepool
  • 61
  • 2
3
votes
1 answer

Is it possible to hide the instancer and only show instanced objects in render?

I have a question for you. I need to duplicate an object along a curve without deformation. Therefore I instance a plane along the curve. I made the cube a child of the plane and checked "Face" on the plane instancing setting. If I render the scene…
3
votes
2 answers

What is the most efficient way to make instance real and joined

I have a setup, a very complex instancing, I simply want to Voxel Remesh this (sculpt) but if I use Make Real for instances, it will create bazillions instances, and I don't want that. I simply need a joined mesh based on the parented dupli…
Blender Sushi Guy
  • 1,491
  • 11
  • 18
2
votes
0 answers

multiple instances of animated object

I created an animated object that consists of several pieces. now I would like to have multiple instances of it, but instead of them all being in sync I want to be able to manipulate the keyframes individually. I read about group instances, which…
kindoflike
  • 571
  • 4
  • 15
2
votes
1 answer

Apply Modifiers on Instanced Objects?

Is there a way to do this? For example, adding a subdivision modifier on the default cube then Alt+D to instance it. Going back to the first object, I'm unable to apply the modifiers. I know that there are other ways such as making the object single…
Wonkey
  • 248
  • 3
  • 18
2
votes
1 answer

Instance to Collection, Unhiding Objects

So I'm trying to mirror Collections, and the easiest and fastest way I found is just to make an Instance of that collection and -1 the scale. It works fine the only problem is that the objects inside the collection that are hidden in the instance…
2
votes
1 answer

Is the instance of the instance B of a mesh A, considered to be the instance of mesh A, or an instance of Mesh B?

I have developed a habit of hitting shift+d to instance a mesh in a scene many times, except if I were to create 3 instances, I would instance the first mesh, then instance the instanced mesh, and the instance the instance of the instanced mesh My…
Hash
  • 663
  • 5
  • 15
2
votes
2 answers

move instanced objects relative to empty

I'm trying to move [instanced] objects up when I move an empty beneath them. Picture a 10 x 10 array of spheres. I want it to look like something is moving below them pushing them up as it moves. I don't want to deform the spheres, just move them. I…
Ben Beltman
  • 73
  • 1
  • 3
2
votes
2 answers

instances of the same object : any obvious way to "mark" them as such in the outliner?

I use Blender 2.8 and I know how to create several instances of the same object (alt+D). But, once created, all these instances are just listed as single objects in the outliner and need to be selected in edit mode to become "obvious". Is there…
Asthalis
  • 31
  • 2
1
vote
0 answers

Toggle visiblity across instances

I have created a collection with one object in it. Then I added multiple collection instances of that collection to my scene. I would like to easily toggle the visibility of the object across all instances. Is this possible? When I toggle the…
bwroga
  • 111
  • 3
1
vote
1 answer

How would I select objects by number of verts or their volume?

Thanks for reading. I often import huge mechanical assemblies into blender. The assemblies contain hundreds of fasteners/screws/washers and I would like to instance these - to save memory. The first problem is that blender does not know that these…
JB Riley
  • 791
  • 3
  • 9
1
vote
2 answers

Hide instances outside of area

If I make a grid of 10x10 instances, and then draw a shape, how can I make the instances only appear within that shape? Instances are just made from collection instances. Nothing fancy, no arrays, no scatters, no particles. yet. In other software,…
Andrew Lazarus
  • 141
  • 1
  • 1
  • 6
1
vote
0 answers

Make instances converge in geometry nodes

I'm working on a Draw Pencil tool to draw locks of hair using Geometry Nodes. Each strand is an instance juxtaposed along a Mesh Line with some degrees of randomization. What I can't seem to figure out is how to make the ends converge to one…
doctorak
  • 11
  • 2
1
vote
0 answers

Modify instance parameter before the instance on points node, based on the position

I'm trying to make a grass field, and make flowers bloom when a 'sun' approaches the ground. I have already solved the problem of making the grass taller and increasing the flower size, but I would like to add the blooming animation of the flower.…
1
2