mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Revert "Merge branch 'master' of github.com:3b1b/manim into alt-calc"
This reverts commit 17a1ea6db500eddfdec75cc727b70737d892e961, reversing changes made to c8c6e6d9ba77d42c8d50d8187ca2b0427da0079c.
This commit is contained in:
@ -668,7 +668,7 @@ class ColorMappedByFuncScene(Scene):
|
||||
# We hash just based on output image
|
||||
# Thus, multiple scenes with same output image can re-use it
|
||||
# without recomputation
|
||||
full_hash = hash((func_hash, self.camera.pixel_shape))
|
||||
full_hash = hash((func_hash, self.camera.get_pixel_width()))
|
||||
self.background_image_file = self.short_path_to_long_path(
|
||||
"color_mapped_bg_hash_" + str(full_hash) + ".png"
|
||||
)
|
||||
|
Reference in New Issue
Block a user