|
|
|
@@ -303,8 +303,8 @@ class MVExport(bpy.types.Operator): |
|
|
|
c.data.type = "ORTHO" |
|
|
|
c2.data.type = "ORTHO" |
|
|
|
|
|
|
|
bpy.data.scenes["Scene"].render.resolution_x = 2000 |
|
|
|
bpy.data.scenes["Scene"].render.resolution_y = 2000 |
|
|
|
bpy.data.scenes["Scene"].render.resolution_x = 4000 |
|
|
|
bpy.data.scenes["Scene"].render.resolution_y = 4000 |
|
|
|
bpy.data.scenes["Scene"].render.film_transparent = True |
|
|
|
bpy.data.scenes["Scene"].view_settings.view_transform = "Raw" |
|
|
|
|
|
|
|
|