August 3, 2017, 13:51 (GMT) |
Fixed the following for weighted modifier: 1) Now correctly splits loop normal according to sharp edges 2) Modifier now only acts on active vertex group 3) Added a check to use smooth/sharp flags as boolean weights |
July 30, 2017, 16:08 (GMT) |
Added the following to weighted modifier: 1) Modifier now respects sharp edges, requires bool value to be checked. 2) Can now use vertex groups to apply modifier to only selected vgroup 3) Added boolean (0-1) weights in the form of Smooth/Sharp flags. Smooth flag means the face will hold 0 weight. |
July 28, 2017, 18:12 (GMT) |
Fixed issues with set_normal_from_faces |
July 28, 2017, 14:24 (GMT) |
Added Average and weighting modes to merge. |
July 27, 2017, 17:07 (GMT) |
Merge branch 'master' into soc-2017-normal-tools |
July 26, 2017, 09:20 (GMT) |
Merge branch 'master' into soc-2017-normal-tools |
July 26, 2017, 09:15 (GMT) |
Changed set_normals_from_faces to respect sharp edges. |
July 25, 2017, 17:48 (GMT) |
Fixed issues with Copy Normals |
July 22, 2017, 12:07 (GMT) |
Added weighted normal modifier. Has a weight int which specifies the weights with which face area/corner angle will be exponentially divided. Threshold provides the limit in values which will be weighted equally. |
July 18, 2017, 13:10 (GMT) |
Added snapping to rotate normal. Also added a ui function to point_normals which allows easier editing by creating a sphere box. Shown when align is enabled. |
July 16, 2017, 13:20 (GMT) |
Merge branch 'master' into soc-2017-normal-tools |
July 13, 2017, 15:20 (GMT) |
Added ability to copy clnors. Also contains commented code for averaging, I'll finish it after weighting modes. No hotkeys for copy (yet). You can copy either face normals or single loop normals. Here single loop normal means: selecting a vert then a face of the vert will copy loop normal of the face associated with this vert. So, standard vert ->click-> copy wont work. click on vert then copy will work if a) Loops of vert are merged b) Loops of vert have same normal value. Pasting works with the same standard selection rules |
July 12, 2017, 16:04 (GMT) |
Optimised split to faces and fixed preserve_clnor not keeping clnors |
July 10, 2017, 11:35 (GMT) |
Merge branch 'master' into soc-2017-normal-tools |
July 10, 2017, 11:30 (GMT) |
Now invalidates all loops in an lnor space |
July 4, 2017, 18:23 (GMT) |
cleanup of point_normals and added poll |
July 4, 2017, 06:17 (GMT) |
Merge branch 'master' into soc-2017-normal-tools |
July 4, 2017, 06:01 (GMT) |
Fixed all clnors in lnorspace not updating |
July 3, 2017, 07:32 (GMT) |
Fixed bugs and cleanup |
July 1, 2017, 06:35 (GMT) |
Added Split/Merge normals. Doesn't work on the basis of any weighting mode. Will have to implement that first. I'll add more methods as I progress in other areas. |
|