Peter Bay Bastian
|
1513eb00
|
Tidy up presenters folder, such that all the actual node presenters (i.e. corresponding to an actual node) lives inside their own folder
|
7 年前 |
Peter Bay Bastian
|
315fa5db
|
Missing change for 15eb6b7dabdeb624e8fce79ab693381310a9614c
|
7 年前 |
Peter Bay Bastian
|
693b0aa5
|
Remove `elements` from MaterialNodePresenter. Sub-presenters are accessed through independent properties now.
Much simpler to work with and also less garbage generation :)
|
7 年前 |
Tim Cooper
|
34cc0f15
|
Start work on making 'sub-graph' work again in an expected way.
|
7 年前 |
Tim Cooper
|
a494cc0c
|
Adding back sub graph support
|
7 年前 |
Peter Bay Bastian
|
f516d811
|
Merge remote-tracking branch 'origin/subgraph'
# Conflicts:
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/MaterialGraphEditWindow.cs
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Presenters/MaterialGraphPresenter.cs
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Presenters/MaterialNodePresenter.cs
|
7 年前 |
Peter Bay Bastian
|
7e160ce8
|
Run `hg format` on repository
|
7 年前 |
Tim Cooper
|
f6fa3513
|
Starting to extract properties.
|
7 年前 |
Tim Cooper
|
8a87c992
|
More refactoring.
|
7 年前 |
GitHub
|
5f6271d2
|
Merge pull request #67 from stramit/refactor-properties
Refactor properties
|
7 年前 |
Tim Cooper
|
29754ac3
|
Working light weight unlit master node
|
7 年前 |
Tim Cooper
|
97cfbe75
|
Working remap node (wood wood) probably still needs a bunch of love. but something is working :)
|
7 年前 |
Tim Cooper
|
4a551695
|
temp
|
7 年前 |
Tim Cooper
|
f2cae710
|
Merge branch 'exposed-prop-subgraph'
# Conflicts:
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Inspector/GraphInspectorView.cs
|
7 年前 |
damian
|
73ca4594
|
No-presenters works: Fractal and Vector1 node creation and deletion.
|
7 年前 |
Peter Bay Bastian
|
ff8de4d3
|
New attribute-based system for node controls
|
7 年前 |
damian
|
33ee05ff
|
Fixed compatibleAnchors checks for when starting on a no-presenter anchor.
|
7 年前 |
Peter Bay Bastian
|
811d7dab
|
Color attribute control
|
7 年前 |
Peter Bay Bastian
|
fcbee16f
|
Remove commented out node presenters
|
7 年前 |
damian
|
a327462f
|
Converted all nodes to use no-presenter.
|
7 年前 |
Peter Bay Bastian
|
f695b6fa
|
Enum attribute control
|
7 年前 |
damian
|
d9e85fdf
|
Cleaning up presenter code.
|
7 年前 |
Peter Bay Bastian
|
152042bb
|
Comment out IfNode for now
|
7 年前 |
Peter Bay Bastian
|
7bb42428
|
Use attribute controls for Matrix nodes
|
7 年前 |
Peter Bay Bastian
|
aeedf575
|
Attribute control for gradient node
|
7 年前 |
Peter Bay Bastian
|
9bf884ab
|
Add object field attribute control
|
7 年前 |
Tim Cooper
|
a5c9b0ce
|
Merge branch 'exposed-prop-subgraph'
# Conflicts:
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Data/Nodes/Input/Matrix/Matrix2Node.cs
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Data/Nodes/Input/Matrix/Matrix3Node.cs
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Data/SubGraph/AbstractSubGraphIONode.cs
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Data/SubGraph/AbstractSubGraphIONode.cs.meta
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/AbstractMaterialGraphEditWindow.cs
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Inspector/GraphInspectorView.cs
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Presenters/MaterialGraphPresenter.cs
# MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Presenters/Nodes/SubgraphIONodePresenter.cs
# MaterialGraphProject/Assets/UnityShaderEditor/Runtime/SubGraph/SubGraphOutputNode.cs
|
7 年前 |