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
2019-08-22NodeTree: also assign the owner pointer when copying.Alexander Gavrilov
2019-08-22Fix T68971: Copy As New Driver from Material node creates a bad reference.Alexander Gavrilov
2019-08-22LibOverride: Cleanup: tget rid of G.main usage when we can get it from context.Bastien Montagne
2019-08-22LibOverride: Fix broken logic in code checking and adding new override ops.Bastien Montagne
2019-08-22Cleanup: remove edit-mode check in vertex coordinate accessCampbell Barton
2019-08-22Cleanup: typo in last commitCampbell Barton
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-08-21Shading: Add Volume Info node.OmarSquircleArt
2019-08-21Shading: Add White Noise node.OmarSquircleArt
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-21Cleanup: pass lattice directly vertex coord utilitiesCampbell Barton
2019-08-21Cleanup: use const arguments for vertex coordsCampbell Barton
2019-08-21Cleanup: remove unused derived-mesh API callsCampbell Barton
2019-08-21Fix T68869: outliner missing subversion bumpNathan Craddock
2019-08-19Fix crash when loading a file with existing proxy, and lib has been edited.Bastien Montagne
2019-08-18Shading: Refactor Math node and use dynamic inputs.OmarSquircleArt
2019-08-17Fix T68722: Improve Smooth algorithm for Thickness and StrengthAntonioya
2019-08-16Collections: change active if hidden or excludedNathan Craddock
2019-08-16Cleanup: spellingCampbell Barton
2019-08-16Fix T67999: calling Mesh.materials.clear() crashes BlenderSybren A. Stüvel
2019-08-16Fix T68710: crash on applying modifier after removing all shape keysPhilipp Oeser
2019-08-15Cleanup: use booleanCampbell Barton
2019-08-15Mesh: bypass legacy tessface conversion step when remeshingCampbell Barton
2019-08-15Fix T68658: Text offset makes scale to fit not to workDalai Felinto
2019-08-15Cleanup: fix compiler warningsBrecht Van Lommel
2019-08-14Sculpt: mesh abstraction APIPablo Dobarro
2019-08-14Compositor: Added denoising nodeBrecht Van Lommel
2019-08-14Cleanup: use BKE_mesh_ prefix for the remesh APICampbell Barton
2019-08-14Cleanup: warnings, unnecessary nested headerCampbell Barton
2019-08-14Mesh Batch Cache: Refactor + MultithreadClément Foucault
2019-08-14OpenVDB: Voxel RemesherPablo Dobarro
2019-08-14Cleanup: clang-format, sort structs & cmake filesCampbell Barton
2019-08-14Cleanup: remove comment to workaround weak code parsingCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-14Eevee: Remove Additive & Multiply Blend modeClément Foucault
2019-08-13Shading: Add Clamp node to Cycles and EEVEE.OmarSquircleArt
2019-08-13Fix T67516 VSE: Animation evaluated incorrectly when scene strip presentSybren A. Stüvel
2019-08-13Shading: Add Map Range node to Cycles and EEVEE.OmarSquircleArt
2019-08-13Fix T66373: Strange translation text behaviour.Bastien Montagne
2019-08-11Text: support comment without selectionCampbell Barton
2019-08-10GPencil: Improves Close stroke when the closing gap is very smallAntonio Vazquez
2019-08-09Text: minor change to text prefix behaviorCampbell Barton
2019-08-08Cleanup: remove function already implemented in BKE_deformCampbell Barton
2019-08-08Cleanup: warningsCampbell Barton
2019-08-08Cleanup: Typo in naming (BLE instead of BKE, tssttt).Bastien Montagne
2019-08-08GPencil: New Simplify modifier mode Sample and operatorAntonioya
2019-08-08Fix T67545: GPencil - New Merge by Distance operatorAntonioya
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-08-06Fix T68320: measure tool memoryleakmano-wii
2019-08-06Cleanup: move utf8 offset conversion into BLI_string_utf8Campbell Barton