[Soc-2016-dev] Weekly Report #12, UV-Tools

Phil Gosch phil at saphirestudio.at
Fri Aug 12 23:17:56 CEST 2016


Report #12 for UV-Tools:

What I did this week:

* Finished the initial implementation of concave hull support. There are still some bugs left in the code though which I'm currently looking into. For now I implemented the decomposition into convex shapes in the following way: First I get all boundary edges of a chart (UV island), using this boundary edges it is possible to decide if we're dealing with a convex or concave hull. If it's convex the already existing calculations using convex hulls start. If it's a concave hull the decomposition process is initiated, wich currently is done by triangulating the concave hull, as mentioned in last weeks report.

* Refactor/cleanup of code, continued implementing smaller tasks marked as "ToDo" in code.

* Looked into a few crash reports I got from users, some of those are fixed already and for others I at least found the reason, hopefully these will be fixed soon too.

Generally speaking I plan on finishing the concave hull functionality before gsoc ends and work on optimization and making it master-ready afterwards. My mentor agreed that this should be a good approach.

What I plan on doing next week:

* Finishing implementation and getting rid of bugs in concave hull support.

* Writing docs (for users as well as coders) and maybe record a video showing off all new tools developed during this gsoc project.

* Bugfixing and testing.

* Doing endterm evaluation.

Questions:

-


-- 
pixel-pusher at saphirestudio.at



More information about the Soc-2016-dev mailing list