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-04-01BLI: rename resource collector to resource scopeJacques Lucke
2021-03-28Cleanup: use parentheses in macroJacques Lucke
2021-03-25BLI: simplify using DefaultHashJacques Lucke
2021-03-22Functions: devirtualize virtual arrays in simple functionsJacques Lucke
2021-03-22Fix build error on macOS/clangBrecht Van Lommel
2021-03-22Functions: make multi functions smaller and cheaper to construct in many casesJacques Lucke
2021-03-21Cleanup: compile errors on macosJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-03-21Functions: move CPPType creation related code to separate headerJacques Lucke
2021-03-21Cleanup: use static local variablesCampbell Barton
2021-03-08Geometry Nodes: support Vector Rotate nodeLeon Leno
2021-03-07Geometry Nodes: simplify allocating dynamically sized buffer on stackJacques Lucke
2021-03-07Cleanup: remove dead codeJacques Lucke
2021-03-07Cleanup: compiler warningsJacques Lucke
2021-03-07BLI: make it harder to forget to destruct a valueJacques Lucke
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-18Cleanup: return const reference instead of copyJacques Lucke
2021-02-04Geometry Nodes: new Is Viewport nodeJacques Lucke
2021-01-14Geometry Nodes: don't delete existing attribute before new attribute is computedJacques Lucke
2020-12-18Functions: add generic pointer class for const pointersJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-12-02Functions: add float2 cpp typeJacques Lucke
2020-12-02Functions: add generic pointer classJacques Lucke
2020-12-02Functions: add move operations to CPPTypeJacques Lucke
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-15Cleanup: add missing headers to CMake, formattingCampbell Barton
2020-08-19Fix warning from narrowing conversionJacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-05Functions: fix multi function testJacques Lucke
2020-08-02Particles: new Age Reached Event, Kill Particle and Random Float nodeJacques Lucke
2020-07-27Functions: add some tests for virtual spansJacques Lucke
2020-07-27Particles: initial support for events and actionsJacques Lucke
2020-07-26Functions: move tests closer to codeJacques Lucke
2020-07-24Cleanup: can use guarded instead of raw allocator nowJacques Lucke
2020-07-24BLI: add MultiValueMapJacques Lucke
2020-07-23Cleanup: unify naming between different spansJacques Lucke
2020-07-23Particles: improve mesh emitterJacques Lucke
2020-07-22Cleanup: spellingCampbell Barton
2020-07-21Particles: initial object socket and emitter node supportJacques Lucke
2020-07-20BLI: add typedefs for containers that use raw allocatorsJacques Lucke
2020-07-20Particles: support removing particles during the simulationJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-18Simulation: cleanup deduplicating attribute input nodesJacques Lucke
2020-07-17Cleanup: avoid static initialization order issues when accessing CPPTypesJacques Lucke
2020-07-16Nodes: support default function for partially implemented nodesJacques Lucke
2020-07-16Cleanup: missing CMake headers from source listsCampbell Barton
2020-07-13Cleanup: fix clang tidy warningJacques Lucke