Media Viewer: Update for 4.x #169

Merged
Sebastian Parborg merged 1 commits from JulianEisel/blender-studio-pipeline:main into main 2023-11-24 16:47:08 +01:00
Contributor

Various breaking changes where done, leading to errors in the
application template.

Addresses:

  • bgl removal
  • Removal of 2D_ prefixes in shader names
  • Removal of context override argument for operators in favor of
    context.temp_override()
  • Renamed/repurposed FileSelectParams.display_size

See https://wiki.blender.org/wiki/Reference/Release_Notes/4.0/Python_API.

Various breaking changes where done, leading to errors in the application template. Addresses: - `bgl` removal - Removal of `2D_` prefixes in shader names - Removal of context override argument for operators in favor of `context.temp_override()` - Renamed/repurposed `FileSelectParams.display_size` See https://wiki.blender.org/wiki/Reference/Release_Notes/4.0/Python_API.
Julian Eisel added 1 commit 2023-11-24 12:30:56 +01:00
Various breaking changes where done, leading to errors in the
application template. This fixes all I could find.

Addresses:
- `bgl` removal
- Removal of `2D_` prefixes in shader names
- Removal of context override argument for operators in favor of
  `context.temp_override()`
- Renamed/repurposed `FileSelectParams.display_size`

See https://wiki.blender.org/wiki/Reference/Release_Notes/4.0/Python_API.
Julian Eisel requested review from Nick Alberelli 2023-11-24 12:31:15 +01:00
Nick Alberelli approved these changes 2023-11-24 16:32:43 +01:00
Nick Alberelli left a comment
Member

Looks good to me!

Looks good to me!
Sebastian Parborg merged commit 11702bdef5 into main 2023-11-24 16:47:08 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-pipeline#169
No description provided.