Collada plugin for After Effects

More info here
Plugins and Scripts > trueSpace > Import/Export

tS COB Export for trueSpace7.61

cob icon

This is a script for exporting simple mesh objects to COB format files. It will save mesh objects including their materials, motion and morph animations. It will export the mesh dimensions and NURBS objects.

persistent base install v3 required

Installation:

  1. install the persistent base if not already installed
  2. drag the node into the link editor and press the install button
  3. delete the node from the scene after install is complete

Usage:

  1. Left click to open the floating export panel.
  2. Right click to open the stack panel export panel
  3. Select an object and press the Save button

COB Export:

gltf panel

Facet - facet types are auto, faceted and smooth

Auto Angle - set smoothing angle for the auto facet type (0-179)

Notes:

Export Notes:

  • Designed for simple meshes. Will not work with actors.
  • Only exports 1 object at a time.
  • Morph animations will export as vertex animations in modelspace
  • Will read most compound and base d3d materials.
  • Use the "Fix Bitmaps For Export" from the Material Utilities for objects that have texture bitmaps applied to them.
  • Only linear dimensions will export. Workspace Dimensions

Dev Notes

  • uses load on demand style run
  • RsTime.EvalAnimStart and EvalAnimEnd give first and last keyframes in the scene and sets the play range, the in string value seems to be ignored
  • Gimp, MS Paint and Photos will read ico files - cob icon was only available as an ico file via Resource Hacker
  • Modelspace relative to Workspace has -X translation and -Pitch and -Yaw rotations. U Offset/Move is also negative value.
  • Script has code to work consistently with the 2 versions of the compound Material output node.
  • Modelspace NURBS patch control points objects are tied to a parent polygon object.
  • D3D shading model does not match modelspace shading so several material attributes are ignored.
  • Forgot to export UV channel 2 and don't remember how to use it in modelspace. ? Is there only 1 uv modelspace?
  • It might be easy to add modelspace SCN export

November 12, 2024

  • cob file lines end with a line feed, not carriage return line feed - was weird object name with CR
  • reduced shininess of the material created

November 11, 2024

  • fix u offset in materials
November 8, 2024
November 8, 2024