I found an answer.
When You instance scene from code, You Have to set GenEditState to GENEDITSTATE_INSTANCE = 1
Be aware that works only from editor. But Your code is "tool" so I suppose it can work.
var scene : PackedScene = load("res://path")
var node : Node = scene.instance(GEN_EDIT_STATE_INSTANCE)