ranjian0 / blender-vscode-dev

My full development workflow tools for blender using vscode
MIT License
4 stars 0 forks source link

TypeError: temp_override() takes no positional arguments #1

Open skittixch opened 6 months ago

skittixch commented 6 months ago

I'm getting an error when I start blender from vscode via ctrl-shift-p

Debug client attached.
TypeError: temp_override() takes no positional arguments

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Users\CrayB\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender-vscode-dev-main\watcher.py", line 41, in load_handler
    operator_with_context(
  File "C:\Users\CrayB\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender-vscode-dev-main\utils.py", line 35, in operator_with_context
    with bpy.context.temp_override(context_override):
SystemError: <built-in method temp_override of Context object at 0x0000027F1E68BB40> returned a result with an exception set
ranjian0 commented 6 months ago

Yeah, also noticed this error yesterday. Will fix it over the weekend!