vilemduha / blendercam

Automatically exported from code.google.com/p/blendercam
GNU General Public License v3.0
483 stars 118 forks source link

Blender 3.3 when calculate, snap_align keyword error #227

Closed wcanarro closed 1 year ago

wcanarro commented 1 year ago

Hi, I am trying for the first time BlenderCam and after added an operation I clicked "Calculate Path and Export GCode" button and I get the error: Python: Traceback (most recent call last): File "C:\Program Files\blendercam-master\scripts\addons\cam\ops.py", line 214, in execute gcodepath.getPath(context, o) File "C:\Program Files\blendercam-master\scripts\addons\cam\gcodepath.py", line 541, in getPath getPath3axis(context, operation) File "C:\Program Files\blendercam-master\scripts\addons\cam\gcodepath.py", line 665, in getPath3axis chunks.extend(utils.sampleChunks(o, pathSamples, layers)) File "C:\Program Files\blendercam-master\scripts\addons\cam\utils.py", line 370, in sampleChunks prepareBulletCollision(o) File "C:\Program Files\blendercam-master\scripts\addons\cam\collision.py", line 259, in prepareBulletCollision bpy.ops.transform.resize(value=(BULLET_SCALE, BULLET_SCALE, BULLET_SCALE), File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\bpy\ops.py", line 113, in call ret = _op_call(self.idname_py(), None, kw) TypeError: Converting py args to operator properties: : keyword "snap_align" unrecognized

abosafia commented 1 year ago

Hi, wcanarro. Try this. https://github.com/pppalain/blendercam

pppalain commented 1 year ago

the pppalain branch has just now been changed to the main branch