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-18spelling cleanupCampbell Barton
2012-03-18code cleanup: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-17UI messages: unification of select/deselect stuff.Bastien Montagne
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-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-17add select invert for latticeCampbell 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-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 object mode check in stats_update.Nicholas Bishop
2012-03-16fix for building bmesh bevel with scons (source file was left out)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-15add missing break statement from recent brush code refactor,Campbell Barton
2012-03-152.6 User Interface:Thomas Dinges
2012-03-15Code cleanup: simplify brush tool selection operators.Nicholas Bishop
2012-03-15fixes for vertex color (found when brining X3D import back)Campbell Barton
2012-03-15Remove unused parameter from multires_dm_create_from_derived.Nicholas Bishop
2012-03-15fix [#30542] Shear Vertical Seg Faults BlenderCampbell Barton
2012-03-14Use helper functions in node_select when selecting/deselecting nodes and sock...Lukas Toenne
2012-03-14Make extension mode (shiftkey) mandatory for socket selection. Otherwise the ...Lukas Toenne
2012-03-14Fix for multires undo with partial visibility.Nicholas Bishop
2012-03-14Fix some errors in partial visibility drawing.Nicholas Bishop
2012-03-14Add partial visibility operator including keymaps and menu items.Nicholas Bishop
2012-03-14Skip hidden elements in PBVH iterator, raycast, and drawing.Nicholas Bishop
2012-03-13stule cleanup for rct.c and fix for error in last commit.Campbell Barton
2012-03-13workaround [#30480] Knife tool flickerCampbell Barton
2012-03-13style cleanupCampbell Barton
2012-03-12Fix #30496: Bugs and crashes about "make links modifers" function.Sergey Sharybin
2012-03-12Code cleanup: knife gathers pos-related state into a struct. No functional ch...Howard Trickey
2012-03-12Make knifetool more robust against crashes. Fix some hole problems.Howard Trickey
2012-03-12code cleanup/bugfix uninitialized valuesCampbell Barton
2012-03-12style cleanupCampbell Barton
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-11improve confusing macro GET_ACF_FLAG_PTRCampbell Barton
2012-03-11code cleanup: remove unused externs.Campbell Barton
2012-03-11style cleanup: + some warning fixes, also remove unused metaelem extern.Campbell Barton
2012-03-11[#30373] Which part to snap in volume snapping is removedMartin Poirier
2012-03-10style cleanup: fly mode.Campbell Barton
2012-03-10Remove the OBJECT_OT_test_multires operator.Nicholas Bishop