Jump to content

bryand

Members
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by bryand

  1. Hi, Is there a way to get the Asset types from a schema? I'm trying to do the following: project = ftrack.getProject("Piggy Bank") for n in project.getTaskTypes(): print n.get("name") This works fine to return all task types but is there a way I can get only the Asset Build Types specified in the schema? in the case of "VFX_Scheme", it would return Character, Prop, Environment, Matte Painting Thanks, Bryan
×
×
  • Create New...