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
2020-06-15Modifiers: New callbacks for reading and writing .blend filesJacques Lucke
2020-06-15Fix T77460: Easy to create cyclic dependencies in collections and crash Blender.Bastien Montagne
2020-06-15Fix (unreported) critical mistake in Collection liblink code in readfile.c.Bastien Montagne
2020-06-15Fix T77496: Bones Custom Shapes Wires not drawnJeroen Bakker
2020-06-15Fix T77774: New undo code broken by 'make local' behavior.Bastien Montagne
2020-06-15Fix crash using shrink-wrap modifier in edit-modeCampbell Barton
2020-06-15Fix T77342: Fail to draw loose edgesJeroen Bakker
2020-06-15Fix Memory Leak introduced by Draw Manager ThreadingJeroen Bakker
2020-06-15Fix T77541: Unregistering DATA_PT_modifiers doesn't remove modifier panelsHans Goudey
2020-06-15Fix T77853: Error reloading linked library.Bastien Montagne
2020-06-15Cleanup: Rearrange Vert and Edge slide functionsGermano Cavalcante
2020-06-15Fix T77116: Current frame indicator text color hardcodedHans Goudey
2020-06-15Fix T77596: UI: Correct "offset even" location in solidify modifierHans Goudey
2020-06-15Cleanup: remove unnecessary codeJacques Lucke
2020-06-15Fix T77871: GPencil masked points fails with previous pointAntonio Vazquez
2020-06-15Alembic: remove support for HDF5 archive formatSybren A. Stüvel
2020-06-15Fix text after '|' being right aligned in the ID selectorCampbell Barton
2020-06-15Various UI messages fixes...Bastien Montagne
2020-06-15Fix T77735: Numinput of radial control operator behaved incorrectlyJacques Lucke
2020-06-15Fix curve handle color ID displayCampbell Barton
2020-06-15API docs: mathutils leaked markupTobias Heinke
2020-06-15UI: Do not use term 'Subsurf'Aaron Carlisle
2020-06-14Fix T76563: Transforming an auto-aligned point won't set it alignedCampbell Barton
2020-06-14Cleanup: remove unnecessary headerCampbell Barton
2020-06-13Sculpt: Fix creation of repeated constraints in the Cloth BrushPablo Dobarro
2020-06-13Fix error selecting similar vertex groups after the 32ndCampbell Barton
2020-06-13Cleanup: use const arguments to deform functionsCampbell Barton
2020-06-13Cleanup: remove redundant castsCampbell Barton
2020-06-13Cleanup: naming for lattice deform functionsCampbell Barton
2020-06-13Cleanup: use 'r_' prefix for return argumentsCampbell Barton
2020-06-13Cleanup: comments, use bool return valueCampbell Barton
2020-06-13Cleanup: rename 'par', in deform codeCampbell Barton
2020-06-13Modifier: skip edit-mesh conversion for armature, curve & latticeCampbell Barton
2020-06-13Cleanup: clang-format, unused variableCampbell Barton
2020-06-13Cleanup: spellingCampbell Barton
2020-06-13Fix T77295: Snapping in edit mode only works for non-selected polys/verts/edgesGermano Cavalcante
2020-06-12LibOverride: Remove 'auto override' option.Bastien Montagne
2020-06-12Add ability to remove Library data-blocks through RNA API.Simone Barbieri
2020-06-12Cloth: implement support for a hydrostatic pressure gradient.Alexander Gavrilov
2020-06-12USD: Use new material binding APISybren A. Stüvel
2020-06-12Fix T77586 EEVEE: UDIM image Texture doesn't Display properlyClément Foucault
2020-06-12GPencil: Make accessible via python to keyframe typeAntonio Vazquez
2020-06-12Functions: Wrap into blender namespaceSergey Sharybin
2020-06-12DRW: Avoid undefined behavior when running multiple iterationClément Foucault
2020-06-12Cleanup: split object data deform functions into their own filesCampbell Barton
2020-06-12Cleanup: use doxy sections for armature.cCampbell Barton
2020-06-12Cleanup: minor changes to deform functionsCampbell Barton
2020-06-12Cleanup: split deform functions that take target object-dataCampbell Barton
2020-06-12Cleanup: use BKE_ prefix for deform functionsCampbell Barton
2020-06-11GPencil: Cleanup transform codeAntonio Vazquez