This commit is contained in:
Ryan Schultz
2025-07-06 10:26:12 -05:00
parent 00836ec983
commit 5f2b4c96a6
+1 -1
View File
@@ -102,7 +102,7 @@ class BIM_PT_camera(Panel):
box = self.layout.box()
box.label(
text=f"Resulting image size is {render.resolution_x} x {render.resolution_y} ({round(megapixels, 2)} MP).",
icon="WARNING_LARGE",
icon="ERROR",
)
box.label(
text=(f"Which is more than {MEGAPIXELS_WARNING_THRESHOLD} megapixels and will require a lot of VRAM.")