Skip to content

Change operation version in network after setsource? #82

Open
@jonnor

Description

@jonnor

Right now, when changing the source code of an operation, we build & load the new operation version into component library. But we don't change which revision is used in the active network (until it is restarted, or component is readded), which might be unexpected.

We could do this by iterating over nodes, and calling gegl_node_set(node, "operation", new_op, NULL) on those that need updating;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions