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

Game Tools Export: Set index is incorrect, re-connect fails #231

Closed
cdardis opened this issue May 8, 2023 · 1 comment
Closed

Game Tools Export: Set index is incorrect, re-connect fails #231

cdardis opened this issue May 8, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Projects

Comments

@cdardis
Copy link

cdardis commented May 8, 2023

The set index referenced in game_tools.py can be invalid if a Custom Controllers Group is specified by the user in shifter

    # check the folder and script
    # if the target name exist abort and request another name

    deformer_jnts = rigTopNode.rigGroups[3].connections()[0].members()

image

In the above example, with a Custom Controller group - rigTopNode.rigGroup[i] , i != 3, i=4

@miquelcampos miquelcampos self-assigned this May 8, 2023
@miquelcampos miquelcampos added the bug Something isn't working label May 8, 2023
@miquelcampos miquelcampos added this to To Do in mGear 4.x via automation May 8, 2023
@miquelcampos
Copy link
Member

@cdardis thanks for te feedback! I have added the ticket to the project to do list

@miquelcampos miquelcampos moved this from To Do to WIP in mGear 4.x Jun 23, 2023
mGear 4.x automation moved this from WIP to 4.1.x Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 4.1.x
Development

No branches or pull requests

2 participants