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-10-15Geometry Nodes: fix getting mutable geometry componentJacques Lucke
2021-10-15Fix wrong DNA struct element lookup in versioningJulian Eisel
2021-10-15Fix T92131: handle node declaration in material propertiesJacques Lucke
2021-10-15UI: Fix offset of vertical scale indicatorsPablo Vazquez
2021-10-15Cleanup: Commonize code for checking scene lights/world settingsJesse Yurkovich
2021-10-15Fix T92226 EEVEE: AO misaligned on first sampleClément Foucault
2021-10-15Fix is_repeat being set for in between mouse-move eventsCampbell Barton
2021-10-15Fix crash using menu search without an active areaCampbell Barton
2021-10-15Fix some property shortcuts not showing in tooltipCampbell Barton
2021-10-15Cleanup: use const for context argumentCampbell Barton
2021-10-15Cleanup: clang-tidyCampbell Barton
2021-10-15UI: View2D: Align vertical indicators to viewPablo Vazquez
2021-10-14Geometry Nodes: Order selection inputs after geometry inputsHans Goudey
2021-10-14Geometry Nodes: Create empty components less oftenHans Goudey
2021-10-14Geometry Nodes: Rename Nodes ID Names + Menu OrgJohnny Matthews
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