[Soc-2011-dev] Weekly Progress Report #3 : June 11, 2011

shuvro sarker shuvro05 at gmail.com
Sat Jun 11 04:24:46 CEST 2011


Work done this week:

A new operator is added to compute the eigenvalues of the dual graph of a
selected mesh in edit mode.The operator is also added in the User Interface
using the python API of Blender. Ultimately this UI button will be used to
generate seam later. This operator can be used from the editmode.

Removed BKE_demo.h and demo.c from blenkernel and added the codes of the
file in autoseam_tools.h and autoseam_tools.cand some other minor changes.

Some memory management issues are fixed. Now, Blender's custom functions of
GuardAlloc are used to allocate memory dynamically. Code refactoring is
done.

Dummy codes are removed. Limitation of Mesh size is now removed. Now the
code can handle any size of mesh as long as the eigen3 library is capable of
calculating the eigenvalues of the laplacian matrix of the mesh.

Continued progress on the implementation of the main algorithm. Consulted
with my mentor about some problems and blockers and took some major
implementation decisions.



Plan for next week:

Work on the implementation of creating seams and selecting the best one.

Issues that require extra attention:

So far, no major blockers.


Thanks.

Shuvro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/soc-2011-dev/attachments/20110611/e89a28b6/attachment.htm 


More information about the Soc-2011-dev mailing list