Sridhar Ramesh
1a8266b5a3
Incremental WindingNumber changes (and hopefully fixes to merge snafu now removed frmo history)
...
For reference: There had been a giant merge snafu (a merge on the Master branch of changes from Lighthouse2 that somehow overwrote many other files to older versions), apparently fixed on the Master branch by doing a reset to an older version and then a push -f. Before it was fixed, the merge snafu from Master was pulled into Sridhar's local WindingNumber, and then pushed to the remote WindingNumber as well. This was fixed by also doing a reset on Sridhar's local WindingNumber to the last good version and a push --force-with-lease. (There were some uncommitted changes on WindingNumber.py lost in the process, but luckily, by manually saving the file, those changes were reinserted, in this very commit).
2018-02-26 16:07:50 -08:00
Sridhar Ramesh
07214127d8
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
2018-02-26 16:01:49 -08:00
Sridhar Ramesh
1b9cde00d9
Minor fix to camera.py, making SplitScreenCameras work again after some change to background handling made them crash
2018-02-26 11:47:37 -08:00
Grant Sanderson
29c9f3df75
Merge pull request #139 from 3b1b/uncertainty
...
End of uncertainty
2018-02-26 11:37:42 -08:00
Grant Sanderson
eb5f3e7aa6
Moving uncertainty and fourier to old_projects
2018-02-26 11:37:18 -08:00
Grant Sanderson
ef08e1fcbe
Finished uncertainty project
2018-02-24 19:13:19 -08:00
Grant Sanderson
4c1934fe4f
Fixed typo
2018-02-24 19:09:08 -08:00
Grant Sanderson
f93679fa47
Full HangingWeightsScene scene
2018-02-23 11:07:05 -08:00
Grant Sanderson
8c5bd4ecc9
Doesn't count PiCreatureScene blinks as animations (that are counted up for -n purposes)
2018-02-23 11:06:45 -08:00
Grant Sanderson
bbfce118f2
Adds MovingCameraScene
2018-02-23 11:05:57 -08:00
Grant Sanderson
7518ff2861
Adds inverting for ImageMobjects
2018-02-23 11:04:53 -08:00
Sridhar Ramesh
2966c1c31e
Incremental
2018-02-22 15:32:49 -08:00
Sridhar Ramesh
6365de0b81
Incremental
2018-02-22 12:05:57 -08:00
Sridhar Ramesh
d24eab9979
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
2018-02-22 11:08:01 -08:00
Grant Sanderson
6c1c979955
Merge pull request #137 from 3b1b/uncertainty
...
Uncertainty
2018-02-22 11:06:48 -08:00
Grant Sanderson
c329fa5914
Fixes small run_time and added some warnings to Succession
2018-02-22 11:05:38 -08:00
Grant Sanderson
1c095a7f07
Merge branch 'master' of github.com:3b1b/manim into uncertainty
2018-02-22 09:02:20 -08:00
Sridhar Ramesh
cf8b25bcc0
Incremental
2018-02-21 17:12:45 -08:00
Sridhar Ramesh
c036cfe823
Allowed color arg to be interpreted as setting fill_color in TexMobjects
2018-02-21 17:12:23 -08:00
Sridhar Ramesh
9927f22645
Fixed small bug in Arc, where end and start were swapped in adding tips
2018-02-21 17:11:53 -08:00
Grant Sanderson
e7e85897a3
Finished AmbiguityInLongEchos
2018-02-21 15:17:52 -08:00
Grant Sanderson
542958199a
3/4 of AmbiguityInLongEchos in uncertainty
2018-02-21 13:14:09 -08:00
Grant Sanderson
2c5c651e99
Gives fourier graphs created with FFT and underlying function attribute
2018-02-21 13:13:24 -08:00
Sridhar Ramesh
f7f359ffaf
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
2018-02-21 10:36:35 -08:00
Grant Sanderson
c55287220c
uncertainty progress
2018-02-21 09:28:19 -08:00
Grant Sanderson
baa5a1bb5f
Merge pull request #136 from 3b1b/uncertainty
...
Uncertainty
2018-02-20 23:00:40 -08:00
Grant Sanderson
bae06cc05b
Half of AmbiguityInLongEchos
2018-02-20 22:59:53 -08:00
Grant Sanderson
1d09e5e960
Fixed bits of funny behavior with skip_animations
2018-02-20 22:59:38 -08:00
Sridhar Ramesh
e4569a6f63
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
2018-02-20 21:54:50 -08:00
Sridhar Ramesh
c84b26ccce
Incremental
2018-02-20 21:54:40 -08:00
Grant Sanderson
6ff937e893
Fixed one-off error for number of frames rendered during an animation, and made it so that a final frame is always rendered after the construct method is called
2018-02-20 17:50:39 -08:00
Grant Sanderson
fecd5a5237
Merge pull request #135 from 3b1b/uncertainty
...
Uncertainty
2018-02-20 16:47:41 -08:00
Grant Sanderson
47d1f8d446
Made .mov and .mp4 codec arguments analogous
2018-02-20 16:45:19 -08:00
Grant Sanderson
f76a34c273
Fixed deepcopy segfault issue with Camera
2018-02-20 16:44:36 -08:00
Grant Sanderson
79a51cc795
Merge pull request #134 from 3b1b/uncertainty
...
Uncertainty
2018-02-20 14:04:51 -08:00
Grant Sanderson
d3a39f2e65
Enabling transparent background of exported videos
2018-02-20 14:03:59 -08:00
Grant Sanderson
a03aa64ae3
Merge branch 'master' of github.com:3b1b/manim into uncertainty
2018-02-20 12:38:49 -08:00
Grant Sanderson
5e64508c40
Merge pull request #133 from 3b1b/WindingNumber
...
Fixed division by zero bug in alpha compositing
2018-02-20 12:37:49 -08:00
Sridhar Ramesh
c2b9417c6a
Fixed division by zero bug in alpha compositing
2018-02-20 12:33:58 -08:00
Grant Sanderson
3b83ff78f6
Merge branch 'master' of github.com:3b1b/manim into uncertainty
2018-02-20 11:31:07 -08:00
Grant Sanderson
7fe0f0650a
...
2018-02-20 11:30:59 -08:00
Grant Sanderson
a71b9692bf
Small uncertainty progress
2018-02-20 11:29:17 -08:00
Grant Sanderson
1a22b949e1
Removed super-over-DRY implementation of style propagation in vmobjects
2018-02-20 11:28:59 -08:00
Grant Sanderson
5639f2e6c3
Use generate_target in method compiling of scene.play
2018-02-20 11:28:11 -08:00
Grant Sanderson
652dab7f23
Merge pull request #132 from 3b1b/WindingNumber
...
Winding number
2018-02-20 11:26:44 -08:00
Sridhar Ramesh
4982a44fb6
Fixed bug where nested AnimationGroups did not propagate configs correctly
2018-02-20 09:42:43 -08:00
Sridhar Ramesh
d509335210
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
2018-02-20 09:12:03 -08:00
Sridhar Ramesh
aa64d7cd5c
Minor comment changes and clean up
2018-02-20 09:11:43 -08:00
Grant Sanderson
4fdab1ae98
Merge pull request #130 from 3b1b/WindingNumber
...
Winding number
2018-02-19 17:25:41 -08:00
Grant Sanderson
75484dbd16
Merge pull request #131 from 3b1b/runtime-handling-refactor
...
Runtime handling refactor
2018-02-19 17:25:02 -08:00