Skip to main content

Actor Editor

The actor editor window is where you can add new actors to your scene, or change actor properties. An actor can be anything from a light source to a prop or the sky. The actors are all displayed in a tree-structure on the left-hand side of the actor editor:

actor_list.png

Every actor has a list of components attached to it, which define the actor's behavior and properties. You can change those properties by selecting one or more components, in which case they will appear on the right-hand side of the editor:

actor_properties.png

Changing the value of a property will change it for the entire film clip, unless the graph editor (graph_editor_button.png) is active. If the graph editor is selected, a keyframe will be added at the current playhead position and the value will be animated instead.
Some properties (like the model of an actor) are exempt from this, as they cannot be animated.

You can add new components by right clicking the Components-item in the tree and selecting a component to add, however you should only do this if you know what you're doing or if a wiki article explicitly mentioned it. Many components are Engine-level components that are not intended for use in the Filmmaker, and can cause crashes or instability if added. Handle with care!

To add a new actor, you can use the create_actor_button.png-button at the top of the actor editor. Here is a description of some of the available actor types:

Static Props

A static prop is a prop that isn't animated and will never move. While you can technically still move and animate static props, you should avoid doing so, as it can interfere with some sub-systems. Static props are also automatically included in lightmap bakes, which is another reason why they should not be moved or animated.

If you wish to add a static prop to your scene, select New prop from the create_actor_button.png-menu, which will create a model explorer window. You can double click a model and it will create a new static actor in front of the camera with the selected model.

Alternatively you can also drag-and-drop models from the model catalog directly into the viewport to create static props more quickly.

Dynamic Props

Dynamic props are props that may be moved or animated, but don't have skeletal or facial (morph targets / flex controllers) animations. For instance, a soccer ball being kicked or a glass falling off a table.

Articulated Actors

Articulated actors can be animated whichever way you want. These should be used primarily for characters in the scene.

 

Actions

Right-clicking an actor in the actor editor gives you a list of actions. These are mostly the same as in the viewport window, you can find more information about them here.

This is also where you can delete or rename actors.