Notifications
Clear all

[Closed] AppData / ParamBlocks / Things

I need to insert some arbitrary data into a scene, can I do this without putting it into any specific object?
Is there a maxWrapper for the world or scene that can have appData applied to it?
Can a max file have a paramblock or custom attributes?

Thanks.

3 Replies
1 Reply
(@ofer_z)
Joined: 11 months ago

Posts: 0

you can use globalTracks with addData to store the data into the scene, there might be other tracks or general maxWrappers that work that way, but I’ve used this one before:
setAppData globalTracks addr data

hOpe this helps,
o

Thanks ofer_z, I’ll give it a try.

Are persistents any good?

Hi Wahooney, here’s bobo’s take on it:

http://forums.cgsociety.org/showthread.php?t=246818