mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Renamed 'highlight' to 'set_color'
This commit is contained in:
@ -130,7 +130,7 @@ class ClearLeftSide(SceneFromVideo):
|
||||
def construct(self, scenename):
|
||||
path = os.path.join(ANIMATIONS_DIR, MOVIE_PREFIX, scenename + ".mp4")
|
||||
SceneFromVideo.construct(self, path)
|
||||
self.highlight_region_over_time_range(
|
||||
self.set_color_region_over_time_range(
|
||||
Region(lambda x, y : x < -1, shape = self.shape)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user