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-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-08-29Fix #28347: VBO's highlights wrong faces when Mirror modifier is in useSergey Sharybin
2011-08-12Code cleanup: small glsl mesh drawing code changes, getting rid of an ugly ma...Brecht Van Lommel
2011-07-27minor warning fixes for clang-static-checkerCampbell Barton
2011-07-08== GPU Buffers ==Nicholas Bishop
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
2011-01-15remove unused vars & avoid some clang warnings.Campbell Barton
2011-01-08fixed a case with occlusion where uninitialized variable could be used.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
2011-01-05Todo item: linked curve objects behaves incorrect with modifiersSergey Sharybin
2010-12-26Fix for IRC reported bug from lmg:Sergey Sharybin
2010-12-17remove some paranoid NULL checks, since the pointers are used already.Campbell Barton
2010-12-14Fixed bug #23922, Sculpting - Textured display draws incorrectlyNicholas Bishop
2010-11-15bugfix [#24704] UV editor: [x] modified does not update on change of modifiersCampbell Barton
2010-10-20[#24267] Hook fails after SolidifyCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-05bugfix [#23506] Bevel Modifier display problemCampbell Barton
2010-10-04bugfix [#24133] r32303, Mirror Modifier + EditMode + VBO's Problem.Campbell Barton
2010-08-15use more BLI math functions.Campbell Barton
2010-07-29bugfix [#23075] Point clouds invisible with VBOsCampbell Barton
2010-07-27Fix #22673: crash with solidify + subsurf + array modifier in edit mode.Brecht Van Lommel
2010-07-14Fix a few compile warnings and rename gpu_buffers.h to GPU_buffers.hBrecht Van Lommel
2010-06-29Fixed bug #22686, Screw modifier VBO-related crashNicholas Bishop
2010-06-23Fix #21370: VBO does not display material colors in textured solid.Brecht Van Lommel
2010-06-22[#22262] Sculpting shape keys using the Smooth brush switches the shape to th...Sergey Sharybin
2010-06-11Fixed bug #21348, Hide selection in Edit Mode not working with some modifiers...Nicholas Bishop
2010-06-07Fixed bug #22361, missing graphics when sculpting with pinned shape keysNicholas Bishop
2010-06-02Sculpt & modifiers: patch by Sergey Sharybin, with modifications by me.Brecht Van Lommel
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-03-22Fix #20548: flat shading not drawing right in sculpt mode.Brecht Van Lommel
2010-03-22Sculpt Mode Bugfixes:Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton