Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 705 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 705 Bytes

sgfs

Test Status

This Python package is a translation layer between Shotgun entities and a file structure on disk. In general, its overarching tasks are to:

  • map Shotgun entities to their canonical path on disk;
  • map paths on disk to the coresponding Shotgun entities;
  • create new structures on disk;
  • indentify existing structures on disk for use in above translation.

We also provide a number of Qt Widgets to assist in working with Shotgun:

Shotgun Picker

Read the docs, and good luck!