Setting Credits/licence policy in exported Models

When exporting a skp model with C-API :
Is there a way to write credits with SU API on a SUModelRef ?
I would like to set Author or Description in our exports to set some of our licence policy in exported files.

Something like :

SUModelInfoSetCredits(SUModelRef model,   const SUTypedValueType &credit_options)
/*credit_options :SUTypedValueType_String */

Hi Philippe,

No, access to component authors is not exposed through the C API. This is on our radar though.

Thanks,
Paul

1 Like

Is there a way to add it through the ruby api?

Not exposed there either. In both cases this is most likely because the action of claiming credit involves logging in and receiving authorization from the server.

No, it’s not available in Ruby, though that’s also on our todo list.

Paul