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-03-18spelling cleanupCampbell Barton
2012-03-18bmesh py api:Campbell Barton
2012-03-18swap BMLoopCol r/b color, requires subversion bump.Campbell Barton
2012-03-17bmesh py api:Campbell Barton
2012-03-17bmesh py api:Campbell Barton
2012-03-17bmesh py api:Campbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-16bmesh py api:Campbell Barton
2012-03-16bmesh py api:Campbell Barton
2012-03-15missed these last commitCampbell Barton
2012-03-15prepare for adding bmesh py api for customdata layer access - no functional c...Campbell Barton
2012-03-14mathutils py api:Campbell Barton
2012-03-14bmesh py api: finished todo - editable select_historyCampbell Barton
2012-03-14documentation edit to address bmesh py api bug [#30453]Campbell Barton
2012-03-13bmesh py api: more comprehensive intro page, also fix some spelling errors.Campbell Barton
2012-03-13bmesh python api:Campbell Barton
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton
2012-03-11bmesh python api additions:Campbell Barton
2012-03-11bmesh py api - correct class references in docs and rename mesh conversion fu...Campbell Barton
2012-03-11bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh r...Campbell Barton
2012-03-11bmesh:Campbell Barton
2012-03-10code cleanup: remove unused variable assignents and added bmesh submodule lin...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09added API function to C and pythonCampbell Barton
2012-03-09bmesh py api, new functions:Campbell Barton
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton
2012-03-05edge rotate now keeps edge properties (like seam, crease, bevel weight.. etc)Campbell Barton
2012-03-05Improvements to bmesh edge rotateCampbell Barton
2012-03-04fix for missing NULL check in bmesh.from_mesh(), bug [#30446]Campbell Barton
2012-03-04fix for crash in bmesh py api, was missing NULL checks for parsing sequences ...Campbell Barton
2012-03-04bmesh py apiCampbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2012-03-02fix bug [#30426] crash in bmesh python api.Campbell Barton
2012-02-29Mistake in previous commit test for API vert new: it failed for no-arg case.Howard Trickey
2012-02-29Fix 30401: Python API vert new((0,0,0)) crashes.Howard Trickey
2012-02-29bmesh py api - initial support for selection history.Campbell Barton
2012-02-28bmesh py api - element hide_set() function which flushes hidden state.Campbell Barton
2012-02-27bmesh py api - loop vert/edge/face attributes.Campbell Barton
2012-02-27use LIKELY/UNLIKELY macros for operations that run a lot.Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-27fix for a bmesh glitch when making a face (Fkey).Campbell Barton
2012-02-26* bmesh py api BMEdge.verts was using 2 v1'sCampbell Barton
2012-02-26bmesh py api, add another interpolation function.Campbell Barton
2012-02-26bmesh - remove faces with <3 sides after dissolve/collapse (most tools alread...Campbell Barton
2012-02-26bmesh python apiCampbell Barton
2012-02-26bmesh api cleanupCampbell Barton
2012-02-25bmesh py api - add funcsCampbell Barton
2012-02-25fix for own regression in r44361 (broke BM_vert_in_face)Campbell Barton
2012-02-24bmesh py api - fix for error creating a new faceCampbell Barton
2012-02-24bmesh python api:Campbell Barton