Commit History

Author SHA1 Message Date
  Grant Sanderson 09e9e65ba4 Merge branch 'master' of github.com:3b1b/manim into video-work 3 weeks ago
  Grant Sanderson 95bb67c47f Change return type for Mobject.get_shader_data 3 weeks ago
  Grant Sanderson 95fca885c9 Push clip plane functionality up to all Mobjects 1 month ago
  Grant Sanderson 1f55832a6a Clean up around z_index 1 month ago
  Grant Sanderson aebf2220a6 Merge pull request #2057 from germanzhu/add-zorder-mobject 1 month ago
  Grant Sanderson c8326d1cce zorder -> z_index 1 month ago
  Grant Sanderson 133cec9725 zorder -> z_index 1 month ago
  Grant Sanderson a713868f3d Add Mobject.get_opacities 1 month ago
  Grant Sanderson c8d5e91422 Rename shader_dtype -> data_dtype 2 months ago
  Grant Sanderson 35ce4c6704 Use Mobject.set_uniform in Mobject.set_shading 2 months ago
  Grant Sanderson 7ddbd13e38 Ensure mobject uniforms get passed to ShaderWrapper on init 2 months ago
  Grant Sanderson 304856e6e0 Remove indices_list argument on ShaderWrapper.read_in 2 months ago
  Grant Sanderson 0a585b123c Use stash_mobject_pointers on Mobject.deepcopy 2 months ago
  Grant Sanderson b8931e7b9c When shader_id is updated, have ancestors mark data as changed 2 months ago
  Grant Sanderson e0191d81d9 Instead of tracking _shaders_initialized, just check if self.shader_wrapper is None 2 months ago
  Grant Sanderson 0ac9ee1fbf Don't deepcopy ShaderWrapper 2 months ago
  Grant Sanderson e61957a4e0 Fix wrong check for path_func in last commit 2 months ago
  Grant Sanderson a8ef9629eb More direct lerp in Mobject.interpolate 2 months ago
  Grant Sanderson f12b143d16 Unify get_shader_wrapper_list, and and better subdivide render groups by ShaderWrapper ids 2 months ago
  Grant Sanderson 4174f314b4 Reorganize, and ensure get_shader_wrapper_list works for general Groups 2 months ago
  Grant Sanderson 24b160f9f9 Update VMobject shader wrapper 2 months ago
  Grant Sanderson f9b9cf69fd Update so that vbo is not recreated on each from, but is read into 2 months ago
  Grant Sanderson 902a4f264e Add white space after assert statements 2 months ago
  Grant Sanderson 174f318602 Push _data_default initialization into init_data 2 months ago
  Grant Sanderson d3ba101ee5 Change from tracking time_based_updater and non_time_updater lists separately to just tracking one list 7 months ago
  Grant Sanderson 83cd5d6246 Clean up updater matters, prune unused functions 7 months ago
  Grant Sanderson 70b839e188 Change to only compute has_updater status as needed 7 months ago
  Grant Sanderson fd35433a62 Change name note_updated_family -> note_changed_family 7 months ago
  Grant Sanderson 4b14c11e4b Only reconstruct family as needed 7 months ago
  Grant Sanderson e124aecd6b Clarify Mobject.needs_new_bounding_box is private 7 months ago