soupday / CC3-Blender-Tools-Plugin

Python plugin for CC3 3.44 to re-import character exports from CC3_Blender_Tools auto-setup add-on.
GNU General Public License v3.0
31 stars 11 forks source link

script not working #3

Open Henryeah opened 2 years ago

Henryeah commented 2 years ago

After copy unzipped folder to OpnePlugin, restart CC3, can't find new plugin (blender auto setup) in plugin menu. seems the python script not working. I'm using CC3.43, have other plugins skingen, headshot etc.

soupday commented 2 years ago

It needs cc3.44.

It also only works with exports from cc3.44 as they are the only ones that add the Json data to the export needed by the plugin.

MarkdaDrood commented 2 years ago

Not working in 3.44 either. It makes every accessory red flagged as critical and it's either not importing them or even makes CC3 ctd.

soupday commented 2 years ago

Red flags in the import to CC3 usually means it's not rigged to the armature.

As a minimum the accessories/clothing must be:

It doesn't need to be fully vertex group weighted, if you want to transfer vertex weights in CC3, but without these three above CC3 will red flag it and throw the mesh out.

Also be aware that meshes with low number of vertices (<150) can cause CTD issues importing back into CC3. (This is a CC3 issue and I can't fix that.)

In the latest version (1.2.1) of the Blender tools add-on, I've added some checks, and a button to run those checks at will, on exporting that will warn about these issues.