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
2011-12-06Quiet annoying warning:Campbell Barton
2011-12-06remove double lookus in BM_GetCDf/BM_SetCDf, also remove bm_cdata_get_single_...Campbell Barton
2011-12-06fix for crash calling rotate edge on a completely selected torus.Campbell Barton
2011-12-06yet another fix for [#28645] TODO: dissolve edges doesn't delete lonely verti...Campbell Barton
2011-12-06fix for crash toggling editmode with vertex parenting, add check if the verte...Campbell Barton
2011-12-05svn merge ^/trunk/blender -r42426:42439Campbell Barton
2011-12-05Fix #28107: save screenshot operator option to save full screen or only a singleBrecht Van Lommel
2011-12-05Fix #29507: cycles rendering of metaball animations not working.Brecht Van Lommel
2011-12-05Release Cycle:Thomas Dinges
2011-12-05Fix: Dynamic Paint sub-steps didn't work for constraint controlled brush obje...Miika Hamalainen
2011-12-05fix for dscale which was set to 0,0,0 from files saved between Nov 29 and Dec 4.Campbell Barton
2011-12-05Minor whitespace fixesSergey Sharybin
2011-12-05fix [#29378] some textures getting stretched when the mesh has solidify and s...Campbell Barton
2011-12-05commenting out code added in bmesh and not verified.Campbell Barton
2011-12-05make use of axis_dominant_v3() function for is_quad_convex_v3()Campbell Barton
2011-12-05fix [#29338] Viewport does not update when sculpting without a multires modiferCampbell Barton
2011-12-05manual sync with trunk - pulling in changes where the issues are not bmesh sp...Campbell Barton
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-12-05svn merge ^/trunk/blender -r42416:42422Campbell Barton
2011-12-04remove mesh PartialVisibility, it wasnt being version patches or used anywher...Campbell Barton
2011-12-04Slight optimization of track preview widget (the same approach as in tomato b...Sergey Sharybin
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
2011-12-04A (hopefully last) bunch of fixes and tweaks to UI label and messages (found ...Bastien Montagne
2011-12-04remove unused SpaceTime.redraws.Campbell Barton
2011-12-04`#if 0` use of Object.nlastrips, there is no way to add or remove these from ...Campbell Barton
2011-12-04Fix for movie clips weren't remapped properly on file saveSergey Sharybin
2011-12-04Fix [#29502] Brush texture Preview panel doesnt show Alpha checkboxThomas Dinges
2011-12-04remove old renderer struct member, was only used for setting yafray but was s...Campbell Barton
2011-12-04fix building on openbsd, also quiet some warnings.Campbell Barton
2011-12-04Small code cleanup of tracking.cSergey Sharybin
2011-12-04Fix of pattern position clampingSergey Sharybin
2011-12-04Camera tracking: merge hybrid tracker from tomato branchSergey Sharybin
2011-12-04Do not clamp search size when adding new track with non-klt tracker setSergey Sharybin
2011-12-04Fix crash when trying to track disabled track.Sergey Sharybin
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-12-04bmesh: fixed crash in bevelJoseph Eagar
2011-12-04Invert Color Cycles NodeDalai Felinto
2011-12-04flush selected vertices when switching from vertex weight paint mode to editm...Campbell Barton
2011-12-04svn merge ^/trunk/blender -r42361:42372Campbell Barton
2011-12-04shorten very long lines in drawobject.c, (no functional changes)Campbell Barton
2011-12-04fix for weight paint mode drawing selected verts even when it wasnt the activ...Campbell Barton
2011-12-03Fix #29483: edge slide gives nan when zoomed in close. Cause was integerBrecht Van Lommel
2011-12-03add library support for rna collection __contains__, egCampbell Barton
2011-12-03fix for derived mesh buffer overrun caused by using an incorrect loop length.Campbell Barton
2011-12-03svn merge ^/trunk/blender -r42333:42361Campbell Barton
2011-12-03some formatting edits & #if 0 files which are not used.Campbell Barton
2011-12-03de-duplicate dominant axis calculation, exact same checks were in 6 different...Campbell Barton
2011-12-03Fix #27620: improve mesh deform error message when it fails to bind.Brecht Van Lommel