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-08-19Fix crash accessing PyEval_GetFrame from Python's crash handlerCampbell Barton
2022-08-04Cleanup: 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
2022-07-05Python: add opcodes for safe py-driversCampbell Barton
2022-07-05Python: remove invalid Py_TPFLAGS_HAVE_GC usageCampbell Barton
2022-06-13Cleanup: fix various typosBrecht Van Lommel
2022-06-08CMake: optionally disable OBJ, STL & GPencil SVG supportCampbell Barton
2022-06-03Compositor: add pre/post/cancel handlers and background job infoPhilipp Oeser
2022-06-02PyDoc: reference enum instead of inliningCampbell Barton
2022-06-02Expose background job info to PythonSybren A. Stüvel
2022-05-31Cleanup: tabs to spaces for CMake files & sort file-listsCampbell Barton
2022-05-31PyDoc: de-duplicate enums for rna_rna.c & bpy_props.cCampbell Barton
2022-05-31PyAPI: add _bpy.rna_enum_items_static() for accessing internal enum dataCampbell Barton
2022-05-27Fix error checking the search callbackCampbell Barton
2022-05-26UI support for showing candidates for string propertiesCampbell Barton
2022-05-20CMake: fix AUDASPACE disabling WITH_PYTHON for BlenderCampbell Barton
2022-05-19Cleanup: format, reduce line length & strip trailing spaceCampbell Barton
2022-05-18Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-18Fix T88792: WindowManager.clipboard missing in Python API docsCampbell Barton
2022-05-18PyDoc: support building full API docs on macOS & WIN32Campbell Barton
2022-05-18Python: log the status of '--python-use-system-env' on initializationCampbell Barton
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-09Fix T97927: bpy.utils.units.to_string uses wrong units for velocity, accelera...Bastien Montagne
2022-05-09Cleanup: typo in variable name.Bastien Montagne
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-28Cleanup: unbalanced doxy sections, add some sectionsCampbell Barton
2022-04-26Fix memory leak in Context.temp_overrideCampbell Barton
2022-04-26Cleanup: use boolean arguments and return valuesCampbell Barton
2022-04-26PyAPI: support persistent handlers for class & static methodsCampbell Barton
2022-04-22Cleanup: spelling in commentsCampbell Barton
2022-04-20PyAPI: improve deprecation warning for bpy.ops context overrideCampbell Barton
2022-04-20Fix crash passing no arguments to Context.temp_overrideCampbell Barton
2022-04-20PyAPI: temporary context override supportCampbell Barton
2022-04-20PyAPI: utility functions for parsing typed RNA argumentsCampbell Barton
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-08PyAPI: use keyword only arguments for Text.region_{from/to} stringCampbell Barton