Python: Traceback (most recent call last):
File “C:\Users\AG\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\verge3d\__init__.py”, line 140, in execute
return gltf2_export.save(self, context, exportSettings)
File “C:\Users\AG\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\verge3d\gltf2_export.py”, line 90, in save
prepare(exportSettings)
File “C:\Users\AG\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\verge3d\gltf2_export.py”, line 36, in prepare
filterApply(exportSettings)
File “C:\Users\AG\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\verge3d\gltf2_filter.py”, line 500, in filterApply
if armature_object is None or len(armature_object.pose.bones) == 0:
AttributeError: ‘NoneType’ object has no attribute ‘bones’
location: <unknown location>:-1