Collada plugin for After Effects

More info here
trueSpace Plugins and Scripts - techniques
 
Clintons3dPlugin package for trueSpace

This rsx plugin is used by several scripts from this site.  It is used in the unreal scripts to read the binary formats and in the indigo script making it possible to read scene level materials.  Several scripts now use the Save-As dialog from this package.

The source code for the plugin can be downloaded from here.
ExamplesPlugin.TopologyExample2 = ImportPSK
ExamplesPlugin.TopologyExample4 = ImportPSA
ExamplesPlugin.HelloWorld2 = ExportPSK
ExamplesPlugin.HelloWorld3 = ExportPSA
ExampleDataObject2 = guid for scene materials
ExampleDataObject3 = save as dialog

Be warned that much of the source code is very rough.  I never fully figured out how to use the beta sdk, so it's a messy collection of code that works.

November 22, 2009
 material matching
click for larger image
Object scene material guid reader

This script demonstrates how to get the guid for object scene materials which are not available to scripting.  Each material inside the scene's material node has a unique id assigned to it that can be read by script.  The corresponding id is found inside the meshes "Material List" node.  On the node connected to the "Material List Manager".  Pass this node to the plugin to get it's id and match it against the "Material Flavor Manager's" "Material ID" connector value. 

Select the node connected to the Material List Manager and push the button for the script to display the id in the list view.

By the way the "Material ID" connector on the "Material Flavor Manager" is hidden and can't be seen on the node even though it can be read via script.

The plugin package is required to use this script.  Download the plugin package here

November 22, 2009
 
Save-As Dialog for trueSpace

This script demonstrates the use of a Save-As dialog for scripts.

The plugin package is required to use this script.  Download the plugin package here

November 22, 2009
Square Geometry Creator for trueSpace

This script will create a single 4 sided polygon square with uv coordinates assigned.  Click the link or picture to download the script

September 5, 2009
Heads Up Display for trueSpace

This script demonstrates the use of the widget marker sets(IRfMarkerVisualizationDisp and IRiWidgets) to create a working analog/digital clock that always faces the viewer.

June 20, 2010
RGB Color Cube

A simple colored cubes generator.  It uses a constant color to remove light interactions.

June 20, 2010
RGB Color Points

A cube made of vertices.  Uses IRdVertexVisualizationStream.

June 20, 2010
 
Test Panel Controls

Script adds UI controls, but no way to adjust them for labels, position, size etc.

June 20, 2010
August 31 2009