Skip to content

Commit

Permalink
Adding new Profile Editor. New context menu options to Edit, Duplicat…
Browse files Browse the repository at this point in the history
…e, and Delete custom profiles. Updated translations (new strings). Modified "Choose Profile" to apply a new profile, even if it's already applied (i.e. might have been edited now). Added new methods for inserting / updating / removing rows from the Profile model / view. Fixed small bug on the Export screen, to restore start/end frame correctly.
  • Loading branch information
jonoomph committed Oct 9, 2024
1 parent 2715855 commit 68fd550
Show file tree
Hide file tree
Showing 11 changed files with 890 additions and 128 deletions.
2 changes: 1 addition & 1 deletion src/classes/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def profile(self):
"num": d.get("fps", {}).get("num", 1),
},
"height": d.get("height", 1),
"interlaced_frame": d.get("interlaced_frame", False),
"progressive": not d.get("interlaced_frame", False),
"pixel_format": d.get("pixel_format", None),
"pixel_ratio":
{
Expand Down
Loading

0 comments on commit 68fd550

Please sign in to comment.