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
2021-09-16Cleanup: Move mesh_convert.c to C++Hans Goudey
2021-09-16UI: Remove Menus & Show Wait Cursor When SavingHarley Acheson
2021-09-16Cleanup: Remove unnecessary manual of move constructorHans Goudey
2021-09-16Geometry Nodes: Transfer attributes in the curve to mesh nodeHans Goudey
2021-09-16Geometry Nodes: Simplify using OutputAttribute in a vectorHans Goudey
2021-09-16Cleanup: Add built-in check for an attribute IDHans Goudey
2021-09-16Assets: Recursive reading of asset librariesJulian Eisel
2021-09-16Hide empty keymap warnings when running a templateDalai Felinto
2021-09-16App Settings: Edge ResizeDalai Felinto
2021-09-16App Settings: Regions Visbility ToggleDalai Felinto
2021-09-16Rename show_layout_ui > show_corner_split and remove from UIDalai Felinto
2021-09-16Cleanup: Rename USER_APP_LOCK_UI_LAYOUTDalai Felinto
2021-09-16Cleanup: WM append code: de-duplicate post-make-local process a bit.Bastien Montagne
2021-09-16Fix: properly implement the 'only append' execption case for WorkSpaces.Bastien Montagne
2021-09-16Cleanup/Fix outliner 'make local' code.Bastien Montagne
2021-09-16Cleanup: no need to clear new flags and pointers from whole Main when making ...Bastien Montagne
2021-09-16Cleanup: Comment about shpaekey being treated as embedded IDs in `BKE_id_newp...Bastien Montagne
2021-09-16Cleanup: Add comment about 'make_local' callback of Brush doing bad thing.Bastien Montagne
2021-09-16Cleanup: Rename `BKE_id_clear_newpoin` to `BKE_id_newptr_and_tag_clear`.Bastien Montagne
2021-09-16Fix/refactor `BKE_id_clear_newpoin` and `BKE_main_id_newptr_and_tag_clear`.Bastien Montagne
2021-09-16IDManagement: refactor: Remove 'test' part from `BKE_lib_id_make_local`.Bastien Montagne
2021-09-16IDType: Add `BKE_idtype_idcode_is_localizable`.Bastien Montagne
2021-09-16IDType: Cleanup: Remove useless `IDTYPE_FLAGS_NO_MAKELOCAL`.Bastien Montagne
2021-09-16Fix ID-property UI versioning skipping nested meta-stripsCampbell Barton
2021-09-16Fix security popup re-displaying after undoCampbell Barton
2021-09-16Fix memory leak if an error occurred assigning id-property sequenceCampbell Barton
2021-09-16Fix bisect gizmo offset while draggingCampbell Barton
2021-09-16GPencil: Fix dash modifier reading error.YimingWu
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-09-15Cleanup: Remove duplicate warning from subdivision surface nodeHans Goudey
2021-09-15Geometry Nodes: Hide values for selection inputsHans Goudey
2021-09-15Fix: Division by zero in curve spiral primitive nodeHans Goudey
2021-09-15Splines: Add a method for reversing a SplineJohnny Matthews
2021-09-15Fix broken WorkSpace use after recent refactor of append code.Bastien Montagne
2021-09-15Fix missing passes result when rendering multiple viewsSergey Sharybin
2021-09-15Fix crash in 'drag asset' case in new append code from yesterday.Bastien Montagne
2021-09-15BLI: Add a reverse method to MutableSpanJohnny Matthews
2021-09-15Geometry Nodes: Add fields version of material nodesHans Goudey
2021-09-15Geometry Nodes: Add special domain interpolation for selectionsHans Goudey
2021-09-15Cleanup: avoid passing redundant parameterJacques Lucke
2021-09-15Nodes: refactor socket declarationsJacques Lucke
2021-09-15Gizmo: add flag to hide the gizmo group during interactionCampbell Barton
2021-09-15Cleanup: unused variableCampbell Barton
2021-09-15Fix T91421: Length modifier bake influence check.YimingWu
2021-09-15Geometry Nodes: multi threaded field evaluationJacques Lucke
2021-09-15Gizmo: show groups flagged with SHOW_MODAL_ALL during interactionCampbell Barton
2021-09-15Cleanup: replace defines with functionsCampbell Barton
2021-09-15Cleanup: correct tracker ID in commentCampbell Barton
2021-09-15GPencil: Dot dash modifier.YimingWu
2021-09-15LineArt: Automatic crease with flat/smooth faces.YimingWu