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-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
2020-06-06Fix T77473: Removing GPencil vertex group mix dataMarcelo Demian Gómez
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-05CleanUp: Introduce BKE_fcurve_createJeroen Bakker
2020-06-05Cleanup: spellingCampbell Barton
2020-06-04Fix T77358: Gpencil can't select geometry within transparent layersAntonio Vazquez
2020-06-04Fix error removing the image paint cursorCampbell Barton
2020-06-03Cleanup: Use ELEM MacroHans Goudey
2020-06-03LibOverride: fix debug timing code.Bastien Montagne
2020-06-03GPencil: Fix unreported error in Dots Strokes material initializationAntonio Vazquez
2020-06-03Fix T77156: GPencil view layer filter by layer not workingAntonio Vazquez
2020-06-03Fix T77289: Crash when typing negative numbersHans Goudey
2020-06-02Fix T76776: Implement vertex_visibility_get for PBVH_GRIDSPablo Dobarro
2020-06-02Cleanup: Always use pbvh in PBVH BKE filesPablo Dobarro
2020-06-02Sculpt: Improve twist axis in Pose FK modePablo Dobarro
2020-06-02Library Overrides: Don't move collections to Scene Collection when overridingJulian Eisel
2020-06-02BVHCache: PerformanceJeroen Bakker
2020-06-02GPU: Texture: Replace internal sampler state by explicit state objectClément Foucault