mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
fixes #6874
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user