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-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
2020-06-10Make `BKE_scene_copy` fully handle all duplicate modes, deep copy included.Bastien Montagne
2020-06-10Make `BKE_collection_duplicate able to handle master collections.Bastien Montagne
2020-06-10Cleanup: use proper enum type in parameter of BKE_scene_copy.Bastien Montagne
2020-06-10Enable (deep) copy of overrides.Bastien Montagne
2020-06-10UI: Show library names grayed out and right-aligned in menusJulian Eisel
2020-06-10Cleanup: improve custom data type namesJacques Lucke
2020-06-10Cleanup: redundant headersCampbell Barton
2020-06-10Cleanup: move BKE_mesh_wrapper functions into own headerCampbell Barton
2020-06-10BLI: update behavior of Map.lookup_or_addJacques Lucke
2020-06-10LibOverride: Fix issues related to ID name differences.Bastien Montagne
2020-06-10Mesh: utility functions to access wrapped mesh coordinatesCampbell Barton
2020-06-09Sculpt: Face Set Edit OperatorPablo Dobarro
2020-06-09Sculpt: Pose Squash and Stretch deform modePablo Dobarro
2020-06-09Nodes: efficient node tree queries and inliningJacques Lucke
2020-06-09Cleanup: Move pointcache dna to separate fileJacques Lucke
2020-06-09Cleanup: extract function for common function call sequenceJacques Lucke
2020-06-09Cleanup: correct enum names in commentsJacques Lucke
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09GPencil: Cleanup doxygen commentsAntonio Vazquez
2020-06-09GPencil: Improve viewlayer masking checkAntonio Vazquez
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-09Fix mistake in recent fix for text editor overflowCampbell Barton
2020-06-09Docs: comment text scale behaviorCampbell Barton
2020-06-09Fix T77609: Scale to Fit Text Box fails when text is too narrowDalai Felinto
2020-06-08Simulations: initial simulation state and cacheJacques Lucke
2020-06-08GPencil: Show only first frame if current frame is equals or greater than cur...Antonio Vazquez
2020-06-07Fix T77520: GPencil viewlayer filter produce crash with masking layersAntonio Vazquez