From 05887d50396edf7ba8df943a107539b3d558e17d Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Sat, 2 Jan 2021 23:02:20 -0800 Subject: [PATCH] Remove reference to UHD_CAMERA_QUALITY --- manimlib/scene/three_d_scene.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manimlib/scene/three_d_scene.py b/manimlib/scene/three_d_scene.py index 61b223a4..738b9f08 100644 --- a/manimlib/scene/three_d_scene.py +++ b/manimlib/scene/three_d_scene.py @@ -1,6 +1,6 @@ from manimlib.animation.transform import ApplyMethod from manimlib.constants import DEGREES -from manimlib.constants import UHD_QUALITY_CAMERA_CONFIG +from manimlib.constants import DEFAULT_PIXEL_WIDTH from manimlib.mobject.coordinate_systems import ThreeDAxes from manimlib.mobject.geometry import Line from manimlib.mobject.three_dimensions import Sphere @@ -150,7 +150,7 @@ class OldSpecialThreeDScene(ThreeDScene): def __init__(self, **kwargs): digest_config(self, kwargs) - if self.camera_config["pixel_width"] == UHD_QUALITY_CAMERA_CONFIG["pixel_width"]: + if self.camera_config["pixel_width"] == DEFAULT_PIXEL_WIDTH: config = {} else: config = self.low_quality_config