Skip to content

Unable to add new generations to the grid #40

@Artemonim

Description

@Artemonim

Problem

Let's say I have these axes:
x-a, x-b, x-c
y-a, y-b, y-c, y-d, y-e, y-f, y-g
z-a, z-b, z-c, z-d
t-a, t-b
So script will generate all the x-a, than all the x-b, than all the x-c.

And if you stop it on x-b y-g z-d t-b - you can start script again and it continue from x-c y-a z-a t-a
But, if you stop it on x-b y-d z-b t-a - the script will anyway start from x-c y-a z-a t-a

Solution

The skipping algorithm must look at all levels, not just the first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    HelpUser needs help.ResolvedIssue was resolved without any code change.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions