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-06Install_deps.sh: tweaks to support new LLVM-3.4.Bastien Montagne
2014-04-06Fix T39479: Transform mouse constraint fails in some situations.Bastien Montagne
2014-04-06Move LIKELY/UNLIKELY into headerCampbell Barton
2014-04-06Guarded Alloc: use UNLIKELY for debug memsetCampbell Barton
2014-04-06Fix error when enabling Mist pass but there was no world. Can't find mist set...Pablo Vazquez
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-05Fix for auto detect homogeneous volume with OSL, forgot to include this file ...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-05Cycles UI: Refactor cpu checks into a use_cpu() function.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-05Great, now Debian Jessie as well can cause libyaml-cpp version mismatch... Up...Bastien Montagne
2014-04-05Some stupid systems give limited powers to sudo... So add a --no-sudo option ...Bastien Montagne
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-04Scons/cycles: fix header distribution for geomJens Verwiebe
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
2014-04-04Mask curvature slide: reduce jumps on slideSergey Sharybin
2014-04-04Fix crash happening in DAG_pose_sort() due to threading issuesSergey Sharybin
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-04-04Cloth: replace EdgeHash with EdgeSetCampbell Barton
2014-04-04Clicking outside menus wasn't closing when opened from non menu popupsCampbell Barton
2014-04-04Cycles: Disable Branched Path on all GPUs for now, until we separate the cubins.Thomas Dinges
2014-04-04Cycles volume: detect homogeneous volume automatically in common cases.Brecht Van Lommel
2014-04-03Cycles: SSE optimization for Voronoi cells textureSv. Lockal
2014-04-03I18N: add missing linesSv. Lockal
2014-04-03Cycles: avoid 1.0f/(1.0f/x) divisions, which msvc (only) can't optimize.Sv. Lockal
2014-04-03Fix T39577: cycles issue mixing anisotropic BSDFs with branched path tracer.Brecht Van Lommel
2014-04-03Slide mask spline segment to define it's curvatureSergey Sharybin
2014-04-03Fix T37509: regression in smart-uv island orientationCampbell Barton
2014-04-03Optimize BLI_convexhull_aabb_fit_hull_2d, avoid atan2, sin, cosCampbell Barton
2014-04-03Fix for T39537 wasn't complete, buttons in popups remained unset.Campbell Barton
2014-04-03Fix T39567: simple deform modifier errorCampbell Barton