Reveal Path

Version 2.5.0

Flame 2022+


Reveal the path of a clip, open clip, or write node in the finder or Media Hub.


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.


Menus:

Right-click on clip in timeline -> Reveal... -> Reveal Clip in Finder / Reveal Clip in MediaHub

Right-click on clip in media panel -> Reveal... -> Reveal Clip in Finder / Reveal Clip in MediaHub

Right-click on clip in batch -> Reveal... -> Reveal Clip in Finder / Reveal Clip in MediaHub

Right-click on clip in media hub -> Reveal... -> Reveal Clip in Finder

Right-click in MediaHub tab -> Reveal... -> Reveal MediaHub Path in Finder

Right-click on Write File node in batch -> Reveal... -> Reveal in Finder

Right-click on Write File node in batch -> Reveal... -> Reveal in MediaHub

To install:

Copy script into /opt/Autodesk/shared/python/reveal_path

Updates:

v2.5.0 01.21.24

Updates to PySide.

v2.4.0 07.27.23

Updated to pyflame lib v2.

Updated to semantic versioning.

v2.3 10.24.22

Write File path translation improved.

v2.2 05.26.22

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

Path is copied to clipboard.

v2.1 10.21.21

Path that the MediaHub is currently open to can be revealed in Finder

Write File node render path can be revealed in the MediaHub or in Finder

Only the following tokens are currently supported with the write file node:

project

project nickname

batch iteration

batch name

ext

name

shot name

version padding

version

user

user nickname

v2.0 05.19.21

Updated to be compatible with Flame 2022/Python 3.7

v1.5 05.12.21

Copy path to clipboard functionality moved to it's own script

Merged with Reveal in Mediahub script - Reveal in MediaHub options only work in Flame 2021.2

Clips in Timeline can now be revealed in Finder and Mediahub

v1.4 05.08.21

Clips in MediaHub can now be revealed in Finder and have paths copied to clipboard

v1.3 04.12.20

Added ability to copy clip path to clipboard

v1.2 01.25.20

Menu option will now only show up when right-clicking on clips with file paths

v1.1 08.11.19

Code cleanup