Plugin for editing several nodes

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By arguskos

I wrote simple editor plugin which does some operations on nodes of the specific type but now I want to manipulate several nodes of this type.
The handles function from the EdiitorPlugin class returns MultiNodeEdit when you
have several nodes selected. But I can’t find anything about it in the docs. Can you actually get selected objects from this one?
Maybe there is some different way to do this?