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-09-13Fix: Multires crash after recent face set refactorHans Goudey
2022-09-12USD IO: fixed compiler warningsMichael Kowalski
2022-09-12Fix T100886: error saving side-by-side stereo EXR image of depth passBrecht Van Lommel
2022-09-12Sculpt: Fix T100941: Draw cache invalidation loopJoseph Eagar
2022-09-12Cleanup: obj: rename MTLMaterial & MTLTexMapType membersAras Pranckevicius
2022-09-12Cleanup: Comment formattingHans Goudey
2022-09-12Sculpt: Fix T100608: SCULPT_UNDO_FACE_SETS broken for redoJoseph Eagar
2022-09-12When these features aren't used, there is no sense in storing theHans Goudey
2022-09-12Sculpt: Fix T101008: Missing CD_MDISPS layerJoseph Eagar
2022-09-12Fix T100956: Cycles GPU context assert after recent changesBrecht Van Lommel
2022-09-12Fix T100016: Memory leak in USD importer.Michael Kowalski
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-12BLI: Add utility functions to generic spansHans Goudey
2022-09-12Attributes: Add function to retrieve span without adding attributeHans Goudey
2022-09-12Merge remote-tracking branch 'origin/blender-v3.3-release'Sybren A. Stüvel
2022-09-12Fix T100918: change min value for NLAStrip startThibault de Villèle
2022-09-12Fix macOS incomplete Python install after recent changesBrecht Van Lommel
2022-09-12GLibC Compat: Add deprecated memory hooks symbols removed from 2.34.Bastien Montagne
2022-09-12UI: Cleanup/Fixes of some UI messages.Bastien Montagne
2022-09-12Fix T100999: GPencil Copy paste stroke(s) does not respect autokeyingAntonio Vazquez
2022-09-12UI: add a Custom Properties panel to the View Layer tab of properties.Alexander Gavrilov
2022-09-12Fix T100851: Sync markers does not work for numinputPhilipp Oeser
2022-09-12Cleanup: Remove unused DerivedMesh functionsHans Goudey
2022-09-12Fix T100874: improve uv unwrap of degenerate geometryChris Blackbourn
2022-09-12Cleanup: remove unused ImBuf.next/prev pointersCampbell Barton
2022-09-12Cleanup: replace BLI_snprintf with BLI_path_joinCampbell Barton
2022-09-12Tests: add tests for leading (relative) slashes for BLI_path_joinCampbell Barton
2022-09-12UV: support uv seams when computing uv islandsChris Blackbourn
2022-09-11Fix T100974: Remesh operators reset mesh propertiesHans Goudey
2022-09-10Merge branch 'temp-T73411-add-scene-parameters' of git.blender.org:blender in...Monique
2022-09-10Apply formatting, remove unneeded changes.Monique
2022-09-10Adding `const Scene*` parameter in many areas.Monique
2022-09-10GPencil: Add new Set Start Point operator to context menuAntonio Vazquez
2022-09-10Merge branch 'master' into temp-T73411-add-scene-parametersMonique
2022-09-10GPencil: New Set Start point operatorAntonio Vazquez
2022-09-10Python: on macOS, stop requiring framework for building bpy moduleBrecht Van Lommel
2022-09-10Cleanup: cycles OSL compiler warningsBrecht Van Lommel
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-10Cleanup: remove unnecessary strcat useCampbell Barton
2022-09-10WM: update comment for wm_autosave_location auto-save fallbackCampbell Barton
2022-09-10BKE_appdir: add function attributesCampbell Barton
2022-09-10Fix possible NULL pointer dereference in bookmark operatorsCampbell Barton
2022-09-10Cleanup: remove redundant NULL checksCampbell Barton
2022-09-10Cleanup: spelling in commentsCampbell Barton
2022-09-10Cleanup: format, spellingCampbell Barton
2022-09-10Cleanup: early return when directories can't be foundCampbell Barton
2022-09-10Fix: Missed return in ASSET_OT_bundle_install item enumeratorJesse Yurkovich
2022-09-10Mesh: Avoid saving redundant generic material index attributeHans Goudey
2022-09-10PyGPU: expose 'GPU_SHADER_3D_IMAGE_COLOR'Germano Cavalcante
2022-09-09install_deps: update OpenVDB for Blender 3.4.Bastien Montagne