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-04-12Fix second issue introduced in refactoring/cleanup of weighted normals.soc-2017-normal-toolsBastien Montagne
2018-04-11Fix weighted normals modifier sometimes affecting actual mesh.Bastien Montagne
2018-03-13Cleanup some leftover after recent refactor.Bastien Montagne
2018-03-12Heavy refactor of weighted normals code, especially 'keep sharp' part.Bastien Montagne
2018-03-11Partially revert "Fixed vertex groups not respected with keep sharp in modifi...Bastien Montagne
2018-03-11Fixed vertex groups not respected with keep sharp in modifier.Rohan Rathi
2018-03-09Change 'face strength' values.Bastien Montagne
2018-03-09Cleanup: use MEM_[cm]alloc_arrayN as needed, instead of MEM_[cm]allocN.Bastien Montagne
2018-03-09Serious refactor, adding common data struct, some factorizing...Bastien Montagne
2018-03-09Fix broken 'is vertex in vgroup' check.Bastien Montagne
2018-03-09More cleanup and optimizations.Bastien Montagne
2018-03-09Minor cleanup and silplification/optimizations...Bastien Montagne
2018-03-06Minor cleanup & fixes in seightednormals modifier code.Bastien Montagne
2018-03-06Fix critical issue with usage of unamed CD_PROP_INT layer.Bastien Montagne
2017-11-08More style cleanup, renaming some now-public functions.Bastien Montagne
2017-10-12Fix some build warnings in new weighted normals modifier code.Bastien Montagne
2017-10-12Cleanup (no functional change expected).Bastien Montagne
2017-10-03Fixed error in mod with many loops sharing edge.Rohan Rathi
2017-09-02Added 3 level weighting to modifier. Also did minor cleanup of codeRohan Rathi
2017-08-29Changed T_CLNOR_INVALIDATE flag as it conflicted with prop edit. Fixed mistak...Rohan Rathi
2017-08-15Fixed bugs in copy and made UI changesRohan Rathi
2017-08-12changed weight calculation in modifierRohan Rathi
2017-08-07Fix memleak in Weighted Normals modifier when autosmooth is disabled.Bastien Montagne
2017-08-07Fix error in build by including limits.hRohan Rathi
2017-08-06Rewrote the code for sharp edges on weighted modifier.Rohan Rathi
2017-08-04Fixed potential memory leak in modifierRohan Rathi
2017-08-04Fixed issues with modifier: Adding vertgroups now does not overwrite data. Al...Rohan Rathi
2017-08-04Fixed vgroups editing all loop data in modifierRohan Rathi
2017-08-03Fixed the following for weighted modifier:Rohan Rathi
2017-07-30Added the following to weighted modifier:Rohan Rathi
2017-07-28Fixed issues with set_normal_from_facesRohan Rathi
2017-07-22Added weighted normal modifier.Rohan Rathi