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-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02code cleanup:Campbell Barton
2012-02-29Fix #30328: Crash when using edge slideSergey Sharybin
2012-02-21Fix #30270, #30265: cycles not displaying textured objects, and not renderingBrecht Van Lommel
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-19svn merge ^/trunk/blender -r44213:44235 --- fixes bmesh shading bug [#30125]Campbell Barton
2012-02-19Change texface draw to always use glShadeModel(GL_SMOOTH), with texface draw.Campbell Barton
2012-02-19skip per face texface poly lookup while drawing when the layer isnt found.Campbell Barton
2012-02-19left print in by mistakeCampbell Barton
2012-02-19edit-derived-mesh had a table for vert/edge/face lookups - that were never used.Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-08Code Cleanup:Campbell Barton
2012-02-07Code Cleanup:Campbell Barton
2012-01-24fix for 3 issues when applying a deform modifier in editmode.Campbell Barton
2012-01-24remove redundant casts.Campbell Barton
2012-01-24simplify editmesh mapping lookups.Campbell Barton
2012-01-23improve editmode triangulation by re-using the loop array whenCampbell Barton
2012-01-23disable re-tesselation for modifiers that use bmesh, array/bevel/edge split -...Campbell Barton
2012-01-20- disable re-tesselating derived meshes in BMEdit_RecalcTesselation() have mo...Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2011-12-13save 4 bytes per BMLoop, added some comments on index use.Campbell Barton
2011-12-10svn merge ^/trunk/blender -r42521:42550Campbell Barton
2011-12-09Mesh drawing optimization and fixes:Sergey Sharybin
2011-12-07remove BMEMSET define, use memset insteadCampbell Barton
2011-12-02changes to derived mesh editmode functions to be in closer sync with trunk.Campbell Barton
2011-12-02move editmesh derived mesh functions into their own file to match bmesh, with...Campbell Barton
2011-12-02file rename, will do the same in trunk to make merges less of a hassleCampbell Barton