mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
For some reason RenderGroups must be groups for camera reorientation to function
This commit is contained in:
parent
8785eb1844
commit
51de1fb650
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ class Scene(object):
|
|||
for group in self.render_groups:
|
||||
group.clear()
|
||||
self.render_groups = [
|
||||
batch[0].get_group_class()(*batch) if len(batch) > 1 else batch[0]
|
||||
batch[0].get_group_class()(*batch)
|
||||
for batch, key in batches
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue