Closed Germanunkol closed 1 year ago
Update: User "unwave" on Discord found a fix: The file had multiple Color Attributes, and one of them showed a "name collision" in blender. I never got this error in Blender 2.93. I don't know why it throws one in 3.4, but at least removing them or renaming the one with the collision fixes the issue (I don't need them any more, they were an intermediate step I needed before baking).
Feel free to close this, don't know if there's anything to do on the blend2bam side.
I'm running into errors when using blend2bam with Blender 3.4. While trying to create a minimal example for another issue, I'm now running into a new error:
ValueError: field 'COLOR_00' occurs more than once
Here's the file: armature_test_3.4.blend.zip
Using blend2bam version 0.20.
Here's how I call blend2bam:
python3 -m blend2bam --blender-dir ~/Software/blender-3.4.0-linux-x64/ ~/Projects/CreatureGenerator/armature_test_3.4.blend
Result: