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-12USD IO: fixed warnings.tmp_mak_091222Michael Kowalski
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-10GPencil: Add new Set Start Point operator to context menuAntonio Vazquez
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
2022-09-09install_deps: update OIIO/Boost/Python/NumPy versions.Bastien Montagne
2022-09-09Cycles: Generate OSL closures using macros and a template filePatrick Mours
2022-09-09Cycles: Remove separate OSL attribute map and instead always use SVM attribut...Patrick Mours
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-09Subdiv: Avoid quadratic runtime for loose edgesHans Goudey
2022-09-09Cleanup: remove BLI_make_file_stringCampbell Barton
2022-09-09Correct error building on WIN32Campbell Barton
2022-09-09Fix Clang warning about braces around initializationSergey Sharybin
2022-09-09Cleanup: remove unnecessary use of BLI_make_file_stringCampbell Barton
2022-09-09Fix use-after-free error when exiting on WIN32Campbell Barton
2022-09-09Realtime Compositor: Implement bokeh blur nodeOmar Emara
2022-09-09Realtime Compositor: Allow inputs to skip realizationOmar Emara