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

Min / Max values in v2.1.0 reset their values #8

Open
Gregory-AM opened this issue Mar 13, 2024 · 0 comments
Open

Min / Max values in v2.1.0 reset their values #8

Gregory-AM opened this issue Mar 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Gregory-AM
Copy link
Collaborator

Gregory-AM commented Mar 13, 2024

When using the Minimum and Maximum values on the Structure Set page they will reset their values.

This is a known bug, and will be fixed in the next update.
For now, what you can do is Lock the element files and modify the structure_set file by hand.

Min = separation
Max = spacing

// Example for Min=500 and Max=1000

"separation": 500,
"spacing": 1000

// Values can not exceed 4096 (inclusive), but separation needs to be below the value of spacing.
// Example:

"separation": 0 ~ 4095,
"spacing": 1 ~ 4096
@Gregory-AM Gregory-AM added the bug Something isn't working label Mar 13, 2024
@github-project-automation github-project-automation bot moved this to Issues (GitHub) in [Re]Structure Plugin Mar 13, 2024
@Gregory-AM Gregory-AM moved this from Issues (GitHub) to In Progress in [Re]Structure Plugin Mar 24, 2024
@Gregory-AM Gregory-AM moved this from In Progress to Todo in [Re]Structure Plugin May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant