Parik27 / DragonFF

Blender Add-on to edit RenderWare and GTA Formats
GNU General Public License v3.0
373 stars 129 forks source link

Bone parent not found when importing afro.dff #109

Open gamerpaddy opened 3 years ago

gamerpaddy commented 3 years ago

Try importing afro.dff from the gta3.img object name becomes unnamed in the outliner

it throws this error:



... truncatedDragonFF: Bone parent not found
Traceback (most recent call last):
  File "addons\DragonFF-master\gui\dff_ot.py", line 262, in execute
    'group_materials': self.group_materials
  File "addons\DragonFF-master\ops\dff_importer.py", line 791, in import_dff
    dff_importer.import_dff(options['file_name'])
  File "addons\DragonFF-master\ops\dff_importer.py", line 764, in import_dff
    self.import_frames()
  File "addons\DragonFF-master\ops\dff_importer.py", line 666, in import_frames
    obj = bpy.data.objects.new(frame.name, mesh)
TypeError: BlendDataObjects.new(): error with argument 1, "name" -  Function.name doesn't support None from string types

location: <unknown location>:-1

location: <unknown location>:-1```
vakho10 commented 2 years ago

@gamerpaddy I have the same error :( for ped model.

vakho10 commented 2 years ago

@Parik27 Please help us :)