Matt Dean
4f8a273e
Fix UV bindings for preview shader and Unlit master
7 年前
Tim Cooper
9ee28856
Bump version 0.1.11
7 年前
Tim Cooper
259c7ce1
Changing sub graphs to use functions instead of inlining.
7 年前
Matt Dean
1ea14a06
Rename Sign output on Camera node
7 年前
GitHub
c3ae833e
Merge pull request #144 (Upgrade to use new shader library)
Also includes WIP HD Unlit Master Node
7 年前
Tim Cooper
f71d562a
Working HD / LW unlit from same shader file.
7 年前
Matt Dean
4503a2ce
Change Flip node to flip 1 > -1 and added Invert Colors node
7 年前
Tim Cooper
d920687b
Fix up LWUnlit to work with shader library.
7 年前
Jens Holm
9b1d3da9
Make maste node preview a separate window
7 年前
Matt Dean
29e04332
Channel Mask node to Mask Field (prt 2)
7 年前
Tim Cooper
c3284443
Add ref to resources file.
7 年前
Jens Holm
682af7b6
Fix uss class for resize top-let hadle in resize handle
7 年前
Matt Dean
3e4f3590
Channel Mask node to Mask Field (prt 1)
7 年前
Tim Cooper
5c4cbe12
For LW use the proper shader paths that get exported from the LW package..
7 年前
Jens Holm
55869a0b
Make class for adding resize handles along the border of a visual element
7 年前
Matt Dean
125d4bb5
Switch Linear Light blend methods
7 年前
Tim Cooper
a13c3ee9
Use helper function to figure out if we have warnings or errors.
7 年前
Jens Holm
11b8912f
Make resize side handle determine own uss classes
7 年前
Matt Dean
ec76d400
Fix Fog node
7 年前
Tim Cooper
8aab03fe
Merge remote-tracking branch 'origin/master' into HDMaster
7 年前
Jens Holm
5c86f77c
Merge master
7 年前
Peter Bay Bastian
e1f95448
Various bug fixes
* Clean up master preview render data
* Add size check to IndexSet.Contains
7 年前
Peter Bay Bastian
a5f98a7d
Remove log messages when resizing inspector
7 年前
Tim Cooper
ad906af4
Creating mini shader graph library / fixing gamma -> linear colours
7 年前
Jens Holm
ff694d9c
Add resize handles to corner of inspector window
7 年前
GitHub
09d669c8
Various refactorings and improvements ( #139 )
* Move previewMode to RenderData instead of ShaderData (still some to do here, as apparently there's still a RenderData _and a_ ShaderData per node, but the intention was to have a RenderData per node and then share ShaderData between those)
* Introduce a temporary identifier for nodes. The first part of this identifier is an index (`int`) which is assigned linearly. When a node is deleted, its identifier as added to a free list. Each identifier also contains a version (`int`), which is incremented when the identifier is re-used. This allows us to replace usage of Dictionary with List in a lot of places.
* Introduce IndexSet for efficiently storing and manipulating a list of indices (e.g. from temp IDs). Internally this stores a list of 32-bit integers and uses each bit to represent 1 index. The operations of `ISet<int>` are implemented for this type, although that interface does not exist in Unity. The operations are very fast and cac...
7 年前
Tim Cooper
25b66c4b
fixing merge
7 年前
Jens Holm
2587263f
Remove resize function from GraphInspectorView
7 年前
Peter Bay Bastian
758cf9e6
Inspector window changes ( #138 )
* Add resize handle class and reuse some resize handle uss styling in inspector window
* Reigister postlayout callback on graphview rather than inspector view
* Remove resize function from GraphInspectorView
* Add resize handles to corner of inspector window
7 年前
Tim Cooper
5c979fc8
Merge master
7 年前
Jens Holm
e1ebec49
Merge master
7 年前
GitHub
eb5b5a85
Shader source mapping for node functions ( #137 )
7 年前
Peter Bay Bastian
15cfbb6f
Bump package version
7 年前
Peter Bay Bastian
ea126eba
Update shader error message
7 年前
Jens Holm
ec88c9f3
Reigister postlayout callback on graphview rather than inspector view
7 年前
Peter Bay Bastian
2a66a4bf
Remove selection stuff from inspector and move properties to the top
7 年前
Jens Holm
e72aef5a
Add resize handle class and reuse some resize handle uss styling in inspector window
7 年前
Peter Bay Bastian
1a6d34eb
Output shader errors to console when uber shader has error
7 年前
GitHub
2d290890
Merge pull request #134 from Unity-Technologies/inspector-window
Inspector window
7 年前
Jens Holm
f0203715
Ensure inspector winow to stay in editor window rect after window resize
7 年前
Jens Holm
0ff2964b
Improve resize handling of inspector window
7 年前
Jens Holm
429a5f71
Make resizeing from left and top not move the inspector window when reaching minimum size
7 年前
Jens Holm
9e48247a
Enlarge preview handle-bar size on inspector window
7 年前
Jens Holm
4978e50e
Put resize handles as invisible bars on edges of inspector window
7 年前
Jens Holm
fc09a1d5
Change font-size in inspector window back to 11
7 年前
Jens Holm
89613602
Move addition of resize handle higher in inspector prevewi window to cause it to overlay other elements
7 年前
Jens Holm
8bd7923f
Add check for capture when draggable manipulator releases
7 年前
Jens Holm
0b6e4066
Add resize icon to inspector preview and replace preview node resize handle with temporary icon
7 年前
Jens Holm
82f3473f
Add resize handle to inspector window
7 年前
Jens Holm
22adea01
Make graph inspector window not pinned to the right side of the editor window
7 年前