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
2012-12-19svn merge ^/trunk/blender -c53172v2.65aCampbell 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
2012-07-23patch [#31925] Add a BMElemSeq.sort() methodCampbell Barton
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-09code cleanup: move sequencer timecode into its own func.Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-03add bmesh/python operator support for vector and matrix args.Campbell Barton
2012-06-30fix for some build warnings.Campbell Barton
2012-06-30add support for passing lists of verts/edges/faces to bmesh operatorsCampbell Barton
2012-06-30all bmesh operators can now be accessed from bmesh.ops.* using a generic wrap...Campbell Barton
2012-06-27add access to dissolve_limit from python.Campbell Barton
2012-06-27bmesh.ops module for bmesh operator access, only remove_doubles and convex_hu...Campbell Barton
2012-06-26fix for a handful of memory leaks relating to parsing and allocating arbitrar...Campbell Barton