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-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
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-17bugfix. Brush zoom could fail if uv sculpting was onAntony Riakiotakis
2012-03-17Follow up to fix in r44919: use standard stats in paint modes.Nicholas Bishop
2012-03-16Patch by Psy-Fi + my minor changesAlexander Kuznetsov
2012-03-16i18n stuff: adds translation_context to RNA structs (used for there ui name),...Bastien Montagne
2012-03-16Allow merging two tracks in cases when they've got overlapping tracked/keyframedSergey Sharybin
2012-03-16Fix #30561 Modifiers with use_apply_on_spline = True do not work on curve wit...Sergey Sharybin
2012-03-16Fix object mode check in stats_update.Nicholas Bishop
2012-03-16bmesh py api:Campbell Barton
2012-03-16fix for building bmesh bevel with scons (source file was left out)Campbell Barton
2012-03-16bmesh py api:Campbell Barton
2012-03-16Fix for multires VBO drawing in sculpt mode.Nicholas Bishop
2012-03-16bmesh: being back bevel modifier from 2.62 stable.Campbell Barton
2012-03-16*picky* fix for edge rotateCampbell Barton
2012-03-16Commit patch from Nicholas Bishop with some small modificationsSergey Sharybin
2012-03-16quiet debug print(), reported as [#30552], but infact is harmless.Campbell Barton
2012-03-16mesh_validate code for bmesh (i.e. polys/loops).Bastien Montagne
2012-03-15add missing break statement from recent brush code refactor,Campbell Barton
2012-03-152.6 User Interface:Thomas Dinges