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
path: root/source
AgeCommit message (Expand)Author
2022-09-12Fix T100999: GPencil Copy paste stroke(s) does not respect autokeyingAntonio Vazquez
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-10Apply formatting, remove unneeded changes.Monique
2022-09-10Adding `const Scene*` parameter in many areas.Monique
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: 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: 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-09Merge branch 'master' into temp-T73411-add-scene-parametersJeroen Bakker
2022-09-09Add scene parameterMonique
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-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
2022-09-09Realtime Compositor: Implement scale nodeOmar Emara
2022-09-09Add scene parameterMonique
2022-09-09Realtime Compositor: Implement blur nodeOmar Emara
2022-09-09Nodes: fix memory leakJacques Lucke
2022-09-09Readfile: avoid confusion when debugging a memory leakJacques Lucke
2022-09-09Realtime Compositor: Implement pixelate nodeOmar Emara
2022-09-09Fix T100697: Curve nodes change colors at identity settingsOmar Emara
2022-09-09Cleanup: readfile: use correct typeJacques Lucke
2022-09-09Cleanup: Remove unused attribute in draw manager.Jeroen Bakker
2022-09-09Fix Auto-offset for nodes: Revert "Cleanup: Return early"Dalai Felinto
2022-09-09Cleanup: remove paranoid NULL checksCampbell Barton
2022-09-09Cleanup: move return arguments last, use `r_` prefixCampbell Barton
2022-09-09Edit mode normalize fails to respect locked groupsCampbell Barton
2022-09-09Fix T96787: Edit mode normalize fails to respect locked groupsNate Rupsis
2022-09-09License headers: use SPDX identifiersCampbell Barton