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-08-18Fix simple subsurf on wire edgesNicholas Bishop
2012-07-08style cleanupCampbell Barton
2012-06-24style cleanypCampbell Barton
2012-06-19Fix for subsurf oscillations along creased boundary edgesNicholas Bishop
2012-06-19Code cleanup: use float* rather than void* in subsurf calculationNicholas Bishop
2012-06-17style cleanup:Campbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-14style cleanup: imbuf & iconsCampbell Barton
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-12style cleanup: whitespaceCampbell Barton
2012-05-11Add mask support to CCGSubSurf and multires.Nicholas Bishop
2012-05-11Add CCGKey/CCGElem for accessing CCGSubSurf elements.Nicholas Bishop
2012-05-11Modify CCGSubsurf to subdivide an arbitrary number of (float) layers.Nicholas Bishop
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