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
2012-05-01Fix #31195: subsurf modifier draws wrong vertex colors.Brecht Van Lommel
2012-05-01Merging phase 1 of the BGE Harmony branch:Daniel Stokes
2012-04-30bmesh - python apiCampbell Barton
2012-04-30Patch [#30681] Improved Display of Header Statistics by Harley Acheson (harle...Thomas Dinges
2012-04-30Fix #31164: constructive modifier followed by subsurf modifier did not showBrecht Van Lommel
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-30Camera tracking: initial commit of dopesheet view for clip editorSergey Sharybin
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-30Word selection in the Text Editor:Sv. Lockal
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-04-30- improve select grouped prefix/suffix from recent patchCampbell Barton
2012-04-30Add per-brush weight field.Nicholas Bishop
2012-04-29patch [#30821] Wiki Quick Hack: Text editor duplicate lineCampbell Barton
2012-04-29patch [#30834] Quick Hack: Select similar for bones in edit modeCampbell Barton
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-29Pose armature cleanup: remove old commented code replaced by use of new gener...Bastien Montagne
2012-04-29- Tag unused variablesSergey Sharybin
2012-04-29Smoke: Support for moving obstacles. (Merge from Smoke2 branch)Daniel Genrich
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28Camera tracking: support of tripod motion solvingSergey Sharybin
2012-04-28Audio:Joerg Mueller
2012-04-28Camera tracking: if there's no image for current frame display default gridSergey Sharybin
2012-04-28code cleanup: Campbell Barton
2012-04-28fix for crash when multires subdividing a mesh with no faces (new bug in bmes...Campbell Barton
2012-04-28Release Cycles for 2.64 begins.Thomas Dinges
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-27Patch by Jose Geraldo BritoJens Ole Wund
2012-04-27code cleanup: quiet msvc warningsCampbell Barton
2012-04-26And for sure we're in release stage now!Sergey Sharybin
2012-04-26Release commit, 2.63!Sergey Sharybin
2012-04-26fix for bevel modifier creating invalid geometry - simply tell BM_face_split(...Campbell Barton
2012-04-26fix memory leak in validating mesh and remove unneeded knife operator setting...Campbell Barton
2012-04-26fix invalid memcpy() use in text editor (backspace would call memcpy with ove...Campbell Barton
2012-04-25mesh.validate() / BKE_mesh_validate() --- functions now check for duplicate v...Campbell Barton
2012-04-25code cleanup: typos and set gcc attributes for string formatting.Campbell Barton
2012-04-25Small type fix for BMEditMesh.lastDataMask, should be 64-bit.Nicholas Bishop
2012-04-25style cleanup: no functional changesCampbell Barton
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-24screenshot operator now adds file extension in the file selector and has its ...Campbell Barton
2012-04-24First MinGW-w64 support for cmake has been added. To test I recommend this bu...Antony Riakiotakis
2012-04-23corrected more issues from [#31069] Analyzing the Blender project with PVS-St...Campbell Barton
2012-04-23code cleanup: remove unused definesCampbell Barton
2012-04-23code cleanup: comment unused functions (removed one which isnt useful anymore).Campbell Barton
2012-04-23code cleanup: remove editbutflag flag from toolsettings & related defines.Campbell Barton
2012-04-23clear the FGON edge flag when updating old meshes to polygons. (we may wan't ...Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-22small speedup to VertDataMulN(av, n), when passed expressions to 'n' they wer...Campbell Barton