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-17animation playback window now pauses properly.Campbell Barton
2012-11-17fix for 'Playanim' playing past the last frame of an animation. also print -s...Campbell Barton
2012-11-17use quad-strip for filling even when no segments are being added, this gives ...Campbell Barton
2012-11-17more straightforward way to implement quad-strip face filling suggested by Ho...Campbell Barton
2012-11-16Python/Context: do not allow any UI context access from threads like renderBrecht Van Lommel
2012-11-16rework the bevel quad strip logic to work with ngons correctly, previously it...Campbell Barton
2012-11-16fix for own bug in quad-stip fill method, quad strips were skewed.Campbell Barton
2012-11-16BLI_assert() when math functions that require are normalize vector are called...Campbell Barton
2012-11-16more minor improvements to bevel use of math functionsCampbell Barton
2012-11-16code cleanup: remove unneeded normalize (face normal), and unneeded call to l...Campbell Barton
2012-11-16bevel: save some memory by aligning struct members.Campbell Barton
2012-11-16wip - alternate bevel curve calculation (still disabled)Campbell Barton
2012-11-16debug utility for drawing in the 3d viewport (uncomment define to use), helpf...Campbell Barton
2012-11-16minor edits so new bevel operator can be used from the modifier (testing only...Campbell Barton
2012-11-16fix [#33180] text editor line height issueJustin Dailey
2012-11-16bevel: wip ifdef'd code to test an alternative method of placing corner verti...Campbell Barton
2012-11-16code cleanup: some renaming to avoid confusion.Campbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-15Windows OIIO:Thomas Dinges
2012-11-15Add some missing Node rna update callsDan Eicher
2012-11-15Cycles OSL: windows build system changes to support static OSL/OIIO.Brecht Van Lommel
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-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