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
2022-10-02Cleanup: Move three modifier files to C++Hans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-18OpenSubdiv: Cleanup, Remove from legacy SubsurfCCG codeSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Cleanup: styleCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Cleanup: redundant definesCampbell Barton
2018-01-11Nuke OMP usage in multires.c.Bastien Montagne
2016-07-22OpenSubdiv: Properly respect Subdivide UVs optionSergey Sharybin
2016-07-22OpenSubdiv: Lay down fundamentals to support multiple UV mapsSergey Sharybin
2015-08-25OpenSubdiv: Support for multiple materials in solid shading modeSergey Sharybin
2015-08-05OpenSubdiv: Tweaks to AABB calculation when using opensubdiv for subsurfSergey Sharybin
2015-08-05OpenSubdiv: Fix crash happening when disabling Use OpenSubdiv optionSergey Sharybin
2015-07-20OpenSubdiv: Commit of OpenSubdiv integration into BlenderSergey Sharybin
2014-12-10Fix T42748: Crash in subsurf, threaded accessCampbell Barton
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton
2013-07-02add missing gpl headersCampbell Barton
2012-08-18Fix simple subsurf on wire edgesNicholas Bishop
2012-05-11Add mask support to CCGSubSurf and multires.Nicholas Bishop
2012-05-11Modify CCGSubsurf to subdivide an arbitrary number of (float) layers.Nicholas Bishop
2012-03-06Code cleanup: remove unused parameter from some ccgSubSurf accessors.Nicholas Bishop
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-26Style cleanup: remove underscore prefix from CCG struct names.Nicholas Bishop
2011-12-17use 2d copy functions with UV's in more places.Campbell Barton
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-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2010-06-22Enabled openmp multithreading for multires/subsurf again, but onlyBrecht Van Lommel
2009-12-11Sculpt Branch: multires conversion from 2.4 working again.Brecht Van Lommel
2009-11-25Sculpt: CCGSubsurf new functions to update normals, update subdivisionBrecht Van Lommel
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
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-07-22 - shuffled editmesh derived function name/functionDaniel Dunbar
2005-04-04 - dropped user specified vertex data functions for ccgsubsurf,Daniel Dunbar
2005-04-04 - kinda crazy, but replaced old ME_SIMPLE_SUBDIV method with justDaniel Dunbar
2005-04-04 - added vertex normal calculation functionality to CCG subsurf (CCGSSDaniel Dunbar
2005-04-01 - take out compile time conditional behavior of creasing for ccgDaniel Dunbar
2005-03-27 - more warning removal/cleanup for CCG, apparently GCC is notDaniel Dunbar
2005-03-22 - Hacked in blender style creasing support to new subsurfs.Daniel Dunbar
2005-03-21 - Initial integration of CCGSubSurf library into blender. The lib isDaniel Dunbar