Jump to content

Prevent node editor from selecting newly created node.


photo

Recommended Posts

I have an object I am creating custom controls for. One of the things it will can do is load subnodes directly. I would like the parent node to remain focused in the node editor rather than the newly created child. Any ideas on how I might achieve this?

Link to comment

Not sure how and where you want to implement this functionality but in principle it should be possible to query node editor selection before load of your subnodes and than restore this selection afterwards. Might require some node editor script code modifications.

Link to comment
×
×
  • Create New...