Tim Cooper
64357be6
[shader graph]Add asset preview for graph.
9 年前
Tim Cooper
53f95972
[shader graph]Refactor
-namespace UnityEditor.Graphs.Material
+namespace UnityEditor.MaterialGraph
9 年前
Tim Cooper
4d5ee48d
[shader graph]Start adding UI to the graph view.
9 年前
Tim Cooper
abcc9002
[shader graph]
*Fix exposition of vector properties
*Change validation (graph wholeistic)
*Add view layer callback for when nodes change internally (need repaint)
*Add missing pool classes
9 年前
Tim Cooper
cf6628c6
[material graph]Fix serialization issues + start adding unit tests
9 年前
Tim Cooper
2645e25c
[Material Graph] split into runtime vs editor. Create UI delegation to handle node drawing nicely.
9 年前
Tim Cooper
a2d8ad62
Add drawing of custom node preview
Delegate drawing to a custom drawer class that is looked up via
attribute, it will search for most specific drawer first, then walk up
the inheritence chain.
9 年前
Tim Cooper
553fedbf
[Format]Run code formatting
8 年前
Tim Cooper
6cf280f3
[Material Graph]Add image comparison tests. Just add graph to UnityShaderEditor/Tests/IntegrationTests/Graphs
8 年前
Tim Cooper
3313d8c4
trying new UI
8 年前
Tim Cooper
9398ce96
[Material graph]Fix preview render for 2d nodes (use correct color space.
8 年前
Tim Cooper
1b049752
[Material Graph] Rename and reorganise the repository.
8 年前
Tim Cooper
1c332af5
[mat graph]Fix issue with edges not behaving well
8 年前
Tim Cooper
b3888385
Previews work properly again and switch between 2d and 3d properly.
8 年前
Tim Cooper
e1f379f3
Recreate latest changes from RMGUI from joce
8 年前
Tim Cooper
591ca2fd
Start upgrade to new graph view.
8 年前
Tim Cooper
c0b51820
fixing after merge
8 年前
Tim Cooper
b1c4e62a
Post merge tidy.
7 年前
Peter Bay Bastian
bdd1ae34
Make MaterialGraphPreviewGenerator disposable
7 年前
Mads Ronnow
87be495a
Getting rid of PreviewRenderUtility
Still a bit draft like. Needs to be properly checked for disposing of
data correctly.
Added checkboard background to preview. B
Bug: checkerboard disappears after windows loses and regains focus and
the node is moved around.
7 年前
Mads Ronnow
3ecf6537
Cleaned up MaterialGraphPreviewGenerator
7 年前
Tim Cooper
06494dc3
Ensure tests are run with the same preview lighting.
7 年前
Peter Bay Bastian
7e160ce8
Run `hg format` on repository
7 年前
Peter Bay Bastian
817240b1
Fix preview rendering ( #48 )
7 年前
Tim Cooper
1793f62f
Add LW SRP into material graph
7 年前
Tim Cooper
8a87c992
More refactoring.
7 年前
Peter Bay Bastian
bec6cdbb
New preview system and master node preview in inspector
7 年前
Peter Bay Bastian
5b4c9be5
Move things around in preview generator
7 年前
Peter Bay Bastian
df04d0ce
Use current ambient probe for preview rendering
7 年前
Tim Cooper
6161fea6
Fix compiler warnings :)
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
ae4febc2
Use rendering settings from current scene
7 年前
Jens Holm
0f07c1c0
Add mesh selection for master node preveiw
7 年前
Peter Bay Bastian
f95f8c27
BIG namespace refactor: UnityEngine -> UnityEditor, MaterialGraph -> ShaderGraph
No longer need assembly name in serialized data
7 年前
Jens Holm
fd1a979a
Center preview mesh
7 年前
Tim Cooper
ec2df61b
Fix preview position in 2D previews
Turn off pixel caching for nodes
7 年前
Tim Cooper
8ff15259
Fix preview centering for custom meshes
7 年前
Tim Cooper
e26f02bc
remove non needed logs
7 年前
Peter Bay Bastian
94202c55
Assembly Definition Files
7 年前
Peter Bay Bastian
57a0eab1
Remove unused imports in entire solution
7 年前