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-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-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-14use booleans for bmesh api.Campbell Barton
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
2012-12-27use keyword args for bmesh.update_edit_mesh(...)Campbell Barton
2012-12-19fix [#33616] Documentation not matching the behaviour of bmesh.utilsCampbell Barton
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12add destructive argument to bmesh.update_edit_mesh()Campbell Barton
2012-12-03fix own mistake with recent commit to skip calculating tessface. If you were ...Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-29py/bmesh api: add radial prev/next attributes to the loopCampbell Barton
2012-11-29bmesh py api: add bmesh.update_edit_mode(), there was no way to redraw the 3d...Campbell Barton
2012-11-29some minor editsCampbell Barton
2012-11-29bmesh py api: use generic checking macros to see if an object if from the sam...Campbell Barton
2012-11-29bmesh py api: add BMeshFaceSeq.active attribute- bm.faces.activeCampbell Barton
2012-11-28bmesh operator py api:Campbell Barton
2012-11-28use radians for 'spin' bmesh operator (since the rest of the py api uses radi...Campbell Barton
2012-11-27replace and exception macro's for static functions and fix some bad assumptions.Campbell Barton
2012-11-27split py->slot & slot->py into their own functions & fixed some mistakes with...Campbell Barton
2012-11-27move bmesh operator calling into its own file.Campbell Barton
2012-11-27add empty files (will move bmesh operator calling here)Campbell Barton
2012-11-27py/bmesh api - add support for single item buffers (odd feature but used quit...Campbell Barton
2012-11-27bmesh/py operator api:Campbell Barton
2012-11-26py/bmesh api - support for converting from/to BMO_OP_SLOT_MAPPING type.Campbell Barton
2012-11-26add subtypes to bmesh operators (needed for python api to know how to convert...Campbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-21py api: BMesh.from_object() was using the derivedFinal, which isn't always av...Campbell Barton
2012-11-20py api: add mapping support to bmesh operator return values.Campbell Barton
2012-11-20py api: remove ".out" from the names of dict keys returned from bmesh operators.Campbell Barton
2012-11-20bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_a...Campbell Barton
2012-11-20bmesh py api: add support for return values from bmesh operators.Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-10-01fix for own bug in bmesh api, setting a byte string customdata layer assumed ...Campbell Barton
2012-10-01add compiler hints that failing to create a bmesh face is unlikely.Campbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-26fix for very bad bug with python list slicing which - in bmesh and bpy api fo...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-22style cleanupCampbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton