ynput / ayon-equalizer

AYON Integration for 3DEqualizer4 from Science-D-Vision
Apache License 2.0
0 stars 1 forks source link

Support for 3de v8 and compatibility changes with ayon-core #5

Closed antirotor closed 2 weeks ago

antirotor commented 1 month ago

Changelog Description

This PR is adding support for 3DEqualizer v8. It is also including fixes making this addon compatible with development in ayon core.

Additional info

3DEqualizer v8 is using newer version of Python - 3.9, there are also changes in export scripts and the way they need to be executed. This PR is also fixing and adding some needed or broken pieces, like fixing addon version, fixing pre-launch hook for PySide2 installation, etc.

Testing notes:

  1. Run 3Dequalizer v7 and v8
  2. Try to load in a plate, track something
  3. Publish out Matchmove scipts for Maya and Nuke
  4. Publish out Lens distortion for Nuke

Closes #4 Closes #3

antirotor commented 3 weeks ago

Tested in v7 and v8, publishing, loading and managing works. v7 is little bit less stable.

antirotor commented 2 weeks ago

@MustafaJafar could you please eventually retest? Should be ok now (famous last words). BTW loading in Maya need some fixes for handling paths. But that needs PR in ayon-maya.

johhnry commented 1 week ago

@MustafaJafar could you please eventually retest? Should be ok now (famous last words). BTW loading in Maya need some fixes for handling paths. But that needs PR in ayon-maya.

Subitted PR here: https://github.com/ynput/ayon-maya/pull/159