-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script not working #3
Comments
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. |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: