提交历史

作者 SHA1 备注 提交日期
  Grant Sanderson 065979e2e1 A few small formatting changes 4 年之前
  Grant Sanderson 47daf8e7f7 Have mobject.get_shader_info_list handle all of its submobjects 4 年之前
  Grant Sanderson d061bafaa2 Add Point mobject 4 年之前
  Grant Sanderson b0b71910a5 Couple notes on the problems with Mobject.show 4 年之前
  Grant Sanderson 0912043248 get_shader_data_array -> get_blank_shader_data_array 4 年之前
  Grant Sanderson 5df2d3db33 Have mobjects keep track of a consistent shader data array to avoid unneeded numpy initializing 4 年之前
  Grant Sanderson c654ca4506 Remove usage of np.append 4 年之前
  Grant Sanderson 095a3ef28c Change how bounding box points are calculated, in anticipation of a time when these are more intelligently cached 4 年之前
  Grant Sanderson 574b464a3c get_critical_point -> get_bounding_box_point 4 年之前
  Grant Sanderson e5d8f83dbf Implemented ImageMobject with shaders 4 年之前
  Grant Sanderson 9835813679 Rename generate_points to init_points 4 年之前
  Grant Sanderson 1609be6d49 Created and moved extract_mobject_family_members and restructure_list_to_exclude_certain_family_members functions 4 年之前
  Grant Sanderson 94a3883880 Remove Mobject.print_family, as that is now in utils.debug 4 年之前
  Grant Sanderson 6c2e7f4c2c interpolate_mobject should return self 5 年之前
  Devin Neal f81c275631 make media, tex, and video directories configurable via flags 5 年之前
  Grant Sanderson fd0030085b Added Mobject.match_updaters 5 年之前
  Grant Sanderson 982d437267 Use get_family_updaters to test if a mobject should be drawn during every frame of an animation 5 年之前
  Grant Sanderson 876f2c3419 Make BackgroundRectangle stroke_opacity 0 5 年之前
  Grant Sanderson 36c62b4b55 Added missing import 5 年之前
  Grant Sanderson 3b9c085cf1 Typo fix 5 年之前
  Grant Sanderson 89824e3d52 continual_update -> update_mobjects 5 年之前
  Grant Sanderson 4aa63198d7 Fixed align_to 5 年之前
  Grant Sanderson b2608d7b93 Use null_point_align 5 年之前
  Grant Sanderson 86d3ade0ef Change restore implementation using become 5 年之前
  Grant Sanderson f429f46df8 Got rid of fade_no_recurse idea 5 年之前
  Grant Sanderson da134f7c0b Changed how align_submojects works, partly to be simply, partly to shift to using null mobjects instead of ocpies 5 年之前
  Grant Sanderson c1cc1a8b24 If about_edge is None, default to ORIGIN 5 年之前
  Grant Sanderson 9265fc3e41 Bug fix to put_start_and_end_on 5 年之前
  Grant Sanderson 0ecac2bfb4 Factored out Line.get_start and Line.get_end to be more general Mobject methods 5 年之前
  Grant Sanderson 8bb1085051 position_endpoints_on -> put_start_and_end_on 5 年之前