Blender_bevy_components_workflow
Blender_bevy_components_workflow copied to clipboard
Failure during auto_export: Error: 'bpy_prop_collection[key]: key "ViewLayer" not found'
Hello, I was following the the quick start guide. I think I followed every step without missing anything (I red multiple time). However, at the step press Ctrl + S to save, I get this error when I save.
Failure during auto_export: Error: 'bpy_prop_collection[key]: key "ViewLayer" not found'
Also, the Worl.glb in the assets/levels/ folder is not created.
Is it normal ?
I have also met with this situation.
Quick fix:
Edit > Preferences > Interface > Uncheck “New data” option in the language properties
If for some reason this doesn't work, you can simply change the interface language to English
@leo91000 thanks for the bug report ! Have you tried @matveyti's solution ? If that fixes the issue, I know how to resolve it in Blenvy (to make it work correctly in other languages). @mrstanley are you also using Blenvy in a language that is different from English ?
@matveyti thanks a lot for that possible fix ! I thought Blender's viewlayers had english internal names , but it seems not ? Will investigate
@leo91000 thanks for the bug report ! Have you tried @matveyti's solution ? If that fixes the issue, I know how to resolve it in Blenvy (to make it work correctly in other languages). @mrstanley are you also using Blenvy in a language that is different from English ?
@matveyti thanks a lot for that possible fix ! I thought Blender's viewlayers had english internal names , but it seems not ? Will investigate
I encountered the same issue. After restarting Blender and setting the language to English, the settings could be saved without errors, and the project created an assets directory, which also contained the World.glb file.