-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add BorisFX Silhouette support #1070
base: develop
Are you sure you want to change the base?
Add BorisFX Silhouette support #1070
Conversation
- The `TreeViewSpinner` widget was not used anywhere - The `QtSvg` dependency does not exist in BorisFX Silhouette so removing it was easiest to make Silhouette not error on this import
…e Silhouette projects are actually folders (with .sfx extension)
…github.com/BigRoy/ayon-core into enhancement/add_borisfx_silhouette_support
@@ -19,48 +18,6 @@ def mousePressEvent(self, event): | |||
QtWidgets.QTreeView.mousePressEvent(self, event) | |||
|
|||
|
|||
class TreeViewSpinner(QtWidgets.QTreeView): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we just comment it out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could - but seems messy? :) Or did you mean to then remove it in a separate PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is messy, but at least some reminder that we actually did have refresh animations (and that we should put them back)...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we're better off maybe creating an issue if we want to keep track of that - it could e.g. link to the removal commit. What you think?
Note that this is also needed for Mocha Pro, same issue there. |
…' into enhancement/add_borisfx_silhouette_support
- This change was also tested in Fusion (where Qt runs completely separately and this addition didn't result in a visual difference there)
Note: This PR now also contains #1070 because it kept getting in the way when testing Silhouette integration. |
Co-authored-by: Jakub Trllo <[email protected]>
Changelog Description
Initial changes to support BorisFX Silhouette
Additional info
To be used together with:
I had to remove the
TreeViewSpinner
widget in our codebase: Remove TreeViewSpinner with QtSvg dependencyTreeViewSpinner
widget was not used anywhereQtSvg
dependency does not exist in BorisFX Silhouette so removing it was easiest to make Silhouette not error on this importTesting notes: