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"