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-03-03Cleanup: Rename set handle type node internally to match UIHans Goudey
2022-03-03Curves: Port set resolution node to the new data-blockHans Goudey
2022-03-02BLI: add scoped-defer utility to add RAII-like behavior to C typesJacques Lucke
2022-03-01Geometry Nodes: Port most curve primitives to new data-blockHans Goudey
2022-03-01Cleanup: use doxygen comments, correct spellingCampbell Barton
2022-02-28Geometry Nodes: Use std::move in dual mesh nodeWannes Malfait
2022-02-28Cleanup: Rename geometry set "curve" functions to "curves"Hans Goudey
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-28Fix: Crash in Duplicate ElementJohnny Matthews
2022-02-26Cleanup: typos in comments.Kévin Dietrich
2022-02-24Cleanup: Simplify operating on multiple geometry componentsHans Goudey
2022-02-24Cleanup: Sort include linesAntonio Vazquez
2022-02-24Nodes: Add include to avoid Windows compiler errorAntonio Vazquez
2022-02-24Fix compiler error in WindowsAntonio Vazquez
2022-02-24Curves: Use simpler "set" behavior for postion attributeHans Goudey
2022-02-23Curves: Use simpler "set" behavior for handle position attributesHans Goudey
2022-02-23Geometry Nodes: Face is Planar NodeJohnny Matthews
2022-02-23Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-23Fix T95952: Uninitialized value used in Bezier Segment nodeHans Goudey
2022-02-23Geometry Nodes: Duplicate Elements NodeJohnny Matthews
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-23Fix: Errors in previous cleanup commitHans Goudey
2022-02-23Cleanup: Use new curves type enum for CurveEvalHans Goudey
2022-02-23Cleanup: Use new enum for CurveEval handle typesHans Goudey
2022-02-22Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-22Fix T95839: Data race when lazily creating mesh normal layersHans Goudey
2022-02-21Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-21Fix T95154 Eevee AO node: the "only local" option applies "inside" insteadClément Foucault
2022-02-18Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-18Fix T95542: Dual Mesh crashes with some non-manifold verticesWannes Malfait
2022-02-18Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-18Fix T94495: Split edges node leads to a crash in edit modeHans Goudey
2022-02-17Fix build errors on Linux/clang after recent changesBrecht Van Lommel
2022-02-15BLI: Change dependencies in vector math filesHans Goudey
2022-02-15RNA: add RNA_collection_is_empty & RNA_property_collection_is_emptyCampbell Barton
2022-02-11Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-11Geometry Nodes: show indicator when realize instances node is in legacy modeJacques Lucke
2022-02-11Cleanup: remove white-space before headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: move file descriptions into doxygen file sectionCampbell Barton
2022-02-09Cleanup: remove "The Original Code is: ..." from code commentsCampbell Barton
2022-02-08Eevee: support the no-op Bump node optimization like in Cycles.Alexander Gavrilov
2022-02-08Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-08Fix T95532: Merge node deletes everything for empty selectionsWannes Malfait
2022-02-07Nodes: Dynamic node class for Map Range nodeCharlie Jolly
2022-02-04Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-04Fix: Incorrect default distance for merge by distance nodeHans Goudey
2022-02-04Cleanup: Clang tidy, use bracesHans Goudey
2022-02-03Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-03Cleanup: clang-formatCampbell Barton