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
2021-02-24Docs: clarify radial/cycle use for BMesh loopsCampbell Barton
2021-02-24Geometry Nodes: Move node UI storage function to BKEHans Goudey
2021-02-24GPencil: Fix typo error in previous commitAntonio Vazquez
2021-02-24GPencil: Improve Flip algorithm for InterpolateAntonio Vazquez
2021-02-23Fix T85895: Viewing value passes in Image Editor displays the value as alphaPhilipp Oeser
2021-02-23Cleanup: Remove unecessary double negativeHans Goudey
2021-02-23Geometry Nodes: improve accessing attribute meta dataJacques Lucke
2021-02-23Fix T84707: Wrong icon for Movie Clip EditorYevgeny Makarov
2021-02-23BLI: new FunctionRef typeJacques Lucke
2021-02-23Cleanup: Use shorter enum namesHans Goudey
2021-02-23Fix T85638: Child Window Positioning on Multiple MonitorsHarley Acheson
2021-02-22UI: Remove Blend Thumb PassepartoutHarley Acheson
2021-02-22UI: Simplify Window CreationHarley Acheson
2021-02-22Fix: Geometry nodes not depending on instanced collections properlySebastian Parborg
2021-02-22Cleanup: Use bool instead of charHans Goudey
2021-02-22Fix T85753: Default UVs for Icosphere are flipped horizontallyPhilipp Oeser
2021-02-22Fix Principled BSDF specular color for black base colorPascal Schön
2021-02-22Fix T85609 EEVEE: Viewport "vibrates" when mouse input is activeClément Foucault
2021-02-22Fix T85720 EEVEE: Contact shadows do not appear when enabling SSRClément Foucault
2021-02-22Fix T85549: GPencil draw tool offset when UI scale is not 1Antonio Vazquez
2021-02-22Cleanup: Use more clear field nameSergey Sharybin
2021-02-22Cleanup: Tracking, reduce indentation levelSergey Sharybin
2021-02-22Cleanup: Spelling in commentSergey Sharybin
2021-02-22Cleanup: Decrease variable scopeHans Goudey
2021-02-22Cleanup: Clang tidy inconsistent parameter nameHans Goudey
2021-02-22Fix compilation error in bypass bmesh commit when GMP not defined.Howard Trickey
2021-02-22Various UI messages fixes and tweaks.Bastien Montagne
2021-02-22Fix proportional connected not working with loose edges due to hidden geometryPablo Dobarro
2021-02-22Merge branch 'blender-v2.92-release'Philipp Oeser
2021-02-22Fix T85865: Crash when selecting Image texture nodePhilipp Oeser
2021-02-22PyAPI: expose unstable type bpy.props._PropertyDeferredCampbell Barton
2021-02-22GPU Python: Use 'PyC_ParseStringEnum' to parse itemsGermano Cavalcante
2021-02-22Fix crash auto-completing bpy.types in the Python consoleCampbell Barton
2021-02-22Fix missing NULL check on macOS when system-python isn't foundCampbell Barton
2021-02-22Cleanup: unused variableJacques Lucke
2021-02-22Added a cast needed to shut up an error in last commit.Howard Trickey
2021-02-22Change Exact Boolean modifier to skip round trip through BMesh.Howard Trickey
2021-02-21Fix memory leak when loading previous preferences from splash screenJulian Eisel
2021-02-21UI: Correct the text alignment in the quick setup (splash screen) dialogYevgeny Makarov
2021-02-21PyAPI: use postponed annotations to support Python 3.10Campbell Barton
2021-02-21PyAPI: expose bpy_prop_deferred function & keywordsCampbell Barton
2021-02-21Fix T85714 Crash when Viewport Rending an image using EEVEE.Clément Foucault
2021-02-21Fix T85603 EEVEE: Baking Indirect lighting crashes BlenderClément Foucault
2021-02-21Cleanup: EEVEE: Rename variable named sample because ...Clément Foucault
2021-02-21Cleanup: EEVEE: Rename aperture to cone angle when it make senseClément Foucault
2021-02-21Cleanup: EEVEE: Use P and vP instead of worldPosition and viewPositionClément Foucault
2021-02-21Cleanup: EEVEE: Use P for world position instead of WClément Foucault
2021-02-21Cleanup: EEVEE: change cameraVec macro to cameraVec(P)Clément Foucault
2021-02-21EEVEE: Ambient Occlusion Node: Support inverted and distance parametersClément Foucault
2021-02-21GPU: Add define to ouput more context lines for GLSL errorsClément Foucault