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
path: root/source
AgeCommit message (Expand)Author
2012-02-20Fixed incorrect accessing to use_restrict as to integer slot instead of booleanSergey Sharybin
2012-02-20Fixed blenderplayer compile for msvc.Miika Hamalainen
2012-02-20add type check asserts for bmesh operator get/set funcs so errors wont fail s...Campbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-20fix [#30266] B-Mesh: Issue with Weight PaintingCampbell Barton
2012-02-20minor edits to have the game engine and player building.Campbell Barton
2012-02-20for bake check polygon texface (not tessface-texface)Campbell Barton
2012-02-20fix harmless but annoying memory leak prints, "newmem", now free all scanfill...Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-20B-Mesh:Thomas Dinges
2012-02-20moved select interior faces into a C function (was python)Campbell Barton
2012-02-20SmokeDaniel Genrich
2012-02-19remove more unused files.Campbell Barton
2012-02-19remove files no longer used since bmesh merge.Campbell Barton
2012-02-19misc changes from trunk (avoid confusion since these were not intentional dif...bmeshCampbell Barton
2012-02-19svn merge ^/trunk/blender -r44235:44250Campbell Barton
2012-02-19Fix #30230, Crash after importing collada fileJuha Mäki-Kanto
2012-02-19fix for bug where particle system would fail when the original mesh had no te...Campbell Barton
2012-02-19sync some changes with trunk and rename bmeshutils.cCampbell Barton
2012-02-19rebane files to match trunk.Campbell Barton
2012-02-19More pose armature code factorization:Bastien Montagne
2012-02-19Reload movie clip to ensure all cache and prefetched Ffmpeg frames are properlySergey Sharybin
2012-02-19Proxies: FFmpeg proxy builder wasn't taking image quality into account at allSergey Sharybin
2012-02-19style cleanyp: split > 120 width lines.Campbell Barton
2012-02-19fix for incorrect check to find largest axis (was checking Y twice, not Z).Campbell Barton
2012-02-19replace MIN2 / MAX2 with minf / maxf to avoid calling functions multiple times.Campbell Barton
2012-02-19fix for issue with bevel when the 2 edges form a straight line. this isnt rea...Campbell Barton
2012-02-19svn merge ^/trunk/blender -r44213:44235 --- fixes bmesh shading bug [#30125]Campbell Barton
2012-02-19Change texface draw to always use glShadeModel(GL_SMOOTH), with texface draw.Campbell Barton
2012-02-19skip per face texface poly lookup while drawing when the layer isnt found.Campbell Barton
2012-02-19left print in by mistakeCampbell Barton
2012-02-19edit-derived-mesh had a table for vert/edge/face lookups - that were never used.Campbell Barton
2012-02-18Fix rest of #27022, collada export: add bone parenting of objectsJuha Mäki-Kanto
2012-02-18Wring scaling and precision error in previous commit.Sergey Sharybin
2012-02-18Proxies: FFmpeg proxy builder wasn't taking image quality into account at allSergey Sharybin
2012-02-18Collada export: changes to joints/weights in skincontrollerJuha Mäki-Kanto
2012-02-18Merging r44140 through r44226 from trunk into soc-2011-tomatoSergey Sharybin
2012-02-18Minor change collada export; don't even run the parentinv-test when ob->paren...Juha Mäki-Kanto
2012-02-18BGE bug #30173: ImageRender not working when initialized on frame 1. This was...Benoit Bolsee
2012-02-18minor bmesh api changes.Campbell Barton
2012-02-18#collada animation import, bugfix #29082Arystanbek Dyussenov
2012-02-18remove function for testing selection (was only used in a few places)Campbell Barton
2012-02-18remove OBJ export, better rely on the python exporter.Campbell Barton
2012-02-18more syncing smaller changes with trunkCampbell Barton
2012-02-18minor edits to sync up with trunk, remove crash save handler, this can be add...Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44204:44213Campbell Barton
2012-02-18- Fixed linking errors of blender player with CMake and XDND enabledSergey Sharybin
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17Fixed compilation error cased by recent refactor of include guard defines.Sergey Sharybin
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton