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

Python type error while generating map plane after hitting E #861

Closed
Shpaq4Fun opened this issue Jan 23, 2024 · 7 comments
Closed

Python type error while generating map plane after hitting E #861

Shpaq4Fun opened this issue Jan 23, 2024 · 7 comments

Comments

@Shpaq4Fun
Copy link

Shpaq4Fun commented Jan 23, 2024

Blender and OS versions

Blender 4.0, Windows 11 Home 23H2 22631.3007

Describe the bug

After locating the area, I try to press "E" to generate the plane with the map. After pressing E, empth grey plane appears, and the Report: Error pasted below

How to Reproduce

Select web geodata -> Google, Satellite, press ok -> press G -> type location and zoom (in my case "zakopane", and zoom level 9)-> area appears correctly -> press E to generate -> error appears.

Error message

Python: 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\wodec\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\BlenderGIS-master\operators\view3d_mapviewer.py", line 959, in modal
adjust3Dview(context, getBBOX.fromObj(obj))
File "C:\Users\wodec\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\BlenderGIS-master\operators\utils\bgis_utils.py", line 108, in adjust3Dview
with context.temp_override(overrideContext):
SystemError: <built-in method temp_override of Context object at 0x00000222454697C0> returned a result with an exception set

@PetitCubeDeGlace
Copy link

You need to use the 3.6 version of Blender not the 4
https://github.com/domlysz/BlenderGIS/issues/836
here you can :
https://download.blender.org/release/Blender3.6/

@bleve97
Copy link

bleve97 commented Feb 10, 2024

It looks like a fix has been made for this, 49bbf57
Any chance a release could be rolled for those of us using 4.0.2 and newer?

@frankievx
Copy link

It looks like a fix has been made for this, 49bbf57 Any chance a release could be rolled for those of us using 4.0.2 and newer?

Please.

@AlertWarn
Copy link

Count me in on this

@TNT-23
Copy link

TNT-23 commented Apr 24, 2024

I have successfully solved the problem using Blender3.6. Thank you.

@domlysz
Copy link
Owner

domlysz commented May 3, 2024

@domlysz domlysz closed this as completed May 3, 2024
@TNT-23
Copy link

TNT-23 commented May 3, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants