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'Campbell Barton
2022-11-08Fix invalid function signatures for PySequenceMethods callbacksCampbell Barton
2022-11-07Cleanup: unify struct declaration style for Python types, update namesCampbell Barton
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-11BMesh Python API: add access to vertex crease layerKévin Dietrich
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-08-05Fix slicing with negative indicesCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-09Geometry: add .attributes in the Python API for Mesh, Hair and Point CloudBrecht Van Lommel
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-17Cleanup: clang-formatBrecht Van Lommel
2020-06-15UI: Do not use term 'Subsurf'Aaron Carlisle
2020-06-10Cleanup: improve custom data type namesJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2017-08-20Merge branch 'master' into blender2.8Campbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-07-20BMesh face map layer accessCampbell Barton
2017-05-25TexFace removal part 3Campbell Barton
2015-09-18Cleanup: simplify PyBMesh customdata API useCampbell Barton
2015-09-01Fix T45976: Crash accessing BMesh customdataCampbell Barton
2015-04-23Expose CD_PAINT_MASK to Python APICampbell Barton
2015-04-16Cleanup: remove redundant initializersCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-07-17bmesh py api: BPY_BM_CHECK_SOURCE_* macro now accepts multiple argsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-01-23Fix T38150: implementation mismatch in bmesh pythonBastien Montagne
2014-01-11Fix T38150: correct fix this timeCampbell Barton
2014-01-10Fix T38150: BMLayerCollection.items/values docs switchedCampbell Barton
2013-10-27Expose MVertSkin customdata layer in Python. This allows scripts to change pa...Andrew Hale
2013-08-20add is_finite_v# functions, use bool'sCampbell Barton
2013-05-01remove direct freestyle data access from bmesh, was crashing and this should ...Campbell Barton
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama