Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] "RuntimeError: Operator bpy.ops.ed.undo.poll() failed, context is incorrect" in Blender 4.0.2 on Mac #448

Closed
axel-tanner opened this issue Feb 15, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@axel-tanner
Copy link

Contact Details

axel.tanner@posteo.ch

Description

  • using Blender 4.0.2
  • on MacOS 14.2.1
  • on a MacBook M1 Pro

after installation of CAD Sketcher 0.27.3 add-on and installation of the solver module (and restart of Blender), I can create a sketch, select a workplane - but whatever I try like adding a point, a rectangle etc, I get an error popup.
Error on the console is like

Error: Python: Traceback (most recent call last): File "/Users/abc/Library/Application Support/Blender/4.0/scripts/addons/CAD_Sketcher-main/stateful_operator/logic.py", line 512, in modal return self.evaluate_state(context, event, event_triggered) File "/Users/abc/Library/Application Support/Blender/4.0/scripts/addons/CAD_Sketcher-main/stateful_operator/logic.py", line 580, in evaluate_state bpy.ops.ed.undo() File "/Applications/Blender.app/Contents/Resources/4.0/scripts/modules/bpy/ops.py", line 109, in __call__ ret = _op_call(self.idname_py(), kw) RuntimeError: Operator bpy.ops.ed.undo.poll() failed, context is incorrect

Any idea what could be the problem?
Thanks!

Addon Version

0.27.3

Blender Version

4.0.2

What platform are you running on?

Mac OSX

@axel-tanner axel-tanner added the bug Something isn't working label Feb 15, 2024
@axel-tanner
Copy link
Author

For whatever reason, after a (another) reinstall of CAD Sketcher (same version, also same version of Blender) it works now. Don't know what was different this time, but it seems fixed.

@zicklag
Copy link

zicklag commented Apr 24, 2024

I just installed this on Linux ( Ubuntu 22.04 equivalent ), and I'm having exactly the same issue with the same exact version of Blender ( 4.0.2 ). Haven't figured out the cause yet. 🤷‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants