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
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 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-18Point density: Workaround for possible race conditionSergey Sharybin
2015-07-18Cycles: Point density texture supportSergey Sharybin
2015-07-18Point density: Add utility function to sample density outside of render pipelineSergey Sharybin
2015-07-18Use gpu-buffers for UV-edge drawingCampbell Barton
2015-07-18Fix/enhance behavior of VES's 'alt-rmb' selection.Bastien Montagne
2015-07-18Replace MFace w/ MLoopTri in imapaint_pick_uvCampbell Barton
2015-07-18Fix (IRC reported) inverted behavior of select more/less in VSE.Bastien Montagne
2015-07-18Cleanup: whitespace & break placementCampbell Barton
2015-07-18CMake: Add option to enable -Werror cflag in some areasSergey Sharybin
2015-07-18Cleanup: whitespace (CMake)Campbell Barton
2015-07-17Cleanup: wsCampbell Barton
2015-07-17Only use material callback when enabledCampbell Barton
2015-07-17Add check for GPU materials enable stateCampbell Barton
2015-07-17Avoid getting the original index if its not neededCampbell Barton
2015-07-17Absent-mindedness...Remove testing codeAntony Riakiotakis
2015-07-17Fix GLSL code not working correctly for Macs without VBO, again reportAntony Riakiotakis
2015-07-17Fix T45469: Vertex Group weight = 0.0 in scene 2.Bastien Montagne
2015-07-17Fix T45464: Blender Sequencer "Select Strips to the Left" produces opposite b...Bastien Montagne
2015-07-17Fix issue reported by scorpion81 on irc: material mode + flat shadingAntony Riakiotakis