Skip to content

Commit

Permalink
Update operators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe20129 committed May 3, 2024
1 parent 21599b2 commit d371184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/oot/skeleton/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def execute(self, context):
saveTextures = context.scene.saveTextures
drawLayer = armatureObj.ootDrawLayer

self.report(f"ootConvertArmatureTo?? with featureSet = {context.scene.fast64.oot.featureSet}")
self.report({"INFO"}, f"ootConvertArmatureTo?? with featureSet = {context.scene.fast64.oot.featureSet}")

if context.scene.fast64.oot.featureSet == "SoH":
ootConvertArmatureToXML(
Expand Down

0 comments on commit d371184

Please sign in to comment.