>More info here
Collada import options dialog
Set options as documented below and press the "Import" button to open the file dialog. After the command window closes push the "Continue" button.
Push the Import button to open the file dialog and choose the collada file.
The status of the import will show in the command window.
The plugin does not import geometry by default, but it still has to read
all the geometry in the collada file. If there is a lot of geometry it will
delay the start of the actual import process.
Push the Continue button after the command window closes. The command window may just flash on the screen for a moment depending on the complexity of the scene file, geometry and number of animation keys. The status of the import will show in the info panel.
A new folder named "Collada Import" containing a new composition with the same name as the imported file will appear in the project panel when the import is complete. If the null sizes are too small or too large you can re-import with a manual scale factor. A larger scale makes for smaller nulls in the view and smaller scale values make larger nulls. The imported scale shows in the info panel immediately after the import process. It will create footage items from images referenced in the file.
Will attempt to automatically scale the collada scene based on the positions
of all the nodes so that the 3D nulls will have a good size in the viewport.
v1.1x will choose a scale of 1 or 100.
Uncheck and type a value for manual scaling.
Auto scale only looks at top level scene items to determine scale and is
only a crude approximation.
The calculated scale value will display in the info panel when import is
complete. This can be used as a starting point for a manual scale import.
Will use the frame rate value of the selected composition in the newly
created collada comp.
Uncheck and type a value to override or check "Guess"
to have the importer try to guess the frame rate from the collada file.
There must be a key on every frame of the Collada file for the guess to
work. If no comp is selected in the project tab or the timeline, the
edit box value will be used. The Collada file frame rate must match
the frame rate of any corresponding footage or there will be synchronization
problems.
Composition height will match whatever is selected in the Project tab. If nothing is selected in the Project tab then the height will be read from the active comp in the timeline and if nothing is selected in the timeline then it will read the height in the input field.
A square comp will be created for the collada data imported. To override the comp size uncheck the box and type the desired value.
Check to read in skeleton joint nodes.
When checked will read the transform nodes for geometric(mesh) objects.
Experimental feature in version 1.1x and up, when checked will read mesh data. It will never go beyond the experimental stage because of performance issues. Each mesh face translates to 2 layers in After Effects and the number can grow to unmanageable levels very easily and bring After Effects to a crawl. Very simple geometry is the key.
Works best when geometry is composed of one square face, with a texture applied, facing the positive Z axis with no rotations. Translated, scale and rotate into position and the face will match up in After Effects. This has only been tested in a Z-up 3D application(trueSpace).
If Vertices is checked then 3D nulls will be created for each vertex of each face of the mesh. So a cube won't create 8 nulls but will create 24 nulls. A script is available to help isolate the redundant vertex layers. If Face is checked then a solid or image layer is created for each mesh face. The solid layer will have a size of 256 x 256 and the mesh color will be read in. One solid will be created for each mesh in the scene. If the mesh has a texture applied then a footage item will be created for it instead of a solid. Each solid/image layer corresponds to one face of the mesh and will have a alpha track mat to shape and size the result. The solid layers have cast shadows turned off.
Face import only works with simple box and rectangle geometry. All faces should be made of right angles only. The shape of the faces in the mesh uv map must match or be scalable to the shape of the actual face and it must fit in the texture space of [0 1]. The image that is imported can only be replaced with another image of the same dimensions. It is best to have all geometry textured and uv mapped. This prevents the need for a solid layer for each face. Triangle faces are not read in properly.
Requires that that the "Include geometry nodes as nulls" option is checked.
Click this line for the geometry import overview
When checked will create 2D nulls linked to the imported 3D nulls via
expressions.
Check the hide 3D nulls will make them shy and turn on shy for the composition.
Check to import lights from the collada file. Lights import with cast shadows off. The easiest way to brighten a dark import is to add an ambient light.
The After Effects importer is designed to read in collada files that
have simple xyz rotations and xyz translations and will take into account
extra translation nodes for pivot point representations. Some collada files
have many more translation and/or rotation nodes so a special import mode
called "Brute Force" is used to read these files. It works by
creating a separate null in After Effects for each transform node defined
in the collada file and parents them based on the collada scene translation/rotation
order. The Brute force imported data will also be exported in a kind of
pre-digested form that can be read by programs with fixed rotation orders
that don't match the rotation order of the original collada file.
The default behavior and bruteforce give slightly different results - default
shows the pivot, brute force shows the result of the pivot but can be made
to look like the default case.
The names of the scene items should be kept short. The brute force method increases the size of the layer names and could run past the maximum size allowed in After Effects(CS3). The names need to be unique for this option to work.