This may be re-redundant question. I am probably just not finding it in the docs or on here, so sorry about that.
Essentially i want metadata to be accessible from blender to panda3d to convey model meaning in some way. The way im away of doing this in blender is the “Custom Properties” panel in a models data tab.
Its then available in the extras section of the gltf.
I am not sure how to access this in panda. I also tried to convert all the way to egg and see if it ended up as a “tag” it doesnt appear it does. Thanks for the help.
Thank you @serega-kkz, unfortunately this is standard gtlf export. Blend2Bam is failing for me with this issue: SystemError: GPU API is not available in background mode
and yabee is just straight up broken on 3.6:
Exception in module unregister(): '/home/csevier/.config/blender/3.6/scripts/addons/YABEE-master/__init__.py'
Traceback (most recent call last):
File "/home/csevier/Apps/blender-3.6.0-linux-x64/3.6/scripts/modules/addon_utils.py", line 421, in disable
mod.unregister()
File "/home/csevier/.config/blender/3.6/scripts/addons/YABEE-master/__init__.py", line 519, in unregister
bpy.utils.unregister_module(__name__)
AttributeError: module 'bpy.utils' has no attribute 'unregister_module'
Blender quit
I have it running on 3.5, but there is a breakdown.
File "C:\Users\sereg\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\YABEE\yabee_libs\egg_writer.py", line 1236, in get_egg_materials_str
for node in bpy.data.materials[0].node_tree.nodes:
AttributeError: 'NoneType' object has no attribute 'nodes'
This is not critical, you need to update the API a little.
Got it, so i fixed blend2bam, apparently when you run blend2bam, it loads in blender preferences and my addons scripts were broken so it was failing out! I cleaned up my addons and now blend2bam works and the tags are indeed in there!