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-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-22Merge branch 'master' into blender2.8Bastien Montagne
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-05-03Merge branch 'master' into blender2.8Campbell Barton
2018-05-03Fix T54927: BMesh Py error w/ select history sliceCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-02-19Merge branch 'master' into blender2.8Campbell Barton
2018-02-19Fix T54098: Crash existing /w dyntopo sculptCampbell Barton
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-13Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-12Fix bmesh.utils.face_join arg parsingCampbell Barton
2017-11-13Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-11-12BMesh Py API: Expose color alphaCampbell Barton
2017-10-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-24Fix BMesh PyAPI internal flag clearing logicCampbell Barton
2017-10-24Merge branch 'master' into blender2.8Brecht Van Lommel
2017-10-23Docs: improve bmesh exception messageCampbell Barton
2017-10-12Merge branch 'master' into blender2.8Bastien Montagne
2017-10-12Docs: add note for bmesh face_split_edgenetCampbell Barton
2017-09-05Merge branch 'master' into blender2.8Campbell 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-28Docs: BMesh.from_mesh behavior w/ multiple callsCampbell Barton
2017-08-25Merge branch 'master' into blender2.8Campbell Barton
2017-08-24Correct error in recent use of PyC_Long_*Campbell Barton
2017-08-20Merge branch 'master' into blender2.8Campbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-07-21Fix function declaration of some modifiersSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-20BMesh face map layer accessCampbell Barton
2017-05-25TexFace removal part 3Campbell Barton
2017-05-24Remove TexFace, per-face imagesCampbell Barton
2017-04-06Depsgraph: Remove old depsgraph header from pythonSergey Sharybin
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