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
2022-06-29Geometry Nodes: Only calculate mesh to volume bounds when necessaryHans Goudey
2022-06-29Geometry Nodes: UV Unwrap and Pack Islands NodesAleksi Juvani
2022-06-29Attributes: Use attribute renaming function for generic mesh layersMartijn Versteegh
2022-06-29Cleanup: Clang tidy, unused variable warningHans Goudey
2022-06-29Geometry Nodes: Add Mesh To Volume NodeErik Abrahamsson
2022-06-29Spreadsheet: display byte colors as scene linear floatsBrecht Van Lommel
2022-06-29LineArt: Shadow and related functionalities.Yiming Wu
2022-06-29UI: add tooltips for nodes to the shader node add menuArye Ramaty
2022-06-29Fix T99248: GPencil Sculpt Grab/Push don't work with one pointAntonio Vazquez
2022-06-29Fix T98697: EEVEE: Regression: Missing custom property from volumetricsClément Foucault
2022-06-29Fix T98825: EEVEE: Regression: Buffer overflow in sample name bufferClément Foucault
2022-06-29Fix T99104: EEVEE: Regression: Crash when using Light Output in MaterialsClément Foucault
2022-06-29Fix T99128: EEVEE: Regression: Pixelated Environment TextureClément Foucault
2022-06-29Fix T99138: EEVEE: Regression: World volume shader incorrect texture coordsClément Foucault
2022-06-29Cleanup: correct type for sequencer SWAP macroCampbell Barton
2022-06-29Cycles: Add support for rendering on Intel GPUs using oneAPIXavier Hallade
2022-06-29VSE: Improved Retiming systemRichard Antalik
2022-06-29BLI: add Vector.append_and_get_index with rvalue parameterJacques Lucke
2022-06-29Fix uninitialized memory use in key-down events on window activationCampbell Barton
2022-06-29GHOST/Wayland: quiet warning with empty title with libdecorCampbell Barton
2022-06-29GHOST/Wayland: support older output manager (for Weston support)Campbell Barton
2022-06-29Mantaflow: disable call to MANTA::terminateMantaflowCampbell Barton
2022-06-29Benchmark: Add eevee viewport playback tests.Jeroen Bakker
2022-06-29Sculpt: Fix backwards normals in PBVH_GRIDS raycastingJoseph Eagar
2022-06-29Fix T99231: Wrong anchored mode test for smear brushJoseph Eagar
2022-06-29Cleanup(UV): Remove unused parameter (no functional changes)Chris Blackbourn
2022-06-29Cleanup(UV): Store nboundaries on pchart (no functional changes)Chris Blackbourn
2022-06-29Cleanup: formatCampbell Barton
2022-06-29Cleanup: Fix mul_v2_v2_ccw for repeated arguments (no functional changes)Chris Blackbourn
2022-06-29Mantaflow: call MANTA::terminateMantaflow on exitCampbell Barton
2022-06-29Cleanup: update curve_fit_nd (no functional changes)Campbell Barton
2022-06-29Cleanup: spelling in commentsCampbell Barton
2022-06-29Fix T78394: In UV Editor, UV Unwrap respects selectionChris Blackbourn
2022-06-29Fix: Use distance unit for points node radius inputHans Goudey
2022-06-28Fix: Flush mode to evaluated object when exiting curves sculpt modeHans Goudey
2022-06-28Fix T98924: Skip saving selection properties for UV edge ring operatorSiddhartha Jejurkar
2022-06-28Fix Cycles assert with mix weights outside of 0..1 rangeBrecht Van Lommel
2022-06-28UI: Unhide the world mist panel if the mist pass is not enabledClément Foucault
2022-06-28DRW: Curve: Fix wrong UBO alignmentClément Foucault
2022-06-28Cleanup: GPUShader: Fix missing space in debug messageClément Foucault
2022-06-28Cleanup: DRW: Fix misnamed argument and add more info in a function docClément Foucault
2022-06-28Cycles: enable Vega GPU/APU supportSayak Biswas
2022-06-28Fix T98882: Regression: Gradient colors in a Grease Pencil material change de...Germano Cavalcante
2022-06-28Build: add HIP version to buildbot configurationBrecht Van Lommel
2022-06-28Build: when using Wayland, always enable EGL and disable system GLEWChristian Rauch
2022-06-28Py API Doc: add runtime changelog generation to `sphinx_doc_gen.py`.Bastien Montagne
2022-06-28Py API Doc: refactor changelog generation script.Bastien Montagne
2022-06-28Fix frame_final_start/end strip property not setting handle positionRichard Antalik
2022-06-28Build: remove GLEW version checking from install_deps.shBrecht Van Lommel
2022-06-28Cleanup: fix various typosluzpaz