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-05-20Cleanup: Deprecate ParamHandle -> PHandletemp-deprecate_paramhandleChris Blackbourn
2022-05-20Cleanup: warnings, spelling, formattingCampbell Barton
2022-05-20CMake: fix AUDASPACE disabling WITH_PYTHON for BlenderCampbell Barton
2022-05-20CMake: disable WITH_MOD_FLUID when WITH_PYTHON=OFFCampbell Barton
2022-05-20Cleanup: move 'console' module to 'bl_console_utils.autocomplete'Campbell Barton
2022-05-20Fix building with OpenEXR on LinuxCampbell Barton
2022-05-20IMBUF: Thumbnails of all EXR files using less RAMHarley Acheson
2022-05-19VSE: Display sound sample rate and channelsMarcos Perez
2022-05-19GPencil: Avoid Automerge with Closed strokesAntonio Vazquez
2022-05-19Merge branch 'blender-v3.2-release'Germano Cavalcante
2022-05-19Fix T98230: Automatic Constraint doesn't work if cursor is not movingGermano Cavalcante
2022-05-19Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-19Fix (studio-reported) more possibilities to edit content of linked/override c...Bastien Montagne
2022-05-19Merge branch 'blender-v3.2-release'Antonio Vazquez
2022-05-19GPencil: Remove icons in Build modifer mode parameterAntonio Vazquez
2022-05-19UI: Expose new tool icon: Selection PaintDalai Felinto
2022-05-19Cleanup: Decrease variable scopeHans Goudey
2022-05-19Cleanup: Remove redundant functionHans Goudey
2022-05-19Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-19Fix liboverride extreme resync times in case of libraries dependency loops.Bastien Montagne
2022-05-19Revert "Fix liboverride extreme resync times in case of libraries dependency ...Bastien Montagne
2022-05-19Fix liboverride extreme resync times in case of libraries dependency loops.Bastien Montagne
2022-05-19Fix T98237: Double free with curve object conversion to meshHans Goudey
2022-05-19Cleanup: Remove unnecessary indentationHans Goudey
2022-05-19Fix T73250: Override Library will always return to Object Mode on file opening.Bastien Montagne
2022-05-19Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-19Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-19Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-19Fix T93779: Python is unable to set axis aligned viewsCampbell Barton
2022-05-19Fix View Roll failure to align the quaternion to the view-axisCampbell Barton
2022-05-19Cleanup: suppress 'address' warnings for ./extern/glewCampbell Barton
2022-05-19Cleanup: always assign return args for SCULPT_paint_image_canvas_getCampbell Barton
2022-05-19Cleanup: quiet deprecated-copy warning with GCCCampbell Barton
2022-05-19Cleanup: spelling in comments & move doc-strings to headersCampbell Barton
2022-05-19Cleanup: format, reduce line length & strip trailing spaceCampbell Barton
2022-05-19DRW: GPU wrappers: Fix resize routines for StorageArrayBufferClément Foucault
2022-05-19EEVEE-Next: Fix error on curve prepass caused by velocity commitClément Foucault
2022-05-19EEVEE-Next: Fix display of compiling shader countdownClément Foucault
2022-05-19EEVEE-Next: Display error instead of crashing on unsupported hardwareClément Foucault
2022-05-19Fix assertion raised in Merge By DistanceGermano Cavalcante
2022-05-19Cleanup: rename 'WeldPoly' member 'len' to 'loop_len'Germano Cavalcante
2022-05-19Fix compilation errors with 'USE_WELD_DEBUG'Germano Cavalcante
2022-05-19makesdna: centralize DNA header list.Ray Molenkamp
2022-05-19EEVEE-Next: Fix memory leakClément Foucault
2022-05-19EEVEE-Next: Add Velocity moduleClément Foucault
2022-05-19GPUStorageBuf: Add `GPU_storagebuf_copy_sub_from_vertbuf()`Clément Foucault
2022-05-19GLShader: Add glsl_shader_defines.glsl to compute shadersClément Foucault
2022-05-19GL: Fix gl error during debug name setup for shader storage buffersClément Foucault
2022-05-19GPUSource: Add error message on source not foundClément Foucault
2022-05-19DRW: Wrappers: Use runtime length of the buffer instead of the initial lenClément Foucault