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-21Fix [#30281] Left/Right vertex weights flipped.Bastien Montagne
2012-02-21Fix #30270, #30265: cycles not displaying textured objects, and not renderingBrecht Van Lommel
2012-02-21Camera tracing: search area was always centered to marker's position when tra...Sergey Sharybin
2012-02-21Another fix for non-VBO flat-shading in sculpt mode, this time for non-multir...Nicholas Bishop
2012-02-21Remove call to GPU_update_mesh_buffers from GPU_build_mesh_buffers.Nicholas Bishop
2012-02-21fix [#30264] B-Mesh: Crash when unwrapping ngon mesh with Smart UV projectCampbell Barton
2012-02-21remove NGon Interp modifier (which was merged as apart of BMesh),Campbell Barton
2012-02-21copy over a change from bmesh branch that was needed for lightmap unpack to w...Campbell Barton
2012-02-21Done BMESH_TODO in object/object_vgroup.c (make getSurroundingVerts() use pol...Bastien Montagne
2012-02-21fix for leak in gpu.export_shader(), wasnt freeing the function.Campbell Barton
2012-02-21Fix normals for flat-shaded non-VBO sculpt drawing.Nicholas Bishop
2012-02-21Fix broken predivide option for reading in images, patch by Troy Sobotka.Brecht Van Lommel
2012-02-20Another fix for using boolean slot as integer. This time in dissolve operator.Sergey Sharybin
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