30 次代码提交 (9c824f2a-9cf7-4258-8bb8-c95645ba2854)

作者 SHA1 备注 提交日期
Tim Cooper da4824f7 Readd all existing nodes. 8 年前
Tim Cooper c522adcc [material graph]Working on texture preview / regeneration of drawing layer workflow. 8 年前
Tim Cooper 0dd596bf [Material Graph] change nodes property to GetNodes<T> where you can get nodes of a given type 8 年前
Tim Cooper d9619701 [material graph] Tidy up API for slot management (make generic). 8 年前
Tim Cooper 62377747 [Material graph] Working subGraph now. Copies function / properties etc. 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 313777e5 [Mat Graph] Master Node Inversion refactor 8 年前
Tim Cooper 1c332af5 [mat graph]Fix issue with edges not behaving well 8 年前
Tim Cooper 9ea47ed4 working on shader compiler issues 8 年前
Tim Cooper bc6130d7 Fix nodes so that the master node now can do a mapping from vertex input to usage by the master node. 8 年前
Paul Demeulenaere 8592d7d0 Add an index to RequiresMeshUV, allows require UV1 to UV3 8 年前
Tim Cooper 0a990a6d allow specifying the UV channel on the UV node. 8 年前
Matt Dean 5bed2efc Menu Reorg: Input 7 年前
Peter Bay Bastian 7e160ce8 Run `hg format` on repository 7 年前
Tim Cooper 215e1b6a Refactoring slot types. 7 年前
Peter Bay Bastian f695b6fa Enum attribute control 7 年前
Matt Dean 31068f89 More PR fixes 7 年前
Matt Dean f3353a02 Input Part 2 7 年前
Peter Bay Bastian f95f8c27 BIG namespace refactor: UnityEngine -> UnityEditor, MaterialGraph -> ShaderGraph 7 年前
Matt Dean abed850e Merge master 7 年前
Peter Bay Bastian 1cf9ffde Update node titles to use new array-based grouping `[Title("UV/Flipbook")]` -> `[Title("UV", "Flipbook")]` 7 年前
Peter Bay Bastian da0d10c8 Massively decreased amount of allocations in preview rendering (~440 kB -> ~23 kB per frame) 7 年前
GitHub 09d669c8 Various refactorings and improvements (#139) 7 年前
Tim Cooper 259c7ce1 Changing sub graphs to use functions instead of inlining. 7 年前
Matt Dean e5024bd2 Cosmetic (name) changes 7 年前
Tim Cooper 025d9ffb UVNode now outputs vector4 UV's 7 年前
Matt Dean 394320a1 Add documentation links for all nodes 7 年前
Peter Bay Bastian 4dfbc988 Fix per-stage requirements and translations part 1 6 年前