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
2018-08-05Fix indentation, spacing and added commentsRohan Rathi
2018-08-04Initialized normal data in BevModRohan Rathi
2018-08-01Fix more merge stupid leftover, and some build warnings.Bastien Montagne
2018-08-01Fix issues after last 2.8 merge.Bastien Montagne
2018-07-19Code cleanup and fixesRohan Rathi
2018-07-12Fixed shading errors with normals and added proper weightingRohan Rathi
2018-07-11Added support for beveling curvesRohan Rathi
2018-07-10Changed default strength in hardenRohan Rathi
2018-07-03cleanup of extend edge data and fixed minor errorsRohan Rathi
2018-07-03Fixed bugs in normal shading continuity and added supportRohan Rathi
2018-07-03Fixed merge errorsRohan Rathi
2018-07-02Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-07-02Refactored bevel normal editing functionality.Rohan Rathi
2018-06-29Cleanup: naming in MOD_utils.Bastien Montagne
2018-06-27Patch to fix shading continuity.Rohan Rathi
2018-06-22Added UI for harden normals and normal control in bevel modifierRohan Rathi
2018-06-22Cleanup: useless BKE_cdderivedmesh includes...Bastien Montagne
2018-06-20Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-06-19Added face strength in bevel modifierRohan Rathi
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for modifiersCampbell Barton
2018-06-11Added ability to harden normals.Rohan Rathi
2018-06-04Added UI support for seams and sharp edges and cleanupRohan Rathi
2018-05-12Cleanup: modifier arg wrappingCampbell Barton
2018-05-08Merge branch 'master' into blender2.8Bastien Montagne
2018-05-08Cleanup: Nuke empty dummy wrappers around modifier_copyData_generic().Bastien Montagne
2018-05-08Rename BKE_bmesh_to_mesh to BKE_bmesh_to_mesh_nomain.Bastien Montagne
2018-05-04Modifiers: add back dirty normal flagCampbell Barton
2018-05-04Cleanup: avoid local definitions for one-off argsCampbell Barton
2018-05-02Modifiers: ported Bevel modifier DerivedMesh → MeshSybren A. Stüvel
2018-05-01Extract common modifier parameters into ModifierEvalContext structSybren A. Stüvel
2018-05-01Modifiers: Add wrapper functions with Mesh / DerivedMesh conversionMai Lavelle
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-01-24Depsgraph: Remove legacy updateDepgraph callbacks from modifiersSergey Sharybin
2015-07-05Change default for bevel to match previous behavior.Howard Trickey
2015-07-05Add 'loop slide' option to bevel. See T45260Howard Trickey
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2014-10-15Bevel modifier: Add weight support for vertices bevelling.Bastien Montagne
2014-07-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-07Bevel Modifier: fix bug T37916, bad result after mirror modifier.Howard Trickey
2014-01-26Code Cleanup: style and correct API class refCampbell Barton
2014-01-24Bevel modifier can use vertex groups for edge bevel now.Howard Trickey
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2014-01-14Bevel Modifier: add width type and profile control.Howard Trickey
2014-01-08Add profile control parameter to Bevel.Howard Trickey