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'Sergey Sharybin
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-08PyAPI: add invalid objects check for RNA struct keys()/values()/items()Campbell Barton
2022-11-08Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-08Fix invalid function signatures for PySequenceMethods callbacksCampbell Barton
2022-11-08Cleanup: correct type of RNA struct methodsCampbell Barton
2022-11-08Cleanup: PyMethodDef formattingCampbell Barton
2022-11-07Cleanup: unify struct declaration style for Python types, update namesCampbell Barton
2022-11-02Cleanup: spelling in commentsCampbell Barton
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-10UI: show the windowing environment in the "About" splashCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-05Fix error in 6b76381e0a52cf15513087e470a4a4c07471acc6Campbell Barton
2022-10-04Cleanup: rename BKE_appdir_folder_id_version, improve doc-stringsCampbell Barton
2022-10-03Cleanup: fix source comment/documentation typosBrecht Van Lommel
2022-09-28Fix GC tracking error for instances of mathutils typesCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-19Cleanup: prefer 'arg' over 'params' for sphinx documentationCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14Fix reports printing twice when called from Python in background-modeCampbell Barton
2022-09-09Python: change bpy.app.binary_path behavior WITH_PYTHON_MODULECampbell Barton
2022-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-09-08Python: ensure the runtime version is compatible WITH_PYTHON_MODULECampbell Barton
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-24Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-24Fix error from 21ea4995585931ad54f51c1878c06c526c3355a5Campbell Barton
2022-08-23Merge branch 'blender-v3.3-release'Richard Antalik
2022-08-23Fix T100286: Crash accessing freed depsgraph object instancesCampbell Barton
2022-08-19Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-19Fix crash accessing PyEval_GetFrame from Python's crash handlerCampbell Barton
2022-08-09Compositor: Rename compositor build optionOmar Emara
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-16PyAPI: re-enable the "bgl" module for headless buildsCampbell Barton
2022-07-15Fix T99706: Crash rendering with headless buildsCampbell Barton
2022-07-14Cleanup: Rename & refactor several F-curve functionsColin Basnett
2022-07-13Documentation: Update Docs for Gizmojon denning
2022-07-12Cleanup: use array for internal _bpy methodsCampbell Barton
2022-07-12Tests: add test to ensure restricted py-driver execution is workingCampbell Barton
2022-07-12Python: add opcodes for safe py-driversCampbell Barton
2022-07-08Cleanup: spelling in commentsCampbell Barton
2022-07-07Python: show additional context for PyDriver errors in the stderrCampbell Barton
2022-07-07Python: clear Py-driver variables on exitCampbell Barton
2022-07-07Cleanup: use boolean types & early exit on failure for PyDriverCampbell Barton
2022-07-07Fix Py-driver byte code access with Python 3.11Campbell Barton
2022-07-05Python: support v3.11 (beta) with changes to PyFrameObject & opcodesCampbell Barton