ftrack connect package

ftrack connect package is a pre-built bundle of ftrack connect and the most commonly used ftrack connect plugins.

Releases

2.1.1

27 April 2023
  • fixed

    Release connect 2.1.1

2.0.0-rc-4

15 January 2022
  • added

    ftrack-connect-plugin-manager is now included in package.

  • fixed

    DMG can now be build without needing to code sign it.

  • fixed

    Connect package does not provide a consistent ProductCode when generating msi installer.

  • fixed

    Cinesync action error if context is not provided.

0.7.5

2 February 2017

0.7.4

9 January 2017

0.7.2

1 December 2017

0.7.1

27 September 2017
  • new

    Added logging for overridden environment variables to simplify debugging.

  • fixed

    Cannot mix incompatible Qt library (version 0x40807) with this library (version 0x40806).

  • fixed

    Cannot connect over https on certain macOS configurations.

0.6.2

11 July 2017

0.6.1

7 July 2017

0.5.6

13 January 2017

0.5.5

4 January 2017

0.5.3

28 September 2016

0.5.2

23 September 2016

0.4.1

19 July 2016
  • changed

    Adobe actions does no long require a specific action context to be launched.

  • fixed

    Adobe actions does not differentiate between patch versions, e.g. CC 2015 and CC 2015.5.

  • changed

    Removed ftrack connect cinesync from Connect package. Starting with CineSync version 3.7, ftrack support is included. Read more at cinesync.com/partners.

0.4.0

8 June 2016

0.3.9

6 May 2016

0.3.7

4 April 2016

0.3.6

30 March 2016

0.3.5

16 March 2016

0.3.4

18 January 2016

0.3.3

13 November 2015

0.3.2

16 October 2015
  • changed

    When launching Adobe Photoshop, Adobe Premiere or Adobe After Effects with the latest version, the version will first be copied to a temporary location to avoid overwriting a previously published version.

0.3.1

12 October 2015
  • new

    Adobe After Effects added as application to launch from Actions on tasks and versions. Read more about how to install and use the Adobe After Effects extension here.

0.3.0

2 October 2015

0.2.7

2 October 2015

0.2.6

1 October 2015

0.2.5

25 September 2015
  • fixed

    Missing python modules on some versions of Centos.

0.2.3

10 September 2015

0.2.2

1 September 2015

0.2.1

24 August 2015

0.2.0

5 June 2015

0.1.13

6 May 2015

0.1.12

17 April 2015

0.1.11

15 April 2015
  • changed

    ftrack API 3.0.21 fix issue when trying to login using username containing special characters such as @ or +.

0.1.10

18 March 2015

0.1.9

2 March 2015

0.1.8

23 February 2015

0.1.7

3 February 2015

0.1.6

30 January 2015

0.1.5

26 January 2015

0.1.4

23 January 2015

0.1.3

14 January 2015

0.1.2

17 December 2014

0.1.1

1 December 2014

Known Issues

A collection on known issues and how to solve them.

ImportError: No Qt binding were found.

This error is raised tends to appear when first running connect from linux. This happens due to the missing libpng12 from the system libraries, as is required by the Qt png plugin shipped with ftrack-connect.

To solve

install it with the system installation tool e.g. (on centos7):

$ sudo yum install -y libpng12

Note

text

In case you are not allowed to install libraries or tools, please contact your system administrator.

No system tray located.

This error is likey to happen under linux with Gnome 3 as Desktop environment, as in this version system tray has been removed.

To solve

Install a Gnome 3 extension such as Top Icon Plus or use different desktop enviromnet such as Kde, Xfce, Mate or Cinnamon.

Cannot mix incompatible Qt library (version XXXX) with this library

This usually happens due to some qt plugins available on the system which have been compiled from a different qt version.

To solve

Unset QT_PLUGIN_PATH enviroment variable.

Indices and tables