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
2016-05-03Fix broken build without IME and/or I18N (caused by rBcb6307162b4c12).Bastien Montagne
2016-05-03Fix T48328: Outliner: Armature EditMode: crash when selecting bone of a share...Bastien Montagne
2016-05-03Cache whether current translation language supports IME or notSergey Sharybin
2016-05-03Fix T47841: Shift-space doesn't type space in type-in fields on WindowsSergey Sharybin
2016-05-03Fix T47424: Blender Internal material node 'mapping' not showing results of a...Sergey Sharybin
2016-05-03Cleanup: no need to cast for pointer comparisonCampbell Barton
2016-05-03Fix T48169: 1 pixel offset painting 2D texturesCampbell Barton
2016-05-03Cleanup: use offset macroCampbell Barton
2016-05-03UI: limit listview arrow/wheel bindingsCampbell Barton
2016-05-03UI: don't show tips when navigating ui-listCampbell Barton
2016-05-03Cleanup: use const for units APICampbell Barton
2016-05-03Math Lib: inline project_plane_v3_v3v3Campbell Barton
2016-05-02Missed setting handles in curve dissolveCampbell Barton
2016-05-02Curve: new dissolve toolCampbell Barton
2016-05-02BLI_array_utils: helper for stepping over contiguous rangesCampbell Barton
2016-05-01Fix T48325: Data transfer modifier vertex group selector doesn't work with fr...Bastien Montagne
2016-04-30Fix T48118: Vertex Groups not masking particle hair emission correctlyBastien Montagne
2016-04-30Fix for typo comparing double eventsCampbell Barton
2016-04-29Cleanup: warnings. spellingCampbell Barton
2016-04-29Fix (unreported) bad 'NULL freeing' with placeholder images.Bastien Montagne
2016-04-29Fix crash (segfault) in node editor.Bastien Montagne
2016-04-29Fix broken Collada from rBrB6d0cae56e84306ed.Bastien Montagne
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-04-29BMesh: when multiple vertices have the same key-index, use the firstCampbell Barton
2016-04-29Remove redundant selection flush callCampbell Barton
2016-04-29Minor optimization to bmesh shape key conversionCampbell Barton
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-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-26Hair edit: Add operator to uniform length of selected hairsSergey Sharybin