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-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-17Fix compositing normal node not properly showing vector XYZ values when openingBrecht Van Lommel
2012-11-16debug utility for drawing in the 3d viewport (uncomment define to use), helpf...Campbell Barton
2012-11-16fix [#33180] text editor line height issueJustin Dailey
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-15code cleanup: move local math functions into math_geom.c, math_vector.c, no f...Campbell Barton
2012-11-15Z sampling for nodes backdropDalai Felinto
2012-11-15fix for 3d text input failing for non utf8 input.Campbell Barton
2012-11-15fix for deleting lines hanging the text editor when no markers are used, pres...Campbell Barton
2012-11-15Patch [#31006] Text editor undo buffer rework.Justin Dailey
2012-11-14Map Range Node (tiles)Dalai Felinto
2012-11-14fix [#33169] Interface destroyed after Text Object EditCampbell Barton
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-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 #26891Ton Roosendaal
2012-11-13disable applying constructive modifiers when in sculpt mode with multi-res da...Campbell Barton
2012-11-13fix [#33143] Exporter crash since 2.64Campbell Barton
2012-11-13add an operator for mesh mode switching,Campbell Barton
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-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-12More spelling errors, whitespace, and simplifying code with many side effectsJoshua Leung
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-12style cleanupCampbell Barton
2012-11-12build fix: recent commit broke building on 64bit linuxCampbell Barton
2012-11-12Whitespace tweaks and BugfixesJoshua Leung
2012-11-12fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects ex...Campbell Barton
2012-11-11* Replace math.h with BLI_math.h, this fixes compile on windows. Thomas Dinges
2012-11-11Fix for RNA soft values (confused with hard ones... tss).Bastien Montagne
2012-11-11Four fixes (own collection)Ton Roosendaal
2012-11-11Fix a stupid warning (due to last minute refactor...).Bastien Montagne
2012-11-11Actually, need no more BKE_main.h here...Bastien Montagne
2012-11-11"Dynamic Sketch" patch, which adds timing data to GP strokes, by storing an i...Bastien Montagne
2012-11-11Bugfix [#33140] Ton Roosendaal
2012-11-10Movie clip: display stabilization border even if current frame failed to loadSergey Sharybin
2012-11-10Bevel: patch from Thomas Beck fixes numeric offset input and adds wheel input...Howard Trickey
2012-11-10Added UI support to set OpenGL MultiSample.Ton Roosendaal
2012-11-10Fix part of #31080: missing UV editor redraw after edge slide with correct UVs.Brecht Van Lommel