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-07-21Fix T45471: Blend file: Bad old_addr handling in mesh's customdata writing.Bastien Montagne
2015-07-21Fix T45317: Cycles material preview unnecessarily re-renderingSergey Sharybin
2015-07-21Fix assert in Outliner.Bastien Montagne
2015-07-21Cleanup: styleCampbell Barton
2015-07-21Fix T45496: Crash loading file during previewCampbell Barton
2015-07-21Fix T45453: Driver button's ignore DPICampbell Barton
2015-07-21Fix T45363: Bone attrs ignore editing all selectedCampbell Barton
2015-07-21Fix Clear vertex group ignoring selected optionCampbell Barton
2015-07-21Fix T45458: Edge Slide Mirror doesn't preserve UVsCampbell Barton
2015-07-21Fix T45361: Camera does not rotate in walk modeCampbell Barton
2015-07-21Fix T45450: Loop-select fails to cycle between overlapping edgesCampbell Barton
2015-07-21Fix T45455: Select linked issue w/ hidden facesCampbell Barton
2015-07-21Fix T45434: GPencil on editmode surface failsCampbell Barton
2015-07-21Fix T45502: Crash showing thumbnailsCampbell Barton
2015-07-21Cleanup: warningCampbell Barton
2015-07-21Remove nonnull attribute, NULL arg is valid here.Campbell Barton
2015-07-20OpenSubdiv: Commit of OpenSubdiv integration into BlenderSergey Sharybin
2015-07-20OpenSubdiv: Add OpenSubdiv files which are related on the CCGSubSurf and GPUSergey Sharybin
2015-07-20CCGSubSurf: Split file into several smaller onesSergey Sharybin
2015-07-20Usual UI messages fixes.Bastien Montagne
2015-07-20Minor optimization in CustomData_update_typemap().Bastien Montagne
2015-07-20Fix (unreported) broken MixWeight modifier in debug builds.Bastien Montagne
2015-07-20Fix (unreported) potential serious bug in CustomData_merge().Bastien Montagne
2015-07-20Fix/Workaround for CMake buildinfo errorCampbell Barton
2015-07-20Fix recent own stupidity with indexed sculpt drawing.Antony Riakiotakis
2015-07-20Filter the debug callback to only report errors unless debug value isAntony Riakiotakis
2015-07-20Resolve compiler warning for clangCampbell Barton
2015-07-20Dyntopo should be supported on systems without VBOs now.Antony Riakiotakis
2015-07-20Use abstraction to unbind buffers, should avoid crashes in systems thatAntony Riakiotakis
2015-07-20Minor edits for consistencyCampbell Barton
2015-07-20Correct own error w/ recent changes to triangulateCampbell Barton
2015-07-20Replace MFace use by MLoopTri w/ heat-weightingCampbell Barton
2015-07-20Replace MFace use by MLoopTri w/ remash modifierCampbell Barton
2015-07-20Fix define issues w/ WITH_GL_PROFILE_COMPAT offCampbell Barton
2015-07-20Freestyle: disabled debug code in ViewMapBuilder::ComputeIntersections().Tamito Kajiyama
2015-07-20Freestyle: Removed tesselated forms of silhouettes for displaying in the UI.Tamito Kajiyama
2015-07-20Freestyle: code cleanup.Tamito Kajiyama
2015-07-20Freestyle: minor optimization for space in the FEdgeXDetector.Tamito Kajiyama
2015-07-20Freestyle: commented part of FEdgeXDetector::ProcessRidgeFace() that has no e...Tamito Kajiyama
2015-07-20Freestyle: internal switch from double to float in mesh loading and construct...Tamito Kajiyama
2015-07-20Freestyle: minor optimization for space from mesh importing to feature edge d...Tamito Kajiyama
2015-07-20Freestyle: minor code cleanup.Tamito Kajiyama
2015-07-20Freestyle: removed redundant instantiation of vector objects.Tamito Kajiyama
2015-07-20Freestyle: minor optimization for space by using a pointer to a const char ar...Tamito Kajiyama
2015-07-19Cleanup: styleCampbell Barton
2015-07-19Convert rigidbody conversion to looptri.Antony Riakiotakis
2015-07-19Properly fix T45477Antony Riakiotakis
2015-07-19Fix T45477 wrong edge selection.Antony Riakiotakis
2015-07-19CMake: correct generated location for buildinfo.hCampbell Barton
2015-07-18Point density: Workaround for possible race conditionSergey Sharybin