Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 809 Bytes

environment.rst

File metadata and controls

27 lines (19 loc) · 809 Bytes

Coding environment setup

IDE

Internally at ftrack we use PyCharm as our main development tool. Visual Studio would be our second editor of choice, enabling additional free remote debugging against DCC:s/Maya.

Source Code Management

It is possible to edit the code and configurations directly without and SCM, but that will make it very complicated to download and merge in new Framework releases as they are announced.

The recommended way of doing this is to create your own repositories and then sync in changes from ftrack by setting adding a remote pointer to our GitHub repositories. This process is described in detail within the :ref:`tutorial`.