Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-30Fix missing Outliner updates when adding nodetreesPhilipp Oeser
2022-09-29Cleanup: spelling in commentsCampbell Barton
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
2022-09-27Fix T101361: Collapsed multi-input sockets not collapsing noodlesIliya Katueshenock
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-23Fix T101249: Node groups don't show in node searchHans Goudey
2022-09-23Node Editor: Adjust node link curvingLeon Schittek
2022-09-22Fix: Use correct node group for add node searchHans Goudey
2022-09-20Fix T101001: crash setting texture node active in certain casesPhilipp Oeser
2022-09-19Nodes: Add node group assets to search menusHans Goudey
2022-09-19Cleanup: spellingCampbell Barton
2022-09-18Fix: Make node position consistent when added through link drag searchLeon Schittek
2022-09-17Geometry Nodes: use stringref instead of string in loggerJacques Lucke
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14Fix T100959: Memory leak when moving node with AltGermano Cavalcante
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-13Nodes: Avoid unnecessary sorting when selecting or moving nodesHans Goudey
2022-09-13Fix: Node edge pan and remove on cancel doesn't workHans Goudey
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-09Fix Auto-offset for nodes: Revert "Cleanup: Return early"Dalai Felinto
2022-09-09Fix T100521: Nodes added with link drag search not added to frameDominik Fill
2022-09-08Fix: link drag search feature only works forgeometry nodes groupsHans Goudey
2022-09-06Cleanup: Return earlyHans Goudey
2022-09-06Cleanup: Avoid using runtime node flag, use topology cacheHans Goudey
2022-09-06Cleanup: Move select all nodes code to operatorHans Goudey
2022-09-06Cleanup: Use more specific function for deselecting all nodesHans Goudey
2022-09-06Fix T100841: Creating a frame node with shortcut doesn't sort nodesHans Goudey
2022-09-06Cleanup: Remove unnecessary node sorting, rename variablesHans Goudey
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-05Cleanup: make formatBrecht Van Lommel
2022-09-05IDMAnagement: Add owner ID pointer to embedded ones.Bastien Montagne
2022-09-04Cleanup: Clarify multi-socket input sortingHans Goudey
2022-09-04Cleanup: Replace recursive quadratic node link mute operationHans Goudey
2022-09-03Cleanup: Deduplicate node link intersection testHans Goudey
2022-09-03Cleanup: Refactor node add reroute operatorHans Goudey
2022-09-03Cleanup: Return earlyHans Goudey
2022-09-03Cleanup: use more standard variable name for node socketsHans Goudey
2022-09-03Cleanup: Use separate variables for node socket locationsHans Goudey
2022-09-03Cleanup: Avoid using node socket locationHans Goudey
2022-09-03Cleanup: Use references and const in node editorHans Goudey
2022-09-03Cleanup: Use new node topology cache for sorting multi input socketsHans Goudey
2022-09-03Cleanup: Return earlyHans Goudey
2022-09-02Merge branch 'blender-v3.3-release'Hans Goudey