|
aff2d21bad
|
Merge pull request #734 from zombie110year/master
latex can't recognize path seperator \\ in windows
|
2020-05-14 21:13:02 -07:00 |
|
|
a95318f1ab
|
Fix print_family
|
2019-12-17 09:37:59 -08:00 |
|
|
84e7bdb2b1
|
Added a couple helpful debugging functions
|
2019-12-06 17:10:00 -08:00 |
|
|
946367aa19
|
latex can't recognize path seperator \\ in windows
Modify path before transport it to system command
|
2019-09-24 22:12:22 +08:00 |
|
|
e72390bfc4
|
Update tex_file_writing.py
|
2019-06-17 15:40:03 -04:00 |
|
|
2cbe19af7c
|
Bug fix for the case when the media_dir has spaces
|
2019-06-13 16:15:43 -07:00 |
|
|
f81c275631
|
make media, tex, and video directories configurable via flags
|
2019-06-04 20:51:18 -07:00 |
|
|
caa4577cd1
|
reorganize media file tree
|
2019-06-03 23:41:05 -07:00 |
|
|
29424eb6b3
|
Added simple midpoint function
|
2019-05-27 19:48:33 -07:00 |
|
|
9b2c2c4784
|
Merge pull request #397 from fwcd/master
Made sure to always encode written TeX files as UTF-8
|
2019-02-12 09:40:20 -08:00 |
|
|
f4ddbef136
|
Get rid of instantiate function
|
2019-02-08 10:33:08 -08:00 |
|
|
da0f4ef918
|
Added adjacent_n_tuples function
|
2019-02-07 21:57:20 -08:00 |
|
|
bf0e3ab1b0
|
Changed angle_between_vectors implementation to work for 3d vectors
|
2019-02-07 21:38:03 -08:00 |
|
|
e3ee258d91
|
Replaced merge_config with merge_dicts_recursively
|
2019-02-06 21:32:42 -08:00 |
|
|
d88c301622
|
Updating coordinate system mobjects
|
2019-02-06 21:16:26 -08:00 |
|
|
55081c75ef
|
Fixed bugs in partial_bezier_points and integer_interpolate
|
2019-02-05 15:25:44 -08:00 |
|
|
eaf25ff34b
|
Changing the way VMobject handles its internal bezier curves so as to eliminate the need for sup_paths
|
2019-02-05 11:02:15 -08:00 |
|
|
a65dbf27d9
|
Changed implementation of angle_between
|
2019-01-29 23:53:20 -08:00 |
|
|
c8c003ba4b
|
Added simple get_parameters function
|
2019-01-29 14:22:46 -08:00 |
|
|
3aadc1fb78
|
Add inflection parameter to rush_into and rush_from
|
2019-01-28 10:24:55 -08:00 |
|
|
e5e1fa908b
|
Finished SceneFileWriter refactor
|
2019-01-24 22:24:01 -08:00 |
|
|
8ae0556394
|
First pass at SceneFileWriter refactor
|
2019-01-24 21:47:40 -08:00 |
|
|
561e2c7a21
|
Changed how partial movie directory is found
|
2019-01-24 13:44:19 -08:00 |
|
|
56ed3538f6
|
Fix the file problem when combine videos on Windows
|
2019-01-13 23:29:46 +08:00 |
|
|
7902724567
|
have get_sorted_integer_files return list
|
2019-01-11 14:23:39 -08:00 |
|
|
ec92af6074
|
Best to keep the partial video outputs from cluttering things up too much
|
2019-01-10 17:45:56 -08:00 |
|
|
8931a88b3f
|
A few fixes to the last commit, making sure different file extensions don't mess with the system
|
2019-01-10 17:29:16 -08:00 |
|
|
2419fbcc53
|
Changed the way Scene write to videos, where it writes each play or wait call as a separate file, and later concatenates them together.
|
2019-01-10 17:06:22 -08:00 |
|
|
dee8101991
|
Removed redundant import
|
2019-01-09 23:53:38 +01:00 |
|
|
f48eb6d94e
|
Made sure to always encode written TeX files as UTF-8
|
2019-01-09 23:44:59 +01:00 |
|
|
67ae6bf3a8
|
Make sure smooth returns values only between 0 and 1
|
2019-01-09 12:51:41 -08:00 |
|
|
641a429e66
|
Fixed stage_scenes, which required updating get_scene_output_directory and get_module
|
2019-01-09 12:49:43 -08:00 |
|
|
662598fcef
|
Make sure rotate_vector works on 2d vectors
|
2019-01-04 12:48:05 -08:00 |
|
|
1de67af678
|
allow rendering scenes from any directory (#391)
|
2019-01-03 13:42:02 -08:00 |
|
|
47d8caa80e
|
Use os.devnull instead of utils.tex_file_writing.get_null(); also small typos that cause SyntaxError (#382)
* Update tex_file_writing.py
* Change "/dev/null" to os.getnull in utils/sounds.py SoX "play" command
* Fix typo
|
2018-12-29 09:27:03 -08:00 |
|
|
afdf907abc
|
fix imports, remove __init__.py files, some pep8 linting
|
2018-12-27 09:41:41 -08:00 |
|
|
9366accf59
|
support for inline scenes
|
2018-12-26 20:57:01 -08:00 |
|
|
3543a750ba
|
move library code into manimlib, replace relative imports with absolute imports
|
2018-12-26 20:57:01 -08:00 |
|