Tutorials/SCS Blender Tools/Staying Organized in Blender

From SCS Modding Wiki
< Tutorials‎ | SCS Blender Tools
Revision as of 00:53, 4 June 2017 by Smarty (talk | contribs) (Switch to swanky new Construction template.)

Jump to navigation Jump to search

Template:Construction


Introduction

The multi-model workflow with SCS Blender Tools is extraordinarily powerful. An entire, complex project may be easily managed from a single blend file: a truck with all of its accessories, interior variants, and animations; a trailer with all of its cargos; a system of wheel and tire accessories... A lot is possible with this workflow. However, without good organization and housekeeping, such a project can quickly become a mess.

This tutorial provides some basic techniques for keeping blend files organized within the framework of the multi-model workflow.


Using Empty Objects

While arguably the simplest geometric object in Blender, the “empty” can be one of the most useful. Blender Tools makes use of the empty type for root objects and locators. When not configured as either or these special types, Blender Tools will not treat an empty specially upon export. To clarify, SCS objects which are children of an empty will still be treated as SCS objects; and, any objects which are children of an empty that is, in turn, a child of an SCS object will still be treated as belonging to the SCS object. The empty type can therefore be used to organize SCS objects within a scene, and any other objects within an SCS object, much like folders are used to organize documents.

Setting a Parent

Selected objects can be parented to the active object using the Ctrl+P shortcut. A context menu gives the option of keeping the current transformation or not. The keep current transformation option maintains the selected objects' absolute position, scale, and orientation in the scene, and is generally the preferred option in this case.

Note:
Active selection example.jpg
When multiple objects are selected, the active object is highlighted in a lighter color and is usually the last object selected. In the example to the right, the mirror bracket, mirror head, and antenna are all selected, but the mirror bracket is the active object as indicated by its light orange outline. The set parent operation in this case would make the mirror head and antenna become children of the mirror bracket.


Clearing a Parent

Selected objects can also have their parents cleared, moving them to the root of the scene using Alt+P. This operation also has the option between keeping the current transformation or not.


Using Instances

Note: To be completed at a later date. This section will document some techniques to use instanced mesh objects for multiple SCS objects, etc.

Using Scenes

Note: To be completed at a later date. This section will document some techniques to use scenes for vehicle model workflows with multiple variants; especially with regards to accessories whose positions change with each variant.