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-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
2012-03-17== Sequencer ==Peter Schlaile
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-17Fix 30562: bevel was infinite looping when adjacent faces had incompatible no...Howard Trickey
2012-03-17Big step forward nodes UI translation:Bastien Montagne
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne
2012-03-17compile fix for 44939Jens Verwiebe
2012-03-17Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERN...Bastien Montagne
2012-03-17minor mathutils code cleanup - use mathutils callbacks as unsigned chars ever...Campbell Barton
2012-03-17Make grumpy gcc happy again! :pBastien Montagne
2012-03-17bmesh py api:Campbell Barton
2012-03-17#collada instance_node import, partially fixes #27629Arystanbek Dyussenov
2012-03-17bmesh py api:Campbell Barton
2012-03-17Reduce poly map memory usage (used by sculpt smooth brush.)Nicholas Bishop
2012-03-17minor improvement to image info color sample drawing, draw a grey outline.Campbell Barton
2012-03-17Fix for size of VBO index type when drawing multires in sculpt mode.Nicholas Bishop
2012-03-17add select invert for latticeCampbell Barton
2012-03-17fix for own silly mistake with face creation (wasnt checking more then 1 vert...Campbell Barton