move to 2.0.0

Merged
#121 · Created  · Last updated

Merged pull request

Merged in backlog/unify-nuke-studio-and-hiero-plugins/story (pull request #121)

2217386·Author: ·Closed by: ·2018-10-04

Description

Ticket Reference: https://dev.ftrackapp.com/#slideEntityId=83a6491e-4a21-11e8-8d71-0a580aa00909&slideEntityType=task&itemId=home

This Pull request aim to replace the current implementation of the nuke studio integration with a fresh new one.

Here is the raw documentation which later will have to be moved online for final users (if you do not have access, feel free to ping me)
https://docs.google.com/document/d/1Y-VTvu3XMkr6I6DrNsjoRgWS0epjZcuKTba5GC1zGZU/edit

The documentation should be enough to get you started.
Below some tech details on how to start testing the new integration and few notes about it.

NOTE: this code is supposed to be tested with a connect-package version which has been cleaned up from:

  • ftrack-connect-legacy-plugins

  • ftrack-connect-nuke-studio

  • cleanup resource/hooks for:

    • hiero

    • nuke-studio

Setup

This is needed as otherwise the new code will be clashing with the old integration one.

  1. close any instance of ftrack-connect running

  2. build the plugin with : python setup.py build_plugin

  3. move the result build , available in the /build folder to your local or connect-plugin folder

  4. start ftrack-connect

How to test:

  1. If you feel like, use the id structure as base structure for the testing.

  2. create a reference project in ftrack-server

  3. start connect and launch the new integration

  4. import or create a new video track containing one or more clips of various types such as image sequences and quicktimes

  5. drop task tags as you like on top of the clips

  6. select the clips you want to export and select the export option (or CTRL-SHIFT-E)

  7. select FtrackShotProcessor
    note: you should be able to duplicate settings, change output component.
    If the component name is already used, this should trigger a validation.

    1. export with default setting

  8. select one of task among you the task tags you have been dropping on the clips to publish to

  9. run couple time the exporter selecting different clips

  10. run the rebuild tracks

  11. select FtrackTimelineProcessor

    1. export EDL with default settings#

  12. Save the project

  13. Re open the project

    1. the project selector dropdown should now be locked.

Known issues

  • Loading a project previously saved file (.hrox) from the beta branch will result in an error at start due to a possible bug in Nuke Studio in presets.
    A ticket with foundry has already been open and actively investigated (Foundry Ticket: #41461).
    To void this , It is suggested to start from a fresh project.

0 attachments

0 comments

Loading commits...