Syntheyes Export

Version 3.2.1

Flame 2023.2+


Exports selected plate as jpg sequence, launches SynthEyes, then loads sequence into syntheyes for tracking

SynthEyes will open behind the Flame window


Install through Logik Portal or to manually install download here: Logik Portal Dropbox.

When manually installing from Dropbox download the entire folder in the desired version folder of the script to be installed. That folder should then be moved into /opt/Autodesk/shared/python.

Older versions of this script for older versions of Flame are also available through the Dropbox link.


*** Workaround for using this script on Apple Silicon running non-native versions of Flame(2023.x.x) ***

Due to Flame running as an Intel process through Rosetta on Apple Silicon, SynthEyes will immediately crash when being launched from Flame. To work around this, run the following commands provided by Russ Andersson in a terminal(some commands may have to be run as sudo):

cd /Applications/SynthEyes/SynthEyes.app/Contents/MacOS
lipo -remove x86_64 SynthEyes -output SynthEyes_stripped
mv SynthEyes SynthEyes_original
mv SynthEyes_stripped SynthEyes


This should only need to be done once.


Menus:

Setup:

Flame Main Menu -> Logik -> Logik Portal Script Setup -> SynthEyes Export Setup

Export:

Right-click on clip in batch -> Export to SynthEyes

Right-click on clip in Media Panel -> Export to SynthEyes

Updates:

v3.2.1 02.12.24

Updated SyPy install/validation. User now has to select SynthEyes application folder.

Added SynthEyes path entry to Setup to allow user to update which version of SynthEyes to use.

A sequence clip can now be exported to SynthEyes.

v3.2.0 01.24.24

Updates to UI/Pyside.

v3.1.1 11.22.23

Updated export preset version detection so it no longer has to be manually updated for each new version of Flame.

v3.1.0 07.29.23

Update to pyflame lib v2.

Updated default jpeg export preset versioning.

v.3.0.1 06.26.23

Updated versioning to semantic versioning.

Updated SynthEyes install.

Fixed problems with password window in Linux.

v3.0 06.01.23

Updated export version for Flame 2024+.

Updated SyPy installation for Flame 2024+.

Updated config file loading/saving.

Added check to make sure script is installed in the correct location.

Setup menu updated.

v2.9 10.04.22

Updated menus for Flame 2023.2+

v2.8 08.05.22

Export preset can now be selected in the setup window. Flame Main Menu -> pyFlame -> SynthEyes Export Setup

Added ability to export to SynthEyes from selected clip in batch.

v2.7 08.04.22

Fixed - SynthEyes would fail to open after export was complete the first time the script was run after booting/rebooting workstation.

v2.6 06.22.22

Added setup window to allow for the setup of export paths with tokens. This avoids the need to browse for export paths. Setup menu can be found here:

Flame Main Menu -> pyFlame -> SynthEyes Export Setup

v2.5 05.30.22

Messages print to Flame message window - Flame 2023.1 and later.

Updated directory browser for Flame 2023.1 and later.

v2.4 03.21.22

Updated SyPy install path for Flame 2023/Python 3.9

Updated UI for Flame 2023

Updated jpeg export for Flame 2023

UI widgets moved to separate file

v2.3 03.15.22

Added path to install sypy on linux systems

v2.2 10.11.21

Improved Flame version detection

v2.1 09.05.21

Script will now copy SyPy/SyPy3 into current Flame python folder if not already there first time script is run with new version of Flame.

For Flame 2022 and newer SyPy3 will be copied. For earlier versions SyPy will be copied along with a fix for sylevel.py which is contained in sylevel.tar.

Version number in jpeg export preset is updated to match flame version. Prevents export preset version warning.

Updated config to xml

v2.0 06.01.21

Updated to be compatible with Flame 2022/Python 3.7

v1.1 06.08.20

Simplified clip exporting


LatestMichael Vaglienty