Peter Bay Bastian
|
5960f11a
|
Added basic inspector for graph editor and added the selected nodes to the graph asset
It currently just shows the names of the currently selected nodes
|
8 年前 |
Peter Bay Bastian
|
e69e0431
|
Foundation has been laid for node inspectors (partially implemented for surface master)
|
8 年前 |
Peter Bay Bastian
|
2483a684
|
Added preview of first selected node in inspector
|
8 年前 |
Peter Bay Bastian
|
a2959466
|
Implemented node pinning
|
8 年前 |
Peter Bay Bastian
|
e5c4ffb6
|
Inspector now listens for changes to node relevant to the previewed node. It is now possible to pin the selected node, while another node is pinned (to avoid having to click 2 times). Constant re-paint is now only turned on if any relevant nodes require time.
|
8 年前 |
Peter Bay Bastian
|
ddc991d7
|
Removed un-pin functionality, such that a node is always pinned (defaults to active master node). Also improved interface for AbstractGraphInspector.
|
8 年前 |
Peter Bay Bastian
|
7343f497
|
Added IDisposable functionality to ObjectPool (and ListPool)
|
8 年前 |
Peter Bay Bastian
|
cb87ed84
|
Minor improvements to graph inspector
|
8 年前 |
Peter Bay Bastian
|
e73c926b
|
Disable ReSharper warning about delegate subtraction as it is not valid for our use case
|
8 年前 |
Peter Bay Bastian
|
663e90f3
|
If no node is pinned in graph inspector, display message rather than hiding the preview completely
|
8 年前 |
Peter Bay Bastian
|
2eace1c5
|
Extracted abstract base class from MaterialGraphInspector
|
8 年前 |
Tim Cooper
|
17429180
|
Add support for setting default input values on material sub graphs (when editing the graph) so there is something to compare with.
|
8 年前 |
joce
|
3e485a48
|
DrawData be gone
Signed-off-by: joce <joce@unity3d.com>
|
8 年前 |
joce
|
cfc167d9
|
TypeMapper now derives from BaseDataMapper
Signed-off-by: joce <joce@unity3d.com>
|
8 年前 |
joce
|
2a1b5b99
|
TypeMapper => GraphTypeMapper
Signed-off-by: joce <joce@unity3d.com>
|
8 年前 |
Peter Bay Bastian
|
ab990b62
|
TypeMapper and ScriptableObjectFactory
Only used in AbstractGraphInspector for now
|
8 年前 |
Tim Cooper
|
435b3c0e
|
Add names to property nodes in the editor
|
8 年前 |
Tim Cooper
|
defd6784
|
[fix]Partial fix to rendering not being updated. Not complete but getting there.
|
8 年前 |
Peter Bay Bastian
|
ecb231e6
|
#35 Pull AbstractGraphInspector into AbstractMaterialGraphInspector
|
8 年前 |
Peter Bay Bastian
|
696062ae
|
#35 namespace UnityEditor.Graphing.Drawing -> UnityEditor.MaterialGraph.Drawing
|
8 年前 |