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
2018-02-19Fix T54098: Crash existing /w dyntopo sculptCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-12Fix bmesh.utils.face_join arg parsingCampbell Barton
2017-11-12BMesh Py API: Expose color alphaCampbell Barton
2017-10-24Fix BMesh PyAPI internal flag clearing logicCampbell Barton
2017-10-23Docs: improve bmesh exception messageCampbell Barton
2017-10-12Docs: add note for bmesh face_split_edgenetCampbell Barton
2017-09-04Cleanup: avoid confusing assignmentCampbell Barton
2017-09-02Correct own error simplifying matrix checksCampbell Barton
2017-08-28Docs: BMesh.from_mesh behavior w/ multiple callsCampbell Barton
2017-08-24Correct error in recent use of PyC_Long_*Campbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-07-31PyAPI: minor optimization for dictionary creationCampbell Barton
2016-07-14PyAPI: Use module names on initializatonCampbell Barton
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-12bmesh py api: expose BM_face_calc_tangent_*Campbell Barton
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-04-25Docs: note that BMesh loops are accessed via facesCampbell Barton
2016-03-14Fix T47784: BMesh.from_object broken keyword argsCampbell Barton
2016-01-14Cleanup: use BM_mesh_* prefix for BMesh functionsCampbell Barton
2016-01-12Add bmesh.select_history.discardCampbell Barton
2015-11-25BMesh: raise exception face-split w/ adjacent loopsCampbell Barton
2015-11-19Cleanup: remove unused bmesh iteratorCampbell Barton
2015-09-18Cleanup: simplify PyBMesh customdata API useCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-09-01Fix T45976: Crash accessing BMesh customdataCampbell Barton
2015-09-01Fix T45939: Crash w/ BMesh.*.sort()Campbell Barton
2015-09-01Use qsort_r for BMesh Py APICampbell Barton
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-07-29Fix leak in BPy_BMElem_PySeq_As_ArrayCampbell Barton
2015-06-14BMesh: use define for stringCampbell Barton
2015-05-03Fix typos.Tamito Kajiyama
2015-05-02BMesh: BM_vert_separate double edge fixCampbell Barton
2015-05-02Cleanup: bmesh src/dst order in API argsCampbell Barton
2015-04-30Correct docstringCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-23Expose CD_PAINT_MASK to Python APICampbell Barton
2015-04-16Cleanup: remove redundant initializersCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2015-03-08BMesh Py API: calc_edge_angle functionsCampbell Barton
2015-03-06Fix T43904: calc_vert_angle returns wrong valueCampbell Barton
2015-02-23Fix mismatch (missing 'const' to mactch funcs declarations).Bastien Montagne
2015-02-20Fix T43739: bad documentation for bmesh py `intersect_face_point()`Bastien Montagne
2015-01-06PyAPI: add PyList_APPENDCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton