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-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-02-19Fix T54098: Crash existing /w dyntopo sculptCampbell Barton
2017-10-24Fix BMesh PyAPI internal flag clearing logicCampbell Barton
2017-10-23Docs: improve bmesh exception messageCampbell 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-07Cleanup: spelling, styleCampbell 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
2015-11-19Cleanup: remove unused bmesh iteratorCampbell 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-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-16Cleanup: remove redundant initializersCampbell Barton
2015-03-08BMesh Py API: calc_edge_angle functionsCampbell Barton
2015-03-06Fix T43904: calc_vert_angle returns wrong valueCampbell Barton
2015-01-06PyAPI: add PyList_APPENDCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-10-28BMesh Py API: Fast index lookups for vert/edge/facesCampbell Barton
2014-07-17bmesh py api: BPY_BM_CHECK_SOURCE_* macro now accepts multiple argsCampbell Barton
2014-07-16bmesh py api: add BMesh.calc_tessface()Campbell Barton
2014-07-16bmesh py api: add typed tuple-from-array functionsCampbell Barton
2014-04-13Split Normals I (2/5): Add basic BMesh support of split normals.Bastien Montagne
2014-04-03Code cleanup: strict flags for bmesh_logCampbell Barton
2014-01-23Fix T38150: implementation mismatch in bmesh pythonBastien Montagne
2013-11-17python api internals: no need to set the stop-iter exception string.Campbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-09-05fix for error in bmesh api, selection setting needs to go via BM_elem_select_...Campbell Barton
2013-08-27fix [#36528] crash when reinitializing bmesh from meshCampbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-21fix own regression [#36443] Vertex to UV index doesn't match with 2.68aCampbell Barton
2013-07-11fix for problem with edge slide where it would stop shapekey modifier from be...Campbell Barton
2013-06-26fix [#35507] BMesh module: Crash on to_mesh() if faces.layers.tex is used but...Campbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-05-17code cleanup: use BM_elem_flag_test rather then accessing 'ele->head.hflag'Campbell Barton