> For the complete documentation index, see [llms.txt](https://video-copilot.gitbook.io/element2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://video-copilot.gitbook.io/element2/animating-3d-objects/group-utilities-and-null-objects.md).

# Group Utilities & Null Objects

***

<figure><img src="/files/bNZBxKr8498GJvlAcU3j" alt=""><figcaption></figcaption></figure>

***

### Copy/Paste Group

From this module you can Copy all of the parameters from one group, go the next group’s Copy/Paste Group and hit the Paste button to copy over all of the attributes. You can also reset all of the Group’s options by hitting reset.

<figure><img src="/files/OEnFYtiWylK7kcXq8BdU" alt=""><figcaption></figcaption></figure>

***

### Create Group Null

<figure><img src="/files/xnQZ2tDlvrkuEfekkl36" alt=""><figcaption></figcaption></figure>

This will create a 3D Null Object at the center of the scene. You can use the Null Object to control the group’s position, rotation, orientation, and scale. You can also move the anchor point by moving the Null Object’s anchor point value.

<figure><img src="/files/YbIQXnRnEcLCy9M4WBfp" alt=""><figcaption></figcaption></figure>

Creating a Group Null will control everything in the entire Group or models in a Group Folder.

### Creating Sperate Group Nulls Per Object

Pull the objects out of the Group Folder to put each object on a separate Group Number. You can move an object in the scene if you want it to be off center from the scene, changing the location of the Group Null in relation to the object.

<figure><img src="/files/BQLF5B4cDJi43b5SStWM" alt=""><figcaption></figcaption></figure>

This will allow you to create a Null object for each object separately. For animating separate objects with a single group check out [Auxiliary Channels](https://video-copilot.gitbook.io/element2/~/revisions/uHQWh9OwnnqBlpJf2X5x/animating-3d-objects/3d-object-groups).

<figure><img src="/files/A5cqGqTRURI9GffDkl55" alt=""><figcaption></figcaption></figure>

***

### Generate 3d Position

<figure><img src="/files/f68IzKm36bJDlVLEdXIr" alt=""><figcaption></figcaption></figure>

Generating a 3d Position Null is useful for finding a reference position point to add other layers close to Element 3D objects. This can be used for compositing other assets into a scene, such as adding regular AE 3D text or footage near your object, or compositing other 3D effects into your scene.

{% hint style="info" %}
Check out this **Jet Contrails** tutorial on how to use the generate 3d null option in the example of adding smoke trails to a jet.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://video-copilot.gitbook.io/element2/animating-3d-objects/group-utilities-and-null-objects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
