> For the complete documentation index, see [llms.txt](https://www.blenderguppy.com/add-ons/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.blenderguppy.com/add-ons/random-flow/functions/extras/join-objects.md).

# Join Objects

The **Join Objects** operator combines selected meshes into a single object without merging vertices. This functionality mirrors Blender's native join command by using the `Ctrl + J` hotkey in object mode. The only difference is that this operator will put each mesh into its own vertex group inside the resulting joined object.

<figure><img src="/files/HgdvTHB4NMUtLz0kVaKT" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

After selecting the objects to join and clicking on the operator, you will be presented with the operator menu. Here, you must choose the primary object to which the other selected objects will be merged.

<figure><img src="/files/ddnyLJ7CLdyUGyAc9Pj2" alt=""><figcaption><p>Figure 2</p></figcaption></figure>

Using the cube objects from Figure 1, in Figure 2 the property editor is shown with the 3 meshes assigned as vertex groups to the resulting merged object. You can also see that a vertex group has also been assigned to the mesh or object you used to merge the others to.

<figure><img src="/files/6APznLqlUudYGTmUgg42" alt=""><figcaption><p>Figure 3</p></figcaption></figure>

As seen in Figure 3, when you select a vertex group, it selects all vertices associated with a specific object that was used for the joining process.

<figure><img src="/files/fztwX8qPbl3RPvvGxTBi" alt=""><figcaption><p>Figure 4</p></figcaption></figure>

This feature lets you easily select objects from the join process which for are example are the result of **Random Loop Extrude** operator which creates layers of details using randomized meshes put on top of each other.

The main purpose of this operator is to join the random meshes into a single object so you can assign it as an asset in the asset browser and quickly just drag and drop this unified mesh into your scene.
