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-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-29Fix #30328: Crash when using edge slideSergey Sharybin
2012-02-29Code cleanup, no functional change: use mathutils copyHoward Trickey
2012-02-29Fix 30401: Python API vert new((0,0,0)) crashes.Howard Trickey
2012-02-29UI: change shortcut to clear value in button with mouse over it (for the secondBrecht Van Lommel
2012-02-29bmesh py api - initial support for selection history.Campbell Barton
2012-02-29Compilation error fix for recent indicer refactor commit.Sergey Sharybin
2012-02-29Refactor of proxies build operatorsSergey Sharybin
2012-02-29Code cleanup: replace a few macros in CCGSubSurf with inline functions.Nicholas Bishop
2012-02-29update doxygen comments for bmesh.Campbell Barton
2012-02-29Add blenlib function to initialize vectors from a single float.Nicholas Bishop
2012-02-29ndof button handling improvements: Spaceball5000's A,B,C buttons can now be k...Mike Erwin
2012-02-29Bugfix: vertexpaint blur brush was broken.Nicholas Bishop
2012-02-29Code cleanup for the neighbor_average() sculpt function.Nicholas Bishop
2012-02-29Style Cleanup, no functional changes.Campbell Barton
2012-02-29fix [#30367] Face Fills CrossedCampbell Barton
2012-02-29Fix a couple typos in comments.Nicholas Bishop
2012-02-29Add solid background behind text in search menu.Nicholas Bishop
2012-02-29fix for leak in bmo_edgenet_fill_exec and remove invalid comment.Campbell Barton
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