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```
Try importing afro.dff from the gta3.img object name becomes unnamed in the outliner
it throws this error: