custom jcms don't seem to work anymore for most figures

Issue #797 resolved
Alessandro Padovani created an issue

daz studio 4.15.0.30, blender 2.93.6, diffeomorphic 1.6.1.0761

It seems most custom jcms don’t work anymore. For example Jacqueline 8.1 don’t work, she worked fine here a few versions ago. Then Victoria 8 and Victoria 8.1 work fine. This is also reported in the daz forum. It seems all figures but Victoria don’t work anymore.

edit. Also tested the stable 1.6.0 and doesn’t work either, so unfortunately can’t tell what was the exact version that worked before, but it was before decals and adjusters modifications. I don’t keep old versions for long.

edit. It was probably 1.6.1.0742 commit a0f02dd issue #791 that worked before. But don’t have it anymore.

https://www.daz3d.com/forums/discussion/536021/

steps:

  1. export Jacqueline 8.1 (or any other custom figure apart Victoria)
  2. import the dbz
  3. merge rigs and make all bones posable
  4. import standard jcms
  5. import custom jcms
  6. pose the figure

Below the Jacqueline custom jcms that don’t follow the standard jcms, they worked fine here a few versions ago.

Comments (11)

  1. Xin

    You can download the files at the time of any commit by downloading git https://git-scm.com . Then open the console in a new directory, and write the following commands:

    git clone https://bitbucket.org/Diffeomorphic/import_daz.git
    cd import_daz
    git checkout a0f02dd
    

    When you want to go back to the latest version:

    git checkout master
    

  2. Thomas Larsson repo owner

    This should be mostly fixed now, I think. There was a special hack for jcms to avoid problems with reloading, and that is done differently now.

    Custom jcms are typically multiplied with the corresponding fbm. That works fine as long as you don’t actually load the fbm, because the fbm is already baked into the character. If you use adjusters, the custom jcms are decoupled from the fbm and can be adjusted independently. I will write something about this later.

  3. Alessandro Padovani reporter

    Commit 0adc806 seems to work fine here. I tested both single figures and some mixes. I’m waiting for a confirmation in the daz forum before marking as resolved.

    Thank you Xin for the git instructions.

  4. Log in to comment