As shown in the attached images, the CC4 characters on the left of each image are slightly different than any of the starting points from the A2F facial emotions. All A2F emotion settings are at 0 except for the images with Neutral set to 1.0.
he / him | LinkedIn | Discord ID: Prof E#2041
Community Engagement for Omniverse: " A New Era of Digital Twins & Virtual Worlds with NVIDIA Omniverse" Video
What is NVIDIA Omniverse? Video | Check out the āMeet the Omnivoreā blog series here
PLEASE NOTE: If you are reporting a bug/issue, please provide OS, GPU, GPU Driver, the version of the app, and full log file (if applicable). For crashes, please zip and provide a link to your logs ā C:\Users\ [YOUR NAME] \ .nvidia-omniverse\logs
Hi @tsaguindel ,
Yes, thereās a slight difference between the base mesh used for binding vs what A2F produce by default.
For the time being, you can execute this script in A2F reset_charTransfer_bind.py - Google Drive
To use: select your target character head with the offset issue, then run the script.
With thsi script, you can turn any expression settings to be reseted back to your character bind. but All expression 0, or all zero but neutral 1 is recommended.
Hi @esusantolim,
Thank you so much for the quick reply! I apologize for the probably basic question, but I am new to the script editor and python. When I try to run the script in A2F with having the target character head selected, I get, āAttributeError: module ācarbā has no attribute ālog_warningāā, as shown in the screenshot. I tried installing Kit and Code, thinking I was missing those modules, but the error persists.
Sorry @esusantolim, I was able to fix the error with help from Jen_B on the Omniverse discord. The script had to be edited where carb.log_warning should be changed to carb.log_warn. After editing the script and running, it worked! Thanks again for the help!