Blender_GTA_V_model_importer icon indicating copy to clipboard operation
Blender_GTA_V_model_importer copied to clipboard

what about gta4 mesh+skel

Open Tosyk opened this issue 4 years ago • 3 comments

Hi! thanks for great script! can you make it work with gta4 files? here's an example: ig_dwayne.zip

I have this error when tried to load gta4 characters:

Traceback (most recent call last):
  File "C:\Users\User1\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\io_mesh_gta5\__init__.py", line 70, in execute
    return import_mesh.load(self, context, **keywords)
  File "C:\Users\User1\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\io_mesh_gta5\import_mesh.py", line 431, in load
    mod.object = skel
AttributeError: 'NoneType' object has no attribute 'object'

location: <unknown location>:-1

Tosyk avatar Apr 23 '20 22:04 Tosyk