Skip to content

Commit

Permalink
Fixed use of incorrect type in line 637
Browse files Browse the repository at this point in the history
  • Loading branch information
StandingPadAnimations committed Sep 20, 2023
1 parent 1a165b3 commit 21f389c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCprep_addon/materials/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ def update_material(self, context, mat):

if self.animateTextures:
sequences.animate_single_material(
mat, context.scene.render.engine, export_location="original")
mat, context.scene.render.engine, export_location=sequences.ExportLocation["original"])

return success, None

Expand Down

0 comments on commit 21f389c

Please sign in to comment.