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
path: root/source
AgeCommit message (Expand)Author
2022-06-07BLI: Math: Add description and test to `ceil_to_multiple` and `divide_ceil`Clément Foucault
2022-06-07UI: Curves Sculpt density + smooth brushesDalai Felinto
2022-06-07IME Cleanup: Removal of BLT_lang_is_ime_supportedHarley Acheson
2022-06-07Cleanup: Use const pointers in attribute APIHans Goudey
2022-06-07Fix: Incorrect logic in attribute search functionHans Goudey
2022-06-07Merge branch 'blender-v3.2-release'Clément Foucault
2022-06-07BLI: Math: Add `math::divide_ceil` and `math::ceil_to_multiple`Clément Foucault
2022-06-07Fix T98647: EEVEE: Camera Data Node's View Vector BrokenClément Foucault
2022-06-07Fix EEVEE: Shader error when using volume temperature or color attributesClément Foucault
2022-06-07Fix T98091: EEVEE: Volume: Crash caused by non-present gridClément Foucault
2022-06-07CustomData: Add function to free a named layerHans Goudey
2022-06-07Fix T98621: Image does not update when tweaking strip propertiesRichard Antalik
2022-06-07Fix T98626: Mesh Deform modifier stops working on a linked collection upon undo.Bastien Montagne
2022-06-07Curves: use root/tip radius of the first curve in the viewportJacques Lucke
2022-06-07Fix: Make renaming attributes check uniqueness on all domainsMartijn Versteegh
2022-06-07Marker drawing: don't restore GPU line widthSybren A. Stüvel
2022-06-07Curves: fix transforms in Add brushJacques Lucke
2022-06-07Cleanup: remove dead codeJacques Lucke
2022-06-07Fix drawing increments after running Spin gizmoGermano Cavalcante
2022-06-07Cleanup: potential dereferencing of a NULL pointerGermano Cavalcante
2022-06-07Cleanup: spelling in comments, minor formatting tweaksCampbell Barton
2022-06-07Cleanup: note that checking only the left modifiers isn't a mistakeCampbell Barton
2022-06-07Keymap: use both left/right modifier keysCampbell Barton
2022-06-07LibOverride: Attempt to improve handling of cyclic deps between libraries.Bastien Montagne
2022-06-07Cleanup: Correct commentsHans Goudey
2022-06-07Merge branch 'blender-v3.2-release'Clément Foucault
2022-06-07GPUMaterial: Make compilation fail when reusing failed `GPUPass`Clément Foucault
2022-06-07Cleanup: Fix missing-braces warning in draw managerSergey Sharybin
2022-06-07VSE preview transform autokeying improvementsPhilipp Oeser
2022-06-07OBJ: Use filename as the default object nameJesse Yurkovich
2022-06-07Logging: remove unnecessary newlinesCampbell Barton
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-06-07Cleanup: use doxy sections for mask add operators & functionsCampbell Barton
2022-06-07Cleanup: formatCampbell Barton
2022-06-07Remove workaround for drawing the rotation gizmoGermano Cavalcante
2022-06-07Cleanup: compiler warnings: unused args, missing include, parenthesisCampbell Barton
2022-06-06STL: Add new C++ based STL importerIyad Ahmed
2022-06-06Geometry Nodes: Add Instance Scale Input NodeJohnny Matthews
2022-06-06Geometry Nodes: Instance Rotation NodeJohnny Matthews
2022-06-06Geometry Nodes: Fix Assert in Duplicate ElementsJohnny Matthews
2022-06-06Geometry Nodes: Fix Assert in Duplicate ElementsJohnny Matthews
2022-06-06Refactor: Snap-related. Clarified attribute names and refactored #defines in...jon denning
2022-06-06BLI: fix memory error when moving VArray_SpanJacques Lucke
2022-06-06Fix Windows compiler errorAntonio Vazquez
2022-06-06UI: offset scale gizmos instead of scaling their shapeCampbell Barton
2022-06-06Cleanup: quiet compiler warningCampbell Barton
2022-06-05Curves: Port bounding box node to the new curves typeHans Goudey
2022-06-05Cleanup: Remove unused BKE_spline.hh includesHans Goudey
2022-06-05Curves: Fix overallocation for curve attributes when deleting curvesHans Goudey
2022-06-05Fix: incorrect operator warningJacques Lucke