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-10-21Nodes: add utility to find NodeRef for nodeJacques Lucke
2021-10-21IDManagement: Assign current Main's lib to newly created IDs.Bastien Montagne
2021-10-21Fix T92355: Quadriflow crashes with zero length edgesSebastian Parborg
2021-10-21Fix T92272: Rigid Body Copy to Selected "Margin" crashPhilipp Oeser
2021-10-21Fix T92169: "View Selected" on Custom Boneshape with transform wrongPhilipp Oeser
2021-10-21IDManagement: Add option to clear asset data when making ID local.Bastien Montagne
2021-10-21Fix T92387: crash in legacy point distribute nodeJacques Lucke
2021-10-21Cleanup: VSE code docstringRichard Antalik
2021-10-21Cleanup: clang-formatCampbell Barton
2021-10-21Cleanup: unused functuion warningsCampbell Barton
2021-10-21Docs: note why BLI_string_join_arrayN needs to nil terminateCampbell Barton
2021-10-21Cleanup: match cursor hide option with naming for the 3D viewportCampbell Barton
2021-10-21Cleanup: Use array as a parameter for event x/y functionsCampbell Barton
2021-10-21LibLink: ensure objects are selectable when "Select" is enabledCampbell Barton
2021-10-21Cleanup: de-duplicate function to instantiate objectsCampbell Barton
2021-10-21Fix type error in 5297bf318e6f18c9165c9968728e6c9d27f8ae3cCampbell Barton
2021-10-21VSE: Add 2D cursor overlay optionRichard Antalik
2021-10-21Cleanup: Remove dead codeAaron Carlisle
2021-10-21Cleanup: Use array as a parameter for event x/y functionsAaron Carlisle
2021-10-21Cleanup: use underscore separators for event struct membersCampbell Barton
2021-10-21Cleanup: Use array as a parameter for event x/y functionsAaron Carlisle
2021-10-21Fix failing 'script_validate_keymap' after recent changesGermano Cavalcante
2021-10-21Cleanup: Set default snap cursor values during build timeGermano Cavalcante
2021-10-21Fix: Empty id attribute on curve control pointsHans Goudey
2021-10-21Fix: Builtin curve attributes unavailableHans Goudey
2021-10-20Fix T92369: Raycast node crash with no target attributeHans Goudey
2021-10-20Fix: Crash when retrieving output "id" attributeHans Goudey
2021-10-20Fix missing null-terminator in BLI_string_join_arrayNKévin Dietrich
2021-10-20Geometry Nodes: Add warnings for instances input in two nodesPeter Sergay
2021-10-20Geometry Nodes: Make Random ID a builtin attribute, remove socketsHans Goudey
2021-10-20Fix T92367: missing Subsurface Anisotropy and IOR sockets with factory startupBrecht Van Lommel
2021-10-20Geometry Nodes: Add Checker TextureCharlie Jolly
2021-10-20Geometry Nodes: Fields version of Curve to Points nodeHans Goudey
2021-10-20Fix T89771: Cloth disk cache is not read on library overrides when original l...Bastien Montagne
2021-10-20Cleanup: Add check whether to remove an anonymous atttributeHans Goudey
2021-10-20Fix T92368: LMB mouse events (Selecting, doubleclicks etc) are brokenJulian Eisel
2021-10-20Fix T92347: Append function excludes Collections that do not contain Objects ...Bastien Montagne
2021-10-20Cleanup: silence WarningsGermano Cavalcante
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20Cleanup: unused parameters, `nullptr` instead of `NULL` in cpp code...Bastien Montagne
2021-10-20Fix T91243: Object modes are not loaded correctly in inactive scenes.Bastien Montagne
2021-10-20Cleanup: unused functionGermano Cavalcante
2021-10-20Fix crash when reloading with placement tool enabledGermano Cavalcante
2021-10-20Asset Browser: Show current file assets in other asset libraries if containedJulian Eisel
2021-10-20View3D: Cursor Snap RefactorGermano Cavalcante
2021-10-20Cleanup: Remove unused file-list array info membersJulian Eisel
2021-10-20UI: Activate parent when active child is collapsedJulian Eisel
2021-10-20Fix precision issues and a bug in vec_roll_to_mat3_normalized.Alexander Gavrilov
2021-10-20Fix T82455: vec_roll_to_mat3_normalized returns NaN when nor close to -Y.Gaia Clary
2021-10-20Split and extend unit tests for vec_roll_to_mat3_normalized.Alexander Gavrilov