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-12-21Fix T47023: Boolean w/ empty mesh didn't transformCampbell Barton
2015-12-12Use material remapping for bmesh-booleanCampbell Barton
2015-12-12Cleanup: style/spellingCampbell Barton
2015-12-11Fix T46945: Mesh Deform binding to a cage object with modifiers is unreliable.Bastien Montagne
2015-12-11Commend timing prints for booleanCampbell Barton
2015-12-11BMesh: Add option to use BMesh boolean modifierCampbell Barton
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-12-06Fix (unreported) Ocean modifier assuming all its faces are quads.Bastien Montagne
2015-12-06Cleanup in main Ocean modifier code.Bastien Montagne
2015-12-06Switch Ocean modifier's geometry generation from OMP to BLI_task.Bastien Montagne
2015-12-02Cleanup: warnings & spellingCampbell Barton
2015-11-26Cleanup: whitespaceCampbell Barton
2015-11-25MOD_weightvg: switch from OMP to BLI_task's parallelized 'for loop'.Bastien Montagne
2015-11-25BLI_task: BLI_task_parallel_range_ex: add some per-chunk userdata.Bastien Montagne
2015-11-23Cleanup: shadowing (rna, modifiers, *misc*)Campbell Barton
2015-11-23OpenNL: make the API thread safe by always passing context.Brecht Van Lommel
2015-11-23OpenNL: significantly simplify code using Eigen / STL.Brecht Van Lommel
2015-11-18BMesh: symmetry aware decimateCampbell Barton
2015-11-05Fix T46692: Triangulate creates duplicate facesCampbell Barton
2015-11-03Fix related to T46567: Skin modifier: add a warning message when no valid roo...Bastien Montagne
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