Created by: Durman
Addressed problem description
This PR is attempt to utilize inset face
features (inset_individual, inset_region) of bmesh operators.
There is known issues with bmesh operators. They does not design to deal with multiple values: #1910 (closed)
I have made some trick to avoid the problem and it looks like it's working.
Now working time grows linear with linear increasing number of input faces.
Preflight checklist
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete. -
Manual testing done. -
Ready for merge.