G8F import error

Issue #203 resolved
Noname created an issue

When importing G8F model errors out with:

Python: Traceback (most recent call last):
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-f9944eb5569d\error.py", line 247, in execute
    self.run(context)
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-f9944eb5569d\daz.py", line 48, in run
    getMainAsset(self.filepath, context, self)
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-f9944eb5569d\main.py", line 96, in getMainAsset
    asset.build(context, inst)      # Builds morphs
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-f9944eb5569d\modifier.py", line 162, in build
    geonode.setChannel(channel["channel"])
AttributeError: 'NoneType' object has no attribute 'setChannel'

location: <unknown location>:-1

Daz and blender plugins updated, re-exported dbz.

Comments (3)

  1. Log in to comment