339 Commits

Author SHA1 Message Date
e5eed7c36a Batch render groups by Mobject type 2023-02-02 13:28:06 -08:00
eeadbe4542 Small reshuffling 2023-02-01 22:52:02 -08:00
8adf2a6e07 Partition render groups based on shader type, fixed_in_frame status, depth_test and whether the mobject is changing 2023-02-01 20:39:16 -08:00
6eafdc63cc Merge branch 'video-work' into render-groups 2023-02-01 20:17:01 -08:00
f83c441210 Make it so that copying a mobject will copy its name, if applicable 2023-02-01 13:35:46 -08:00
f293ccdff4 Add copy_frame_anim_call 2023-02-01 13:35:10 -08:00
979589a156 Change clicking behavior in InteractiveScene 2023-02-01 13:02:34 -08:00
57deab6617 Fix ControlsExample 2023-01-31 09:08:38 -08:00
33116f8af1 Remove stray import 2023-01-30 20:37:27 -08:00
9628adc957 Ensure scroll zooming works better in 3d 2023-01-30 15:03:05 -08:00
71bd3edb09 Fix frame scaling 2023-01-30 15:02:04 -08:00
277c471c90 Refactor so that view matrix incorporates frame scaling 2023-01-30 14:15:39 -08:00
abdcb64461 Fix panning for off-center frame 2023-01-28 23:05:52 -08:00
e58aea9e2f Change to a default where scrolling zooms, and dragging pans 2023-01-28 22:59:54 -08:00
901d40ba11 Fix scroll zooming 2023-01-28 22:53:56 -08:00
0d9bb71d3c Increase scroll sensitivity 2023-01-28 22:42:33 -08:00
0fe5922253 Clean up scrolling 2023-01-28 22:40:57 -08:00
09900456f7 Clean up pixel_coords_to_space_coords to work better in 3d 2023-01-28 22:30:46 -08:00
c08e111911 Default to applying depth test for non-fixed objects added to a 3d scene 2023-01-28 15:02:00 -08:00
5deef1c249 Allow for setting a default frame orientation 2023-01-28 12:02:19 -08:00
a1449def95 Move SampleSpaceScene to videos repo 2023-01-28 11:45:31 -08:00
8a18967ea4 Initial implementation of render groups in Scene 2023-01-28 10:11:10 -08:00
e9333a908c Move camera.clear call into 'capture' 2023-01-26 20:38:38 -08:00
9ee9e1946a Use non-window fbo in scene.get_image 2023-01-26 20:02:50 -08:00
14cda7e908 Don't show progress bar in embed by default 2023-01-26 15:28:10 -08:00
a1595a9e2f Use separate fbo for writing to file when window is active 2023-01-25 22:34:11 -08:00
3c8e3792e7 Remove references to refresh_static_mobjects 2023-01-25 19:20:11 -08:00
2beb55727f Change naming logic for recorded inserts 2023-01-25 17:30:12 -08:00
d2af6a5f4b Keep track of when Mobject data has changed, and used that to determine when ShaderWrapper generates new buffers 2023-01-25 16:43:47 -08:00
424707d035 Move rendering more fully away from Camera to Mobject and ShaderWrapper 2023-01-25 14:13:56 -08:00
aa6c321a0a Change InteractiveScene dot config 2023-01-24 14:25:02 -08:00
b99b88fd25 Update Scene.get_image to resize window if needed 2023-01-24 12:05:08 -08:00
8a6deb4068 Enable recording during a Scene embed 2023-01-23 17:10:18 -08:00
c13495deeb Blit based on window's viewport, when in preview mode 2023-01-23 17:03:46 -08:00
e8b75941e0 Get rid of pixel_width and pixel_height attrs on Camera 2023-01-23 14:02:06 -08:00
24864a3d61 Small tweak 2023-01-21 11:13:22 -08:00
8e1fdd5a79 Change crosshair style 2023-01-20 21:38:36 -08:00
66d12a1687 Specify number of samples at the scene level, and be sure it works for Window as well 2023-01-20 16:30:39 -08:00
51efe0d18e Merge branch 'master' of github.com:3b1b/manim into video-work 2023-01-13 20:42:03 -08:00
599f74c749 Refresh bounding boxes after selection 2023-01-13 14:59:53 -08:00
73a894c136 Set selection animating status after adding mobjects 2023-01-13 13:07:29 -08:00
1708fbd672 Updated tqdm to support also notebooks 2023-01-12 12:03:14 +01:00
5fac213fee Change crosshair initialization 2023-01-11 19:27:34 -08:00
c0fba529d9 Update crosshair for new path structure 2023-01-11 14:20:33 -08:00
7dde368eeb Ensure error-flash rect is fixed in frame 2022-12-29 20:18:19 -08:00
ba68505c18 Flash around border on exceptions in Scene.embed 2022-12-29 15:08:57 -08:00
71815fd7de Add (optional) error sound for exceptions in Scene.embed 2022-12-29 14:58:40 -08:00
cba101995f Allow for customizable exception display mode with Scene.embed 2022-12-29 14:38:25 -08:00
42f2461acb Revert "Allow for file_writing to use multiple thread"
This reverts commit 7b0b31e8d96dd14e911aeb6b38424167d4dddce0.
2022-12-28 21:22:04 -08:00
7b0b31e8d9 Allow for file_writing to use multiple thread 2022-12-28 21:05:03 -08:00