Game Development Community

Exporting animations

by Brad MacDonald · in Artist Corner · 04/26/2005 (9:37 am) · 3 replies

Where do I access the Sequence Begin/End track that is referenced in the Torque .dts exporter tutorial? I found the Track Views but they don't seem to have the Sequence Begin/End track. Thanks.

#1
04/26/2005 (10:51 am)
You need to create a sequene object first. Go to the create tab > helpers and from the drop down choose General DTS objects. The sequence object is right there.

After that, the sequence begin/end will be in the track view under the sequence objects branch.
#2
04/27/2005 (7:56 am)
Got it, thanks.
#3
04/27/2005 (2:58 pm)
Okay, so I got the simpleShape to export with it's animation but now I've created my own model and when I click Whole Shape I get the following message "sequence defined off the "root" node". I've tried linking and unlinking the sequence node to various other nodes in the schematic to see what happened but...nuthin. Any thoughts on this?