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
2020-10-15Cleanup: rename BPy_GetContext -> BPY_context_getCampbell Barton
2020-10-15Cleanup: remove duplicate context variable (__py_context)Campbell Barton
2020-10-14Cleanup: reduce indentation level in bpy_class_validate_recursiveCampbell Barton
2020-10-14Fix crash starting Blender with Python 3.9Campbell Barton
2020-10-13Cleanup: use BKE_fcurve_ prefix for keyframing bezier functionsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-09BGL: fix issues with addons using BGL at startupClément Foucault
2020-10-09PyDoc: resolve duplicate module warningsCampbell Barton
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-29API Docs: Correct syntax for bpy.utils.register_classAaron Carlisle
2020-09-29API Docs: Use raises field list syntaxAaron Carlisle
2020-09-21GPencil: New Trace images using PotraceAntonio Vazquez
2020-09-21Add missing new liboverride option to py-defined collections props doc.Bastien Montagne
2020-09-20LibOverride: expose `PROPOVERRIDE_LIBRARY_INSERTION` to py-defined properties.Bastien Montagne
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-19Cleanup: spellingCampbell Barton
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-09-17Fix error in fix for T66256, not clearing the exceptionCampbell Barton
2020-09-17Cleanup: remove deprecated PyEval_InitThreads useCampbell Barton
2020-09-17Fix T66256: Context overrides crash when operators change contextCampbell Barton
2020-09-17Fix T63651: ImagePreviewCollection.new,load don't work as documentedCampbell Barton
2020-09-13Fix printing data from an evaluated depsgraph in PythonCampbell Barton
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-12Cleanup: missing-variable-declarations warningCampbell Barton
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-09-09Cleanup: use bool instead of intJacques Lucke
2020-09-08Refactor: move library linking arguments into a parameter structCampbell Barton
2020-09-07UI: Add temperature unitsHans Goudey
2020-09-07Cleanup: Clang Tidy, readability-inconsistent-declaration-parameter-nameSybren A. Stüvel
2020-09-07Cleanup: include missing header files in CMakeCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-02PY API doc: fix doc for new override option of properties.Bastien Montagne
2020-09-02UI: add back Layout.introspectCampbell Barton
2020-09-01PyAPI: expose 'bl_options' for operators in bpy.opsCampbell Barton
2020-09-01PyAPI: prevent leading comma when printing some enumsCampbell Barton
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-17Fix error in recent bpy_interface.c split (missed moving define)Campbell Barton
2020-08-17Cleanup: split BPY_run_string_ex into two functionsCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-17Cleanup: Pass 'FILE *' instead of 'void *' for BPY_python_backtraceCampbell Barton
2020-08-17Cleanup: split BPY_extern_python into it's own headerCampbell Barton
2020-08-11Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-11Python: don't remove existing context overrides when calling an operatorJacques Lucke
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Workaround release builds failingCampbell Barton