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
2011-12-28copy BLI_edgehash changes from bmesh branch, main change is use of mempool.Campbell Barton
2011-12-19Fix a bug in CustomData_duplicate_referenced_layer(_named) functions: MEM_dup...Bastien Montagne
2011-12-17Quite some compiler warnings...Bastien Montagne
2011-12-08Fix #29520: issue drawing with VBO + GLSL + alpha pass. Includes some refacto...Brecht Van Lommel
2011-12-01Fixed crash caused by recent VBO's changesSergey Sharybin
2011-12-01Slight refactor of VBO code to deal with multiple textures.Sergey Sharybin
2011-11-14Fix: Last triangle wasn't always drawn when VBO enabled.Miika Hamalainen
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
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-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
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-14Merge with trunk r40991Miika Hamalainen
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-10mesh VBO drawing code was swapping red/blue vertex colors - this is confusing...Campbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-09-23some speedup for drawing mesh in texture mode.Campbell Barton
2011-09-22Fix #28226: Selection highlighting is wrong when Solidify Modifier is usedSergey Sharybin
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-20tag & comment unused vars with /* UNUSED */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-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...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-08-21Merge with trunk r39589Miika Hamalainen
2011-08-12Code cleanup: small glsl mesh drawing code changes, getting rid of an ugly ma...Brecht Van Lommel
2011-08-03Merge with trunk r39000Miika Hamalainen
2011-07-27minor warning fixes for clang-static-checkerCampbell Barton
2011-07-10Merge with trunk r38281Miika Hamalainen
2011-07-08== GPU Buffers ==Nicholas Bishop
2011-06-16Dynamic Paint:Miika Hamalainen
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-05-04pass colors to glColor as vectors where possible.Campbell Barton
2011-04-27comment regarding bug [#27175] UV faces show incorrect image in object mode (...Campbell Barton
2011-04-27remove normalize call in derived mesh GetNormal, its not done anywhere else.Campbell Barton
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-23Sculpting on shapekeysSergey Sharybin
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
2011-03-20Fix/change in normal computation, now the viewport uses the same angleBrecht Van Lommel
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-07remove mat_nr from MVert struct, saves 4 bytes per vertex.Campbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin