Can I export expressions a constraints?

sladi

03-07-2007 22:15:28

Can I export expressions from MAX?
For example I would like to control the rotation of an object by two other objects (or at least one, then I'd like to use only half of the rotation).


Regards,
Sladi

Lioric

04-07-2007 16:16:55

As this is very application specific, direct support is not provided

But you can use any of the supported methods to export the information you need and use it in your application

You can create a simple maxscript that before exporting your scene, all the data you need (the expressions values and parameters) is added as object properties, then when loading this objects in your application you can use the properties to setup the scene as you like (control the rotation of the object by other object)

Or you can use the custom file format sdk to export a scene with all the information and data you need

In any case all the metadata that is specific to your application can be embedded in your scene files and easily used in your application

sladi

05-07-2007 16:52:43

Ok, thanks Lioric! :mrgreen: