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-11-15fix for deleting lines hanging the text editor when no markers are used, pres...Campbell Barton
2012-11-15Fix 'polygon eating' problem in bevel (bug #33141)Howard Trickey
2012-11-15Patch [#31006] Text editor undo buffer rework.Justin Dailey
2012-11-15fix range map node clipping when max < minDalai Felinto
2012-11-14Map Range Node (tiles)Dalai Felinto
2012-11-14Cycles OSL: windows build fixes.Brecht Van Lommel
2012-11-14fix [#33169] Interface destroyed after Text Object EditCampbell Barton
2012-11-14use memarena for bevel allocsCampbell Barton
2012-11-14use ghash for bevel verts, saves list lookups when getting a BMVert's BevVertCampbell Barton
2012-11-14speedup bevel by tagging verts and edges to bevel, this avoids a loop over al...Campbell Barton
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-11-14Fix #33166: Wrong profile name in config.ocio causes crashSergey Sharybin
2012-11-14Fix #33171: Sculpt lag in recent buildsSergey Sharybin
2012-11-14fix for the update issue reported in [#32452]Campbell Barton
2012-11-14add 'use_unselected' option to UV_OT_remove_doubles,Campbell Barton
2012-11-14each different remove doubles function used a different property name, use 't...Campbell Barton
2012-11-14speedup to uv remove doubles.Campbell Barton
2012-11-14style cleanup: with uv remove doubles, weld distance soft/hard ranges were wr...Campbell Barton
2012-11-14buildsystem cleanup: remove duplicate source & includes for scons,Campbell Barton
2012-11-13scons/warningfix: remove mask_evaluate.c from blenkernel/intern, as it is alr...Jens Verwiebe
2012-11-13Added 'remove doubles' tool to uv editor.Matthew Smith
2012-11-13Bugfix, IRC report:Ton Roosendaal
2012-11-13code cleanup: use ptrdiff_t when comparing pointers and tag event as an unuse...Campbell Barton
2012-11-13Bugfix #33161Ton Roosendaal
2012-11-13fix [#33156] Ctrl+L Link modifiers produce copies with identical namesCampbell Barton
2012-11-13Bugfix #26891Ton Roosendaal
2012-11-13Correction to YCCK and CNYK jpeg images loading into blenderSergey Sharybin
2012-11-13disable applying constructive modifiers when in sculpt mode with multi-res da...Campbell Barton
2012-11-13Bugfix #33159Ton Roosendaal
2012-11-13Last fix to get_plugin in ikplugin_api.c was off by one in the wrong direction.Jason Wilkins
2012-11-13Render Engines: fix crash when changing render engine during renderingSergey Sharybin
2012-11-13fix [#33143] Exporter crash since 2.64Campbell Barton
2012-11-13add an operator for mesh mode switching,Campbell Barton
2012-11-13BGE: Renaming KX_GameObject.group_parent and group_children to groupObject an...Mitchell Stokes
2012-11-13make smoothing value for ring select compatible with the operator.Campbell Barton
2012-11-13todo from 2.4x, add back smooth option to edge loop cut. Campbell Barton
2012-11-13(no commit message)Jason Wilkins
2012-11-13uv stitch was executing on Enter-key release, making it not work when startin...Campbell Barton
2012-11-13remove 'Reset' button from operator UI, instead have 'Restore Defaults' in pr...Campbell Barton
2012-11-12Minor spell fix (only one this week, yeah!).Bastien Montagne
2012-11-12Bugfix #33147Ton Roosendaal
2012-11-12add simple quad-strip filling to bevel, use to bevel edges when 2 bevel-edges...Campbell Barton
2012-11-12Fix conflict of cycles persistent data flag with freestyle, add reservedBrecht Van Lommel
2012-11-12fan filling didnt always work well, now only apply this when its going to wor...Campbell Barton
2012-11-12change bevel do/while loops to step the pointer in the while check, no functi...Campbell Barton
2012-11-12bevel fan fill edges meeting non selected geometry rather then making ngons w...Campbell Barton
2012-11-12More spelling errors, whitespace, and simplifying code with many side effectsJoshua Leung
2012-11-12fix for DNA alignment on 32 and 64bit systems.Campbell Barton
2012-11-12fix syntax error when disabling both IK solversJason Wilkins
2012-11-12code cleanup: spelling,Campbell Barton