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
2016-04-28Merge branch 'master' into temp_remove_particlestemp_remove_particlesLukas Tönne
2016-04-28Fix T48300: 3D view tools outside the 3d view crashCampbell Barton
2016-04-28Python: install pyconfig.h on OSX, needed for PIPCampbell Barton
2016-04-28Fix T47715: EXCEPTION_ACCESS_VIOLATION crash when removing modifiers or rende...Sergey Sharybin
2016-04-28Depsgraph optimization: Don't schedule tasks for empty "NOOP" nodes.Lukas Tönne
2016-04-28Fix for O(N^2) runtime tagging in the new depsgraph.Lukas Tönne
2016-04-283D Text: avoid checking null character's text on pathCampbell Barton
2016-04-28Image view selected didn't account for region sizeCampbell Barton
2016-04-28BMesh: limited-dissolve, add check for wire edgesCampbell Barton
2016-04-27Minor code simplification in previous commit.Brecht Van Lommel
2016-04-27Fix compiler warning on OS X / clang.Brecht Van Lommel
2016-04-27Nodes: sort builtin compositor/shader/texture nodes alphabetically in menusBrecht Van Lommel
2016-04-27Fix artifacts w/ low near clear in bglPolygonOffsetAlexander Romanov
2016-04-27Sequencer: skip text-effect rendering w/ no alphaCampbell Barton
2016-04-27Sequencer text strip color optionsCampbell Barton
2016-04-27Fix alpha blending w/ font drawing & byte bufferCampbell Barton
2016-04-27Fix mask active-point being lost on load/undoCampbell Barton
2016-04-27Mask: always add a new spline when adding a new vertCampbell Barton
2016-04-27New mask points now compensate parent offsetCampbell Barton
2016-04-27Fix T48282: Newly added mask points don't follow parentCampbell Barton
2016-04-27Cleanup: use const, duplicate headerCampbell Barton
2016-04-27Fix Cycles GLSL image texture node not respecting color space property.Brecht Van Lommel
2016-04-27Code cleanup: minor cleanups for GPU_link return values, normal map node.Brecht Van Lommel
2016-04-26Fix Font filebrowser not showing thumbnails when those are enabled by default...Bastien Montagne
2016-04-26Fix T47992: Stereo 3D Anaglyph rendered Images saved too lightSergey Sharybin
2016-04-26Cycles: Improve logging about motion blur a bitSergey Sharybin
2016-04-26Hair edit: Add operator to uniform length of selected hairsSergey Sharybin
2016-04-26Correct error in recent snap-context commitCampbell Barton
2016-04-26Fix T48176: Shrinkwrap crashes when multiple objects uses same targetSergey Sharybin
2016-04-26Fix (unreported) possible freed memory usage when reloading a .blend file.Bastien Montagne
2016-04-26Fix missing pose bone hash table in stub poses of action constraints.Lukas Tönne
2016-04-26Support multiple tangents for BI render & viewportAlexander Romanov
2016-04-26Fix T48211: Modifying an F-Curve modifier property is not updating the 3D windowSergey Sharybin
2016-04-26Fix T48259: Vertex painting doesn't trigger refresh of cycles rendered viewportSergey Sharybin
2016-04-26Fix UI message typo.Bastien Montagne
2016-04-26Minor cleanup in object select codeCampbell Barton
2016-04-26Fix T48203: Pose-Mode overrides Alt-RMB menu selectCampbell Barton
2016-04-26Cleanup: use const for outliner argsCampbell Barton
2016-04-26Outliner: "Show Active" support for active bonePhilipp Oeser
2016-04-25UI messages fixes - no final point ;)Bastien Montagne
2016-04-25Cycles: Proper pack of leaves which are bigger than single float4Sergey Sharybin
2016-04-25Fix for missing pose bone hash in the new dependency graph.Lukas Tönne
2016-04-25Fix T48202: Project paint hangs on UV's w/ sharp cornersCampbell Barton
2016-04-25Cycles: Fix issues with stack allocator in MSVCSergey Sharybin
2016-04-25Cycles: Move vector re-allocation out of loopsSergey Sharybin
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-04-25Fix T48085: Select linked w/ seam delimit gives random resultsCampbell Barton
2016-04-25Cycles: Don't pass RNA pointers by vlaueSergey Sharybin
2016-04-25Recent pydriver update missed setting 'curval'Campbell Barton
2016-04-25Cleanup: use boolCampbell Barton