This repository has reached its EOL and has been deprecated and will be publicly removed in September 2023. Users will still be able to download the latest version under demand by sending a request message to support@ftrack.com.
We highly encourage our users to use the new integrations framework which supports the latest versions of the most used DCC and is much easier to customize and extend. You can find the latest downloadable version of the framework in the plugin manager of ftrack connect https://go.ftrack.com/connect-download.
Framework documentation: https://ftrackhq.github.io/integrations/libs/framework-core/
All our maintained code is now under a monorepo repository that as of the date of this message (26/05/2023) is still private as we are still doing some migration and setup jobs. We are working hard to open it publicly as soon as we can. You will be able to find the monorepo at: https://github.com/ftrackhq/integrations.
Don't hesitate on contact our support team if you have any inquiries: support@ftrack.com
An example of using ftrack with Harmony
- Python >= 2.6, < 3
- PySide >= 1.1.1
- jsonpointer > 1.3
- ftrack API
- Harmony
Note
Harmony is not yet officially released so you will have to download the source and its dependencies manually from https://github.com/4degrees/harmony and add it to your PYTHONPATH.
To run this example you need the ftrack API to be installed or present on your PYTHONPATH with the relevant server and API Key environment variables set.
In addition, add the source folder of this project to the PYTHONPATH.
Then run:
$ python -m ftrack_connect_harmony
Copyright (c) 2014 ftrack
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE.txt file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.