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-10-14Geometry Nodes: Field version of mesh to curve nodeHans Goudey
2021-10-14Fix another error in rB5e12e62a6a4eGermano Cavalcante
2021-10-14Fix error in rB5e12e62a6a4eGermano Cavalcante
2021-10-14GPUTexture: Fix assert when using stereo viewport with EEVEEClément Foucault
2021-10-14Fix regression with incremental snap in Graph EditorGermano Cavalcante
2021-10-14Functions: Generic array data structureHans Goudey
2021-10-14Fix T92030: crash when hovering over socketJacques Lucke
2021-10-14Fix T91743: Unify behavior of 'Auto Set Preview Range'Philipp Oeser
2021-10-14Geometry Nodes: Add White Noise textureCharlie Jolly
2021-10-14Cleanup: fix const discard warningSybren A. Stüvel
2021-10-14Nodes: add boilerplate for image socketsCharlie Jolly
2021-10-14Cleanup: asset browser, remove invalid assertionSybren A. Stüvel
2021-10-14Filebrowser: Expose file select functions for File Browser to Python API.Paul Golter
2021-10-14Alembic: avoid crash when Cycles is not enabledSybren A. Stüvel
2021-10-14Fix T91398 Overlay: Camera BG jitter offset (regression)Clément Foucault
2021-10-14Fix T92200: VSE: 2D Cursor position missing viewport updatePhilipp Oeser
2021-10-14WM: quiet output of delete object operatorCampbell Barton
2021-10-14Cleanup: remove historic reference from makesdna.cCampbell Barton
2021-10-14Cleanup: use dot-points for appdir platform specific pathsCampbell Barton
2021-10-14Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-10-14Cleanup: silence Clang missing-braces warning.Ankit Meel
2021-10-14Geometry Nodes: Add Offset Option to Set PostionJohnny Matthews
2021-10-14Cleanup: avoid using size for array length in namingCampbell Barton
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-10-14Fix compile error with 'WITH_CXX_GUARDEDALLOC'Germano Cavalcante
2021-10-14Cleanup: clang-tidy, clang-format & spellingCampbell Barton
2021-10-14Fix reference counting error for world drag & dropCampbell Barton
2021-10-14Fix invalid arguments to ED_gizmotypes_snap_3d_context_ensureCampbell Barton
2021-10-14Fix T90799: Box/Ellipse Mask node masking is off-centeredManuel Castilla
2021-10-14Fix Compositor stack use after scopeManuel Castilla
2021-10-14Cleanup: use `_` suffix for non-public data members in CompositorManuel Castilla
2021-10-14Cleanup: convert camelCase naming to snake_case in CompositorManuel Castilla
2021-10-14Cleanup: replace members `m_` prefix by `_` suffix in CompositorManuel Castilla
2021-10-14Cleanup: remove `this->` for `m_` prefixed members in CompositorManuel Castilla
2021-10-14Cleanup: remove unused includes in CompositorManuel Castilla
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
2021-10-13Fix T92192: Inconsistent curve circle primitive directionHans Goudey
2021-10-13Fix T92180: Curve subdivide incorrect result for poly splinesHans Goudey
2021-10-13Fix T88766 EEVEE: Missing glossy reflections with Shader to RGB & SSR is active.Clément Foucault
2021-10-13Fix T89777 EEVEE: Contact Shadows causes wrong shading in Reflection PlaneClément Foucault
2021-10-13Geometry Nodes: Material Index - minor cleanupJohnny Matthews
2021-10-13Geometry Nodes: Fields version of edge split nodeHans Goudey
2021-10-13Geometry Nodes: Make attribute capture work on instancesHans Goudey
2021-10-13Geometry Nodes: Rotate Instances NodeErik Abrahamsson
2021-10-13Fix T92185: GPencil memory leak removing stroke from pythonAntonio Vazquez
2021-10-13Cleanup: Remove data duplication from SMAA lookup tablesJesse Yurkovich
2021-10-13Geometry Nodes: Scale Instances NodeErik Abrahamsson
2021-10-13Geometry Nodes: Add Selection to Instance on PointsJohnny Matthews
2021-10-13Geometry Nodes: Translate Instances NodeErik Abrahamsson
2021-10-13Fix T92136: Leak accessing evaluated depsgraph data from PythonCampbell Barton