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-27style cleanup (mostly whitespace)Campbell Barton
2012-02-27fix for emitting particles (needed tessfaces).Campbell Barton
2012-02-27Code cleanup, remove redefinition of UNUSED macro.Nicholas Bishop
2012-02-27use LIKELY/UNLIKELY macros for operations that run a lot.Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-27Fixing a crash when converting physics objects in the Game Engine.Daniel Stokes
2012-02-27fix for a bmesh glitch when making a face (Fkey).Campbell Barton
2012-02-26bmesh api name change, add _count suffix for BM_*_share functions.Campbell Barton
2012-02-26modified fix for "Fix [#30351] Solidify Modifier High Quality Normals fails."...Campbell Barton
2012-02-26fix for build error with non debug builds from last commit.Campbell Barton
2012-02-26* bmesh py api BMEdge.verts was using 2 v1'sCampbell Barton
2012-02-26replace BMESH_ERROR with BMESH_ASSERT, most areas it was used are better suit...Campbell Barton
2012-02-26Fix [#30351] Solidify Modifier High Quality Normals fails.Bastien Montagne
2012-02-26replace bmesh_error with macro that gives the file/line/func the error happen...Campbell Barton
2012-02-26Fix #30254: VSE: no red warning border on metastrips with Extend (E)Sergey Sharybin
2012-02-26Fix #30337: missed Set Origin for MetaballSergey Sharybin
2012-02-26Fixed for selected bundles drawing in 3D viewport:Sergey Sharybin
2012-02-26bmesh py api, add another interpolation function.Campbell Barton
2012-02-26Style cleanup: remove underscore prefix from CCG struct names.Nicholas Bishop
2012-02-26bmesh - remove faces with <3 sides after dissolve/collapse (most tools alread...Campbell Barton
2012-02-26change vertex dissolve not to collapse edges when its only connected to 2, ra...Campbell Barton
2012-02-26Code cleanup: clarify multiresModifier_disp_run modes.Nicholas Bishop
2012-02-26fix for a bug in bmesh_jekv (and its main caller BM_vert_collapse_faces).Campbell Barton
2012-02-26fix for vertex dissolve not doing anything with a single vertex on a single f...Campbell Barton
2012-02-26bmesh python apiCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-26fix [#30352] Dissolving a vert in an edgeloop (no faces) just deletes the ver...Campbell Barton
2012-02-26bmesh api cleanupCampbell Barton
2012-02-26minor style editsCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-25bmesh api:Campbell Barton
2012-02-25fix for own error edge tagging sharp.Campbell Barton
2012-02-25Changes in double side lighting usageSergey Sharybin
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-25bmesh py api - add funcsCampbell Barton
2012-02-25fix for own regression in r44361 (broke BM_vert_in_face)Campbell Barton
2012-02-25bugfixCampbell Barton
2012-02-25code cleanupCampbell Barton
2012-02-25remove redundant NULL check in draw_new_particle_system()Campbell Barton
2012-02-25Collada export: bone parenting is actually against the tail.Juha Mäki-Kanto
2012-02-25Collada export: fix no polylist after bmesh-mergeJuha Mäki-Kanto
2012-02-24Fix for #30336: Couldn't playback from Python without having played back via ...Joerg Mueller
2012-02-24bmesh bridge - copy UVs and face data whem available.Campbell Barton
2012-02-24Python: add MeshLoop.index, same as already existed for vert/edge/face/poly.Brecht Van Lommel
2012-02-24Blender should now compile fine with older FFmpeg libraries used.Sergey Sharybin
2012-02-24More consistent variable naming.Sergey Sharybin
2012-02-24TODO item: zoom to mouse location in image editorSergey Sharybin
2012-02-24bmesh py api - fix for error creating a new faceCampbell Barton
2012-02-24Code clean-up and make zoom in/out operator store mouse coordinateSergey Sharybin