Search the Community
Showing results for tags 'objects'.
-
Hello, i was wondering what assigning a user group to a object actually does? I don't see any connect functionality. Documentation only says it's possible but not what it does: ftrack documentation Btw. Our Producer all thought that this would assign all the task inside the object to all the users in the group or make the task available to them and they can select task from the object themselves and i actually think that's a good idea?! Regards Dennis
-
Hello, My Question is: How can I create new entity types using the python api. when i create an new session object with the python api using: session = ftrack_api.Session(server_url=server_url, api_key=api_key, api_user=api_user) I can query all types using: session_types = session.types Now i am checking if all entity types our pipeline requires are present in this session using something like: session_types.get(required_entity) However if the expected entity types are NOT present -> meaning FTrack is
-
Hello. When you select a shot or a task, there are six main tabs: Notes, Tasks, Versions, Links, Activities and Info. Even creating a highly restrictive user role, when you make a project visible, they have access to all the data. Is it possible to specify, via python, that only some of the tabs are visible to those users? Or hide the content of the other tabs? Thank you very much.