Skip to content

Commit

Permalink
revert testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeskydev committed Aug 21, 2024
1 parent ceb458a commit 86428ae
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions addons/banter_avatar_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,13 +571,12 @@ def execute(self, context):
)

# Final check
bpy.context.scene.banter_bPassed = True
# (
# bpy.context.scene.banter_pArmature is not None
# and bpy.context.scene.banter_bTrisPassed
# and bpy.context.scene.banter_bMatsPassed
# and True
# )
bpy.context.scene.banter_bPassed = (
bpy.context.scene.banter_pArmature is not None
and bpy.context.scene.banter_bTrisPassed
and bpy.context.scene.banter_bMatsPassed
and True
)

return {"FINISHED"}

Expand Down

0 comments on commit 86428ae

Please sign in to comment.