diff --git a/ramses/ram_sequence.py b/ramses/ram_sequence.py index 49048d9..9b1ec7b 100644 --- a/ramses/ram_sequence.py +++ b/ramses/ram_sequence.py @@ -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() diff --git a/ramses/ramses.py b/ramses/ramses.py index 49cf33b..84cf71d 100644 --- a/ramses/ramses.py +++ b/ramses/ramses.py @@ -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:]