Menu
RenderGuide.com
  • About
RenderGuide.com
Blender Merge Objects

Blender Merge Objects Tutorial

This Blender Merge Objects Tutorial shows several examples how you can merge two 3d objects in Blender. We will discuss joining, manual merge and modifiers.

Joining or merging objects together sounds like a trivial thing. It is something that you need to do quite often while working in Blender. But it, sadly, is not that easy to do. Especially for the newbie. So today we will look into how you can merge objects in Blender.

Joining Objects

There are several methods of how you can merge several objects into a single one. The most basic variant is to join them. Let’s take these cube and a sphere as an example:

blender merge objects

So I want to join them together, as right now they are separate objects with their own geometry and pivot points.

All I need to do is select these two objects, right-click anywhere on a screen, and select the Join option. Or instead, just press the shortcut [Ctrl+J]. 

blender join objects

This has joined these two objects into a single one. It now has a single pivot point in the place of a Cube. You can make sure that it is a single object if you look at the Outliner and see only a Cube there. As sphere has merged with the Cube.

blender merging objects

Sounds very easy, so what is the catch? Well, the main problem of doing things like this is that this joins the objects, but not their geometry. 

When I toggle on an X-Ray – you can clearly see that each of the objects still has its geometry and that sphere overlaps the cube. 

blender merge x ray

This is a problem and usually, when you want to merge objects – you don’t want it to be like this. Instead, you want a joined geometry or it may have problems further down the line.

By the way, if you want to separate objects that are joined in this way – you need to go into the Edit Mode and select the geometry that you want to separate. You can do this by pressing L while hovering over an object. Then right-click and go to Separate > Selection.

blender separate objects

This will separate these objects. So it would be two independent ones again.

blender joining objects

Manual Blender Merge Objects

So what to do if you need to merge the objects and their geometry properly? Well, one of the variants is to manually go into Edit mode and edit it so that objects would be joined. Let’s take two cubes as an example, as it would be the easiest to understand.

blender merge geometry

Firstly you need to join these objects together with the previous method. So this is more of an improvement on the last method, than a brand-new one.

With the objects connected, we change to the Edit mode. Here we look at the geometry and think about how it can be connected to form a proper object.

blender merging geometry

As I have very simple objects that I want to connect – it is not hard to spot the right way to do this. I want to connect the two faces that are closest to each other. 

All I need to do now is to select these two faces, right-click anywhere, and select the Bridge Faces option.

blender geometry merge

This will automatically delete selected faces and connect all edges that made them between each other. 

blender merge objects geometry

So now we have finally connected the objects properly. It is now a single object with a single pivot point and all geometry is connected without any overlapping. This we can also double-check by turning on the X-ray.

blender merge objects x ray

No overlapping at all. So this is a much-preferred method to just joining objects. As it connects everything properly and you won’t have problems further down the line with this object.

But there is a huge downside to this way of doing things – it is much harder on more complicated objects. Meaning that you won’t always connect two simple Cubes. 

Doing this manual connect on something with difficult geometry is very hard. For example, even if we take our previous scene with a cube and a sphere:

blender join geometry

The sphere has a lot more geometry than a cube. It would be quite difficult to manually try and connect everything. And this is not even close to the really complex objects that you may need to join. So what is the solution?

Merging Using Boolean Modifier

The solution to the problem of merging complex objects is a Boolean modifier. It is not some kind of miracle that will resolve all the problems, but it is still very and very useful. 

Returning to the scene with a cube and a sphere. Let’s use the Boolean modifier on them. For this, select an object that you want to be the main object(does not really matter which) and apply a Boolean Modifier to it. 

blender geometry join

There are three types of Boolean modifier operation. There is an Intersect, a Union, and a Difference. For joining objects we are only interested in the Union type, so today we are not touching the other two. 

Then you also select an Object that you want to connect to the first one. In my case – there is only one other object on a scene.

blender merge boolean

When this is done, you will probably see some weird artifacts on your objects. Everything is normal. After this, you can just apply a modifier and look at the result.

This action has joined the Cube and Sphere objects and created a new, joined object out of the cube(as modifier was applied to it). But this does not get rid of the original sphere, so be wary of that.

blender boolean

Now we can again look at objects with an X-Ray and see how they look. 

blender join boolean

The result is awesome. They are now perfectly connected without any overlapping geometry whatsoever. The only problem with this result is that two faces of a cube are now N-gons with a lot of vertices in them. This can lead to problems in some tasks. But it is not that hard to fix manually.

