strange error at startup ?

Issue #1582 invalid
Alessandro Padovani created an issue

daz studio 4.21.0.5, blender 3.5.1, diffeomorphic 1.7.1.1610

There’s a strange error at startup about register_class().

steps:

  1. run blender and look at the console.

Comments (9)

  1. Alessandro Padovani reporter

    There’s also dependency loops when importing G8F.

    steps:

    1. import G8F and look at the console.

  2. Thomas Larsson repo owner

    Is this error specific to Blender 3.5.1? I’m still on 3.5.0 and don’t see anything.

    The warning about dependency loops is normal. There would be a dependency loop if the duf file were interpreted literally, because the toe is a child of the metatarsals but also drives the metatarsal rotation. The plugin avoids this loop by skipping the metatarsal driver, but prints an warning in the console.

  3. Jasper29

    Don’t know if it is related, but I am getting a freeze/crash if I try to move a genesis 8 character in object mode or pose mode. Happens when I load up an older file too (I also have the same error in the console as Alessandro)

  4. Jasper29

    UPDATED: sorry, disregard what I said, somehow my Diffeo was unchecked in preferences causing the crash everytime I handled an imported character--kind of funny seeing how you guys have been talking about a rigged character’s dependancy on the addon. Would be cool if it was possible to isolate a completed character from Diffeo. However, I still have the ‘MorphFilesListMenu’ prefix/suffix error in my log like Alessandro does

  5. Alessandro Padovani reporter

    Yes, the register_class() error seems specific to 3.5.1. Tried 3.3.6 LTS and there’s no error.

    Please note that the actual “stable“ versions of blender are 2.93 LTS, 3.3 LTS and 3.5.1. All other versions may include major bugs that will not be fixed even if reported, since they are either discontinued or non-LTS versions.

    note. Then 3.3 LTS introduces the volumetric bug with daz skins, but this is by design so not considered a bug by the blender team. Thus the only stable blender version fully compatible with diffeomorphic and daz studio is 2.93 LTS. See #1168.

  6. Thomas Larsson repo owner

    I don’t see any warnings in 3.5.1 either. The plugin doesn’t define anything called “MorphFilesListMenu”, perhaps a collision with some other plugin.

  7. Alessandro Padovani reporter

    Yes, it is the Xin HD addon causing the error. Closing as invalid and reporting there. Thank you Thomas for looking into this.

  8. Log in to comment