108 次代码提交 (cb2c3076-06b2-4882-9d51-caaf44aa2ad9)

作者 SHA1 备注 提交日期
Tim Cooper 3824cd6b [Shader Graph] tidying. 9 年前
Tim Cooper 7f682001 [Shader Graph] Add channel types. This allows for visual errors if you try to promote vectors. 9 年前
Tim Cooper 2645e25c [Material Graph] split into runtime vs editor. Create UI delegation to handle node drawing nicely. 8 年前
Tim Cooper 62377747 [Material graph] Working subGraph now. Copies function / properties etc. 8 年前
Tim Cooper 313777e5 [Mat Graph] Master Node Inversion refactor 8 年前
GitHub 1172640f Merge pull request #1 from stramit/MasterNode 8 年前
GitHub dc7e686b Merge pull request #2 from stramit/NewUI 8 年前
Tim Cooper f62762b2 [mat graph]Move material options into the master node they exist for + add GUID support for selected master node. 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 年前
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 180f53e2 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Florent Guinier ec474be5 Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017 7 年前
Tim Cooper 06b7010b Remove "AnyNode" 7 年前
Tim Cooper 793887f9 Working 'convert to subgraph' 7 年前
Peter Bay Bastian f516d811 Merge remote-tracking branch 'origin/subgraph' 7 年前
Peter Bay Bastian d69d3c1d Move IMayRequireNormal into own file 7 年前
Tim Cooper 8a87c992 More refactoring. 7 年前
Tim Cooper be067cc2 first real working shader in the 'new' model. 7 年前
GitHub 5f6271d2 Merge pull request #67 from stramit/refactor-properties 7 年前
Tim Cooper 29754ac3 Working light weight unlit master node 7 年前
Tim Cooper 76430e32 Refactored subgraph to abstract subgraph + remap subgraph. This is groundwork to allow for real remap master nodes. 7 年前
Peter Bay Bastian 314ba653 Add change notifications for shader properties 7 年前
Peter Bay Bastian dc01b9ae Fix constructor in ShaderPropertyRemoved 7 年前
Tim Cooper f2cae710 Merge branch 'exposed-prop-subgraph' 7 年前
Tim Cooper 9557fcee Merge commit '76ff1855a761cc5b39944f12a7456bbed2c79efb' into exposed-prop-subgraph 7 年前
Tim Cooper 79841e4c Starting to work layer graph 7 年前
Peter Bay Bastian c002d689 Move graph things from Runtime to Editor 7 年前
Tim Cooper 4e26b4fc First pass working layered graph :) 7 年前
damian 83548475 Merging master. 7 年前
Tim Cooper a5c9b0ce Merge branch 'exposed-prop-subgraph' 7 年前
GitHub 1d08cd88 Merge pull request #70 from Unity-Technologies/tidyup 7 年前
Peter Bay Bastian b75b4c04 Merge branch 'master' into no-presenters 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 年前
Peter Bay Bastian f95f8c27 BIG namespace refactor: UnityEngine -> UnityEditor, MaterialGraph -> ShaderGraph 7 年前
Matt Dean abed850e Merge master 7 年前
Matt Dean a02b954a Input Part 3 7 年前
Tim Cooper 3039671f Merge master 7 年前
Patrick Fournier de93c238 Merge trunk 7 年前
Tim Cooper fc3caa89 Merge commit '0a54bdcf00befab61d3a0bbec18c543478eb086d' into fixing 7 年前
mathieum-unity 045d568e Merge remote-tracking branch 'origin/master' into graphview-styling-updates 7 年前
Tim Cooper 16640c42 Run code format tool 7 年前
Tim Cooper 2731487c Merge branch 'master' into node-input-scene 7 年前
Tim Cooper 2f0a0145 Remove layer graph + remap graph for beta1 7 年前
Peter Bay Bastian da0d10c8 Massively decreased amount of allocations in preview rendering (~440 kB -> ~23 kB per frame) 7 年前
Matt Dean 00f3fcff Merge branch 'master' into node-validate-current 7 年前
Matt Dean ca5e100b Merge branch 'master' into node-input-scene 7 年前
Matt Dean c47de91f Fix variables names from coordinate space 7 年前
GitHub 46e0e4e5 Merge pull request #98 from Unity-Technologies/node-bugfixes 7 年前
Jens Holm 67d2fd02 Merge master 7 年前
Matt Dean fd5fa964 Merge Master 7 年前
Peter Bay Bastian b2224d93 Move remaining files out of SerializableGraph folder and remove a few unused files 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 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 年前
Tim Cooper 5c979fc8 Merge master 7 年前
GitHub 09d669c8 Various refactorings and improvements (#139) 7 年前
Jens Holm 5c86f77c Merge master 7 年前
Tim Cooper 8aab03fe Merge remote-tracking branch 'origin/master' into HDMaster 7 年前
Tim Cooper 259c7ce1 Changing sub graphs to use functions instead of inlining. 7 年前
GitHub 455b4075 Merge pull request #145 from Unity-Technologies/FixingSubGraphs 7 年前
Jens Holm 93fa2455 Merge remote-tracking branch 'origin/master' into inspector-window 7 年前
Matt Dean c0c00ec0 Merge branch 'master' into node-matrix 7 年前
Martin Thorzen 77b49204 Added a Settings menu for Nodes. Implementation of IHasSettings. Nodes can derive from this interface and implement their own VisualElement as their settings menu. 6 年前
Peter Bay Bastian c9173f20 Replace `onNodeModified` with methods for registering and deregistering to avoid direct access to the delegate. 6 年前
GitHub a1c15f0d Merge pull request #229 from Unity-Technologies/safer-callbacks 6 年前
Martin Thorzen 7b5ca064 Merge with master 6 年前
Peter Bay Bastian 57a0eab1 Remove unused imports in entire solution 6 年前
GitHub cdc03be9 Merge pull request #244 from Unity-Technologies/fix-all-warnings 6 年前
Martin Thorzen f5ae4e88 Merge with master 6 年前
Martin Thorzen abd8a058 Made IMayRequirePosition public 6 年前
GitHub eae8c0fc Merge pull request #293 from Unity-Technologies/vector-input-fields 6 年前
Martin Thorzen 8742fc7b Merge branch 'master' into node-settings 6 年前
GitHub c833d39e Merge pull request #325 from Unity-Technologies/node-settings 6 年前
Peter Bay Bastian 8fcaa92a Merge branch 'master' into warning-incompatible-pipeline 6 年前
Peter Bay Bastian 4dfbc988 Fix per-stage requirements and translations part 1 6 年前
GitHub ae1dff05 Merge pull request #1358 from Unity-Technologies/sg/vertex-modification 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 年前
GitHub 7f5da648 Merge branch 'master' into sg/show-generated-code 6 年前
Tim Cooper fafb59af Run code formatter. 6 年前
Frédéric Vauchelles 4d7f78f1 Merge branch 'master' into feature/SSR 6 年前
Matt Dean ad13e4b0 Add Face Sign functionality to LWRP, HDRP and preview subshaders 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 年前
Thomas 01ee049b Merge branch 'master' into gfx-tests-postfx 6 年前
Chris Tchou 6408007a Merge branch 'master' into hdrpcleanup 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 年前
Aleksandr Kirillov 4695f235 Merge branch 'master' into lw/terrain_optimization 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 年前