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-11-08Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-08Fix invalid function signatures for PySequenceMethods callbacksCampbell Barton
2022-11-08Cleanup: PyMethodDef formattingCampbell Barton
2022-11-07Cleanup: unify struct declaration style for Python types, update namesCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-05Fix order of include-guard & C++ extern blockCampbell Barton
2022-09-28Fix GC tracking error for instances of mathutils typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-19Cleanup: spellingCampbell Barton
2022-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-08-17Cleanup: strip blank lines around comment blocksCampbell Barton
2022-08-15Cleanup OpenGL linking and related code after libepoxy mergeSebastian Parborg
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-07-26Fix Python SystemExit exceptions silently exitingCampbell Barton
2022-07-16PyAPI: re-enable the "bgl" module for headless buildsCampbell Barton
2022-07-15Fix T99706: Crash rendering with headless buildsCampbell Barton
2022-07-05Python: support v3.11 (beta) with changes to PyFrameObject & opcodesCampbell Barton
2022-05-17Cleanup: spelling in commentsCampbell Barton
2022-05-06Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-06Add documentation about Image/ImBuf to python/RNA API.Bastien Montagne
2022-05-06Cleanup: spelling in comments, use doxygen commentsCampbell Barton
2022-05-03Fix T97731: Python traceback no longer includes line-numbersCampbell Barton
2022-05-03Cleanup: remove redundant PyErr_Clear calls after PyErr_FetchCampbell Barton
2022-04-13pyGPU: Port 'StageInterfaceInfo' and 'ShaderCreateInfo' typesGermano Cavalcante
2022-04-08Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-03-11Fix T94121: PyAPI: ID property group returns wrong type with iter()Campbell Barton
2022-02-14Merge remote-tracking branch 'origin/blender-v3.1-release'Sybren A. Stüvel
2022-02-14Fix segfault calling `id_properties_ui("prop").update()`Sybren A. Stüvel
2022-02-11File headers: SPDX License migrationCampbell 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-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13Docs: improve on doc-strings for BPY_extern_run.hCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-05Fix PyAPI integer conversion error handlingCampbell Barton
2021-11-02Fix T92532: Missing null checks in IDPropertyManager.update_fromHans Goudey
2021-10-26Cleanup: Clang formatAaron Carlisle
2021-10-23Docs: Fixes and improvements in API documentationXavier Cho
2021-10-11Doc: expand on docstring for PyC_Long_AsBoolCampbell Barton
2021-09-16Fix memory leak if an error occurred assigning id-property sequenceCampbell Barton
2021-09-10Python: extra check on `BPY_thread_save()` to ensure proper GIL handlingSybren A. Stüvel
2021-09-10Depsgraph: release GIL when evaluating the depsgraphSybren A. Stüvel