Blender 4.2 Importing is not working. #333
Felipe-Carrara
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I cannot import the sample venise-RD_1.31 file using Blender 4.2, and MapsModelImporter 0.7.0
The blender's info say
bpy.ops.object.delete(use_global=False, confirm=False)
3 objet(s) supprimé(s)
bpy.context.space_data.system_bookmarks_active = 1
bpy.context.space_data.system_bookmarks_active = 3
bpy.ops.material.new()
Python : Traceback (most recent call last):
File "C:\Users\felip\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\MapsModelsImporter\operators.py", line 60, in execute
importCapture(context, self.filepath, self.max_blocks, self.use_experimental, pref)
File "C:\Users\felip\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\MapsModelsImporter\google_maps.py", line 373, in importCapture
filesToBlender(context, prefix, max_blocks, use_experimental)
File "C:\Users\felip\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\MapsModelsImporter\google_maps.py", line 350, in filesToBlender
addImageMaterial(mat_name, obj, img)
File "C:\Users\felip\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\MapsModelsImporter\google_maps.py", line 216, in addImageMaterial
principled = nodes["Principled BSDF"]
~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'bpy_prop_collection[key]: key "Principled BSDF" not found'
bpy.ops.object.delete(use_global=False, confirm=False)
1 objet(s) supprimé(s)
bpy.ops.material.new()
Python : Traceback (most recent call last):
File "C:\Users\felip\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\MapsModelsImporter\operators.py", line 60, in execute
importCapture(context, self.filepath, self.max_blocks, self.use_experimental, pref)
File "C:\Users\felip\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\MapsModelsImporter\google_maps.py", line 373, in importCapture
filesToBlender(context, prefix, max_blocks, use_experimental)
File "C:\Users\felip\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\MapsModelsImporter\google_maps.py", line 350, in filesToBlender
addImageMaterial(mat_name, obj, img)
File "C:\Users\felip\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\MapsModelsImporter\google_maps.py", line 216, in addImageMaterial
principled = nodes["Principled BSDF"]
~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'bpy_prop_collection[key]: key "Principled BSDF" not found'
Any help ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions