提交历史

作者 SHA1 备注 提交日期
  Grant Sanderson 3c778ba678 Add comment to Mobject.animate 7 月之前
  Grant Sanderson a6b46c641b Add Mobject.always and Mobject.f_always 7 月之前
  Grant Sanderson 1372cf101c Allow VGroup and Group to accept generators and iterables as arguments 7 月之前
  Grant Sanderson 5632fee9a3 Ensure get_opacity returns float 8 月之前
  Grant Sanderson 2966f358a3 Pull type definitions used for Generic[SubmobjectType] outside of if TYPE_CHECKING block 8 月之前
  Grant Sanderson 100b108ad1 Treat Group and VGroup more like list types 8 月之前
  Grant Sanderson ebe689dede Treat is_fixed_in_frame as a float in uniforms, to allow for transformations between 8 月之前
  Grant Sanderson 711438f625 Update the types in decorator methods using @wraps 8 月之前
  Grant Sanderson 8179ba88d0 Reformat defaults for n_rows and n_cols in Mobject.arrange_in_grid 9 月之前
  Grant Sanderson 87e4a71ca3 Add surround method for Rectangles and SurroundingRectangles 1 年之前
  german2020 0b5e9d4a8b add zorder to mobject 1 年之前
  Grant Sanderson 4be7f611ec Fix issues with stroke opacities passed as numpy arrays 1 年之前
  Grant Sanderson f01b990c2e Add default Mobject.match_style 1 年之前
  Grant Sanderson fa1080d59a Be sure reverse_points changes data in place 1 年之前
  Grant Sanderson b644bb51de Update submobjects before parents 1 年之前
  Grant Sanderson ad409999dc Small tweak 1 年之前
  Grant Sanderson 3bf9e40aba Add more lenient tolerance to Mobject.has_same_shape_as 1 年之前
  Grant Sanderson c4777015fc FIx Mobject.replace_shader_code 1 年之前
  Grant Sanderson 7f940fbee4 Change how ShaderWrapper uniforms are handled 1 年之前
  Grant Sanderson ad2e7144b4 Lock uniform keys, the same way data keys are 1 年之前
  Grant Sanderson e36719a21b Use resize_points in Mobject.set_data 1 年之前
  Grant Sanderson c4d698a169 Have Transform only copy target_mobject if it must 1 年之前
  Grant Sanderson 0e60b124eb Only compute const_data_keys for unlocked data 1 年之前
  Grant Sanderson 63dbe3b23f More direct check for family_members_with_points 1 年之前
  Grant Sanderson 4ec2e8b0c5 Merge branch 'master' of github.com:3b1b/manim into video-work 1 年之前
  Grant Sanderson ab6a7df4af Use typing_extensions to import Self for python versions <3.11 1 年之前
  Grant Sanderson 47672d3b1e Add checks for setting submobjects with existing list 1 年之前
  Grant Sanderson 40bcb7e0f3 Accept list of Vect3 as an input to Mobject.set_points 1 年之前
  Grant Sanderson 04733ac32e Default to fully opaque background rectangle 1 年之前
  Grant Sanderson 93e65fa3e7 Prevent needless extra copying in Mobject.copy 1 年之前