Peter Bay Bastian
e91932f8
Node selector / search
7 年前
Peter Bay Bastian
128c6db4
Add sub-graphs to node search menu
7 年前
Peter Bay Bastian
2c5ae2d4
Move "Copy shader" into context menu
7 年前
Peter Bay Bastian
90868fe3
Move "convert to subgraph" to context menu
7 年前
Peter Bay Bastian
da0d10c8
Massively decreased amount of allocations in preview rendering (~440 kB -> ~23 kB per frame)
7 年前
Peter Bay Bastian
72c4bdea
Move contextual actions from node search menu into actual context menu
7 年前
Peter Bay Bastian
8c82d94e
- Dropping edge on graph (specifically not on a slot) now pops up the add node menu and auto-connects to the first compatible slot (only shows nodes where a slot is compatible)
- Another repaint to fix issue where an added node is not shown
- Update ports and colors when deleting nodes per graphview's request
7 年前
Peter Bay Bastian
eed09312
When creating nodes by dropping edge, reposition the node after creating it such that the edge stays at the same position
7 年前
Peter Bay Bastian
d41f2281
Fix hanging edges ( fixes #142 , fixes #152 , fixes #158 )
7 年前
Peter Bay Bastian
484b4f58
* Add individual properties to node search
* Remove dropdown from property node
* Add all compatible slots to node search when dragging into empty space
*
7 年前
Peter Bay Bastian
038d4d90
Remove property node from search results
7 年前
Peter Bay Bastian
c595547c
Fixes #217 by searching all assemblies in the app domain
7 年前
Peter Bay Bastian
57a0eab1
Remove unused imports in entire solution
7 年前
Martin Thorzen
0a72fe97
When saving a sub graph, we now go through all the shader graphs and updated them if they are using this sub graph.
Not allowed to have sub graph inside a sub graph
Removed sub graph from searh window when in subgraph
Prompting the user when removing slots and properties from the sub graph.
7 年前
Peter Bay Bastian
b3445484
Add wrapper for `Assembly.GetTypes()` which won't throw an exception
7 年前
Peter Bay Bastian
0b584564
Merge with master
7 年前
Martin Thorzen
9c29a0c6
Added functionality to search window and made the path's sanitized.
7 年前
Peter Bay Bastian
03c0b504
Remove uses of .NET 4+ only API
7 年前
Peter Bay Bastian
ac20b304
Fix null refs in search window provider
7 年前
Peter Bay Bastian
495c97b8
Search window respects shader stage
7 年前
Tim Cooper
fafb59af
Run code formatter.
7 年前