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

作者 SHA1 备注 提交日期
Peter Bay Bastian bfd7b48d Import blackboard to project, still WIP 7 年前
Peter Bay Bastian 1749ff66 A bunch of stuff for blackboard 7 年前
Peter Bay Bastian 4cfaf738 Add serialization for blackboard layout 7 年前
Peter Bay Bastian 0534342e Added support for reordering properties in blackboard 7 年前
Peter Bay Bastian abe82146 Added support for drag and dropping properties to the graph 7 年前
Peter Bay Bastian 84072c18 Add undo actions for blackboard 7 年前
Peter Bay Bastian 2fc16a9a Make blackboard only be draggable from the header to avoid conflicts with fields 7 年前
GitHub e9df888c Merge pull request #189 from Unity-Technologies/blackboard 7 年前
GitHub 86e92a04 Merge pull request #191 from Unity-Technologies/fixes-for-blackboard 7 年前
Matt Dean 5d0155ff Add Blackboard support for Boolean 7 年前
Matt Dean affdcadf Add HDR color support to Blackboard 7 年前
Peter Bay Bastian 484b4f58 * Add individual properties to node search 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 78f31c8e Fix adding Slider and Int properties from inline node conversion 7 年前
Jens Holm ae1852e9 Merge remote-tracking branch 'origin/master' into master-preview-rendertexture-rescale 7 年前
Matt Dean 9c0b93c1 Merge branch 'master' into node-bugfixes 7 年前
GitHub d2f86285 Merge pull request #192 from Unity-Technologies/node-bugfixes 7 年前
Peter Bay Bastian d2b1d4db Fix UXML paths 7 年前
Martin Thorzen 29361772 Merge branch 'master' into tidy-master-preview 7 年前
Jens Holm 9647fad6 Make blackboard resize handles stay within the parent bounds 7 年前
Matt Dean 7c973636 Merge branch 'master' into node-bugfixes 7 年前
GitHub f187d743 Merge pull request #230 from Unity-Technologies/master-preview-rendertexture-rescale 6 年前
Peter Bay Bastian e7218ad7 Remove unused variables and classes and rework how master preview resizing is handled 6 年前
Peter Bay Bastian 6d5e2c25 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 年前
Peter Bay Bastian b3445484 Add wrapper for `Assembly.GetTypes()` which won't throw an exception 6 年前
GitHub df788737 Merge pull request #275 from Unity-Technologies/integrate-sg-subshaders 6 年前
Peter Bay Bastian 0b584564 Merge with master 6 年前
Peter Bay Bastian a029858d Merge branch 'master' into fix-postlayoutevent 6 年前
Peter Bay Bastian fecfaaea Fix compile errors on trunk by introducing various compatibility extensions 6 年前
Peter Bay Bastian 0e49b142 * Fix Serializable(Cubemap|Mesh|Texture) classes 6 年前
GitHub dba26376 Merge pull request #283 from Unity-Technologies/fix-trunk-compatibility 6 年前
Martin Thorzen 731a2018 Merge branch 'master' into node-settings 6 年前
Peter Bay Bastian 13a428be More trunk compatibility fixes 6 年前
GitHub 685fecd6 Merge pull request #286 from Unity-Technologies/trunk-compatibility 6 年前
Martin Thorzen b0ebffa3 Started the work on adding path functionality to shaders. 6 年前
Martin Thorzen dbf93edc Updated teh Graph path functionality. It now saves the path and reads it back 6 年前
Martin Thorzen 8742fc7b Merge branch 'master' into node-settings 6 年前
Martin Thorzen 88b45aa5 Added functionality so that you cannot have properties with the same name. It appends (*) to your property where * is just the next sequential number. 6 年前
Martin Thorzen 9c29a0c6 Added functionality to search window and made the path's sanitized. 6 年前
Peter Bay Bastian ad7f7e58 Ignore the subjected property when sanitizing name 6 年前
Martin Thorzen bea679f1 Fixed an extra line whch was not needed 6 年前
Jens Holm 43f24a85 Remove checks for within parent bonds in resize handles 6 年前
Jens Holm 19a741e4 Switch blackboard layout modifiers to default modifiers 6 年前
GitHub 246492ed Merge pull request #299 from Unity-Technologies/layout-modifiers-improvements 6 年前
GitHub c268bca4 Merge pull request #303 from Unity-Technologies/fix-empty-strings-blackboard 6 年前
Peter Bay Bastian 9cc55c03 Merge branch 'master' into path-for-shaders 6 年前
GitHub 23cc01bd Merge pull request #302 from Unity-Technologies/path-for-shaders 6 年前
JavDevGames 082d7d93 Replacing soon-to-be deprecated API Resources.Load(string) for Resources.Load<T>(string) 6 年前
Peter Bay Bastian 03c0b504 Remove uses of .NET 4+ only API 6 年前
GitHub 09124350 Merge pull request #309 from Unity-Technologies/fix-net35 6 年前
Jens Holm b68215c9 Add text field on properties to allow a custom reference name 6 年前
GitHub 26deb2a4 Merge pull request #308 from Unity-Technologies/fixes/update-deprecated-resources-api 6 年前
Jens Holm ed5436e4 Make custom property names dirty the graph 6 年前
Jens Holm 42451460 Make reference names editable throught text field and add reference name sanitation 6 年前
Jens Holm 82435f05 Enforce underscore in overriden property names and allow rest by supplying empty string 6 年前
Jens Holm 2e2f5f9e Simplify regex for checking valid property reference 6 年前
Jens Holm 6aca31dc Check property referecne name when the property is created 6 年前
Jens Holm 1703288d Make the property name text field delayed 6 年前
Jens Holm 7f9416d0 Make use of the generic duplicate name handling funciton when editing property and reference names 6 年前
Jens Holm 2f658454 Make the modified property names bold through uss 6 年前
Jens Holm f86ab019 Add toggle for whether properties are exposed or not 6 年前
Peter Bay Bastian 8076c27e Merge branch 'master' into copy-property-nodes 6 年前
Martin Thorzen 82aecff4 Needed to add .uss file to make things display correctly 6 年前
Jens Holm 60639f41 Merge branch 'master' into editable-property-reference-names 6 年前
GitHub 753d4c0f Merge pull request #349 from Unity-Technologies/blackboard-uss-fixes 6 年前
GitHub 9696a5d1 Merge pull request #326 from Unity-Technologies/editable-property-reference-names 6 年前
Peter Bay Bastian 8fcaa92a Merge branch 'master' into warning-incompatible-pipeline 6 年前
Peter Bay Bastian 7b43adb3 Update DoRepaint for UIElements change in trunk 6 年前
Matt Dean 42b09806 Add first pass Texture2DArray and Texture3D support 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 fafb59af Run code formatter. 6 年前
Frédéric Vauchelles 4d7f78f1 Merge branch 'master' into feature/SSR 6 年前
Peter Bay Bastian f9b16024 Remove 2018.1 compatibility code from Shader Graph 6 年前
GitHub 29b369e0 Merge pull request #1399 from Unity-Technologies/sg/remove-2018.1-ifdefs 6 年前
Martin Thorzen 37c00666 Added update title to master preview and blackboard. 6 年前
Peter Bay Bastian 31db4b9f Fix core changes to UIElements Toggle with compatibility layer 6 年前
GitHub ba8fbc25 Merge pull request #1522 from Unity-Technologies/sg/fix-toggle-changes 6 年前
Antoine Lelievre 516b896c Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline 6 年前
Stephane Laroche a49a696e Merge branch 'master' into StackLit2 6 年前
Remy 9db2a137 Merge branch 'master' into HDRP-Tests 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 630691ab Merge pull request #1512 from Unity-Technologies/sg/update-window-title-when-after-file-rename 6 年前
GitHub 0610a60c Merge branch 'master' into 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 年前
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 年前
Stephane Laroche cbb9a885 Merge branch 'master' into StackLit2 6 年前
Tim Cooper 8406655d Merge branch 'master' into ShaderGraphTests 6 年前
Nerites 9b69a952 Merge xrconfig branch into xrsettings 6 年前
Tim Cooper 9bf79289 Backport pull request #1529 6 年前
Nerites 86a99323 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 7281fe31 Merge branch 'HDRP/staging' into decals/v2/per_channel_mask_new_ui 6 年前
Stephane Laroche 73aab246 Merge branch 'hdrp/staging' into StackLit2_TrunkTest 6 年前