mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 11:07:44 +00:00
Added warning to reconfigurable scene
This commit is contained in:
parent
4c023b3dfe
commit
c54868b63f
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ from constants import *
|
|||
|
||||
|
||||
class ReconfigurableScene(Scene):
|
||||
"""
|
||||
Note, this seems to no longer work as intented.
|
||||
"""
|
||||
CONFIG = {
|
||||
"allow_recursion": True,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue