Unable to load UV Set on G9

Issue #2093 invalid
Donlero Pavotti created an issue

I get this on 4.1.1

Python: Traceback (most recent call last):
  File "C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\import_daz\error.py", line 223, in execute
    self.run(context)
  File "C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\import_daz\geometry.py", line 1748, in run
    if asset is None or len(asset.uvs) == 0:
                            ^^^^^^^^^
AttributeError: 'FileAsset' object has no attribute 'uvs'

Comments (3)

  1. Log in to comment