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

RBF Manager: import errors when 'drivenControlName' is null #149

Closed
dmunix opened this issue Aug 23, 2022 · 2 comments
Closed

RBF Manager: import errors when 'drivenControlName' is null #149

dmunix opened this issue Aug 23, 2022 · 2 comments
Assignees
Labels
bug Something isn't working Research/ Review

Comments

@dmunix
Copy link
Contributor

dmunix commented Aug 23, 2022

There seem to be an issue that stops the import of rbf files if the driven node is not a transform node.
This was introduced with this rigbits commit ( which is now on mgear4 as well ) which checks if the node that was connected to the "scale" attribute to the RBF exists in scene.

This scale attribute is automatically connected to a new "RBF Multiplier" attribute created by the RBF Manager during the setup of new driven node and stored by the metadata under the "drivenControlName" key. The problem is that unless the driven node is a transform ending in "_driven", the metadata related to it during the export of a rbf setup is set to "null", resulting in the cmds.objExists to error.

@miquelcampos
Copy link
Member

Thanks for the feedback @dmunix I have added the bug ticket to the current WIP project

@miquelcampos
Copy link
Member

fixed in #150

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Research/ Review
Projects
Status: 4.1.x
Development

No branches or pull requests

2 participants