mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Take scene finding messages out of constants
This commit is contained in:
@ -70,19 +70,6 @@ OBLIQUE = 'OBLIQUE'
|
||||
BOLD = 'BOLD'
|
||||
|
||||
|
||||
SCENE_NOT_FOUND_MESSAGE = """
|
||||
{} is not in the script
|
||||
"""
|
||||
CHOOSE_NUMBER_MESSAGE = """
|
||||
Choose number corresponding to desired scene/arguments.
|
||||
(Use comma separated list for multiple entries)
|
||||
Choice(s): """
|
||||
INVALID_NUMBER_MESSAGE = "Fine then, if you don't want to give a valid number I'll just quit"
|
||||
|
||||
NO_SCENE_MESSAGE = """
|
||||
There are no scenes inside that module
|
||||
"""
|
||||
|
||||
LOW_QUALITY_CAMERA_CONFIG = {
|
||||
"pixel_height": 480,
|
||||
"pixel_width": 854,
|
||||
|
Reference in New Issue
Block a user