Skip to content

Commit

Permalink
updated blender test version
Browse files Browse the repository at this point in the history
  • Loading branch information
amatteo committed Jul 23, 2024
1 parent 0324942 commit 37a1030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_blender_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

def main():
addon = Path(__file__).parent.joinpath("jbeam_editor").as_posix()
blender_rev = "4.0.2"
blender_rev = "4.2.0"

try:
exit_val = BAT.test_blender_addon(addon_path=addon, blender_revision=blender_rev)
Expand Down

0 comments on commit 37a1030

Please sign in to comment.