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
path: root/source
AgeCommit message (Expand)Author
2012-02-28code cleanup: de-duplicate bmesh face creation code,Campbell Barton
2012-02-28Code Cleanup:Campbell Barton
2012-02-28more header re-arranging.Campbell Barton
2012-02-28bmesh: re-arrange headersCampbell Barton
2012-02-28code cleanup,Campbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-28fix [#30361] Edge Length will not be diplayed properly with Clipping BordersCampbell Barton
2012-02-28code cleanup: make clipping enable/disable into functions (was being done inl...Campbell Barton
2012-02-28Fix UI error - some curve settings were in the path panel and were greyed out...Campbell Barton
2012-02-28fix for issue reported in bug [#30381], though it doesn't deal with the crash.Campbell Barton
2012-02-28code cleanup:Campbell Barton
2012-02-28Code CleanupCampbell Barton
2012-02-28Code Cleanup: bmeshCampbell Barton
2012-02-28fix [#30374] Can't Fill Triangular FaceCampbell Barton
2012-02-28patch [#30331] Support clang-3.0Campbell Barton
2012-02-28bmesh py api - element hide_set() function which flushes hidden state.Campbell Barton
2012-02-28Bugfix: avoid reading from an OpenGL buffer mapped write-only.Nicholas Bishop
2012-02-28Remove DerivedMesh.getFaceMap and create_vert_face_map().Nicholas Bishop
2012-02-28BMesh: use MPoly rather than MFace in multiresModifier_base_applyNicholas Bishop
2012-02-28Bugfix for clipping of SEARCH_MENU icon text.Nicholas Bishop
2012-02-28bmesh code cleanup - remove most of BKE_bmesh and remove BKE_bmeshCustomData.h.Campbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
2012-02-27Quite a warning (unused param in func), was preventing debug build...Bastien Montagne
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-27fix for error in python context.copy(), calling in byttons view would raise a...Campbell Barton
2012-02-27Implements a new operator for detaching nodes. In the process i overhauled th...Lukas Toenne
2012-02-27Fix: confirming edge slide with factor 0 and automerge turned on would delete...Antony Riakiotakis
2012-02-27bmesh py api - loop vert/edge/face attributes.Campbell Barton
2012-02-27bmesh minor api edits to be a little more typesafe.Campbell Barton
2012-02-27minor bmesh api naming edits.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-27Select edge loop and edge rings operators can't be redone form history menuSergey Sharybin
2012-02-27Few files had got +x mode which seems to be totally unnecessary.Sergey Sharybin
2012-02-27update bmesh design doc and added some comments to the code from it.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-27fix for emitting particles (needed tessfaces).Campbell Barton
2012-02-27Code cleanup, remove redefinition of UNUSED macro.Nicholas Bishop
2012-02-27use LIKELY/UNLIKELY macros for operations that run a lot.Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-27Fixing a crash when converting physics objects in the Game Engine.Daniel Stokes
2012-02-27fix for a bmesh glitch when making a face (Fkey).Campbell Barton
2012-02-26bmesh api name change, add _count suffix for BM_*_share functions.Campbell Barton
2012-02-26modified fix for "Fix [#30351] Solidify Modifier High Quality Normals fails."...Campbell Barton
2012-02-26fix for build error with non debug builds from last commit.Campbell Barton
2012-02-26* bmesh py api BMEdge.verts was using 2 v1'sCampbell Barton
2012-02-26replace BMESH_ERROR with BMESH_ASSERT, most areas it was used are better suit...Campbell Barton
2012-02-26Fix [#30351] Solidify Modifier High Quality Normals fails.Bastien Montagne
2012-02-26replace bmesh_error with macro that gives the file/line/func the error happen...Campbell Barton
2012-02-26Fix #30254: VSE: no red warning border on metastrips with Extend (E)Sergey Sharybin
2012-02-26Fix #30337: missed Set Origin for MetaballSergey Sharybin