0

Reserved Names for action_mappings?

Hello together,

can it be that Tank/Toolkit has reserved names ('Maya Scene', 'Maya Rig', etc) to add own action_mappings? 

Example:

action_mappings:
  Maya Scene: [import, reference, my_new_action]
  Maya Rig: [reference, my_new_action]
  Rendered Image: [texture_node]

Because if I try to add a new line like:

Light Rig: [my_light_rig_action]

I will not the these action in the Loader. Because the name 'Light Rig' is unknown for Tank.

So it exists any documentation about all names which you can pick up?

Cheers,

Daniel

2 comments

  • 0
    Avatar
    Julien Dubuisson

    Hi Daniel,

    You need to use existing Tank Types or the loader has no way to associate your actions with specific published files.

    Is "Light Rig" a Tank Type that exists in your setup?

    Ju

  • 0
    Avatar
    Daniel Goertz

    Hi Julien! 

    Thx for your help. Well, 'Light Rig' is not a Tank Type. But good to know that an action_mappings consist of:
    [Name of the 'published_file_type'] : [default/custom_action].
    That was I am looking for! Thx!

Please sign in to leave a comment.