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
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-21Cleanup: use static local variablesCampbell Barton
2021-03-20Geometry Nodes: fix crash when inserting certain invalid linksJacques Lucke
2021-03-19Nodes: provide access to type specific data through node tree refJacques Lucke
2021-03-18Cleanup: spellingCampbell Barton
2021-03-17Geometry Nodes: store domain and data type in attribute hintsJacques Lucke
2021-03-15Nodes: multi-input support for Attribute Remove nodeFabian Schempp
2021-03-14Fix T86427 Exact solver does not apply target material.Howard Trickey
2021-03-12Cleanup: break out of loop earlyCampbell Barton
2021-03-11Cleanup: spellingCampbell Barton
2021-03-10Geometry Nodes: handle same socket being linked to input more than once betterJacques Lucke
2021-03-09Cleanup: Do not pass stack allocated string to MEM_callocNHans Goudey
2021-03-09Fix: unconnected multi socket input crashesJacques Lucke
2021-03-09UI: Clean up sub-panel for new boolean modifier optionsHans Goudey
2021-03-08UI: UVProject modifier: clarify aspect & scale are only for cameraPhilipp Oeser
2021-03-08Cleanup: add use prefix for booleanCampbell Barton
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-03-07Cleanup: compiler warningsJacques Lucke
2021-03-07BLI: make it harder to forget to destruct a valueJacques Lucke
2021-03-06Nodes: refactor derived node treeJacques Lucke
2021-03-05Cleanup: spellingCampbell Barton
2021-03-04Fix T59376: UV project modifier not working after modifiers that dont provide...Philipp Oeser
2021-03-02Geometry Nodes: show "Show Texture in texture tab" buttonPhilipp Oeser
2021-02-24Geometry Nodes: store available attribute names in node ui storageJacques Lucke
2021-02-22Fix: Geometry nodes not depending on instanced collections properlySebastian Parborg
2021-02-22Change Exact Boolean modifier to skip round trip through BMesh.Howard Trickey
2021-02-17BLI: add BLI_simd.h header to wrap SSE includesBrecht Van Lommel
2021-02-17Geometry Nodes: Node error messagesHans Goudey
2021-02-16Cleanup: Used derived node in geometry exec paramsHans Goudey
2021-02-12Geometry Nodes: Add dependency relation for collection objectsHans Goudey
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Geometry Nodes: add Volume to Mesh nodeJacques Lucke
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-05Cleanup: cmake indentation, white-spaceCampbell Barton
2021-02-03macOS: Fix build error due to std::optional<T>::valueAnkit Meel
2021-02-03Geometry Nodes: Multi-Input SocketsFabian Schempp
2021-01-28Surface Deform: fix binding vertex artifacts causing spikes.Alexander Gavrilov
2021-01-25Merge branch 'blender-v2.92-release'Hans Goudey
2021-01-25Fix: Unable to animate nodes modifier exposed propertiesHans Goudey
2021-01-22Merge branch 'blender-v2.92-release'Hans Goudey
2021-01-22Fix: Mouse presses in some areas do not set active modifierHans Goudey
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-19Refactor modifier copying code.Bastien Montagne
2021-01-19Refactor modifier copying code.Bastien Montagne
2021-01-19Geometry Nodes: pass depsgraph to nodes during executionJacques Lucke
2021-01-14MeshCache: add error handling to `fread()` callsSybren A. Stüvel
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-13Cleanup: Remove unecessary namespace prefixesHans Goudey
2021-01-13Geometry Nodes: Enable exposing object and collection socketsHans Goudey
2021-01-11Collision: allow disabling collision without removing the modifier.Alexander Gavrilov