From 97fdec4eeed4319c929d6b9a03cad4885b0582c9 Mon Sep 17 00:00:00 2001 From: Rob Date: Tue, 17 Dec 2024 22:47:15 -0500 Subject: [PATCH] More Workflow Testing --- .github/workflows/build_and_test.yaml | 2 +- scripts/addons/cam/tests/gcode_generator.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 669559cd..be652024 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-latest','windows-latest'] - blender_version: ['4.2.1'] + blender_version: ['4.2.2'] # include: # - os: 'macos-latest' # blender_version: '4.2.1' diff --git a/scripts/addons/cam/tests/gcode_generator.py b/scripts/addons/cam/tests/gcode_generator.py index d16ad5d9..765bbc39 100644 --- a/scripts/addons/cam/tests/gcode_generator.py +++ b/scripts/addons/cam/tests/gcode_generator.py @@ -5,9 +5,6 @@ import bpy warnings.simplefilter("once") -print(bpy.context.scene.render.engine) -print(bpy.context.preferences.addons["bl_ext.user_default.fabex"]) - # Get the scene s = bpy.context.scene s.render.engine = "FABEX_RENDER"