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
2014-02-21Fix T38736: ShrinkWrap modifier doesn't work after SubsurfCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-10-01Mark some CCG funcrions as inlinedSergey Sharybin
2013-07-02add missing gpl headersCampbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-04-26add subsurf limits, in RNA, there were none, but subsurf would assert at 29.Campbell Barton
2013-04-05code cleanup: include orderCampbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
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