You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As per #25 we're dropping all slices non-supported by variables. So we want also to convert the remaining (radii, colors) to use the variables
Describe the solution you'd like
When the plugin is initialised it should:
check if there's a collection named "Morfeo tokens"
if so, should check if there are variables (only scoped to radii) and use them to set radii (or create some defaults otherwise)
if not, should create such collection and create the defaults
Same thing for colors
The text was updated successfully, but these errors were encountered:
introduced logic to init the morfeo variable collection and save on the state the radii variables
found. Add also some defaults if there are no valid radii variables found
wip #27
Is your feature request related to a problem? Please describe.
As per #25 we're dropping all slices non-supported by variables. So we want also to convert the remaining (radii, colors) to use the variables
Describe the solution you'd like
When the plugin is initialised it should:
Same thing for colors
The text was updated successfully, but these errors were encountered: