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-06Code cleanup: factor out some common code from PBVH build_sub/build_leaf.Nicholas Bishop
2012-03-06Code cleanup: add comments for build_sub() and remove debug function.Nicholas Bishop
2012-03-06Code cleanup: split PBVH build_sub() into two functions.Nicholas Bishop
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04bmesh py apiCampbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02style cleanup for mempoolCampbell Barton
2012-03-02Code Cleanup: update to mempool, use flag rather then bool args.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29add an assert for inserting an egde with the same vertices and a BMESH_TODO f...Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-29Add blenlib function to initialize vectors from a single float.Nicholas Bishop
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
2012-02-27Few files had got +x mode which seems to be totally unnecessary.Sergey Sharybin
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-26fix for build error with non debug builds from last commit.Campbell Barton
2012-02-25code cleanupCampbell Barton
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-23Move PBVH bitmap to separate header in blenlib.Nicholas Bishop
2012-02-23Code cleanup: de-duplicate code in GPU_build_grid_buffers() with a macro.Nicholas Bishop
2012-02-23Code cleanup: don't use GHash for GPU_build_mesh_buffers().Nicholas Bishop
2012-02-23Code cleanup: remove unused 'skip' field from PBVH iterator.Nicholas Bishop
2012-02-23Code cleanup: move the PBVH iterator's initialization into a function.Nicholas Bishop
2012-02-23fix scons compilation, hopefully for all platforms that have a problem. Antony Riakiotakis
2012-02-22Attempt to fix scons compilation of blenderplayer.Antony Riakiotakis
2012-02-21Another fix for non-VBO flat-shading in sculpt mode, this time for non-multir...Nicholas Bishop
2012-02-21Remove call to GPU_update_mesh_buffers from GPU_build_mesh_buffers.Nicholas Bishop
2012-02-21Fix broken predivide option for reading in images, patch by Troy Sobotka.Brecht Van Lommel
2012-02-20fix harmless but annoying memory leak prints, "newmem", now free all scanfill...Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-18more syncing smaller changes with trunkCampbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-17add note to avoid confusion with angle_v3v3v3, also minor change with angle c...Campbell Barton
2012-02-17fix [#30220] Knife Tool Leaks memoryCampbell Barton
2012-02-17fix for error found while looking into #30221Campbell Barton
2012-02-17correct for bad assumption in recent commit. angle_v3v3v3 was working as inte...Campbell Barton
2012-02-13new bmesh tool - limited dissolve.Campbell Barton
2012-02-13svn merge ^/trunk/blender -r44024:44076Campbell Barton
2012-02-12bmesh minor refactorCampbell Barton
2012-02-12style cleanup for bmesh headersCampbell Barton
2012-02-11minor include cleanup, add GPL header (copied from BKE_animsys.hCampbell Barton
2012-02-11GPL Header CleanupCampbell Barton
2012-02-05svn merge ^/trunk/blender -r43864:43887Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-01-31fix own error [#29634] 'Find Missing Files' breaks good linksCampbell Barton