Though you need to understand that it will not always yield this nice of a result. It depends very much on the object and the scene. And sadly, there is no ultimate solution for such problems, as they can have different origins.

blender merge objects boolean

Example of a problematic Union Boolean

So it is not a miracle tool that will do everything for you. It does a lot, but you also usually need to additionally work on the mesh yourself to make it work. 

Bool Tool Add-on

To further improve your experience in merging objects in Blender, I want to recommend you an add-on. If you are not sure what is an add-on – it is a modifier that changes the way some things work in Blender. To learn more about add-ons, you can read our previous Blender article – Blender Add-ons Tutorial.

So the add-on I want to talk about is called the Bool Tool. It is a free add-on that comes included in Blender from the start. All you need to do is find it in the Preferences menu and activate it.

blender bool tool

So what this add-on does is allows you to use the Boolean modifier a lot quicker and more efficiently than usual. 

You can find the interface for using the Bool Tool if you open a side panel in a viewport with the [N] button. (Note: this only appears when you have an object selected)

blender boolean tool

So what we can do here is apply a Boolean Modifier to an object with basically a single click. You can see that there are four types available here, so this can be used not only for the Union Boolean.

To apply this, you simply select two objects and press one of the buttons. So I have done this with the Cube and Cylinder objects this time.

blender bool tool addon

Auto Boolean with the Bool Tool

So this has automatically applied the boolean modifier to the objects and deleted the extra one that should have appeared. With one simple click.

There is also an option for the Brush Boolean. This one, instead of applying the modifier right away, will just create the chosen modifier and change the second object to be invisible(with bounds). This way it is much easier to see what changes exactly the Boolean will produce. Used the Difference Boolean type for better visualization:

blender brush boolean

Brush Boolean with the Bool Tool

So this add-on is not a big game-changer. But it will save you quite a bit of time for each use of the Boolean Modifier. Plus the Brush Boolean is a very welcome addition to the Blender.

Conclusion – Blender Merge Objects Tutorial

In Blender Merge objects sounds like a very easy task. Thanks to the Boolean Modifier and the Bool Tool – it can be as easy as it sounds. But not nearly every time you can just press a single button and be done with it. See also our other Blender Tutorials.

Receive our latest 3D Tutorials and 3D Model Reviews when they come out.

RenderGuide.com

RenderGuide.com is the place to find the Best 3D Models, learn 3D rendering with our step by step Daz3D Tutorials as well as our detailed Blender Tutorials. Take a look around and we hope you find some great inspiration for your next creative render projects.

Categories

  • 3d Models
  • Blender Tutorials
  • Daz3d Tutorials
  • Popular Posts

Popular Posts

  • how to use daz3dHow to Use Daz3d: Daz Beginner Tutorial [2022]
    This is a tutorial article. ...
  • best office 3d models6 Best Office 3d Models [2022]
    Check out the best office 3d ...
  • what is daz3dWhat is Daz3d: An Introduction to Daz Studio
    This article answers ...
  • house 3d model8 Best House 3d Models [2022]
    Are you seeking the best ...
  • dazd depth of fieldDaz3d Depth of Field: How to Use it
    This article explains ...
  • daz studio animation tutorialDaz Studio Animation Tutorial: Step by Step
    This article is a dedicated ...
  • daz3d iray lighting tutorialDaz3d Iray Lighting Tutorial
    This Daz3d Iray Lighting ...
  • 11 Best Car 3d Models [2022]
    What car 3d model do you want ...
  • daz3d render settingsDaz3d Render Settings: Basics & Tips
    In this article we are going ...
  • Daz dForce: Basics, Tutorials & More
    Daz dForce is an exclusive ...
  • how to install daz studioDaz Install Manager DIM vs DazCentral vs Daz3d Man…
    This article how to install ...
  • what is daz3d used forWhat Is Daz3d Used For?
    What is daz3d used for or may ...

Free 3d Models

Join our Newsletter

Renderguide Newsletter
  • Legal Notice & Affiliate Disclaimer
  • DMCA Notice
  • Privacy Policy
©2022 RenderGuide.com
We use cookies on our website to personalise your experience, to analyse website usage and for ad purposes.
In case of sale of your personal information, you may opt out by using the link Do not sell my personal information.
Read MoreCookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us advertize, analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non Necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Save & Accept