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-03-28Fix text editor failure to move the cursor for syntax errorsCampbell Barton
2022-03-24Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-21Fix T94121: PyAPI: ID property group returns wrong type with iter()Campbell Barton
2022-03-21Fix memory leak evaluating PyDriversCampbell Barton
2022-02-22Fix errors in 'gpu.state' documentationGermano Cavalcante
2022-02-22Fix wrong method name in gpu documentationGermano Cavalcante
2022-02-22Python: bump minimum version to 3.10Campbell Barton
2022-02-21Fix: Avoid potential use of dirty normalsHans Goudey
2022-02-14Fix segfault calling `id_properties_ui("prop").update()`Sybren A. Stüvel
2022-01-25Fix: Build issue with MSVC + Python 3.10Ray Molenkamp
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-19Fix T94202: GPUFrameBuffer: wrong refcount in the buffer passed for read_colo...Germano Cavalcante
2022-01-18RNA: display exact integer values without fraction if step is integer.Alexander Gavrilov
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-14Fix crash caused by exception in Python gizmo target get handlerCampbell Barton
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-11Cleanup: correct exception messageCampbell Barton
2022-01-07Fix T94708: negative reference count error with Python API callbacksCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Fix T94685: python error adding Space handlers for SpreadsheetPhilipp Oeser
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2021-12-29gpu.types.GPUOffScreen: accept format argument for color textureGermano Cavalcante
2021-12-16Animation: send notifier when keyframe is insertedSybren A. Stüvel
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-13Cleanup: remove checks for invalid input for Python Run utilitiesCampbell Barton
2021-12-13Docs: improve on doc-strings for BPY_extern_run.hCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for 'python/intern'Campbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-11-30LibLink/Append: Port `bpy.data.libraries.load` to new `BKE_blendfile_link_app...Bastien Montagne
2021-11-30Cleanup: clang-format, trailing spaceCampbell Barton
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-25Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-25Fix Py API: wrong doc about type of Collection property.Bastien Montagne
2021-11-23Merge branch 'blender-v3.0-release'Clément Foucault
2021-11-23Fix T89204: slow repeated rendering with GPUOffscreen.draw_view3d.Christian Stolze
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-11Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-11Fix (unreported) bad handling of reports in `libraries.load` code.Bastien Montagne
2021-11-09Expose BLI_string_flip_side_name as bpy.utils.flip_nameDemeter Dzadik
2021-11-08Cleanup: Grammar in commentsHans Goudey
2021-11-05Fix GCC warnings after own recent commitJulian Eisel
2021-11-05Cleanup: Remove misleading commentJulian Eisel