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-19Add test for Wintab with change detection.wintabNicholas Rishel
2022-05-19Fix Wintab button tracking logic.Nicholas Rishel
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
2022-05-19DRW: Replace StorageFlexibleBuffer with explicit `get_or_resize()`Clément Foucault
2022-05-19Cleanup: BLI_math_base.h: Document `power_of_2_max|min()`Clément Foucault
2022-05-19BLI: float4x4: Add == and != operatorsClément Foucault
2022-05-19BLI: float4x4: Add << operatorClément Foucault
2022-05-19DRW: Fix DRW_shgroup_buffer_texture namingClément Foucault
2022-05-18Cleanup: Move strip handle manipulation to time sectionRichard Antalik
2022-05-18VSE: Remove still frame offsetsRichard Antalik
2022-05-18Cleanup: fix Cycles asan warningBrecht Van Lommel
2022-05-18Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-18Fix T98225: file saved with an object in sculptmode that is disabled in viewp...Bastien Montagne
2022-05-18Merge branch 'blender-v3.2-release'Sergey Sharybin
2022-05-18Fix incorrect track search area election colorSergey Sharybin
2022-05-18Fix T97761: incorrect mixing of integersJacques Lucke
2022-05-18Subdiv: support interpolating orco coordinates in subdivision surfacesBrecht Van Lommel
2022-05-18Fix T98157: improve animation fps with better check in depsgraphJacques Lucke
2022-05-18Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-18Fix T88792: WindowManager.clipboard missing in Python API docsCampbell Barton
2022-05-18Cleanup: use "filepath" instead of "filename" for full paths, fileops.cCampbell Barton
2022-05-18Fix build error on WIN32 from `_bpy.context_members`Campbell Barton
2022-05-18Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-18Fix (unreported) crash in some rare case when making liboverride.Bastien Montagne
2022-05-18Cleanup: Naming of private membersSergey Sharybin
2022-05-18Cleanup: suppress dangling-pointer warning for GCC 12.1+Campbell Barton