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
2020-06-18LibOverride: increase speed of RNA diffing process.Bastien Montagne
2020-06-18Fix T65986: Inaccurate center of mass, calculating mesh centerCampbell Barton
2020-06-18Python API: path mapping options for library writing functionCampbell Barton
2020-06-18BKE_global: No longer read/write G_FILE_HISTORYCampbell Barton
2020-06-18Cleanup: doxy sections for walk/fly operatorsCampbell Barton
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-18Cleanup: unused variablesCampbell Barton
2020-06-18Fix T75414: Incorrect masking in Color Balance modifierRichard Antalik
2020-06-18Cleanup: Remove goto statements from strip rendering functionsRichard Antalik
2020-06-18VSE: Fix assigning effect strip inputsRichard Antalik
2020-06-18Cleanup: Remove unused code from `seq_proxy_get_fname()`Richard Antalik
2020-06-17GPencil: Chnage default Vertex Color mode to Stroke and FillAntonio Vazquez
2020-06-17ID Duplicate: Factorize a lot the code.Bastien Montagne
2020-06-17ID Duplicate: uniformize Action duplication.Bastien Montagne
2020-06-17Refactor duplicate of data-blocks.Bastien Montagne
2020-06-17Fix (unreported) broken logic in `BKE_libblock_relink_to_newid`Bastien Montagne
2020-06-17Cleanup: doxy commentsCampbell Barton
2020-06-17Cleanup: warningCampbell Barton
2020-06-16Fix issue with uint in headers in recent own commit.Bastien Montagne
2020-06-16Cleanup: use explicit enum type for duplicate option of `BKE_object_duplicate`Bastien Montagne
2020-06-16Cleanup: remove hierarchy parameter from `BKE_collection_duplicate`Bastien Montagne
2020-06-16Cleanup: get rid of `BKE_collection_copy`.Bastien Montagne
2020-06-16Refactor: Move curvemapping .blend read/write to blenkernelJacques Lucke
2020-06-16GPencil: Convert and Bake mesh animation to grease pencil strokesAntonio Vazquez
2020-06-16Cleanup: doxy sections for camera, collections, text & seqmodifierCampbell Barton
2020-06-15Fix crash when opening some old/broken .blend files after recent fix.Bastien Montagne
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 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-14Cleanup: remove unnecessary headerCampbell Barton
2020-06-13Sculpt: Fix creation of repeated constraints in the Cloth BrushPablo Dobarro
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: spellingCampbell Barton
2020-06-12LibOverride: Remove 'auto override' option.Bastien Montagne
2020-06-12Cloth: implement support for a hydrostatic pressure gradient.Alexander Gavrilov
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-11Fix possibility to add objects in override collections.Bastien Montagne
2020-06-10Add proper handling of liboverrides to Scene deep copy.Bastien Montagne
2020-06-10Cleanup: rename `BKE_scene_copy` to `_update`.Bastien Montagne