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

Enhancement: Implement Layer Editor add remove layers #13

Merged
merged 8 commits into from
Nov 24, 2023

Conversation

BigRoy
Copy link
Owner

@BigRoy BigRoy commented Nov 23, 2023

Implements:

Fixes:

  • This also fixes an issue where the same layer identifier across the layer stack (e.g. present in different sublayers) would error in the model on the uniqueness of the key - those are now made unique by using the key {parent.identifier}-sublayer->{layer.identifier}
  • Some minor cosmetics - some print statements are now log messages.

@BigRoy BigRoy added the enhancement New feature or request label Nov 23, 2023
@BigRoy BigRoy merged commit 8f30e20 into main Nov 24, 2023
@BigRoy BigRoy deleted the enhancement/layer_editor_add_remove_layers branch November 29, 2023 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Layer Editor: Implement the add and removal of layers
1 participant