Make all bones posable failed with some tongue bones

Issue #563 resolved
engetudouiti created an issue

With recent version after import many morphs (with options), then finally make all bones posable failed for G3 character.

I append it from library, but basically all morphs work untill I make all bones posable.

Then I tried to add new facial bones. but add on show error.

location: <unknown location>:-1
Error: Python: Traceback (most recent call last):
File "C:\Users\TAKE\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\import_daz\error.py", line 247, in execute
self.run(context)
File "C:\Users\TAKE\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\import_daz\figure.py", line 453, in run
self.addExtraBones(rig)
File "C:\Users\TAKE\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\import_daz\figure.py", line 686, in addExtraBones
self.addFinBone(rig, bname, boneDrivers)
File "C:\Users\TAKE\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\import_daz\figure.py", line 533, in addFinBone
for drv in boneDrivers[bname]:
KeyError: 'tongue01'

location: <unknown location>:-1

I test it with default import scene, but it show same error.

(it seems happen with recent version, and I test with 2.93 (current blender release LTS) only.

Comments (4)

  1. engetudouiti reporter

    Once it happen, the scene morph driver break . (so if you get same error, you should not save the scene. or the scene will break all driver of facial (test with G3 only).

  2. engetudouiti reporter

    My global setting not activate the Scale morphs. (I afraid it may cause issue untill confirm all case work well). and not show hidden slider. (at current it show all hidden morphs, (MCM for face unit etc) not distinguish JCM , ideally I hope if we can choose morphs group (eg I only hope to get hidden slider for JCM ) which generate those slider or not. )

  3. Log in to comment