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-10-14Fix T46487: OpenSubdiv objects are invisible in Blender Internal "Rendered" v...Sergey Sharybin
2015-10-12Add functions to compute normals (verts, polys and loops ones) for a given sh...Bastien Montagne
2015-10-08Modifiers: add 'cd_flag' parameter to their ID looping callbacks, neededBastien Montagne
2015-10-08Cleanup: typosCampbell Barton
2015-10-05Cleanup: use proper `ObjectWalkFunc` typedef in modifiers' object callback func.Bastien Montagne
2015-10-05Fix T46354: Curve Modifier does not update (new Dependency graph)Sergey Sharybin
2015-09-23Fix T46215: Explode modifier looses texturesCampbell Barton
2015-09-16Fix T46130: Vertex/wire no visible with OpenSubdiv in edit modeSergey Sharybin
2015-09-04Partial revert of warning cleanupCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-08-27Fix T45921: Screw modifier flips vertex normalsCampbell Barton
2015-08-25Avoid include header from previous commit when building without OpenSubdivSergey Sharybin
2015-08-25OpenSubdiv: Make it more obvious that None compute type actually disables Ope...Sergey Sharybin
2015-08-12Displace Modifier: add an option to displace along (averaged) custom normals,...Bastien Montagne
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-08-05OpenSubdiv: Make sure normals passed to OSD are all up to dateSergey Sharybin
2015-08-05OpenSubdiv: Edit mode was not checking for Use OpenSubdiv flagSergey Sharybin
2015-08-05Mirror modifier: Fix for wrong dependency relationsSergey Sharybin
2015-08-05OpenSubdiv: Make subsurf behavior closer to original one when built with Open...Sergey Sharybin
2015-08-04OpenSubdiv: Modifiers module missed WITH_OPENSUBDIV defineSergey Sharybin
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-03OpenSubdiv: Made it a modifier option to enable OSD for viewportSergey Sharybin
2015-08-03OpenSubdiv: Resolve crashes when other object depends on subsurf-ed objectSergey Sharybin
2015-08-01Replace checks for tessface w/ polygonsCampbell Barton
2015-08-01Remove MFace use w/ clothCampbell Barton
2015-07-31Replace MFace w/ vert-tri's for collision modifierCampbell Barton
2015-07-30Cleanup: safe-free macro for collision modifierCampbell Barton
2015-07-27Use loop data instead of face dataCampbell Barton
2015-07-27Replace MFace with MLoopTri in laplacian_deformMartin Felke
2015-07-23Use looptri for BVH raycast (simple cases)Campbell Barton
2015-07-20OpenSubdiv: Commit of OpenSubdiv integration into BlenderSergey Sharybin
2015-07-20Fix (unreported) broken MixWeight modifier in debug builds.Bastien Montagne
2015-07-20Replace MFace use by MLoopTri w/ remash modifierCampbell Barton
2015-07-13Data Transfer: Add an option to 'auto-transform' destination mesh so that it ...Bastien Montagne
2015-07-10REmove stupid apple check on OMP in weightvg modifier.Bastien Montagne
2015-07-05Change default for bevel to match previous behavior.Howard Trickey
2015-07-05Add 'loop slide' option to bevel. See T45260Howard Trickey
2015-07-02DerivedMesh: cleanup & minor edirsCampbell Barton
2015-06-30Fix T45238: New depsgraph flickers with the lattice modifierSergey Sharybin
2015-06-30Fix T45241: New depsgraph was lacking update of python drivers on time changeSergey Sharybin
2015-06-05BMesh: decimator, allow vgroup factor over 1Campbell Barton
2015-06-04BMesh decimate, improve behavior with weightsCampbell Barton
2015-06-04Cleanup: redundant checksCampbell Barton
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-05-29Fix T44879, data transfer modifier was missing a copy functionAntony Riakiotakis
2015-05-24Fix rare crash duplicating fluidsimCampbell Barton