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-11-11Cleanup: clang-formatCampbell Barton
2020-11-11Cleanup: use preprocessor version check for PyTypeObject declarationCampbell Barton
2020-11-07Cleanup: move plane array intersection into a functionCampbell Barton
2020-11-06Merge remote-tracking branch 'origin/blender-v2.91-release'Dalai Felinto
2020-11-06Fix T82457: Python error when clicking on a tool in the viewportDalai Felinto
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Cleanup: use bool argument in BLI_noiseCampbell Barton
2020-11-06Cleanup: BLI_noiseCampbell Barton
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-11-04Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-04Cleanup: Add BLI prefix to some BLI_noise functionsAaron Carlisle
2020-11-04PyAPI: add Struct.is_property_set(..., ghost) optionCampbell Barton
2020-11-02Revert "Cleanup: store results of function calls in const values."Bastien Montagne
2020-11-02Cleanup: store results of function calls in const values.Bastien Montagne
2020-11-02Cleanup: use logging for "Found bundled Python" messageCampbell Barton
2020-11-01Revert "PyAPI: remove bpy.app.binary_path_python"Campbell Barton
2020-11-01Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-01PyAPI: set sys.executable to None when Python can't be foundCampbell Barton
2020-10-29Merge branch 'blender-v2.91-release'Philipp Oeser
2020-10-29RNA properties subtypes enum: sync definitions everywherePhilipp Oeser
2020-10-29Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-29PyAPI: point sys.executable to the Python binaryCampbell Barton
2020-10-28Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-28Revert "PyAPI: point sys.executable to the Python binary"Campbell Barton
2020-10-28PyAPI: remove bpy.app.binary_path_pythonCampbell Barton
2020-10-28Cleanup: update old comment for why we can't use PySys_SetArgvCampbell Barton
2020-10-28Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-28PyAPI: point sys.executable to the Python binaryCampbell Barton
2020-10-22Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-22Fix out of bounds array access in mathutils.noiseCampbell Barton
2020-10-22PyAPI: expose the file version via bpy.app.version_fileCampbell Barton
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-15Cleanup: rename BPy_GetContext -> BPY_context_getCampbell Barton
2020-10-15Cleanup: remove duplicate context variable (__py_context)Campbell Barton
2020-10-14Fix T81688: BPY_thread_save crashes with Python 3.9Campbell 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-14Cleanup: multi-line comment blocksCampbell Barton
2020-10-13Cleanup: use BKE_fcurve_ prefix for keyframing bezier functionsCampbell Barton
2020-10-12Pydoc: Move builtin GPU shader information to codeAaron Carlisle
2020-10-12Cleanup: Pydoc stringsAaron Carlisle
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-09Revert "Revert "BGL: Workaround broken bgl usage caused by GPU refactor""Clément Foucault
2020-10-09PyDoc: resolve duplicate module warningsCampbell Barton