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
2019-01-26Cleanup: redundant definesCampbell Barton
2019-01-25Cleanup: sort cmake file listsCampbell Barton
2019-01-23License: add missing GPL headersCampbell Barton
2019-01-22Fix T60722: decimate modifier not working in some cases.Philipp Oeser
2019-01-22Fix potential invalid memory access in surface force field BVH tree.Andrew Williams
2019-01-22Fix T59395: Subdivision modifier with quality 1 crashes blenderSergey Sharybin
2019-01-19Cleanup: add trailing commasCampbell Barton
2019-01-18Add miter pattern options.Howard Trickey
2019-01-16Cleanup/sanitize usages of G.debug_value.Bastien Montagne
2019-01-16Multires: Prepare for cached topologySergey Sharybin
2019-01-16Subdiv: Initial implementation of topology cacheSergey Sharybin
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: styleCampbell Barton
2019-01-14cleanup last commitJacques Lucke
2019-01-14Fix T60304, T60301: setting error message in bevel modifier results in double...Jacques Lucke
2019-01-09Fix T60244: Bisect in mirror modifier doesn't work properly.Bastien Montagne
2019-01-08Cleanup: comments causing bad clang-format outputCampbell Barton
2019-01-07Fix T59151 Bevel modifier has bad input width for percent.Howard Trickey
2019-01-07Better bevel normal hardening when some faces were smooth.Howard Trickey
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2019-01-04Fix T59898: Slow modifier stack on trasnformSergey Sharybin
2019-01-03Fix T58113 Multiple problems with bevel harden normals.Howard Trickey
2019-01-03Cleanup: preprocessor indentationCampbell Barton
2018-12-30Cleanup: warnings (clang)Campbell Barton
2018-12-28Fix T59785: Curve modifier does not update in realtime in object modePhilipp Oeser
2018-12-21Fix T59708: decimate modifier does not show face count before decimation.Brecht Van Lommel
2018-12-20Fix T57777: Decimate modifier face count does not workJacques Lucke
2018-12-17Fix T58652: Crash editing shape keys weirdness with instancesSergey Sharybin
2018-12-14Fix broken particle distribution after recent fixSergey Sharybin
2018-12-14Fix T59334: Crash initializing crazyspace on object with subsurf and displace...Sergey Sharybin
2018-12-14Fix T59365: Blender crashes when I try to open a .blend file.Bastien Montagne
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-12-12Fix T58450: Skin modifier not working if applied after subsurfSergey Sharybin
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-08Cleanup: styleCampbell Barton
2018-12-07Fix modifiers evaluation outside of depsgraph/CoW context.Bastien Montagne
2018-12-07Merge branch 'master' into blender2.8Philipp Oeser
2018-12-07Fix T57994: Particle Instance modifiers 'Index Layer' off by onePhilipp Oeser
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-07Cleanup/refactor binding code for MeshDeform modifier.Bastien Montagne
2018-12-05Fix T58210, Part II: Surface Deform modifier (un)binding is broken.Bastien Montagne
2018-12-05Fix T58679: Missing modifiers update on changes to textureSergey Sharybin
2018-12-04Fix T58227: Subdivision Surface Type Simple messes up UVsSergey Sharybin
2018-12-04Fix T58220: EdgeSplit at Split Angle: 0 doesn't split flat faces.Bastien Montagne
2018-12-03Subdiv: Set edge render flags according to Optimal DisplaySergey Sharybin
2018-12-03Depsgraph: completely move customdata_mask to the ID node.Alexander Gavrilov
2018-12-03Data Transfer Modifier: fix mesh_get_eval_final usage.Alexander Gavrilov
2018-12-02Partial fix for T58113 bevel harden normals bug.Howard Trickey