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-03-20Quiet warnings about unused functions and variables.Nicholas Bishop
2012-03-20bmesh inset: outset optionCampbell Barton
2012-03-20Fix format string warnings (gcc) by using string literals.Nicholas Bishop
2012-03-20bmesh inset:Campbell Barton
2012-03-20Redraw data properties after selecting a bone.Nicholas Bishop
2012-03-20Fix #30531: mirror modifier with vertex groups did not add both the left andBrecht Van Lommel
2012-03-20Fix #30590: Crash in multires when undoing extrude [File incl.]Sergey Sharybin
2012-03-20Remove debug print in create_vert_poly_mapNicholas Bishop
2012-03-20style cleanup: minor change to bmesh py repr + comment on loop radial next/pr...Campbell Barton
2012-03-19fix for error reported on IRC, sorting zero sized lists would cause a crash.Campbell Barton
2012-03-19Spelling of UI messages (then -> than).Bastien Montagne
2012-03-19Fix #30456: transforming object with a hair particle system, on a frame afterBrecht Van Lommel
2012-03-19Fix #30449: sampled motion blur not working with softbody.Brecht Van Lommel
2012-03-19Fix #30594: UV editor transform tools did not show help/pivot line to indicateBrecht Van Lommel
2012-03-19Fix for drag-n-drop images into sequencer: it was impossible to select filesSergey Sharybin
2012-03-19bmesh inset:Campbell Barton
2012-03-19style cleanup: + some spelling errors for insetCampbell Barton
2012-03-19code cleanup: bmesh api - make arg order consistent - htype before hflag or o...Campbell Barton
2012-03-19bmesh inset:Campbell Barton
2012-03-19bmesh: inset tool, access from face menu (Ctrl+F)Campbell Barton
2012-03-19Add a multires function to delete MDisps.Nicholas Bishop
2012-03-19BMesh utility functions, not used yet,Campbell Barton
2012-03-19better error reporting when a bmesh operator fails. (give reason and show cha...Campbell Barton
2012-03-19Fix for [#30495] Framerate goes crazy after changing Sync mode from "Frame Dr...Joerg Mueller
2012-03-19Fix [#30234] Various problems with CD layers and tesselation, related to modi...Bastien Montagne
2012-03-19"Fix" for [#30098] Particle rotation wrong / explode modifierJanne Karhu
2012-03-19Grumph, more fixes in this Select menu (Invert had default op name for metaba...Bastien Montagne
2012-03-18== Sequencer ==Peter Schlaile
2012-03-18Release cycleThomas Dinges
2012-03-18Allow dropping image files from outside blender, or image datablocks from ins...Sv. Lockal
2012-03-18Re-enable the clay strips sculpt brush.Nicholas Bishop
2012-03-18Rename 'clay tubes' to 'clay strips' and include it in the capabilities RNA.Nicholas Bishop
2012-03-18Use enums for brush flags and sculpt tools.Nicholas Bishop
2012-03-18== Sequencer ==Peter Schlaile
2012-03-18== Sequencer ==Peter Schlaile
2012-03-18Style cleanup in sculpt.c, no functional changes.Nicholas Bishop
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-18fix for own mistake when refactoring bmesh - was treating the iterator as a t...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-18ngons draw with uniform normals in object mode now, I had this code disabled ...Campbell Barton
2012-03-18code cleanup:Campbell Barton
2012-03-18better not to use rgb_float_to_uchar() from last commit (comment as to why)Campbell Barton
2012-03-18fix for weightpaint color with recent loopcolor abgr --> rgba conversion.Campbell Barton
2012-03-18bmesh py api:Campbell Barton
2012-03-18code cleanup: not all mathutils callback creation functions tool unsigned cha...Campbell Barton
2012-03-18fix for invalid use of strncat (N == how many bytes may be appended, not the ...Campbell Barton
2012-03-18fix: UV Islands not selected properly with Ctrl-L. A simple misplacement of t...Antony Riakiotakis
2012-03-18update vertex paint code for last commit, was still using ABGR order.Campbell Barton
2012-03-18swap BMLoopCol r/b color, requires subversion bump.Campbell Barton
2012-03-17bmesh py api:Campbell Barton