Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Duduf committed Apr 29, 2024
2 parents 28424c5 + 5844bff commit b2326f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ramses/ram_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def height( self ):
int"""

if self.get("overrideResolution"):
return self.get("height", 1920)
return self.get("height", 1080)
project = self.project()
if project:
return project.height()
Expand Down
2 changes: 1 addition & 1 deletion ramses/ramses.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def replaceItem(self, current_file_path, filePath, item, step=None, importOption

okToContinue = True

# Get the current step
# Get the current step
currentStep = RamStep.fromPath( current_file_path )
extension = os.path.splitext(filePath)[1][1:]

Expand Down

0 comments on commit b2326f4

Please sign in to comment.