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-08-07Fix (unreported) crash in mesh remap (i.e. data transfer).Bastien Montagne
2015-08-07Mesh remap: Fix two potential numeric issues in corner cases, and enhance pol...Bastien Montagne
2015-08-07Attempt to fix T45718, crash when enabling GLSL mode with UV layers.Antony Riakiotakis
2015-08-07Fix scrubbing only treated as animation for sequencerAntony Riakiotakis
2015-08-07Fix T45713: Numselect for confirm popup not working anymoreJulian Eisel
2015-08-06Fix: Sliders in animeditors were getting drawn too far leftJoshua Leung
2015-08-06AnimEditors FModifiers toggle: Add a bit more space beside it so that it does...Joshua Leung
2015-08-06Fix T45166: Keyframes pasted at wrong position when NLA strip has offsetJoshua Leung
2015-08-06T44932: Disable pressure handling for "poly" mode tooJoshua Leung
2015-08-06StopGap Fix for T44932: Ignore pressure values when drawing straight line seg...Joshua Leung
2015-08-06Timeline: Make GPencil keyframes slightly taller than normal keyframes to mak...Joshua Leung
2015-08-06Remove MFace use w/ fluidsimCampbell Barton
2015-08-06Docs: comment BKE_scene_set_backgroundCampbell Barton
2015-08-06Fix T45695: Assigning material reverts MaterialSlot.linkCampbell Barton
2015-08-06Simplify defvert_remove_group(), use reallocCampbell Barton
2015-08-06Cleanup: unused warningCampbell Barton
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-08-06Fix T45691 crash on material viewAntony Riakiotakis
2015-08-05OpenSubdiv: Make sure normals passed to OSD are all up to dateSergey Sharybin
2015-08-05OpenSubdiv: Changes to texturingSergey Sharybin
2015-08-05OpenSubdiv: Initial OsdMesh construction missed clearing out-of-date coords flagSergey Sharybin
2015-08-05Cleanup: unused warningCampbell Barton
2015-08-05Fix dereference before NULL checkCampbell Barton
2015-08-05OpenSubdiv: Completely avoid possible access to non-existing CPU dataSergey Sharybin
2015-08-05OpenSubdiv: Edit mode was not checking for Use OpenSubdiv flagSergey Sharybin
2015-08-05OpenSubdiv: Correction to previous commitSergey Sharybin
2015-08-05OpenSubdiv: Tweaks to AABB calculation when using opensubdiv for subsurfSergey Sharybin
2015-08-05Mirror modifier: Fix for wrong dependency relationsSergey Sharybin
2015-08-05OpenSubdiv: Resolve regression with unity AABB for CCGDM calculated on CPUSergey Sharybin
2015-08-05OpenSubdiv: Fix crash happening when disabling Use OpenSubdiv optionSergey Sharybin
2015-08-05Remove files from recent-files list on failed openCampbell Barton
2015-08-05Fix T45647: Incorrect results w/ color spill nodeCampbell Barton
2015-08-05Doc fix: rather then -> rather thanSybren A. Stüvel
2015-08-05Remove redundant addition in BKE_mesh_calc_volumeCampbell Barton
2015-08-05Fix selecting linked edgesCampbell Barton
2015-08-05Fix T45641: crash cutting meta-stripsCampbell Barton
2015-08-05OpenSubdiv: Make subsurf behavior closer to original one when built with Open...Sergey Sharybin
2015-08-04Nodes: Link lines & link arrows not scaling to DPI/pixelsize correctlyJulian Eisel
2015-08-04OpenSubdiv: Modifiers module missed WITH_OPENSUBDIV defineSergey Sharybin
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-08-04Fix fast navigate winding being incorrect (apparent when backfaceAntony Riakiotakis
2015-08-04Nodes: Make method to detect hovered link during transform more predictable/r...Julian Eisel
2015-08-04Remove alloc checks in laplaciansmoothCampbell Barton
2015-08-04Remesh modifier has unnecessary MFace calculationCampbell Barton
2015-08-04Missed from last commitCampbell Barton
2015-08-04Remove MFace use w/ laplacian smoothCampbell Barton
2015-08-04OpenSubdiv: Report when OSD can't be enabled due to dependenciesSergey Sharybin
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton
2015-08-04Docs: comment functions in BLI & Py APICampbell Barton
2015-08-03OpenSubdiv: Fix/workaround for missing generated coordinates in viewportSergey Sharybin