Cartucho / vision_blender

A Blender addon for generating synthetic ground truth data for Computer Vision applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not saving .npz files

AlbertBadias opened this issue · comments

Hi!

I'm having trouble saving the .npz files... I've already work with this add-on before and it worked really well (on Blender 3.4), but on this 3.5 Blender version it doesn't works...

I put the output path to save the images, I select the object to the 1 zindex, I render the animation and it only saves the rendered images... I could be an issue with this version?

Thanks a lot!

I've reached the log process during the export test:

File "C:...\Blender Foundation\Blender\3.5\scripts\addons\addon_ground_truth_generation.py", line 360, in load_handler_render_init
rl = scene.node_tree.nodes["Render Layers"] # I assumed there is always a Render Layers
KeyError: 'bpy_prop_collection[key]: key "Render Layers" not found'
Caching exr file, 1950x1950, C:...\AppData\Local\Temp\cached_RR_scene_Scene_a7d0d3a96566646c70f445da8856c965.exr

Hope this log helps...
Thanks again