Replies: 1 comment
-
Blender operator can only be executed in a specific context : https://docs.blender.org/api/current/bpy.ops.html Internally this operator just use the Nomatim API |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
version
learn and tried from blender > scripting
>>> bpy.ops.view3d.map_search(query = 'rome italy')
result not expected
{'FINISHED'}
expected result
should return latitude and longitude
or
x and y value
>>> bpy.ops.view3d.map_start(src='GOOGLE', grd='WM', lay='SAT', dialog="MAP", query="", zoom=0, recenter=False)
result
expected result
can use python api scripting
e.g.
question
how can achieve it using blend gis for python api scripting ?
best regards
Beta Was this translation helpful? Give feedback.
All reactions