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
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-08Matcaps.Antony Riakiotakis
2014-04-08Code cleanup: remove paranoid NULL checkCampbell Barton
2014-04-08Fix T39635: Crash convening curve to meshCampbell Barton
2014-04-07Fix T39626 Matcaps not working in edit mode.Antony Riakiotakis
2014-04-07Weekly UI messages fixes...Bastien Montagne
2014-04-07Fix own rB8714ae09f894: Forgot to handle bone constraints in versionning code!Bastien Montagne
2014-04-07Color pickers:Antony Riakiotakis
2014-04-07Fix own broken rB95b25e7333c4 (crash on any undo op :/).Bastien Montagne
2014-04-07Code cleanup: make the source G rated again.Campbell Barton
2014-04-07Code cleanup: use parens around multi-line defines.Campbell Barton
2014-04-07Fix T39623: deleting an object crashesCampbell Barton
2014-04-07Fix T39562: Properties panel Pinning is brokenBastien Montagne
2014-04-07Fix T39563: Tiny unit-display problem in constraint panels.Bastien Montagne
2014-04-07Correct assert for RNA IDPropsCampbell Barton
2014-04-07Code cleanup: remove unused functions and convert int -> boolCampbell Barton
2014-04-07Code cleanup: project gpencil in float coords & delete outdated commentsCampbell Barton
2014-04-07Dyntopo: minor speedups with bmesh use.Campbell Barton
2014-04-07Dyntopo: avoid mask layer lookups while adding/removing vertsCampbell Barton
2014-04-07Mempool: use define for used freeword and correct defineCampbell Barton
2014-04-07Mempool: minor optimization to building free pointer listCampbell Barton
2014-04-07Mempool: fix own error in recent commitCampbell Barton
2014-04-07Fix building for Windows.Antony Riakiotakis
2014-04-07Todo T36849: support XDG thumbnail management standardCampbell Barton
2014-04-06Better code for (bone axis + roll) to matBastien Montagne
2014-04-06Fix T39479: Transform mouse constraint fails in some situations.Bastien Montagne
2014-04-05Fix issue for OPENCL problem on Macosx 10.9.2Monique Dewanchand
2014-04-05Fix sculpt brushes stuck to drag dot or anchored modeAntony Riakiotakis
2014-04-05RNA: optimization to avoid malloc for iterators.Brecht Van Lommel
2014-04-05Math Lib: add power of 2 min/max for unsigned intsCampbell Barton
2014-04-05Fix T39606, SSS and Volume nodes were showing warning, even if CPU was used.Thomas Dinges
2014-04-05Dyntopo: minor optimizations for edge queueCampbell Barton
2014-04-05Remove redundant call to CustomData_get_offsetCampbell Barton
2014-04-05Optimize mempool: round chunk size to powers of 2, account for slop-spaceCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-04-05Solve issue with dyntopo collapse.Antony Riakiotakis
2014-04-05Optimize mempool: replace double linked list with single for memory chunksCampbell Barton
2014-04-04Missing file in commit 12302011d6207a60b24d0cae71a88df0384bc5da.Tamito Kajiyama
2014-04-04Freestyle: Removed SVertex _curvatureFredo and _directionFredo and their gett...Tamito Kajiyama
2014-04-04Freestyle: Fix for class definitions of 0D/1D functions (functors).Tamito Kajiyama
2014-04-04Fix for typos in array sizeSergey Sharybin
2014-04-04Fix for mask slide operators didn't work with LMB selectionSergey Sharybin
2014-04-04Mask spline slide didn't respect auto-keySergey Sharybin
2014-04-04Mask spline slide: holding Ctrl will make handles freeSergey Sharybin
2014-04-04Followup to the previous commit: forgot to tweak handle typeSergey Sharybin
2014-04-04Mask spline segment slide improvementSergey Sharybin
2014-04-04Optimization for mempool initial chunk allocationCampbell Barton
2014-04-04Mask point slide: clean-up of SlidePointData structureSergey Sharybin
2014-04-04Maks point slide: get rid of jump when you press shiftSergey Sharybin
2014-04-04Mask point slide: remove commented out codeSergey Sharybin