GitHub
fcd97941
Merge pull request #75 from Unity-Technologies/master
Update from master
7 年前
Peter Bay Bastian
0b1c506d
Fix direction on some gradients
7 年前
Peter Bay Bastian
dc8375d3
Gradient edges
7 年前
Peter Bay Bastian
347edc88
Colored edges! (also, unify node and edge view creation)
7 年前
Peter Bay Bastian
73c2bce4
Properly dispose of MaterialNodeViews
7 年前
Jens Holm
0f07c1c0
Add mesh selection for master node preveiw
7 年前
Peter Bay Bastian
17a5050c
Fix hanging edges for collapsed nodes after undo/redo
Reduce the amount of `ValidateGraph()` calls when undo/redo'ing to 2 rather than once per node and edge per graph
7 年前
Peter Bay Bastian
867e4ea2
Replace OnGraphChange with polling-based change tracking system
7 年前
Tim Cooper
9ff93cdb
Add specific material slot types and port code generation node to use them.
7 年前
Jens Holm
706ca05d
Add null check for serialized object in MaterialGraphEditWindow
7 年前
Matt Dean
a3c5d049
Input Part 1
Input/Basic (WIP)
Input/Scene (WIP)
7 年前
Jens Holm
2ecc2e08
Add copy to clipboard for selected node
7 年前
Matt Dean
6f70ee57
Added Hyperbolic Cos/Tan
7 年前
Peter Bay Bastian
52f7080a
more party
7 年前
Matt Dean
da4c61fd
Maths Part 4
- Maths/Vector (finish)
- Maths/Derivative
- Maths/Trigonometry
- Maths/Matrix (temporarily removed for rewrite)
- Moved CommonMatrix enum to MatrixCommonNode.cs and removed file
7 年前
Peter Bay Bastian
ae4febc2
Use rendering settings from current scene
7 年前
Matt Dean
d085dca3
Maths Part 3
- Cleanup after merge
- Started on Maths/Vector
- Fixed Log and Exponential outputs
- Partial Derivative is WIP
7 年前
Peter Bay Bastian
8407756d
Workaround sRGB issue in UIElements such that previews are now rendered correctly
7 年前
GitHub
21a946ef
Merge pull request #73 from Unity-Technologies/master
Merge master
7 年前
Tim Cooper
52f89bea
Merge branch 'spacetranslation' into master2
7 年前
Peter Bay Bastian
9cbe42fb
Fix bug causing collapsed nodes to not have slots visible that should be visible
7 年前
Peter Bay Bastian
2876e2d3
Small changes to checkerboard shader
7 年前
Peter Bay Bastian
1fda75af
more party
7 年前
Peter Bay Bastian
b6a4d98d
Fix preview rendering bugs (causing re-use of previous texture and disapperance of checkerboard background) and persistence (remembers zoom etc. between assembly reloads, scene changes, even play mode!)
7 年前
Peter Bay Bastian
c43005a1
Remove last bit of presenters YAY
7 年前
Peter Bay Bastian
46b505fb
Move more stuff from MaterialGraphPresenter, also introduce proper constructor
7 年前
Peter Bay Bastian
a97628f1
Work around UIElements bug causing VisualElement.Sort to throw a NullReferenceException if the element is childless
7 年前
Peter Bay Bastian
c6b895e7
Remove command handling from MaterialGraphPresenter
7 年前
Peter Bay Bastian
9dbfb5c3
Move slot compatibility check code into MaterialSlot
Validate commands directly in window class, rather than through MaterialGraphPresenter
Move a few things from MaterialGraphPresenter to GraphEditorView
Create manipulator for node creation (NodeCreator), rather than manually doing it in MaterialGraph
Move things from MaterialGraph constructor into GraphEditorView
Completely remove GridBackground, as we were not using it
Remove Clicker manipulator, as it was not used
7 年前
Peter Bay Bastian
76269a78
Remove un-used presenters
7 年前
Peter Bay Bastian
c88791bb
Duplication/insert etc. now selects the new elements
7 年前
Tim Cooper
5bc05ae7
tidy up code
7 年前
Peter Bay Bastian
ab269bcc
Fix issues that should have caused compile errors
7 年前
Tim Cooper
b2eceafe
Improve 'geometry' based nodes so they can do space translations internally.
7 年前
Peter Bay Bastian
80fe7520
Remove generic parameter from MaterialGraphEditWindow
Minor clean-up here and there
7 年前
Tim Cooper
66cf728c
Tidy up transforms so that graphs have a 'prefered' space to work in.
7 年前
Patrick Fournier
2f6fe8fb
Remove values that are set by default on parent class.
7 年前
Patrick Fournier
19de8169
Move framing shortcuts to GraphView.
7 年前
Patrick Fournier
f1bea6cf
Update following the RFC
7 年前
Matt Dean
25f091c2
Missed file
7 年前
Matt Dean
31068f89
More PR fixes
7 年前
Matt Dean
9772a011
More PR fixes
7 年前
Matt Dean
b4599393
Fix merge conflicts for PR
7 年前
Matt Dean
3ca3abee
Maths Part 2
- Maths/Interpolation
- Maths/Round
- Fix merge conflict for PR
7 年前
Matt Dean
4ec6fe3b
Maths Part 1
- Maths/Basic
- Maths/Advanced
- Maths/Range
- Add HLSL safe conversion for node name
7 年前
GitHub
bd071d2c
Merge pull request #515 from Unity-Technologies/Unity-2017.3
Unity 2017.3
7 年前
Tim Cooper
cfc92bad
update package def.
7 年前
Tim Cooper
e9f10553
Fix dependency
7 年前
Tim Cooper
b16686d0
strip hd pipe for now when in package.
7 年前
Tim Cooper
1094a25f
move HD using class data from core.
7 年前