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
2015-04-30Fix T44484: Edge-split corrupts meshCampbell Barton
2015-04-29BMesh: use BM_face_loop_separate_multi for ripCampbell Barton
2015-04-29BMesh: add BM_face_loop_separate_multiCampbell Barton
2015-04-29BMesh: simplify/optimize loop splitting logicCampbell Barton
2015-04-29BMesh: refactor edge-vert swapping into API callCampbell Barton
2015-04-29BMesh: minor change to swap-vert apiCampbell Barton
2015-04-29Fix filename has "new render view" suffix reported by Jason van Gumster (Fweeb)Dalai Felinto
2015-04-29File browser - change thumbnails size with a sliderBastien Montagne
2015-04-29Fix T44132: Crash after open EXR formatSergey Sharybin
2015-04-29OSX: fix T44533, system_bookmarks not showing utf standard ( umlauts etc. )Jens Verwiebe
2015-04-29Fix typo using interp_v3_v3v3 over float[2] variables...Bastien Montagne
2015-04-29Make sure integer calculation uses large precisionAntony Riakiotakis
2015-04-29Remove unused stubsSergey Sharybin
2015-04-29Cleanup: make grumpy asan happy and do not use `new []` to allocate data free...Bastien Montagne
2015-04-29fix for double call to update callback in uiTemplateIconViewInes Almeida
2015-04-29cleanup for uiTemplateIconViewInes Almeida
2015-04-29Fix T44542: 'extend selection' editmode tool would select hidden elements.Bastien Montagne
2015-04-29Multi-View cleanup: using RenderResult->rect* only for temporary RenderResultsDalai Felinto
2015-04-29Don't check against scene notifier twiceAntony Riakiotakis
2015-04-29Multi-View: new util functions RE_RenderViewGetById() and RE_RenderViewGetByN...Dalai Felinto
2015-04-29Add macro BLI_SMALLSTACK_AS_TABLECampbell Barton
2015-04-29Use size_t to calculate size of tiles for renderingAntony Riakiotakis
2015-04-29Correct commentCampbell Barton
2015-04-29BMesh: optimize edge splitCampbell Barton
2015-04-29BMesh: replace smallhash flag for checking doublesCampbell Barton
2015-04-29BMesh: avoid over-counting vert-edgesCampbell Barton
2015-04-29Cleanup: headersCampbell Barton
2015-04-29Revert commit with perspective depth offset, makes simple cases such asAntony Riakiotakis
2015-04-29RenderResult should have a valid view whenever possibleDalai Felinto
2015-04-28Rewind fix for T44505 (leave in ifdef'd)Campbell Barton
2015-04-28Error in last commitCampbell Barton
2015-04-28Store bit-depth for reuse, replace loop with shiftCampbell Barton
2015-04-28Compilation error fixes for strict compiler flagsSergey Sharybin
2015-04-28Fix ortho part of T44505Antony Riakiotakis
2015-04-28Fix T44404: freestyle crashes blender.Tamito Kajiyama
2015-04-28disable ARRAY_SIZE fixed length check for ClangCampbell Barton
2015-04-28Alleviate somewhat the issue of T44505Antony Riakiotakis
2015-04-28Curves: don't use 'charidx' for regular curvesCampbell Barton
2015-04-28Fix T44522: loop remapping between meshes when using 'nearest vert, best matc...Bastien Montagne
2015-04-28Minor cleanup in comments.Bastien Montagne
2015-04-28Fix T44516 grid lines obscuring selection outline.Antony Riakiotakis
2015-04-28Project Paint: Add symmetry supportCampbell Barton
2015-04-28Cleanup: const correctnessCampbell Barton
2015-04-28BLI_utildefines: add MEMSET_STRUCT_OFS macroCampbell Barton
2015-04-28Fix T44530 UV islands fail on subsurf after mirror modifier.Antony Riakiotakis
2015-04-28Fix for Clang type checkCampbell Barton
2015-04-28Added missing update tag to recalculate data after permutating materialsGaia Clary
2015-04-28Cleanup: redundant checksCampbell Barton
2015-04-28Add material slot reorder buttonsGaia Clary
2015-04-27Math Lib: add range_vn_uCampbell Barton