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-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-04-01Cleanup: clang formatCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-05-03Revert "Cleanup: add semicolon after PyObject_VAR_HEAD"Campbell Barton
2019-05-03Cleanup: add semicolon after PyObject_VAR_HEADCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2015-07-29Fix leak in BPy_BMElem_PySeq_As_ArrayCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2014-12-08BMesh: ensure iterator macros assign to valid typesCampbell Barton
2014-07-17bmesh py api: BPY_BM_CHECK_SOURCE_* macro now accepts multiple argsCampbell Barton
2014-07-16bmesh py api: add typed tuple-from-array functionsCampbell Barton
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-11-29bmesh py api: use generic checking macros to see if an object if from the sam...Campbell Barton
2012-11-26py/bmesh api - support for converting from/to BMO_OP_SLOT_MAPPING type.Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-06-27bmesh.ops module for bmesh operator access, only remove_doubles and convex_hu...Campbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-03-17bmesh py api:Campbell Barton
2012-03-16bmesh py api:Campbell Barton
2012-03-14bmesh py api: finished todo - editable select_historyCampbell Barton
2012-03-11bmesh python api additions:Campbell Barton
2012-03-11bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh r...Campbell Barton
2012-03-11bmesh:Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09added API function to C and pythonCampbell Barton
2012-02-27use LIKELY/UNLIKELY macros for operations that run a lot.Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-26bmesh api cleanupCampbell Barton
2012-02-24bmesh py api (some api changes and doc additions)Campbell Barton
2012-02-24bmesh python api - add/improve rst docstrings.Campbell Barton
2012-02-23bmesh py apiCampbell Barton
2012-02-23bmesh py api, new submodulesCampbell Barton
2012-02-22bmesh py api - generalize bmesg sequences to use the iterator type and option...Campbell Barton
2012-02-22initial bmesh python api.Campbell Barton