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
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
2021-02-21GPU: Add RGB10_A2 format supportClément Foucault
2021-02-21EEVEE: Planar Reflections: Fix regressionClément Foucault
2021-02-21Cleanup: EEVEE: Remove SSR variant with AOClément Foucault
2021-02-21EEVEE: Ambient Occlusion: RefactorClément Foucault
2021-02-21BLI: cleanup StringRef and Span and improve parameter validationJacques Lucke
2021-02-20UI: Correct the text alignment of the RGB/HSV/Hex toggle in the color pickerYevgeny Makarov
2021-02-20Python: Add to_curve method to the object APIOmar Emara
2021-02-20Geometry Nodes: expose float2 attribute in rnaJacques Lucke
2021-02-20Cleanup: Split grease pencil selection index functionsAntonio Vazquez
2021-02-20PyAPI: use a new type for storing the deferred result of bpy.propsCampbell Barton
2021-02-20Cleanup: spellingCampbell Barton
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-20Cleanup: reference near duplicate enum definitionsCampbell Barton
2021-02-20Cleanup: remove duplicate enumCampbell Barton
2021-02-20Cleanup: Disentangle outliner active status "get" and "set"Hans Goudey
2021-02-20Geometry Nodes: Add string input nodeEdgar Roman Cervantes
2021-02-19UI: Use property split in geometry node propertiesHans Goudey
2021-02-19Cleanup: Comment formatting, spellingHans Goudey
2021-02-19Fix T83027: Incorrect outliner collection state after operatorHans Goudey
2021-02-19Cleanup: Fix clang tidy warningHans Goudey
2021-02-19Geometry Nodes: Add simple subdivision surface nodeEitan
2021-02-19Merge branch 'blender-v2.92-release'Julian Eisel
2021-02-19Revert "Fix T80313: Fix clipped text in splash screen on hiDPI monitors"Julian Eisel
2021-02-19Geometry Nodes: forbid creating attribute with empty nameJacques Lucke