74 次代码提交 (164bf7a6-ff12-47dd-836e-7a9fc1913880)

作者 SHA1 备注 提交日期
Tim Cooper da4824f7 Readd all existing nodes. 8 年前
Tim Cooper 8e10c8cb [mat graph]Sub graph is working again. 8 年前
Tim Cooper 62377747 [Material graph] Working subGraph now. Copies function / properties etc. 8 年前
Tim Cooper 607a2f9e [material graph]Add button to convert selection into subGraph 8 年前
Tim Cooper 376c8378 [material graph]Change how precision works, make default precision half. 8 年前
Tim Cooper 7ae021c6 [material graph]Convert slots from being a string into being an int that can be referenced from the node. 8 年前
Tim Cooper 6ef35ae3 [Material Graph]Use slotid's instead of slots. 8 年前
Tim Cooper 553fedbf [Format]Run code formatting 8 年前
Tim Cooper 95b250d2 [material graph] Fix newline issues. 8 年前
Tim Cooper 29600f72 [Material graph] Fix up subgraph asset reference serialization. 8 年前
Tim Cooper 8ecfe640 [material graph]Remove upgrade code, no needed yet. 8 年前
Tim Cooper 6f66febe [material graph]Fix standalone compile issue. 8 年前
Tim Cooper c565a8d4 fix formatting 8 年前
Tim Cooper 313777e5 [Mat Graph] Master Node Inversion refactor 8 年前
Tim Cooper 9ea47ed4 working on shader compiler issues 8 年前
Tim Cooper 5cbe3cf4 [mat graph]Fix subgraphnode always regenerating the graph + fix exception on port adaptor 8 年前
Paul Demeulenaere 51383cec Add world tangent node (with IRequireTangent behavior) 8 年前
Paul Demeulenaere c1f9ae7d Add WorldBitangentNode (with IMayRequireBitangent behavior) 8 年前
Paul Demeulenaere 2c0192a0 Add VertexColorNode & Fix missing bitangent in AbstractSurfaceMasterNode.cs 8 年前
Paul Demeulenaere 8592d7d0 Add an index to RequiresMeshUV, allows require UV1 to UV3 8 年前
Tim Cooper 7ee96660 [mat graph]Start work on remapper 8 年前
Tim Cooper c11fe3b4 [Material graph]Tidy up node remapper. It now does not emit nodes but passes through. 8 年前
Peter Bay Bastian 70e53ed7 Refined `ModificationScope` with `.Topological` 8 年前
Tim Cooper 0a990a6d allow specifying the UV channel on the UV node. 8 年前
ChrisTchou 9ac0408c Adding support for IMayRequireViewDirectionTangentSpace, and a simple Parallax node to use it. Node seems to have the correct behavior, but not fully tested. 7 年前
Tim Cooper 793887f9 Working 'convert to subgraph' 7 年前
Peter Bay Bastian 7e160ce8 Run `hg format` on repository 7 年前
Tim Cooper 8a87c992 More refactoring. 7 年前
Tim Cooper be067cc2 first real working shader in the 'new' model. 7 年前
Tim Cooper 0b56c45b first pass. 7 年前
Tim Cooper 8d5e6fd1 texture exposition working 7 年前
Tim Cooper 779d0288 [MatGraph]Use generated names for properties so that they do not conflict and are formatted properly. 7 年前
Tim Cooper 76430e32 Refactored subgraph to abstract subgraph + remap subgraph. This is groundwork to allow for real remap master nodes. 7 年前
Tim Cooper 97cfbe75 Working remap node (wood wood) probably still needs a bunch of love. but something is working :) 7 年前
Tim Cooper 215e1b6a Refactoring slot types. 7 年前
Tim Cooper 24923996 misc fixes afer changes 7 年前
Peter Bay Bastian 9bf884ab Add object field attribute control 7 年前
Tim Cooper a5c9b0ce Merge branch 'exposed-prop-subgraph' 7 年前
Tim Cooper 6161fea6 Fix compiler warnings :) 7 年前
Peter Bay Bastian f95f8c27 BIG namespace refactor: UnityEngine -> UnityEditor, MaterialGraph -> ShaderGraph 7 年前
Tim Cooper 5a5f791f Working on improving texture node: 7 年前
Tim Cooper 72e82ce1 fix up graph validation. 7 年前
Peter Bay Bastian a00f148d Remove usage of EditorGUILayout.MiniThumbnailObjectField, so that we don't have to make it public 7 年前
Peter Bay Bastian 1cf9ffde Update node titles to use new array-based grouping `[Title("UV/Flipbook")]` -> `[Title("UV", "Flipbook")]` 7 年前
Peter Bay Bastian 128c6db4 Add sub-graphs to node search menu 7 年前
Peter Bay Bastian da0d10c8 Massively decreased amount of allocations in preview rendering (~440 kB -> ~23 kB per frame) 7 年前
Matt Dean 3f34639b Fixes for subgraph, preview and property nodes 7 年前
Matt Dean 00f3fcff Merge branch 'master' into node-validate-current 7 年前
Peter Bay Bastian 81940dcd Add object control back to SubGraphNode for now (fixes #112) 7 年前
Peter Bay Bastian 38e4110f Move static methods out of AbstractMaterialNode 7 年前
GitHub 09d669c8 Various refactorings and improvements (#139) 7 年前
Tim Cooper 259c7ce1 Changing sub graphs to use functions instead of inlining. 7 年前
Tim Cooper 8342aa12 Finish refactoring subgraphs. 7 年前
Tim Cooper 2888f1c2 -When we validate a subgraph node we also need to validate the subgraph (generates the concrete values). 7 年前
Matt Dean 4ad43705 Vector1 property refactor and types 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. 7 年前
Matt Dean 394320a1 Add documentation links for all nodes 7 年前
Martin Thorzen edb12553 [FIX] #272 This will prefix the generated code with "sg_" 7 年前
Martin Thorzen f9797583 Fixed the feedback from GIT 7 年前
GitHub bad5cbcd Merge pull request #277 from Unity-Technologies/doc-links 7 年前
Peter Bay Bastian 0b584564 Merge with master 7 年前
Matt Dean 589cb99a Add changes from previous branch 7 年前
Peter Bay Bastian 4dfbc988 Fix per-stage requirements and translations part 1 6 年前
Peter Bay Bastian 35c8e0e3 Temporarily remove vertex capability from Subgraphs 6 年前
Matt Dean 42b09806 Add first pass Texture2DArray and Texture3D support 6 年前
Matt Dean 26a4b39a HD subshaders branch rebuild 6 年前
Matt Dean 36a0484f Merge remote-tracking branch 'origin/master' into sg/texture-types 6 年前
Peter Bay Bastian a958b031 Rename PropertyType.Texture to Texture2D 6 年前
Tim Cooper fafb59af Run code formatter. 6 年前
Martin Thorzen 7c397424 Addded cache for subgraph. Before it was deserializing on every frame. 6 年前
Martin Thorzen 048a40af Removed Legacy Code 6 年前
Martin Thorzen 11cbbe0d Removed the ObjectControl and added ( sub) to the name of the sub graph node 6 年前
Peter Bay Bastian 7f024953 Implement dependency tracking for sub graphs 6 年前
Peter Bay Bastian 358cdac8 Fix texture and boolean property types in subgraphs 6 年前