This also shows the node tree in the Simulation Editor.
There is a new operator to add a simulation.
One debatable aspect of this patch is how I integrated the SpaceNodeEditor.simulation
property in RNA. I decided to wrap the existing id property, because the description
says Data-block whose nodes are being edited, which is exactly what is happening here.
I'm also not sure if more changes are necessary for the node tree embedding. I feels too easy. Maybe @Bastien Montagne (mont29) can give me a hint?
For now it behaves as I'd expect, but since I can't do much with the data block yet, I cannot test many things.
This is how the header in the Simulation Editor (node editor) looks like:
This is part of T73324.
