Hi all,
I am receiving the following error when baking textures in Blender 3.3 using the D5 Converter (most current version)
This happens when I try to bake anything, objects with Blender materials, without Blender materials, objects with clean UV’s, messy UV’s, single or grouped objects. Can anyone provide some feedback?
Thanks so much! Oddly, I can still export these objects to D5 using the Export to D5 button. The objects even have exported texture maps. Can anyone explain how this is possible to me, as I am baffled by this!
Python:
Traceback (most recent call last):
File “C:\Users\david\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\d5_export\ops\mat_bake.py”, line 109, in invoke
return self.execute(context)
File “C:\Users\david\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\d5_export\ops\mat_bake.py”, line 282, in execute
bake_error = bake_material_object(context, object, material_report_dict, img_output_path)
File “C:\Users\david\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\d5_export\ops\mat_bake.py”, line 620, in bake_material_object
type_image_dict, bake_node = prepare_material(object, material, convert_inputs, img_output_path)
File “C:\Users\david\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\d5_export\ops\mat_bake.py”, line 556, in prepare_material
image = _create_bake_image(image_name_prefix, bake_resolution, bake_type, img_output_path)
File “C:\Users\david\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\d5_export\ops\mat_bake.py”, line 526, in _create_bake_image
image_filepath = path.join(output_path, image_name + image_ext)
File “C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\ntpath.py”, line 78, in join
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType