Jump to content

Working with Attributes


mitch.s

Recommended Posts

 
How do you use custom attributes with the API ? Create/Delete/Edit, Get/Set, formulas, ...
 
We could work with metadata but it would be nice to use custom attributes in some cases.
 
I tried using the private functions but it doesn't work (as expected) :
Attribute with name 'anAttr' was created using the FTrack UI
sh.attributes.__getattr__('anAttr')AttributeError: 'NoneType' object has no attribute '__getattr__'sh.attributes__setattr__('anAttr','POOO')AttributeError: 'NoneType' object has no attribute 'anAttr'

 

Link to comment
Share on other sites

  • 6 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...