mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Rename get_formats to get_output_formats for engines
This commit is contained in:
@@ -22,7 +22,7 @@ class Blender(BaseRenderEngine):
|
||||
return version
|
||||
|
||||
@classmethod
|
||||
def get_formats(cls):
|
||||
def get_output_formats(cls):
|
||||
format_string = cls.get_help().split('Format Options')[-1].split('Animation Playback Options')[0]
|
||||
formats = re.findall(r"'([A-Z_0-9]+)'", format_string)
|
||||
return formats
|
||||
@@ -218,7 +218,7 @@ if __name__ == '__main__':
|
||||
|
||||
print(Blender.full_report())
|
||||
|
||||
# x = pack_blender_files('/Users/brett/Blender Files/temple_animatic.blend')
|
||||
x = Blender.pack_project_file('/Users/brettwilliams/Downloads/barbershop_interior.blend')
|
||||
# print(x)
|
||||
|
||||
# logging.basicConfig(format='%(asctime)s - %(message)s', datefmt='%d-%b-%y %H:%M:%S', level=logging.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user