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-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-16Add skeletal beginnings of C++ sculpt refactorJoseph Eagar
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-15Tests: Updated test message for Directory Not FoundHimanshi Kalra
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-15Fix Asset Browser cannot open containing file anymorePhilipp Oeser
2021-09-15Sculpt dyntopo: Fix a few issues from last commitJoseph Eagar
2021-09-15Sculpt dyntopo: fix missing bit from last commitJoseph Eagar
2021-09-15Geometry Nodes: multi threaded field evaluationJacques Lucke
2021-09-15Sculpt dyntopo:Joseph Eagar
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
2021-09-15PyDocs: Update theme to latest versionAaron Carlisle
2021-09-15UI: Addition Changes to Freestyle PropertiesAaron Carlisle
2021-09-15Fix T89241: Scale to fit overflows into a second lineCampbell Barton
2021-09-15Cleanup: spellingCampbell Barton
2021-09-15Cleanup: doxy sections, parameter syntaxCampbell Barton
2021-09-15Fix: Use after free in spreadsheet attribute column IDHans Goudey
2021-09-14Fix T89027: "factor" field in pose breakdowner not updatedChristoph Lendenfeld
2021-09-14LibLink: Enable unittest that was previously failing in append case.Bastien Montagne
2021-09-14LibLink: New Append code.Bastien Montagne
2021-09-14ID management: Add new version of `relink_to_newid` using proper new remappin...Bastien Montagne
2021-09-14Cleanup: fix inconsistent parameter nameJacques Lucke