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
2021-01-28Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-28Fix T82675: Crash on exit when Blender is built as a Python moduleCampbell Barton
2021-01-28PyAPI: use PYTHONUTF8/Py_UTF8Mode on all platformsCampbell Barton
2021-01-27Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-27Fix T84402: Off-screen rendering works only once from PythonCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-14Bmesh: Deprecate deform parameter of from_object()Omar Emara
2021-01-12Fix: Bmesh from_object applies modifiers twiceOmar Emara
2021-01-11Revert "Fix typo; Documentation; Expose layer for framebuffer attachament; Ad...Germano Cavalcantemano-wii
2021-01-11Fix typo; Documentation; Expose layer for framebuffer attachament; Add frameb...Germano Cavalcantemano-wii
2021-01-09Cleanup: use bool arguments & variablesCampbell Barton
2021-01-07PyAPI: don't raise & clear exceptions when setting context membersCampbell Barton
2021-01-05Cleanup: remove redundant RNA_types.h header from UI_interface.hCampbell Barton
2021-01-04Fix imbuf.new & resize allowing zero & negative dimensionsCampbell Barton
2021-01-04Cleanup: remove unused optional argument to imbuf.newCampbell Barton
2021-01-04Cleanup: correct array size in argumentCampbell Barton
2021-01-04Cleanup: use 'pragma once'Campbell Barton
2020-12-22RNA: make `bpy.data.orphans_purge()` return number of deleted datablocksSybren A. Stüvel
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-11Fix error in recent commitGermano Cavalcante
2020-12-11Cleanup: Python GPU: change prefix 'bpygpu_' to 'py_' in static functionsGermano Cavalcante
2020-12-11Cleanup: GPU Python: Use 'PyC_ParseStringEnum' for string enumGermano Cavalcante
2020-12-10Cleanup: declare variables when used (bpy)Campbell Barton
2020-12-10PyAPI: add bpy.utils.unescape_identifierCampbell Barton
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-12-09Fix T83566: bpy.props.CollectionProperty gives incorrect errorCampbell Barton
2020-12-09Fix another id-property name length checkCampbell Barton
2020-12-09Fix off by one error in id-property name validationCampbell Barton
2020-12-09Revert "Fix T78823: Slash in custom property name does not work"Campbell Barton
2020-12-08Cleanup: Correct an own earlier commit to use an existing utility functionJulian Eisel
2020-12-08Cleanup: Use guarded allocator for data-block names returned from file readingJulian Eisel
2020-12-08CMake: fix linking with WITH_SDL_DYNLOADCampbell Barton
2020-11-20Fix add-object tools cursor distorted drawing on saveCampbell Barton
2020-11-20Cleanup: remove unused perspective argument to off-screen drawingCampbell Barton
2020-11-19Docs: document bmesh.utils.vert_collapse_faces join_faces argumentCampbell Barton
2020-11-19Fix error message prefix in `Quaternion.to_euler()`Sybren A. Stüvel
2020-11-19Cleanup: Grammar: "Allow to" vs gerund missed in last commitHans Goudey
2020-11-18Cleanup: simplify array usage for Python box packing APICampbell Barton
2020-11-13Adding 3D_POLYLINE_UNIFORM_COLOR to PyGPU shader APIYimingWu
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