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-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-08Add missing include.Nathan Letwory
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-08use BLI_path_cmp() rather then strcmp()Campbell Barton
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.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 issue raise by patch [#30154] non utf8 buildinfo, fails to import 'bp...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-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-03fix for error report in property registration, it wasnt printing the error.Campbell Barton
2012-03-02fix bug [#30426] crash in bmesh python api.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Mistake in previous commit test for API vert new: it failed for no-arg case.Howard Trickey
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
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-27style cleanup (mostly whitespace)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-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell 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
2012-02-24bmesh py api - bmesh.utils.face_flipCampbell Barton
2012-02-24bmesh py api - normal_update() functions for vert/edge/face.Campbell Barton
2012-02-24bmesh py api, minor change - edges now take a seq of 2: bm.verts.new((v1, v2)...Campbell Barton
2012-02-24bmesh docs now written in sphinx doc generator.Campbell Barton
2012-02-24typo cleanup, no functional changes.Campbell Barton
2012-02-24bmesh py api (some api changes and doc additions)Campbell Barton
2012-02-24bmesh python api - add/improve rst docstrings.Campbell Barton
2012-02-23bmesh py api - ensure data layers to store bmesh pointers exist - removing al...Campbell Barton
2012-02-23bmesh py apiCampbell Barton
2012-02-23bmesh py api, added: bmesh.utils.edge_rotate(edge, ccw=False)Campbell Barton