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

Potential feature: temporary frames #36

Open
balandbal opened this issue Jul 5, 2024 · 1 comment
Open

Potential feature: temporary frames #36

balandbal opened this issue Jul 5, 2024 · 1 comment
Assignees

Comments

@balandbal
Copy link

If you name a frame to something that start with an underscore, e.g., _my_frame, it will not be exported to the YAML config file, but will still be set in TF and appear in the frame list on the left in the frame editor.

Now,

  • this can result in broken config files if I manually set a parent frame to, following the example, _my_frame,
  • though I have to type the full frame name in this case as it is not suggested by the editor for auto-completion.
  • Also, _my_frame does not appear in the editor on the right, so I can not use the editor for changing parent frames to it, which I suppose is good
  • Such "temporary" frames could be useful for, e.g., measuring relative transformations (that's what I used it for)

Should it be made into a feature? That would mean, at the very least either

  • preventing the user from setting a "temporary" frame as parent at all, or
  • preventing the user from setting a "temporary" frame as parent to a "non-temporary" frame
@ipa-lth
Copy link
Member

ipa-lth commented Jul 5, 2024 via email

@ipa-danb ipa-danb self-assigned this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants