< Previous | Contents | Next >
Where is the actual ObjectData stored?
In the case of the fusion you will find the data in the Fusion8.prefs, at Global.Script.GlobalData.

Note
A big benefit of Tool ObjectData is that it is stored directly within the Tool. It will be passed on if the tool is copied and pasted into another composition. However, a newly created tool will not have any ObjectData, so make sure to catch this default case by an EventSuite or similar.
With Compositions, tools etc. the ObjectData is stored with the respective object in the Composition file. As all these are Lua-Tables, go ahead and open the .comp file with a text processor. You should find the Object data you specified.