Skip to content

Commit

Permalink
Fixed syntax error on line 253 in prep.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StandingPadAnimations committed Sep 18, 2023
1 parent 25f8f6a commit ef78447
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 @@ -250,7 +250,7 @@ def execute(self, context):
self.useReflections,
self.usePrincipledShader,
self.makeSolid,
generate.PackFormatself.packFormat.upper(),
generate.PackFormat[self.packFormat.upper()],
self.useEmission,
False # This is for an option set in matprep_cycles
)
Expand Down

0 comments on commit ef78447

Please sign in to comment.