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-01-20Skip subsurf normal allocation/calculation when not needed.Nicholas Bishop
2012-01-20Small cleanup to parameters of _getSubSurf().Nicholas Bishop
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-17use 2d copy functions with UV's in more places.Campbell Barton
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-12-01Slight refactor of VBO code to deal with multiple textures.Sergey Sharybin
2011-11-21Fix #29348: subsurf modifier causing mesh to draw slower than with modifierBrecht Van Lommel
2011-11-10Dynamic Paint merge:Miika Hamalainen
2011-11-09Merge with trunk r41701soc-2011-carrotMiika Hamalainen
2011-11-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-03Fix #28935: Material display error VBO + Texture Solid + ModifierSergey Sharybin
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Merge with trunk r41197Miika Hamalainen
2011-10-22BLI_utildefine minor editsCampbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-09-23some speedup for drawing mesh in texture mode.Campbell Barton
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-20fix for warnings after texface commit, also comment blender sphinx theme for ...Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-05Merge with trunk r39928Miika Hamalainen
2011-08-29Fix #28347: VBO's highlights wrong faces when Mirror modifier is in useSergey Sharybin
2011-07-22Merge with trunk r38619Miika Hamalainen
2011-07-11Fix #27921: optimal display with 2 subsurf modifiers fails.Brecht Van Lommel
2011-07-08Dynamic Paint:Miika Hamalainen
2011-05-19Fix crash when accessing mesh from python while a mesh with a subsurf modifierBrecht Van Lommel
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-30Fix for old bug with subsurf not initializing normals for edges that had no f...Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-20Fix for crash when sculpting on multires object during playbackSergey Sharybin
2011-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-10comment unused vars from subsurf code.Campbell Barton
2011-01-08remove unused code & variables.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-16Fixed bug [#22634] sculpting/multires and wireframe display mode glitchesNicholas Bishop
2010-12-14Fixed bug #23922, Sculpting - Textured display draws incorrectlyNicholas Bishop
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-25Closing #24367 (Incorrect behaviour for Optimal Display option) and reopening...Nicholas Bishop
2010-10-24Fixed bug #24364, "subsurf modifier causes wire-only meshes to disappear in o...Nicholas Bishop