Skip to content
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

AUTO RIG: "Rig or Re-target Skeleton" does not work with Genesis 9 #52

Open
danielbui78 opened this issue Jul 19, 2023 · 2 comments
Open
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@danielbui78
Copy link
Contributor

The Auto-Rig tool to add enhanced rigging to a Genesis figure is not yet supported on Genesis 9. When you click "Rig or Re-target Skeleton" with a Gensis 9 figure, you will get the following error message:

---- Running DAZ Rigger v1.02 ----
// Warning: file: C:/Users/dbui/Documents/maya/modules/DazToMaya/scripts/DAZTools.mel line 494: New name contains invalid characters. Illegal characters were converted to "_". // 
---- Geometries grouped ----
// Error: file: C:/Users/dbui/Documents/maya/modules/DazToMaya/scripts/DAZTools.mel line 1760: setAttr: No object matches name: lForearmTwist_EXP.jointTypeY // 

We plan to add Genesis 9 support within the next few months.

@danielbui78 danielbui78 self-assigned this Jul 19, 2023
@danielbui78 danielbui78 added bug Something isn't working enhancement New feature or request labels Jul 19, 2023
@crisjsalina
Copy link

crisjsalina commented Jul 20, 2023

Related to this: You can't export the animations using the AutoRig with Genesis 8 models anymore. The bug is found on line 39 from DAZTools.mel:

if(getAttr ($obj+".version")=="1.02") appendStringArray($rigs, {$obj}, 1);

The code checks for a version 1.02 attribute, but the rig has a custom attribute of 1.02.1 So if you replace 1.02 with 1.02.1, you fix the issue. I thought you should know :)

@crisjsalina
Copy link

crisjsalina commented Jul 20, 2023

Also, will it be possible to add a "FK to IK / IK to FK" function? As of now, the Auto rig has the option to switch between IK and FK, but they don't follow each other. e.g. If you're creating a pose in IK and want to switch to FK, your pose gets reset because there's no way to translate the IK pose to FK pose. I hope it makes sense. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants