mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Removes locked_shader_data notion
This commit is contained in:
parent
212cdbb4d2
commit
9795beba89
1 changed files with 0 additions and 3 deletions
|
@ -864,9 +864,6 @@ class VMobject(Mobject):
|
|||
)
|
||||
|
||||
def get_shader_info_list(self):
|
||||
if self.shader_data_is_locked:
|
||||
return self.saved_shader_info_list
|
||||
|
||||
fill_info = dict(self.fill_shader_info_template)
|
||||
stroke_info = dict(self.stroke_shader_info_template)
|
||||
fill_info["uniforms"] = self.get_shader_uniforms()
|
||||
|
|
Loading…
Add table
Reference in a new issue