This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Brief description
OpenPype integration for open-source compositing software Natron
Description
This is a prototype/draft integration for OpenPype with Natron. It's very early stages with just some placeholder code to be implemented to get it working. Currently it's able to launch Natron and have the OpenPype menu entries added - however the Qt tools do not load as of yet.
Status:
Description
Natron 2.5.0 is the first version on Python 3+ I believe and uses 3.10. It still uses
PySide
however and it seems there are some issues with the Qt implementation that make it fail for a bit. I'm getting odd errors like:And also what I've reported here.
Since I'm not a Natron user myself I'll leave this PR as a draft for now to gauge interest in the OpenPype community whether it's worth spending some more time on a potential Natron integration. It might also be worth waiting around a bit for a new 2.5+ release of Natron which might already update to a newer Qt or resolve some of the issues of its Qt (if they are actual issues, they might come from OpenPype usage of Qt of course). It seems Qt5 progress is tracked here and release is targeted for Natron 2.6+.
Again, this is a very quick 'draft' layout for the code.
Testing notes:
It's hardly functional but you can start Natron through OpenPype and maybe debug yourself.