Wandrille
Wandrille
With the script, when i put an Image, I have too many files created.   Maybe the folder has to be created before the prefix. So The event will...
I suspect that the selection of node is inversed. ``` if (from = pos + this.node.nodeSize) { if (this.renderer.instance.selected()) { return; } this.selectNode(); } else { if (!this.renderer.instance.selected()) { return;...