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-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-22small speedup to VertDataMulN(av, n), when passed expressions to 'n' they wer...Campbell Barton
2012-04-22subsurf - avoid 'for' loop finding the edge index in a face multiple times wh...Campbell Barton
2012-04-22style cleanupCampbell Barton
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-03-14Add new CCG accessor functions.Nicholas Bishop
2012-03-09Use sqrtf rather than sqrt in CCGSubSurf.cNicholas Bishop
2012-03-06Code cleanup: remove unused parameter from some ccgSubSurf accessors.Nicholas Bishop
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-29Code cleanup: replace a few macros in CCGSubSurf with inline functions.Nicholas Bishop
2012-02-27Code cleanup, remove redefinition of UNUSED macro.Nicholas Bishop
2012-02-26Style cleanup: remove underscore prefix from CCG struct names.Nicholas Bishop
2012-02-23Code cleanup: replace some common CCG operations with functions.Nicholas Bishop
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2011-12-17use 2d copy functions with UV's in more places.Campbell Barton
2011-11-24Fix #29366: multires crash with meshes that had verts/edges not connected to ...Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-03-30Fix for old bug with subsurf not initializing normals for edges that had no f...Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-17clear some unused warningsCampbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-05Fix #25316: distorted subsurf UV in some cases. To counter distortion at seams,Brecht Van Lommel
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-06-22Enabled openmp multithreading for multires/subsurf again, but onlyBrecht Van Lommel
2010-06-01Workaround #20467: disabled OpenMP multithreading on subsurf/multires/sculptBrecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-08Fix for a memory leak in subsurf code that is using memory arena, temporaryBrecht Van Lommel
2010-02-07Fix #20398: smooth brush + multires could still give problems at innerBrecht Van Lommel
2010-01-30Fix #20505: subsurf normals where not being set correct on correct fromBrecht Van Lommel
2009-12-11Sculpt Branch: multires conversion from 2.4 working again.Brecht Van Lommel
2009-12-09Sculpt Branch:Brecht Van Lommel
2009-12-03Sculpt Branch:Brecht Van Lommel
2009-11-25Sculpt:Brecht Van Lommel
2009-11-25Sculpt: CCGSubsurf new functions to update normals, update subdivisionBrecht Van Lommel
2009-11-12sintel's normals were rendering black around her eye.Campbell Barton
2008-11-01Bug #17912: fix for some SSS floating point precision issues, and alsoBrecht Van Lommel
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-03-21Fixed bug #8180, Simple subdivide modifier performs catmull-clark on single e...Nicholas Bishop
2007-06-09subsurfs EDGE_getSharpness function was looping when it didnt need to and als...Campbell Barton
2006-01-28Cleanup of blender/ module; Makefiles now compile this warning free.Ton Roosendaal
2006-01-10Apply Subsurf to UV's.Brecht Van Lommel
2005-08-20 - made make_edge mark edges with LOOSEEDGE appropriatelyDaniel Dunbar
2005-08-20 - convert all DerivedMesh map functions to use index basedDaniel Dunbar
2005-08-18 - added DerivedMesh.drawUVEdges function & implementationsDaniel Dunbar
2005-08-03 - modify CCG to not crash when passed invalid faces, just ignoresDaniel Dunbar
2005-08-03 - change modifier applyModifier[EM] function to not free derived argumentDaniel Dunbar