WoefulWolf / NieR2Blender2NieR

Import/Export WMB/WTP/WTA/DAT/DTT/LAY/COL files for NieR:Automata
GNU General Public License v3.0
159 stars 39 forks source link

Error when exporting a model #27

Closed TheJoetube closed 11 months ago

TheJoetube commented 11 months ago

I'm trying to replace a model in MGRR and whenever I try to use the export as wmb option (from the mgrr branch) it throws the error: Python: Traceback (most recent call last): File "C:\Users\Jonah\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\NieR2Blender2NieR-mgrr\wmb\exporter\wmbExportOperator.py", line 67, in execute bpy.data.collections['WMB'].all_objects[0].select_set(True) KeyError: 'bpy_prop_collection[key]: key "WMB" not found'

What can I do to resolve this?

TheJoetube commented 11 months ago

nvmd, fixed it