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-05-19BLI: float4x4: Add == and != operatorsClément Foucault
2022-05-19BLI: float4x4: Add << operatorClément Foucault
2022-02-15BLI: Change dependencies in vector math filesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-27BLI_float4x4: Add operator[]Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2021-10-13BLI: Overload float4x4 multiplication-assignment operatorErik Abrahamsson
2021-09-24Geometry Nodes: String to Curves NodeErik Abrahamsson
2021-07-25Fix T89391, etc. Boolean bugs when objects have negative scale.Howard Trickey
2021-07-23Fix: avoid creating improper rotation matrixJacques Lucke
2021-05-03Geometry Nodes: Initial basic curve data supportHans Goudey
2021-03-22BLI: Add "identity" constructor to float4x4 typeHans Goudey
2021-03-19BLI: Add accessors for translation, rotation, and scale of float4x4Hans Goudey
2021-03-19BLI: Add location, rotation, scale constructor to float4x4Hans Goudey
2021-01-26Fix T85049: Geometry Nodes: How to handle instances with shear?Sebastian Parborg
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-25Particles: improve emitter when object is animatedJacques Lucke
2020-07-23Particles: spawn particles on mesh surfaceJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-10BLI: initial hash function for Color4b and float4x4Jacques Lucke
2020-07-03Cleanup: bring operator overloads closer togetherJacques Lucke
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-04-21BLI: add float2, float3, float4x4, Color4f and Color4bJacques Lucke