Jump to content

Linking values via expression.


Henrik

Recommended Posts

Hello,

 

I would like to link a value inside a custom attribute in a shot to an asset underneath this particular shot.

The idea was to use something like

{Shot.Custom_Attribute}

But that does not work, unfortunately.
Reading the manual atm, but I am very grateful for any kind of help. :)

 

Have a great day!

Link to comment
Share on other sites

Hi @Henrik, you can use custom attributes in expressions, but you can only reference attributes available on the entity itself, using self.
you can see that in action for the duration : {self.fend - self.fstart + 1}

here you can find more information about custom attributes and expression
https://help.ftrack.com/en/articles/1040474-using-custom-attributes#expression-attribute

 

hope it helps.
L.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...