Blender Git Loki

Git Commits -> Revision 8801330

Revision 8801330 by Nicholas Bishop (master)
May 22, 2012, 15:29 (GMT)
Add skin modifier: DNA, RNA, UI, and MOD_skin.c implementation.

Skin modifier documentation:
http://wiki.blender.org/index.php/User:Nicholasbishop/SkinModifier

Implementation based in part off the paper "B-Mesh: A Fast Modeling
System for Base Meshes of 3D Articulated Shapes" (Zhongping Ji,
Ligang Liu, Yigang Wang)

Note that to avoid confusion with Blender's BMesh data structure,
this tool is renamed as the Skin modifier.

The B-Mesh paper is current available here:
http://www.math.zju.edu.cn/ligangliu/CAGD/Projects/BMesh/

The main missing features in this code compared to the paper are:

* No mesh evolution. The paper suggests iteratively subsurfing the
skin output and adapting the output to better conform with the
spheres of influence surrounding each vertex.

* No mesh fairing. The paper suggests re-aligning output edges to
follow principal mesh curvatures.

* No auxiliary balls. These would serve to influence mesh
evolution, which as noted above is not implemented.

The code also adds some features not present in the paper:

* Loops in the input edge graph.

* Concave surfaces around branch nodes. The paper does not discuss
how to handle non-convex regions; this code adds a number of
cleanup operations to handle many (though not all) of these
cases.

Commit Details:

Full Hash: 8801330c18b063e341e8263131c91695cd1b7bdf
SVN Revision: 46890
Parent Commit: f7b116e
Lines Changed: +1949, -0

1 Added Path:

/source/blender/modifiers/intern/MOD_skin.c (+1854, -0) (View)

7 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+24, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+27, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+40, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021