-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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_framedoes 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
Metadata
Metadata
Assignees
Labels
No labels