846 次代码提交 (32bba81d-f01d-4b4e-b901-b4412a41c6cf)

作者 SHA1 备注 提交日期
Tim Cooper 2a039635 [Shader Graph] Inital commit of modularised graph editor 12 年前
Tim Cooper 2de768fd [Shader Graph]Making it work on current setup. 9 年前
Tim Cooper 3138de7e [Shader Graph]Fix minor issues as they are encountered 9 年前
Tim Cooper 1eaab6d4 [MaterialGraph] Compiling (and working) specular / metal setups. 9 年前
Tim Cooper 7d0465eb [Shader Graph]Reformat the code to match conventions. 9 年前
Tim Cooper e1a0768f [Shader Graph] 9 年前
Tim Cooper e7365ac3 [shader graph] add lerp node. 9 年前
Tim Cooper e902d076 [Shader Graph] Remove time hacks and use time overrides when rendering. Use real editor time. 9 年前
Tim Cooper 64357be6 [shader graph]Add asset preview for graph. 9 年前
Tim Cooper c2f74843 Fix up setting preview properties to be pull based instead of push based (needs close review) 9 年前
Tim Cooper 53f95972 [shader graph]Refactor 9 年前
Tim Cooper 9b51c881 [shader graph]Tidy up generation of shaders / preview. 9 年前
Tim Cooper cb909cbc [shader graph] Support adding / removing master node slots for easy upgrading. 9 年前
Tim Cooper 424d2324 [shader graph] Fix issue where we were overriding base class and not calling the function. 9 年前
Tim Cooper 5a34322a [Shader Graph] Previews rendering. 9 年前
Tim Cooper 4b137787 [shader graph]Reenable node UI. Not amazingly laid out yet, but it will get there. 9 年前
Tim Cooper ff4d4704 [shader graph]fix layout. 9 年前
Tim Cooper 94238998 [Shader graph]Add float input node 9 年前
Tim Cooper 229ce4f5 [shader graph]Fix fix up defaults for node inputs. Moving towards typed inputs. 9 年前
Tim Cooper 60dd24e7 [shader graph]Update update some nodes to have multiple outputs. 9 年前
Tim Cooper 7f682001 [Shader Graph] Add channel types. This allows for visual errors if you try to promote vectors. 9 年前
Tim Cooper 70760866 [shader graph]more support for multiple correct channeling. 9 年前
Tim Cooper 450a5f11 [shader graph]small tweaks and cleanup to the invalid state caching. 9 年前
Tim Cooper 4d5ee48d [shader graph]Start adding UI to the graph view. 9 年前
Tim Cooper bb779dab [shadergraph]Make export button that works. 9 年前
Tim Cooper 6086c6d6 [shader graph]Integtate new non modifiable settings into shader graph. Fix setting properties generation pipe to be simpler. 9 年前
Tim Cooper 28d3f4cc [Shader Graph] 9 年前
Tim Cooper 51ceebd2 [shader graph]optimise for GC 9 年前
Tim Cooper 82eedf8b [shader graph]allow properties to be exposed (happens via UI) 9 年前
Tim Cooper abcc9002 [shader graph] 9 年前
Tim Cooper c1c5d22d [shader graph] 9 年前
Tim Cooper 2a69fb8d [shader graph] remove debug that was left in. 9 年前
Tim Cooper a99eb964 [shader graph]Add default input UI support (very alpha) 9 年前
Tim Cooper 6aaca4fc [shader graph] 9 年前
Tim Cooper 1062aabb [shader graph] Allow nodes to no generate default inputs via flag. Only really usefull on base pixel node. 9 年前
Tim Cooper f93f8c6b [shader graph] 9 年前
Tim Cooper 798bca64 [shader graph] 9 年前
Tim Cooper 556a7777 [shaderGraph] 9 年前
Tim Cooper d1eb6888 [shader graph] 9 年前
Tim Cooper 51415775 [shader graph]Data refactor begins. 8 年前
Tim Cooper 6d78b98e [shader graph]data refactor pt2 8 年前
Tim Cooper af2e75ab [shader graph]Data refactor 3 8 年前
Tim Cooper 34db823b [shader graph]Data refactor 4 (working kind of now) 8 年前
Tim Cooper a2b27b3c [Shader graph]Working on getting previews again. 8 年前
Tim Cooper 159a13a8 [shader graph]Renable delete. Fix guids so shaders generate properly. 8 年前
Tim Cooper 418682b1 [Material Graph]Refactoring graph architecture. 8 年前
Tim Cooper 7a1ca7ce [material graph]Compiles again. 8 年前
Tim Cooper cf6628c6 [material graph]Fix serialization issues + start adding unit tests 8 年前
Tim Cooper ed811c3c [material graph]Tidy slot reference usages + update tests. 8 年前
Tim Cooper 0de2d9bd [Material Graph] Mode node collecton code to NodeUtils away from member functions 8 年前
Tim Cooper 2630ebd1 [Material Graph]Material graph does not need reference to owner + more tests. 8 年前
Tim Cooper 404ea34c [material graph]Moving namespaces / extract things to interface 8 年前
Tim Cooper 1b5c5494 [Material Graph]Refactoring drawing. Working general drawing. 8 年前
Tim Cooper 3e4c0174 [Material Graph]Add in general node collapse. 8 年前
Tim Cooper 2645e25c [Material Graph] split into runtime vs editor. Create UI delegation to handle node drawing nicely. 8 年前
Tim Cooper a2d8ad62 Add drawing of custom node preview 8 年前
Tim Cooper 01366ee3 Custom UI for PixelShaderNode. 8 年前
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 26c129c0 [Material Graph] Sub graph / subgraph input nodes are can be added now, need to work on slots still 8 年前
Tim Cooper 51558db2 [Material graph]hax to serialize texture reference :/ 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 addd6c34 [Material Graph]Write tests / fix issues as encountered 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 40ac12ad [Material Graph]Add copy paste support via serializing temp graph and rewriting internal connectors. Next step: auto create sub graph. 8 年前
Tim Cooper 376c8378 [material graph]Change how precision works, make default precision half. 8 年前
Tim Cooper ac62e6d8 [Shader Graph]Tidy function input nodes to now handle input dimensions nicely. 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 0e9ee494 [Material Graph]Tidy + small Refactorings. Add more tests. 8 年前
Tim Cooper cc192491 [Material Graph]Adding property node tests + pixel node tests + tidy API as I go (light functions specifically) 8 年前
Tim Cooper 553fedbf [Format]Run code formatting 8 年前
Tim Cooper 95b250d2 [material graph] Fix newline issues. 8 年前
Tim Cooper 5055d67e [Material graph]More testing + fix things that are broken with the tests. 8 年前
Tim Cooper 31fa7c60 [Material Graph]Readd export button. Fix issue with sub graph exports. 8 年前
Tim Cooper b42e0339 [Material Graph]Fix up texture node serialization. 8 年前
Tim Cooper ff11a50c [Material node] use color property instead of field. 8 年前
Tim Cooper 01630326 drawing preview now. 8 年前
Tim Cooper c565a8d4 fix formatting 8 年前
Tim Cooper 8736b714 color node now updates dependent nodes when the color is modified. 8 年前
Tim Cooper d55cb3d6 [material graph]Fixing position + serializing positions 8 年前
Tim Cooper a8d80b3f [Material graph]Add imgui block for texture controls. Fix controls so they have the correct height. 8 年前
Tim Cooper 1b049752 [Material Graph] Rename and reorganise the repository. 8 年前
Tim Cooper ab7317bb [Mat Graph]Run code formatter 8 年前
Tim Cooper 860a7a67 [Material Graph]delete edge + vector 1 node drawing. 8 年前
Tim Cooper 57c91c90 [material graph]Run code formatter. 8 年前
Peter Bay Bastian 85173f43 Added UI for Vector{2,3,4} 8 年前
Peter Bay Bastian a848031a Added NodeModificationScope for the onNodeModifiedCallback 8 年前
Peter Bay Bastian f8cafbbb Removed preview from vector nodes 8 年前
Peter Bay Bastian 92dd5d89 Replaced MarkDirtyHack with scoped OnModified and optimised preview rendering 8 年前
Peter Bay Bastian 234030ae Corrected onModified calls for various nodes 8 年前
Tim Cooper 39086dd7 [Mat Graph]Remove light functions and instead have multiple master nodes. 8 年前
Tim Cooper f6777ffb [Material Graph]Restore first slot for normal map for now. Needs a real fix. 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 3a45f192 [mat graph]Fix up previews a bit more. 8 年前
GitHub 1172640f Merge pull request #1 from stramit/MasterNode 8 年前
GitHub dc7e686b Merge pull request #2 from stramit/NewUI 8 年前
Tim Cooper 9ea47ed4 working on shader compiler issues 8 年前
Paul Demeulenaere 0c053056 Secret implicit node feature (ease automatic connection considering "virtual" default input node) : plug it for TextureNode 8 年前
Tim Cooper 53ae5d47 Merge branch 'fixingshadercompiler' into HEAD 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 年前
julienf-unity 95bdff73 Add default constructor for MaterialSlotDefaultInput to allow deserialization 8 年前
Peter Bay Bastian 42eb0e0c Merge branch 'master' of github.com:stramit/MaterialGraph 8 年前
Paul Demeulenaere 94f746ff - Avoid add null shaderChunks 8 年前
Paul Demeulenaere 51383cec Add world tangent node (with IRequireTangent behavior) 8 年前
Tim Cooper 47d64c52 [mat graph]Remove implicit node creation now that we have better code generation framework. 8 年前
Tim Cooper f62762b2 [mat graph]Move material options into the master node they exist for + add GUID support for selected master node. 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 年前
Tim Cooper e6cc7289 Merge branch 'RemapAndSubshader' 8 年前
Peter Bay Bastian 22ea3bd8 It is now possible to mark a master node as active in a shader graph (but not in others like sub graphs or remap graphs) 8 年前
Tim Cooper e6b70122 [Material Graph]Show slot default inputs in the inspector. 8 年前
Tim Cooper 17429180 Add support for setting default input values on material sub graphs (when editing the graph) so there is something to compare with. 8 年前
Tim Cooper 0a990a6d allow specifying the UV channel on the UV node. 8 年前
Florent Guinier ce59a9db Step1 for LevelNode 7 年前
Florent Guinier 6f40e6a8 Level node (this time working :)) 7 年前
Florent Guinier 8f28c9f1 move levelNode to "range" menu 7 年前
Andre McGrail 2dbd4aa3 Added nodes 7 年前
Florent Guinier cbbf048e Fix SwizzleNode step1 7 年前
Florent Guinier 7ae13517 SwizzleNode now working 7 年前
Matt Dean 2c5dc651 Cleanup 7 年前
Andre McGrail c127b19f -Moved cube map node 7 年前
Matt Dean cf30e087 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Florent Guinier 6edcd801 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Eduardo Chaves c30e0ee9 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Florent Guinier 24f3679d Added Function4Input & Function4InputTest 7 年前
bfogerty 30bac3ab Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Matt Dean 5bed2efc Menu Reorg: Input 7 年前
Eduardo Chaves 5eca2dca Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Matt Dean d6b32a39 Menu Reorg: UV 7 年前
Florent Guinier 085216ab Split And Combine step1 7 年前
Eduardo Chaves 91c14c31 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Matt Dean eeaa57f9 Menu Reorg: Channel & Procedural 7 年前
bfogerty 9d1506f2 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Florent Guinier dd853ee2 Add flexibility to splitnode 7 年前
Matt Dean 4eca4e2f Menu Reorg: Art & Levels 7 年前
bfogerty 1edaa84a Removed unused property values. 7 年前
Florent Guinier 4b0b903e Add CombineNode 7 年前
Matt Dean 423d104b Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Andre McGrail b6182225 Menu reorg: All math nodes organised and cleaned 7 年前
vlad 45498f4b Made rotation node default to mesh UVs if no UV input is specified. 7 年前
vlad 500e0026 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Eduardo Chaves 4adac24f Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
vlad fd9c67e7 Cosmetic change on the output name of the rotation node. 7 年前
bfogerty 1bba1ba2 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
bfogerty ae510b9e Added a Voronoi Noise Node 7 年前
RinaldoTjan 41da8598 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
MingWai b359c1c7 Let master node to have 2D preview 7 年前
bfogerty cd52a1e3 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
RinaldoTjan 5e5d7d07 Fix the title of the node. 7 年前
RinaldoTjan 180f53e2 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
bfogerty 1780d88e The Voronoi Noise can now be animated. 7 年前
Jennifer Nordwall 8a797aa6 Added matrix multiply, transpose, vector projection and rejection 7 年前
RinaldoTjan 67baa28e Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Andre McGrail 503b7b62 Remap node fix, beginning of toggle node 7 年前
bfogerty 0d1ac07f Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
bfogerty 6ff47f50 Repeating Dot Procedural Node 7 年前
bfogerty ee8f0ea6 Added a spherize node and fixed a bug in the checkerboatd node. 7 年前
Florent Guinier ec474be5 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
bfogerty 82da97c0 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
bfogerty 874af82d Fixed a spherize node calculation error. 7 年前
RinaldoTjan ea69972e Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
vlad 09332619 Texture Asset node and sampler2D input/output type 7 年前
bfogerty a82b356e Added a Pulse Node 7 年前
Eduardo Chaves e2223047 Adding Heightmap to Normalmap node. Fixing some bugs with function N 7 年前
bfogerty f0331f23 Added a procedural box node and made a few changes to the inputs of the pulse node. 7 年前
Eduardo Chaves 20f9d0ca Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Florent Guinier fac62848 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
bfogerty c80b6a3a Added an IF node 7 年前
Matt Dean 7968bfa6 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
bfogerty 2f5a98bb We now have a Custom Code Node 7 年前
Jennifer Nordwall 72252143 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
ChrisTchou 45eedc86 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Florent Guinier fe8256e6 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Eduardo Chaves 82a36753 Fixed sufix hack adding _Uniform at the end of sampler 2Ds. Now this case is handled correctly 7 年前
Jennifer Nordwall 2adf665a Added input/output checking 7 年前
Florent Guinier f13a8ff6 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
vlad 12603c9a Changing all Texture2D types to Teture to allow custom render textures to be added. 7 年前
bfogerty 1f0971d6 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
bfogerty 04080286 Fixed bug. The Cartesian to Polar Node now outputs a vector 2d. 7 年前
Andre McGrail bc8714b2 Added nodes: 7 年前
Tim Cooper 435b3c0e Add names to property nodes in the editor 7 年前
bfogerty af4518e0 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Florent Guinier ef69c53a Convolve filter v1 (WIP) 7 年前
bfogerty a1811244 A Custom Node can now have no inputs or outputs 7 年前
Matt Dean c7fbf38f Added Matrix 2 and 3 types 7 年前
Andre McGrail ee0f0bf6 Tweaked toggle node, now shows on shader as checkbox 7 年前
Florent Guinier 1d20711e convolve filter step2 (plug weights) 7 年前
bfogerty 2df2cc2b Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Florent Guinier 74c4e0ee Convolution filter presenter 7 年前
Florent Guinier ff74ebd2 Convolution filter : fix preview 7 年前
Matt Dean eeb9f4ff Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Matt Dean 3bce395a Added Matrix4 and fixed Matrix multiply 7 年前
Matt Dean 3bb72fa1 Updated matrix mul and transpose (hardcoded to 3x3) 7 年前
Andre McGrail c99dc5e2 REPO FIX 7 年前
bfogerty 5dbc06ce Voronoi noise now outputs different different effects. 7 年前
Matt Dean 718af347 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
bfogerty a20b7720 Added a Twist UV node and moved the Noise Node into the correct directory. 7 年前
Matt Dean b2d664e0 Added matrix common and ops 7 年前
MingWai 3ccadfe5 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Eduardo Chaves 8938908f Adding more output variations to voronoi noise 7 年前
bfogerty 995a95bc Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Eduardo Chaves e1e3ee9c Added default value to the UVTile node 7 年前
Jennifer Nordwall 475f5e3b Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Eduardo Chaves bd162e6b Added default value to the checkerboard node 7 年前
Eduardo Chaves d48c5531 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Florent Guinier fe87f870 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Natasha Tatarchuk 419516e8 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
vlad 5f08fc4e Changed sampelr2D to Texture2D, added wrappers for HLSL to make decoupled texture samplers work with surface shaders, added a Sampler node, etc. 7 年前
Jennifer Nordwall b94d71ca Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
RinaldoTjan c5984a7b Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
vlad 953f009f New sampler2D type for the cases when users require a texture reference, but don't care about using a separate sampler state. 7 年前
bfogerty 7a9f1ef2 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Andre McGrail 22cf545d Fixed math in remap node 7 年前
Matt Dean c09d8226 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Matt Dean 46d84ef9 Fixed vector2 node 7 年前
bfogerty d92a2269 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Andre McGrail 6d640d6a Added cam direction node 7 年前
ChrisTchou 683c517e Merge remote-tracking branch 'origin/hackweek2017' into hackweek2017 7 年前
Florent Guinier 73112c5a Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
bfogerty abec21f1 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
vlad b247c311 Texture assets and related notes work now (Thanks Tim!) 7 年前
MingWai bdfd3b5f Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Andre McGrail b061e067 Lava and some stuff. 7 年前
Florent Guinier 670f4bf3 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
ChrisTchou c19d413a Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Matt Dean 98611b46 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Tim Cooper 2e183994 Add time checkbox 7 年前
Tim Cooper 96cdde05 Add node that 'just does' HLSL and can convert to shader node based on API. 7 年前
Tim Cooper e8c71321 converting nodes to new system. 7 年前
Tim Cooper 0336445f fix node adaption so casting works as expected 7 年前
Tim Cooper eb2f7590 fix error in uv rotate node. 7 年前
Tim Cooper 08ce57cd Fix bugs in blend node after port. 7 年前
Tim Cooper 3198bd43 Remove Function2Input node as it is no longer needed. 7 年前
Tim Cooper 4b1458e8 Remove Function3Input (use code node) :) 7 年前
Tim Cooper 8df91eb4 Remove function 1 input and function 4 input 7 年前
Tim Cooper 5e6630fb Porting more nodes to not be function nodes 7 年前
Tim Cooper d0d60781 Texture asset is now a real asset type... 7 年前
Tim Cooper 06b7010b Remove "AnyNode" 7 年前
Tim Cooper 0d9b1e6a Remove things added during hack week that should not be in the repo (next step is scan + tidy new nodes) 7 年前
Tim Cooper b44a8aea Fix some bugs in new nodes (bad conversion to HLSLSnippet node) + Add ability to hide slots at the slot level (i.e. hide implicit inputs for function node) 7 年前
Tim Cooper defd6784 [fix]Partial fix to rendering not being updated. Not complete but getting there. 7 年前
Tim Cooper 8f5cab45 [fixes]Fix broken unit tests. 7 年前
Tim Cooper 793887f9 Working 'convert to subgraph' 7 年前
Peter Bay Bastian f516d811 Merge remote-tracking branch 'origin/subgraph' 7 年前
Peter Bay Bastian 7e160ce8 Run `hg format` on repository 7 年前
Peter Bay Bastian d69d3c1d Move IMayRequireNormal into own file 7 年前
Peter Bay Bastian f32d2e24 Add DictionaryPool 7 年前
Peter Bay Bastian 8dc11b9a Fix split node and add test for it (#62) 7 年前
Peter Bay Bastian ce4b9371 Fix combine node and update split test to also use combine node 7 年前
Peter Bay Bastian af51e8ac Better labels for combine node 7 年前
Peter Bay Bastian ed185a44 Preliminary vertex shader support 7 年前
Tim Cooper f6fa3513 Starting to extract properties. 7 年前
Tim Cooper 8a87c992 More refactoring. 7 年前
Tim Cooper 354517e6 Partially working new master node architecture. 7 年前
Tim Cooper be067cc2 first real working shader in the 'new' model. 7 年前
Tim Cooper 0818f178 temp 7 年前
Tim Cooper 735c401b Working: Properties window + new master node. 7 年前
GitHub 5f6271d2 Merge pull request #67 from stramit/refactor-properties 7 年前
Tim Cooper 29754ac3 Working light weight unlit master node 7 年前
Tim Cooper 580b206b missed files 7 年前
Tim Cooper fb21bff8 Working lightweight metallic master node. 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 年前
Peter Bay Bastian d0f20689 Add initial preview hiding (still being rendered behind the scenes) 7 年前
Peter Bay Bastian bf91b908 Put in change notification for preview expanded state 7 年前
Tim Cooper e5c78ee9 Separate usage of 'graph requirements' from 'model requirements' to not pollute the surface input structure. 7 年前
Peter Bay Bastian dcc886b3 Default preview to be expanded 7 年前
Tim Cooper 97cfbe75 Working remap node (wood wood) probably still needs a bunch of love. but something is working :) 7 年前
Tim Cooper c1f2dd69 Unlit and lit nodes now working properly in and outside a subgraph :) 7 年前
Tim Cooper 4a551695 temp 7 年前
Jens Holm c5b4edc2 Add preview node 7 年前
Jens Holm 2ab88d19 Add title to PreviewNode 7 年前
Tim Cooper f2cae710 Merge branch 'exposed-prop-subgraph' 7 年前
Tim Cooper 9557fcee Merge commit '76ff1855a761cc5b39944f12a7456bbed2c79efb' into exposed-prop-subgraph 7 年前
Peter Bay Bastian c002d689 Move graph things from Runtime to Editor 7 年前
Tim Cooper 215e1b6a Refactoring slot types. 7 年前
Peter Bay Bastian ff8de4d3 New attribute-based system for node controls 7 年前
Tim Cooper 2c1b60e0 compiling 7 年前
Jens Holm ddc1113a Resize handle added only to preview node 7 年前
Peter Bay Bastian 1125f7df Common attribute control for floaty properties 7 年前
Tim Cooper 24923996 misc fixes afer changes 7 年前
Peter Bay Bastian 811d7dab Color attribute control 7 年前
Peter Bay Bastian 95ea6e13 Turn off preview for color node 7 年前
Peter Bay Bastian f695b6fa Enum attribute control 7 年前
Peter Bay Bastian 56967512 Property attribute control 7 年前
Peter Bay Bastian 152042bb Comment out IfNode for now 7 年前
Peter Bay Bastian 7bb42428 Use attribute controls for Matrix nodes 7 年前
Peter Bay Bastian 319e2795 Fix update scope of matrix nodes (they do not support preview properties yet) 7 年前
Peter Bay Bastian 9f5fba90 Merge branch 'attribute-controls' 7 年前
damian 83548475 Merging master. 7 年前
Matt Dean 4ec6fe3b Maths Part 1 7 年前
Matt Dean 3ca3abee Maths Part 2 7 年前
Matt Dean b4599393 Fix merge conflicts for PR 7 年前
Matt Dean 9772a011 More PR fixes 7 年前
Matt Dean 31068f89 More PR fixes 7 年前
Tim Cooper a5c9b0ce Merge branch 'exposed-prop-subgraph' 7 年前
Tim Cooper 6161fea6 Fix compiler warnings :) 7 年前
GitHub 1d08cd88 Merge pull request #70 from Unity-Technologies/tidyup 7 年前
Peter Bay Bastian b75b4c04 Merge branch 'master' into no-presenters 7 年前
Jens Holm cd7aa840 Add fixed aspect ratio and initial size to PreviewNode 7 年前
Tim Cooper 66cf728c Tidy up transforms so that graphs have a 'prefered' space to work in. 7 年前
Tim Cooper b2eceafe Improve 'geometry' based nodes so they can do space translations internally. 7 年前
Tim Cooper 52f89bea Merge branch 'spacetranslation' into master2 7 年前
GitHub 21a946ef Merge pull request #73 from Unity-Technologies/master 7 年前
Matt Dean d085dca3 Maths Part 3 7 年前
Matt Dean da4c61fd Maths Part 4 7 年前
Matt Dean 6f70ee57 Added Hyperbolic Cos/Tan 7 年前
Matt Dean a3c5d049 Input Part 1 7 年前
Tim Cooper 9ff93cdb Add specific material slot types and port code generation node to use them. 7 年前
Matt Dean f3353a02 Input Part 2 7 年前
Matt Dean 03923b0b Input Part 3 7 年前
Peter Bay Bastian f95f8c27 BIG namespace refactor: UnityEngine -> UnityEditor, MaterialGraph -> ShaderGraph 7 年前
Matt Dean abed850e Merge master 7 年前
Peter Bay Bastian 418c94c0 Fix bug in Vector nodes 7 年前
Matt Dean a02b954a Input Part 3 7 年前
Matt Dean 52b69b3c Merge branch 'master' into node-validation 7 年前
Tim Cooper 3039671f Merge master 7 年前
Natalie Burke 791e8bd7 UV Node Updates - pass 01. Main changes made to CartesianToPolar, Twist, Rotator, adding Transform. Reorganized old UV nodes based on node validation notes 7 年前
Matt Dean 516051d4 First pass Gradient Nodes 7 年前
Tim Cooper 497d1891 Fix merge issues. 7 年前
Tim Cooper 5a5f791f Working on improving texture node: 7 年前
GitHub 713f6000 Merge pull request #79 from Unity-Technologies/improve-texture-node 7 年前
Matt Dean 41b314d2 Merge branch 'master' into node-validation 7 年前
Matt Dean 62ff2d02 Merge fixes 7 年前
Matt Dean fe4745b9 Input Part 4 7 年前
Tim Cooper 8e5b0d9b First pass inlining property nodes. 7 年前
Matt Dean c86f6166 Input Part 5 7 年前
Tim Cooper 92a955c3 Add converter from v1,v2,v3,v4,col nodes -> properties. 7 年前
Matt Dean 324ba49c Input Part 6 (Gradient) 7 年前
Tim Cooper 0addad32 Fix stack overflow 7 年前
Natalie Burke 11e072f9 Merge branch 'node-validation' of https://github.com/Unity-Technologies/ShaderGraph into node-validation 7 年前
Matt Dean c27b2a9e Rename Texture2DAssetNode 7 年前
Patrick Fournier de93c238 Merge trunk 7 年前
Natalie Burke 9650733e changing result to out - cutting transfrom - adding Tiling Offset. Some functionality may change based on Tiling Offset UV input/texture node changes 7 年前
Natalie Burke dc3b9dcd Merge branch 'node-validation' of https://github.com/Unity-Technologies/ShaderGraph into node-validation 7 年前
Natalie Burke e92749db changing input order to increase consistency. Added center input for rotate node 7 年前
Natalie Burke f9118863 reordering and sorting of procedural nodes, created temp make shadergraph category and added nodes that should become shader graphs there. Fixed broken procedural nodes, added useful inputs, unified stylization 7 年前
Matt Dean a63160cc UV Nodes 7 年前
Matt Dean e44629cb Fixes for PR 7 年前
Matt Dean bbb186d6 Remove Gradient nodes and asset type :( 7 年前
Matt Dean 02c6b58d Merge master 7 年前
Matt Dean a8cf2f2b Added Projection Parameters to Camera Node 7 年前
Peter Bay Bastian c2d9f15c Fix undo bug caused by property node -> concrete node conversion happening during undo 7 年前
Tim Cooper fc3caa89 Merge commit '0a54bdcf00befab61d3a0bbec18c543478eb086d' into fixing 7 年前
Tim Cooper bb560530 Rename folders 7 年前
Tim Cooper acd0279b Hue Node 7 年前
Tim Cooper 25b59d14 Saturation Node 7 年前
Peter Bay Bastian 69616da6 Color slots (a vec4 slot with a different input control) 7 年前
Matt Dean 471c7357 Contrast Node 7 年前
Matt Dean 8e0e719e White Balance Node 7 年前
Matt Dean 8707e0ea Replace Color Node 7 年前
Matt Dean 711f81fa Added Channel Mixer Node 7 年前
mathieum-unity 045d568e Merge remote-tracking branch 'origin/master' into graphview-styling-updates 7 年前
Matt Dean b48cb4c9 Color Mask Node 7 年前
Matt Dean b14c1f98 Merge branch 'master' into node-artistic-adjustment 7 年前
Matt Dean 13948f2d Channel Mask Node 7 年前
Matt Dean 8653d727 Change Replace Color to use Color slot types 7 年前
Matt Dean c06cd050 Fixes for PR 7 年前
Matt Dean 2cc3b58e Fix Channel Mask node 7 年前
Peter Bay Bastian f615cb37 Work with new GraphView slot coloring 7 年前
mathieum-unity d7f591a9 Merge remote-tracking branch 'origin/master' into graphview-styling-updates 7 年前
Matt Dean 446c232d Screen Node 7 年前
Matt Dean 20cf4421 Flip Node 7 年前
Matt Dean 7cc96aea Camera Node Improvements 7 年前
Matt Dean 96fb4fb6 Flip Node Improvements 7 年前
Matt Dean e9a12809 Object Node 7 年前
Matt Dean 66be97cf Split Node improvements 7 年前
Matt Dean 7b095256 Transform Node Fixes 7 年前
Matt Dean 6a3937c7 Swizzle Node 7 年前
Matt Dean 8e410579 Merge branch 'master' into node-artistic-adjustment 7 年前
Matt Dean 874bec55 Depth Texture Node 7 年前
Matt Dean 1daf0032 Normals Texture Node 7 年前
Matt Dean 7f9b8cab Motion Vector Texture Node 7 年前
Matt Dean d84ea3c2 Fixes for Depth Texture and Normals Texture Nodes 7 年前
Matt Dean b53566fb Fog Node 7 年前
GitHub a8dfafe4 Merge pull request #84 from Unity-Technologies/node-artistic-mask 7 年前
Matt Dean c3edb9c7 Ambient Node 7 年前
Matt Dean dadccc50 Merge branch 'master' into node-channel 7 年前
Tim Cooper 6f035d8a hack and slash. 7 年前
Matt Dean 5131e8e1 Fixes for PR 7 年前
Matt Dean 0eff0dec Add Normal unpack mode for Texture 2D Node 7 年前
Matt Dean f14af0f4 Added Cubemap nodes 7 年前
Tim Cooper 1d641fec For final shader generation use the master node. 7 年前
Matt Dean 736a2328 Add LOD input and inline reflection vector 7 年前
Matt Dean f698c591 Changed Length Node output to vec1 7 年前
GitHub 81859b60 Merge pull request #92 from Unity-Technologies/pass-architecture 7 年前
Matt Dean 627c384a Fixes to Screen Position Node 7 年前
Matt Dean 1b3ac398 Merge branch 'master' into node-artistic-adjustment 7 年前
Tim Cooper 048fd0dd Update to latest light weight pipeline. 7 年前
Matt Dean 65348a87 Rename Checkboard Node 7 年前
Matt Dean 5e47b629 Fixes for PR 7 年前
Matt Dean 73639f15 Fix Checkerboard node 7 年前
GitHub 9ddf9039 Merge pull request #85 from Unity-Technologies/node-channel 7 年前
GitHub d8578f92 Merge pull request #82 from Unity-Technologies/node-artistic-adjustment 7 年前
GitHub 35129ab8 Merge pull request #91 from Unity-Technologies/node-bugfixes 7 年前
GitHub 5d9b28af Merge pull request #90 from Unity-Technologies/node-input-texture 7 年前
Tim Cooper 4eb8bc6a Misc usability fixes for shadergraph: 7 年前
Tim Cooper 0e092ee5 remove files that should not be there. 7 年前
Tim Cooper 54ac74c0 Merge branch 'master' into node-input-scene 7 年前
Tim Cooper 16640c42 Run code format tool 7 年前
Tim Cooper 2731487c Merge branch 'master' into node-input-scene 7 年前
Tim Cooper 1eba56e9 run reformat tool 7 年前
Peter Bay Bastian e91932f8 Node selector / search 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 年前
Matt Dean a19f5b15 Moved BlendMode node 7 年前
Matt Dean 484cbca7 Renamed Blend node 7 年前
Matt Dean b60e8b5a Update Blend node 7 年前
Matt Dean 8cdf0c8f Move BlendModesEnum 7 年前
Matt Dean 4d3bb030 Rename BlendMode 7 年前
Matt Dean 5f368a29 Move old Artistic nodes back to WIP folder 7 年前
Matt Dean 7c7d7604 Add Colorspace Conversion node 7 年前
Matt Dean bcfd7b47 Fix Blend node naming conventions 7 年前
Matt Dean 24863ece Remove old colorspace conversion nodes and fix part preview graph 7 年前
Matt Dean 3604c2f5 Move old logic nodes to WIP 7 年前
Matt Dean ed55de08 Remove logic folder 7 年前
Matt Dean 3d06be46 Moved Normal nodes 7 年前
Matt Dean 65e40578 Delete old normal folder 7 年前
Matt Dean 7857730f Move vertex interpolator node to WIP 7 年前
Matt Dean 7301ac69 Moving more nodes 7 年前
Matt Dean 3f34639b Fixes for subgraph, preview and property nodes 7 年前
Matt Dean a7e7a333 Move Property node into Input 7 年前
Matt Dean 21f4a1ac Fix Property node output names 7 年前
Matt Dean 5ce62a7e Move old procedural to WIP 7 年前
Matt Dean 3157dc84 Move Noise nodes to Noise folder 7 年前
Matt Dean 7017122a Fixes to noise nodes 7 年前
Matt Dean e1814d28 Renamed noise nodes 7 年前
Matt Dean d0950f2d Rename Normal nodes 7 年前
Matt Dean 134e68b6 Fix Normal nodes 7 年前
Matt Dean 7c2a62b0 Add Normal Strength node 7 年前
Matt Dean 00f3fcff Merge branch 'master' into node-validate-current 7 年前
GitHub 0eec5e4e Merge pull request #95 from Unity-Technologies/node-validate-current 7 年前
Matt Dean e7f2c3a5 Add Polygon node 7 年前
Matt Dean 4c9b3b08 Switch DDX node to dynamic dimension ports 7 年前
Matt Dean 9717c2d8 Move Box node 7 年前
Matt Dean 1e450d4f Switch DDY node to dynamic dimension ports 7 年前
Matt Dean 2fc3d22e Rename Box node > Square node 7 年前
Matt Dean b08ed60c Switch DDXY node to dynamic dimension ports 7 年前
Matt Dean 5b4a28ab Fix Square node 7 年前
Matt Dean 16cbb0ed Switch Distance output to Vector1 7 年前
Matt Dean ca5e100b Merge branch 'master' into node-input-scene 7 年前
Matt Dean 278cfacc Renamed Square node > Rectangle node 7 年前
Matt Dean 599b2ee7 Switch Reflection node to dynamic dimension ports 7 年前
Matt Dean 5c0e0f70 Fixes for PR 7 年前
Matt Dean e348b11e Moved Repeating Dot node 7 年前
Matt Dean f4ca23e8 Switch Cross Product node to Vector3 ports 7 年前
Matt Dean f48335e0 Renamed files 7 年前
Matt Dean afc52ffa Fixes to polygon and ellipse nodes 7 年前
GitHub 46e0e4e5 Merge pull request #98 from Unity-Technologies/node-bugfixes 7 年前
Matt Dean 68dcee06 Renamed Repeating Dot node > Ellipse node 7 年前
Matt Dean fb3d355b Removed uneeded Fog enum 7 年前
Matt Dean 4512dff0 Started work on Rounded Rectangle node 7 年前
Matt Dean 2d57b390 Add Orthographic slots to Camera node 7 年前
Matt Dean 0364097d Fix Rounded Rectangle 7 年前
Matt Dean d1e59e63 Moved Scene Normals and Scene Velocity nodes to WIP 7 年前
Matt Dean ae1bad65 Fixes pre-PR 7 年前
Peter Bay Bastian c467fab5 Make color space conversion node controls a bit neater 7 年前
Matt Dean 2a6ef764 Fix Camera node direction slot 7 年前
Matt Dean 10685e95 Fixes for PR 7 年前
Matt Dean df7a48db Remove partial derivative precision 7 年前
Matt Dean 1f9fe754 Move Scene Depth to WIP 7 年前
Peter Bay Bastian 211cf575 Refactor ColorspaceConversionControl to work on enums in general and implement it for TransformNode 7 年前
Matt Dean 5a69c812 Merge branch 'master' into node-bugfixes 7 年前
Matt Dean 9fcf8bc7 Transform node fixes 7 年前
Matt Dean adae5870 Rename Hue input to Offset 7 年前
Jens Holm 67d2fd02 Merge master 7 年前
Matt Dean 63709067 Missing from previous commit 7 年前
Matt Dean fd5fa964 Merge Master 7 年前
Matt Dean 298ac06f Missing from previous commit 7 年前
Tim Cooper 16406a1d Working on conversion to new library 7 年前
Matt Dean 2775c78f Delete old nodes 7 年前
Matt Dean 97df3812 Fixes for Blend node 7 年前
Matt Dean 00d8b6e8 Rename ColorMaterialSlot > ColorRGBAMaterialSlot and add ColorRGB slot 7 年前
Matt Dean a8be8e67 Fix slot value type 7 年前
GitHub ef9bd86c Merge pull request #124 from Unity-Technologies/color-rgb 7 年前
Tim Cooper a197968f Merge remote-tracking branch 'origin/master' into HDMaster 7 年前
Peter Bay Bastian 81940dcd Add object control back to SubGraphNode for now (fixes #112) 7 年前
GitHub 1a3f590c Merge pull request #99 from Unity-Technologies/node-input-scene 7 年前
Tim Cooper e3bd536c Merge branch 'master' into HDMaster 7 年前
GitHub 5546123e Merge branch 'master' into node-bugfixes 7 年前
GitHub 6a80fdeb Merge pull request #122 from Unity-Technologies/node-bugfixes 7 年前
Tim Cooper 7a9a255f More work on porting node library across to new shader library. 7 年前
Peter Bay Bastian c0c7450c Saturate dot product result in fresnel effect node to avoid negative values 7 年前
Tim Cooper 7995a0e9 upgrading to new shader library. 7 年前
GitHub 6f046031 Merge pull request #127 from Unity-Technologies/procedural-shape 7 年前
Peter Bay Bastian 0ac8d160 Fix for DDXY node 7 年前
Peter Bay Bastian 914403a2 Temp fix for various nodes 7 年前
Matt Dean b23f23cb First pass Matrix 4x4 nodes 7 年前
Matt Dean 0fca7431 Rename Texture2D and Cubemap nodes 7 年前
Matt Dean 8697ac36 Preliminary work on Dynamic Matrix 7 年前
Tim Cooper 1f9b882d Fix up linar / gamma state of color nodes when they get inlined. 7 年前
Matt Dean cef293ac Rename Texture2D and Cubemap node files 7 年前
Matt Dean 1a08b1b1 Add DynamicMatrixMaterialSlot and fix all Matrix input types 7 年前
GitHub e8ae5340 Merge pull request #129 from Unity-Technologies/node-bugfixes 7 年前
Matt Dean 14f5c06b Fix Matrix Multiply Vector node 7 年前
GitHub d1d69177 Merge pull request #131 from Unity-Technologies/LinearColorFix 7 年前
Peter Bay Bastian 929cf786 Add ShaderStringBuilder and change non-CodeFunctionNodes to use it 7 年前
Peter Bay Bastian e3aaf843 Squash `SerializableNode` into `AbstractMaterialNode` 7 年前
GitHub 1ebe97b0 Merge pull request #132 from Unity-Technologies/squash-serializablegraph 7 年前
GitHub 8e31e809 Merge branch 'master' into inspector-preview-mesh 7 年前
Peter Bay Bastian 409a35e4 Add LegacyAttribute for declaring old class names directly on the node class 7 年前
Peter Bay Bastian ce482316 Modify SwizzleNode such that it is possible to change channels without shader generation in preview mode 7 年前
Peter Bay Bastian c2183225 Make GetChannelCount return an integer rather than a number enum thingie 7 年前
Peter Bay Bastian 0055dc00 Rename LegacyAttribute to FormerNameAttribute 7 年前
Peter Bay Bastian 35350e91 Remove function from Swizzle node, makes more sense to just write inline 7 年前
Peter Bay Bastian 41e06942 Change IGeneratesFunction such that a name is provided to a registry, which only allows 1 implementation per name. Includes a validation mode that checks that multiple given functions with the same name are actually the same. 7 年前
Peter Bay Bastian 38e4110f Move static methods out of AbstractMaterialNode 7 年前
GitHub eb5b5a85 Shader source mapping for node functions (#137) 7 年前
Jens Holm e1ebec49 Merge master 7 年前
Tim Cooper 5c979fc8 Merge master 7 年前
Tim Cooper 25b66c4b fixing merge 7 年前
GitHub 09d669c8 Various refactorings and improvements (#139) 7 年前
Tim Cooper ad906af4 Creating mini shader graph library / fixing gamma -> linear colours 7 年前
Jens Holm 5c86f77c Merge master 7 年前
Tim Cooper 8aab03fe Merge remote-tracking branch 'origin/master' into HDMaster 7 年前
Matt Dean ec76d400 Fix Fog node 7 年前
Matt Dean 125d4bb5 Switch Linear Light blend methods 7 年前
Matt Dean 3e4f3590 Channel Mask node to Mask Field (prt 1) 7 年前
Matt Dean 29e04332 Channel Mask node to Mask Field (prt 2) 7 年前
Matt Dean 4503a2ce Change Flip node to flip 1 > -1 and added Invert Colors node 7 年前
GitHub c3ae833e Merge pull request #144 (Upgrade to use new shader library) 7 年前
Matt Dean 1ea14a06 Rename Sign output on Camera node 7 年前
Tim Cooper 259c7ce1 Changing sub graphs to use functions instead of inlining. 7 年前
Tim Cooper 8342aa12 Finish refactoring subgraphs. 7 年前
Matt Dean d057e6de Fix Ambient node 7 年前
Tim Cooper 2888f1c2 -When we validate a subgraph node we also need to validate the subgraph (generates the concrete values). 7 年前
GitHub 455b4075 Merge pull request #145 from Unity-Technologies/FixingSubGraphs 7 年前
Matt Dean dee739b5 Restore LinearLightAddSub blend mode 7 年前
Matt Dean 8f22e3a7 Boolean node and type (part 1) 7 年前
Matt Dean 11d733ee Fix Normal Strength node 7 年前
Jens Holm 93fa2455 Merge remote-tracking branch 'origin/master' into inspector-window 7 年前
Matt Dean b78bf280 Add Metal Reflectance Node 7 年前
Matt Dean 2f6e839e Add Integer 7 年前
Matt Dean e24aafae Boolean node and type (part 2) 7 年前
Matt Dean f9d9e891 Rename Blend node inputs 7 年前
GitHub 87638b44 Merge pull request #149 from Unity-Technologies/node-bugfixes 7 年前
Matt Dean c3e0543b Add Dielectric Specular node 7 年前
Matt Dean 8ea43935 Add HDR Color 7 年前
Matt Dean 2ed31ce4 Add Comparison node 7 年前
Matt Dean eeae2f11 Fix Screen Position node 7 年前
Matt Dean cfb57499 Add Slider 7 年前
Matt Dean bbd475d5 Add Branch node 7 年前
Matt Dean 8ab84621 Add Triplanar node 7 年前
Matt Dean 333ded2e Remove IntegerMaterialSlot 7 年前
Matt Dean 6d66cb6a Revert Screen Position node changes 7 年前
Matt Dean e7ccc01e Fixes 7 年前
Matt Dean 70e75999 Fix Channel Mask validation 7 年前
Matt Dean ab60aa3e Update Triplanar slot label 7 年前
Matt Dean 28df6957 Upgrade Slider UI to UIElements 7 年前
Matt Dean dbaf707b Add All, Any, IsInfinite and IsNaN nodes 7 年前
Martin Thorzen 29920efb [FIX] #159 Added a utility node method for converting float to shader value. To catch Infinity text string. 7 年前
Matt Dean 7c4730ca PR Fixes 7 年前
Matt Dean f7209064 Switch control's HDR argument to enum 7 年前
Matt Dean 7e22f269 Update ToggleControl to UIElements 7 年前
Matt Dean e5024bd2 Cosmetic (name) changes 7 年前
Matt Dean 25109a19 Extend PBR master functionality 7 年前
Matt Dean 9bc7e3e7 Fix looping of flipbook 7 年前
Matt Dean d2cd9dcf Update Twirl defaults 7 年前
Matt Dean 7c4099ec Fix Screen Position and Reflection Probe nodes 7 年前
Matt Dean 2e568046 Fresnel node fixes 7 年前
Matt Dean 2ec75211 Fix Math node default values 7 年前
Matt Dean 41300be2 Fix Screen Position Tile mode 7 年前
Matt Dean 76783350 Recode Flipbook node 7 年前
Matt Dean fe197d85 Update Math node defaults 7 年前
Matt Dean 4b962efc Fix Subtract node default 7 年前
Matt Dean 480fb3f5 Fix Flipbook node invert logic 7 年前
GitHub c763baf4 Merge pull request #163 from Unity-Technologies/node-bugfixes 7 年前
Matt Dean f43e0a6f Merge branch 'master' into node-input 7 年前
Matt Dean 352a061a Merge branch 'master' into compare-and-branch 7 年前
Matt Dean c119f05e Add Dither node 7 年前
Matt Dean a3be4eae Add Not node 7 年前
Matt Dean b1dc4ab4 Change Comparison func convert to switch 7 年前
Jens Holm 55b86ced Merge branch 'master' into inspector-window 7 年前
Matt Dean d6b2ca25 Fix vector lengths 7 年前
Tim Cooper 179e0ef0 [FIX]#168 Add alpha into unlit node. 7 年前
Tim Cooper e9757253 Feedback from PR 7 年前
GitHub 16ddad23 Merge pull request #173 from Unity-Technologies/CreateNodeOnSpace 7 年前
GitHub 8e8beb43 Merge pull request #174 from Unity-Technologies/tim-bug-fixes 7 年前
Matt Dean 725a1ea9 Merge branch 'master' into sliders 7 年前
GitHub b72d0466 Merge pull request #150 from Unity-Technologies/compare-and-branch 7 年前
Matt Dean 9a589fe6 Update Fog node to latest SRP library 7 年前
Peter Bay Bastian d00ca780 Merge branch 'master' into blackboard 7 年前
Matt Dean 739c124a Merge branch 'master' into sliders 7 年前
Matt Dean 28672efd Add a frac to Tiled Screen Position 7 年前
Matt Dean a20b14d1 Update Transform node to latest SRP library 7 年前
GitHub 1c0c24b4 Merge pull request #151 from Unity-Technologies/sliders 7 年前
Matt Dean 8984577a Merge branch 'master' into node-input 7 年前
Matt Dean 93aa1de8 Refactor Dielectric Specular node for UI changes 7 年前
Matt Dean 01fb5620 Fixes for PR 7 年前
Jens Holm fb49e741 Merge remote-tracking branch 'origin/master' into inspector-window 7 年前
Matt Dean 5863364b Fixes for PR 7 年前
GitHub df1a52fd Merge pull request #187 from Unity-Technologies/node-bugfixes 7 年前
GitHub 758a90e4 Merge pull request #170 from Unity-Technologies/node-input 7 年前
Matt Dean affdcadf Add HDR color support to Blackboard 7 年前
Peter Bay Bastian 484b4f58 * Add individual properties to node search 7 年前
Matt Dean 0292ae36 Color control refactor 7 年前
Tim Cooper 7ab634f3 Apply remapping to all serialzied types 7 年前
Matt Dean 78db5ef1 Refactor float based shader properties 7 年前
Matt Dean 4ad43705 Vector1 property refactor and types 7 年前
GitHub 395c3ec5 Merge pull request #193 from Unity-Technologies/properties-in-search 7 年前
Matt Dean 9c0b93c1 Merge branch 'master' into node-bugfixes 7 年前
GitHub d2f86285 Merge pull request #192 from Unity-Technologies/node-bugfixes 7 年前
Matt Dean 97f21962 Fix Color node recompilation 7 年前
Martin Thorzen 29361772 Merge branch 'master' into tidy-master-preview 7 年前
Matt Dean c0c00ec0 Merge branch 'master' into node-matrix 7 年前
Matt Dean 41740d78 First pass dynamic Multiply node 7 年前
Martin Thorzen 24300f52 Adding documentation functionality on the nodes. 7 年前
Matt Dean 22c13f89 Cleanup and fixes (part 1) 7 年前
Matt Dean e5bdf43e Add preview serialization for matrices 7 年前
Matt Dean 3ad21797 Fix Matrix Transpose node 7 年前
Matt Dean 06549ef3 Add Matrix Determinant node 7 年前
GitHub 545de289 Merge pull request #209 from Unity-Technologies/goto-documentation-per-node 7 年前
Matt Dean 8348d52e Refactor matrix validation functions 7 年前
Matt Dean 394859b7 Remove old matrix multiply nodes 7 年前
Matt Dean dc41a21f Add Matrix Split node 7 年前
Keijiro Takahashi 39a5af4a Fix to RandomRangeNode 7 年前
Matt Dean e9026c65 Fix implicit conversion check for non dynamic casts 7 年前
Matt Dean a6899bcf Combine and Split node fixes 7 年前
Matt Dean da78abd3 Added Matrix Construction node 7 年前
Matt Dean 6298bd34 Add axis selection to Matrix Split and Construction nodes 7 年前
GitHub b3f61fbc Merge pull request #213 from keijiro/fix-range 7 年前
Keijiro Takahashi 820e58c3 Improvements to artistic nodes. 7 年前
Keijiro Takahashi 746b96e3 Added Gradient Noise node. 7 年前
Matt Dean e20fd08b Fix matrix defaults 7 年前
GitHub 02682528 Merge pull request #216 from keijiro/gradient-noise-node 7 年前
Keijiro Takahashi 72b23308 Fixes to the previous commit. 7 年前
Tim Cooper 025d9ffb UVNode now outputs vector4 UV's 7 年前
Keijiro Takahashi de7e2997 Addition of ScreenPositionSlotControlView 7 年前
Keijiro Takahashi 8c83fd3d Changed input slot IDs for backward compatibility. 7 年前
GitHub b9b93c1c Merge pull request #215 from keijiro/improve-artnodes 7 年前
Matt Dean 3df359f2 Merge branch 'master' into node-matrix 7 年前
GitHub d2945014 Merge pull request #219 from keijiro/screenspace-slot 7 年前
Matt Dean 7c973636 Merge branch 'master' into node-bugfixes 7 年前
Matt Dean 5b6fd3d8 Fixes to Matrix 2 definition 7 年前
Tim Cooper 8dc99cbc *Fefactor subshader / master node generation to be more uniform 7 年前
Matt Dean 98f88207 Update documentation links 7 年前
GitHub 6dfcd844 Merge pull request #227 from Unity-Technologies/node-bugfixes 7 年前
Tim Cooper 27b8deec Add API for modification of embedded supported subshaders 7 年前
Tim Cooper b5bf1073 Add API so that we can find the type of subshaders that can be added. 7 年前
GitHub e986db46 Merge pull request #223 from Unity-Technologies/tim-fixes 7 年前
Peter Bay Bastian 0b99046c Fix issue causing deserialization to fail 7 年前
Peter Bay Bastian c9173f20 Replace `onNodeModified` with methods for registering and deregistering to avoid direct access to the delegate. 7 年前
GitHub a1c15f0d Merge pull request #229 from Unity-Technologies/safer-callbacks 7 年前
Matt Dean 6cb97136 Update Is NaN node for GLES and D3D 7 年前
Keijiro Takahashi 2dfb9d77 Easy-to-understand names for step function arguments. 7 年前
GitHub e6be5cc8 Merge pull request #232 from keijiro/step-args 7 年前
Matt Dean ba7e5c3b Whiteout blend method for Triplanar node normal mode 7 年前
Martin Thorzen 7b5ca064 Merge with master 7 年前
Matt Dean e36aeb23 Transform Triplanar normal output to tangent space 7 年前
Matt Dean d5db5366 Fix Transform node bitangent usage 7 年前
Peter Bay Bastian a4d1c27d Merge branch 'master' into node-bugfixes 7 年前
GitHub 91b5a7ad Merge pull request #233 from Unity-Technologies/node-bugfixes 7 年前
GitHub 9641212d Merge pull request #224 from Unity-Technologies/node-matrix 7 年前
Peter Bay Bastian 57a0eab1 Remove unused imports in entire solution 7 年前
GitHub cdc03be9 Merge pull request #244 from Unity-Technologies/fix-all-warnings 7 年前
Peter Bay Bastian e7ecacd5 Rename package folder to match package name 7 年前
GitHub 286d82a6 Merge pull request #249 from Unity-Technologies/submodularize 7 年前
Peter Bay Bastian 5399d0b1 Update LW master nodes to work with latest SRP repo 7 年前
Keijiro Takahashi bcc36851 Antialiasing with procedural shapes. 7 年前
Martin Thorzen f5ae4e88 Merge with master 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 年前
Peter Bay Bastian a2bafb38 Fix float serialization in Constant Node to not be affected by system locale (was comma as decimal separator causing shader errors) 7 年前
Matt Dean e11fa9b7 Add missing node fixes 7 年前
GitHub 40495e65 Merge pull request #261 from Unity-Technologies/fix-constant-node 7 年前
GitHub 0f41473d Merge pull request #248 from keijiro/shapes-aa 7 年前
Peter Bay Bastian 8de769dd Move lightweight sub-shaders and templates to SRP repository 7 年前
Matt Dean 1f3d0114 Minor node fixes 7 年前
GitHub 5ba70535 Merge pull request #264 from Unity-Technologies/node-bugfixes 7 年前
Peter Bay Bastian b3445484 Add wrapper for `Assembly.GetTypes()` which won't throw an exception 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 年前
Matt Dean a0875348 Fix Light Probe node 7 年前
Matt Dean 8cbbf3c2 Missing fix 7 年前
Martin Thorzen f9797583 Fixed the feedback from GIT 7 年前
GitHub e7b2f640 Merge pull request #276 from Unity-Technologies/fix-subgraph-name-start-with-number 7 年前
Matt Dean b7a61817 Update Multiply node defaults 7 年前
GitHub bad5cbcd Merge pull request #277 from Unity-Technologies/doc-links 7 年前
GitHub df788737 Merge pull request #275 from Unity-Technologies/integrate-sg-subshaders 7 年前
GitHub 16df8b10 Merge pull request #278 from Unity-Technologies/node-bugfixes 7 年前
Peter Bay Bastian 0b584564 Merge with master 7 年前
GitHub 3de3ae25 Merge pull request #262 from Unity-Technologies/rebuild-all-dependant-shaders-from-subgraph 7 年前
Peter Bay Bastian a029858d Merge branch 'master' into fix-postlayoutevent 7 年前
Martin Thorzen 731a2018 Merge branch 'master' into node-settings 7 年前
Martin Thorzen 9720e0dc Added input fields to the vector nodes 7 年前
Martin Thorzen d36a05a1 Fix issues after merge with master 7 年前
Martin Thorzen cfd61180 New node settings. Moved the createsettingselement to the master node 7 年前
GitHub eae8c0fc Merge pull request #293 from Unity-Technologies/vector-input-fields 7 年前
Martin Thorzen 8742fc7b Merge branch 'master' into node-settings 7 年前
Matt Dean 589cb99a Add changes from previous branch 7 年前
Matt Dean ff7c4856 Fix serialisation of preview properties in Gradient Asset node 7 年前
Martin Thorzen 2ff4fbd7 Added new settings files for the common settings on the master nodes, PBR and Unlit Master 7 年前
Matt Dean 348a9654 Change GetPreviewProperty to return list for multiple properties from one slot 7 年前
Martin Thorzen 2fde6ea5 Moved the node settings menu to the right place. 7 年前
Matt Dean 2a3637d0 Override GradientShaderProperty declaration for preview rendering 7 年前
Matt Dean 15328c1d Add support for Fixed gradient mode 7 年前
Martin Thorzen ed104fa3 Added titleButtonContainer for buttons. 7 年前
Matt Dean 70436083 Remove GC allocations on preview property collection 7 年前
Matt Dean 88372b5f Add ref keyword (fix) 7 年前
Matt Dean dcfde51b Improve gradient sample code 7 年前
Martin Thorzen 962fc981 Removed the dependency on SRP so this is now self contained within Shadergraph. 7 年前
Matt Dean eda467e3 Remove ref keywords 7 年前
Matt Dean 25fc05eb Rename GradientAssetNode.cs > GradientNode.cs 7 年前
Matt Dean 90f19e2e Rename Gradient Asset Node > Gradient Node 7 年前
Peter Bay Bastian 11c1b9be Fix all Shader Graph tests (including integration graphs) 7 年前
GitHub 6b96c163 Merge pull request #324 from Unity-Technologies/fix-tests 7 年前
GitHub f6380703 Merge pull request #310 from Unity-Technologies/gradient-nodes 7 年前
Martin Thorzen 3c602bad Added base functionality to give an error on incompatible render pipeline 7 年前
Martin Thorzen 01126a2f Fixed an issue where vector 1 node was not evaluating properly. 7 年前
GitHub 9e68ec0c Merge pull request #342 from Unity-Technologies/fix-vector1-node 7 年前
Peter Bay Bastian 8076c27e Merge branch 'master' into copy-property-nodes 7 年前
Jens Holm 60639f41 Merge branch 'master' into editable-property-reference-names 7 年前
GitHub c833d39e Merge pull request #325 from Unity-Technologies/node-settings 7 年前
Peter Bay Bastian c17cc7e1 Fix null ref exception and update images to be large files 7 年前
GitHub deb17f95 Merge pull request #350 from Unity-Technologies/fix-subshader-null 7 年前
Peter Bay Bastian 8fcaa92a Merge branch 'master' into warning-incompatible-pipeline 7 年前
GitHub 8a2e5a5e Merge pull request #347 from Unity-Technologies/warning-incompatible-pipeline 7 年前
Peter Bay Bastian 54aaeaae Move to 'ShaderGraph' folder 6 年前
Peter Bay Bastian e7f9893d Rebuild previous branch (see comments) 6 年前
Peter Bay Bastian 4dfbc988 Fix per-stage requirements and translations part 1 6 年前
Peter Bay Bastian a107a23e Major shader generation refactor part 1 6 年前
Peter Bay Bastian 6cdf82d9 Further ShaderStageCapability work 6 年前
Peter Bay Bastian 94ce8db1 Fix fragment slots adding data to vertex description 6 年前
Peter Bay Bastian 77dc0df1 Make all procedural shape nodes fragment stage only 6 年前
Peter Bay Bastian 35c8e0e3 Temporarily remove vertex capability from Subgraphs 6 年前
Peter Bay Bastian b5379b4b Fixed float value to string error and truncation warning for normal create node 6 年前
Matt Dean 42b09806 Add first pass Texture2DArray and Texture3D support 6 年前
GitHub ae1dff05 Merge pull request #1358 from Unity-Technologies/sg/vertex-modification 6 年前
GitHub 92542c54 Merge pull request #1354 from Unity-Technologies/sg/fix-error-float-value-to-string 6 年前
Alex Lian 3be7d580 Merge remote-tracking branch 'origin/master' into build/automation 6 年前
Stephane Laroche 9498fe0b Merge branch 'master' into stacklit 6 年前
Matt Dean 26a4b39a HD subshaders branch rebuild 6 年前
GitHub cd218826 Merge pull request #1376 from Unity-Technologies/sg/hdsubshaders 6 年前
Alex Lian 0d975dea Merge remote-tracking branch 'origin/master' into build/automation 6 年前
Matt Dean 36a0484f Merge remote-tracking branch 'origin/master' into sg/texture-types 6 年前
sebastienlagarde c0461407 Merge branch 'master' into Add-support-of-per-light-shadow-mask-control 6 年前
Peter Bay Bastian a958b031 Rename PropertyType.Texture to Texture2D 6 年前
GitHub 7f5da648 Merge branch 'master' into sg/show-generated-code 6 年前
GitHub f8e5ff57 Merge pull request #1377 from Unity-Technologies/sg/texture-types 6 年前
Tim Cooper 2c4a517b Merge remote-tracking branch 'origin/master' into build/automation 6 年前
Tim Cooper 99d825bc first pass fixing paths 6 年前
Tim Cooper fafb59af Run code formatter. 6 年前
Frédéric Vauchelles 4d7f78f1 Merge branch 'master' into feature/SSR 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 年前
GitHub 8f9bff6a Merge pull request #1423 from Unity-Technologies/sg/fix-for-subgraphs-inside-main-graph 6 年前
Matt Dean ad13e4b0 Add Face Sign functionality to LWRP, HDRP and preview subshaders 6 年前
Alex Lindman 34778d4a added tex2d lod node 6 年前
Peter Bay Bastian 88b60892 Fixing AA of procedural checkerboard node 6 年前
Peter Bay Bastian 6e2cae42 Fixing frequency limiter to allow the lerp values to actually hit their endpoints. Also switching to a slightly cheaper calculation that gives nearly identical results. 6 年前
Peter Bay Bastian fce56481 Add dependency interface and importer implementation 6 年前
Matt Dean aa2a3ad7 Update slot name 6 年前
Matt Dean 4357fbd0 Make work in vertex shader 6 年前
Peter Bay Bastian 7f024953 Implement dependency tracking for sub graphs 6 年前
Matt Dean de873ebd Fixes to IsFrontFace node 6 年前
Matt Dean 8204a168 Rename IsFrontFace node 6 年前
Peter Bay Bastian 544afac6 Add extra parameter to shader generation functions for master nodes and sub-shaders to track changes to dependencies 6 年前
Matt Dean 2a7ab752 Move IsFrontFace node 6 年前
GitHub 58fd779d Merge pull request #1435 from Unity-Technologies/sg/import-dependencies 6 年前
Chris Tchou 929feabf Merge remote-tracking branch 'origin/sg/fix-checkerboard' into vertexAnimHDRP2 6 年前
Alex Lindman d3185691 added sphere mask node 6 年前
Alex Lindman 37dd4a52 Revert "added sphere mask node" 6 年前
Alex Lindman 4165fc2d Revert "Revert "added sphere mask node"" 6 年前
Alex Lindman a0fb31b5 fixing spacing 6 年前
GitHub 5bfd4b01 Merge pull request #1429 from Unity-Technologies/sg/texture2dlod 6 年前
GitHub 51a1873e Merge branch 'master' into update-changelog 6 年前
GitHub f4d8c338 Merge pull request #1449 from Unity-Technologies/vertexAnimHDRP2 6 年前
Peter Bay Bastian b4dd9062 Merge remote-tracking branch 'origin/master' into sg/facesign 6 年前
GitHub 900da40e Merge pull request #1430 from Unity-Technologies/sg/facesign 6 年前
sebastienlagarde 4a622009 Merge branch 'master' into refactor-shader-variant-per-material 6 年前
Oliver Schnabel 3a15d806 Merge remote-tracking branch 'remotes/origin/master' into StackLit2 6 年前
Remy 7bf53f3c Merge branch 'master' into HDRP-Tests 6 年前
Stephane Laroche 7933fd8d Merge branch 'master' into StackLit2 6 年前
Paul Melamed 797daf79 Merge branch 'master' into decals/ss3_channel_mask 6 年前
sebastienlagarde 6c870111 Merge branch 'master' into FalseColorMode 6 年前
GitHub 961e2a42 Merge pull request #1497 from Unity-Technologies/FalseColorMode 6 年前
Sebastien Lagarde c95b7c47 Merge branch 'master' into normal-buffer-support 6 年前
Paul Melamed 29ce571e Merge branch 'master' into decals/ss3_channel_mask 6 年前
GitHub f82aef0c Merge branch 'master' into VisualizeShadowMasks 6 年前
Stephane Laroche 7842bbf8 Merge remote-tracking branch 'mainrepo/master' into StackLit2 6 年前
Oliver Schnabel ecdbdcab Merge branch 'StackLit2' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into StackLit2 6 年前
Remy 98989fb6 Merge branch 'master' into HDRP-Tests 6 年前
Felipe Lira 7193e88e Merge branch 'master' into lw/bugfixes 6 年前
Thomas 01ee049b Merge branch 'master' into gfx-tests-postfx 6 年前
Chris Tchou 6408007a Merge branch 'master' into hdrpcleanup 6 年前
Peter Bay Bastian 549996da Allow sub-shaders to tell whether they are compatible with a given render pipeline, and hook it up with the UI support for that such that an error is shown in the event that it's _not_ compatible. 6 年前
GitHub 3a6a4e59 Merge branch 'master' into sg/spheremasknode 6 年前
Nerites 4b5c5d5c Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into xrsettings 6 年前
GitHub 86a4970b Merge pull request #1535 from Unity-Technologies/sg/error-for-incompatible-pipeline 6 年前
Sebastien Lagarde 34ae5a69 Merge branch 'master' into ios-texture-format 6 年前
Sebastien Lagarde 5196e7ed Merge branch 'master' into EmissiveMeshForAreaLight 6 年前
Antoine Lelievre a452a9db Merge branch 'master' into LightUnits 6 年前
GitHub 1045d10d Merge branch 'master' into sg/fix-duplicate-subgraphs 6 年前
GitHub 4138567f Merge pull request #1462 from Unity-Technologies/sg/spheremasknode 6 年前
sebastienlagarde 7934a87a Merge branch 'master' into LightUnits 6 年前
Paul Melamed 141afc6f Merge branch 'master' into decals/v2/per_channel_mask 6 年前
Remy 540d190a Merge branch 'master' into HDRP-Tests 6 年前
Matt Dean 1b3f1ca2 Merge branch 'master' into sg/fix-hd-meta-code-cuplication 6 年前
Matt Dean 1c4c0d09 Merge branch 'master' into sg/fix-dielectric-specular-control 6 年前
Peter Bay Bastian 358cdac8 Fix texture and boolean property types in subgraphs 6 年前
Stephane Laroche cbb9a885 Merge branch 'master' into StackLit2 6 年前
GitHub 7d8789d6 Merge pull request #1458 from Unity-Technologies/sg/fix-subgraph-properties 6 年前
Tim Cooper 893f84e9 Add warnings as errors to test projects + fix issues 6 年前
Tim Cooper 8406655d Merge branch 'master' into ShaderGraphTests 6 年前
Nerites cc9ae6f7 Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into xrsettings 6 年前
Nerites 9b69a952 Merge xrconfig branch into xrsettings 6 年前
Aleksandr Kirillov 4695f235 Merge branch 'master' into lw/terrain_optimization 6 年前
GitHub 7281fe31 Merge branch 'HDRP/staging' into decals/v2/per_channel_mask_new_ui 6 年前
Matt Dean cef782d1 Added Normal Derive Nodes (#1550) 6 年前
Matt Dean e5de9e5a Added Texel Size Node (#1527) 6 年前
Matt Dean c6494b51 Added Wave Form Nodes (#1547) 6 年前
GitHub d28560f9 Set stage capability for Texture2DArray and Texture3D nodes (#1651) 6 年前
Remy 2883e443 Merge branch 'master' into tests/hdrp/distortion 6 年前
Stephane Laroche 73aab246 Merge branch 'hdrp/staging' into StackLit2_TrunkTest 6 年前
Nerites 4c6e512a Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into xrsettings 6 年前
Nerites 7a18f28e Revert "Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into xrsettings" 6 年前
Nerites 5182ab18 Revert "Revert "Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into xrsettings"" 6 年前
GitHub 74d0a872 Merge pull request #1745 from Unity-Technologies/master 6 年前
Julien Ignace 5bfcc8cd Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into HDRP/fix-sun-baking 6 年前
Yao Xiaoling 4d7a5d51 Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into gpu_terrain 6 年前
GitHub f0c6fbeb Remove all legacy matrices from Shader Graph (#1652) 6 年前
Antoine Lelievre 71ec7369 Merge HDRP/staging 6 年前
Remy b364cfd3 Merge branch 'hdrp/staging' into tests/hdrp/distortion 6 年前
Yao Xiaoling a11976bf Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into gpu_terrain 6 年前
Matt Dean 91d80f85 Small Node Fixes (#1670) 6 年前
Matt Dean 0a5ac9f7 Added new Rotation about axis node (#1695) 6 年前
Sebastien Lagarde cd85f0d3 Merge branch 'master' into HDRP/staging 6 年前
Antoine Lelievre d5e69c03 Merge HDRP/staging 6 年前
sebastienlagarde 72687aa9 Merge branch 'HDRP/staging' into HDRP/fix/reflection-probe-offset-with-rotation 6 年前
GitHub b400b1c1 Merge branch 'master' into lw/terrain_optimization 6 年前
Sebastien Lagarde 72141169 Merge branch 'master' into lighting-arealigh-fixup 6 年前
GitHub 01fdbb38 Merge branch 'master' into fix/coupling-hdlight-workflow 6 年前
Paul Melamed 9dbd8998 Merge branch 'HDRP/staging' into HDRP/decals/v2_1/normal_buffer 6 年前
Yao Xiao Ling cfd45cf1 Merge remote-tracking branch 'remotes/origin/master' into gpu-terrain 6 年前
GitHub 7cfc2ed0 Merge branch 'master' into sg/fix-for-saving-dirty-shader-graph 6 年前
GitHub 8908da09 Pipeline specific graph functions and nodes (#1673) 6 年前
egomeh 93afc87c Merge remote-tracking branch 'origin/master' into lw/light-attenuation 6 年前
Yao Xiao Ling 5eed6e3a Merge remote-tracking branch 'remotes/origin/master' into gpu-terrain 6 年前