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
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
2013-05-14bmesh api: add 'is_boundary' attribute to verts.Campbell Barton
2013-05-08use BM_face_create_ngon_verts for python api face creationCampbell Barton
2013-05-07expose bmesh volume calculation to python api (use for print toolbox addon).Campbell Barton
2013-05-05correct bmesh api crossref and update uv-operator template.Campbell Barton
2013-05-02A bit more clear error message...Bastien Montagne
2013-05-01remove direct freestyle data access from bmesh, was crashing and this should ...Campbell Barton
2013-04-30fix [#35150] Crash when bmesh operation called from within a Panel draw()Campbell Barton
2013-04-24fix [#34657] Smoothing will not be updated in object mode, when hiding faces ...Campbell Barton
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-11interpolate verts as well as loops for inset.Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-04-06svn merge ^/trunk/blender -r55815:55840Sergey Sharybin
2013-04-05fix [#34870] bmesh.ops.* parameter lists and descriptions don't show in PyCon...Campbell Barton
2013-04-05add BM_face_calc_center_mean_weighted() gives much better result at cost of s...Campbell Barton
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton
2013-04-05fix [#34881] Bad characters in error output (PyConsole) if trying to use a Bm...Campbell Barton
2013-04-04py api, bmeshCampbell Barton
2013-03-26Freestyle changes:Sergey Sharybin
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-23Fix for missing -DWITH_FREESTYLE.Tamito Kajiyama
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-02-16Merged changes in the trunk up to revision 54594.Tamito Kajiyama
2013-02-15style cleanupCampbell Barton
2013-02-13bmesh operators exceptions were not cleared after raising as a python exception.Campbell Barton
2013-02-12report [#33731] Fastorigin addon crashes on mesh.update()Campbell Barton
2013-02-10Merged changes in the trunk up to revision 54421.Tamito Kajiyama
2013-02-04add BM_edge_is_contiguous(), check for python api.Campbell Barton
2013-01-29Correct fix for r54164, the testcase I was using worked but different edge sl...Campbell Barton
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-09partial fix for [#32581] Mesh properties API does not allow for zeros in byte...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-07Add normal_flip() member to Python BMesh's Face.Howard Trickey
2013-01-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama
2012-12-27use keyword args for bmesh.update_edit_mesh(...)Campbell Barton
2012-12-23Merged changes in the trunk up to revision 53280.Tamito Kajiyama
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-19fix [#33616] Documentation not matching the behaviour of bmesh.utilsCampbell Barton
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama