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

Build from guide template file incompatible with EPIC components #238

Closed
Lohult opened this issue May 30, 2023 · 2 comments
Closed

Build from guide template file incompatible with EPIC components #238

Lohult opened this issue May 30, 2023 · 2 comments
Assignees
Labels
wontfix This will not be worked on
Projects

Comments

@Lohult
Copy link

Lohult commented May 30, 2023

Hi @miquelcampos
It turns out that building from a guide file is incompatible with EPIC components. In the EPIC components __init__.py jnt_pos gets appended with self.guide.guide_locators which is referencing what is in the scene at the time thus it will return None because the guide is not in the scene.

I tried finding an alternative way of accessing specific guide locators. Apart from the root, for which self.root exists, you cannot seem to get any of the locators under the root, like the spineTop or spineBase in the case of the EPIC spine.

the guide file with the component dictionary has those locators in there but they are keys with position values. Perhaps updating what information gets stored in the guide file will help, like adding "guide locators" to the .sgt file per component?

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

Hi @Lohult
Sorry, I didn't reply before to this. That is a very nasty bug. I will fix it ASAP.
Thanks for the feedback!

@miquelcampos
Copy link
Member

@Lohult this was fixed in the issue #112

mGear 4.x automation moved this from WIP to 4.1.x Jun 28, 2023
@miquelcampos miquelcampos added wontfix This will not be worked on and removed bug Something isn't working labels Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
Status: 4.1.x
Development

No branches or pull requests

2 participants