Blender Git Loki

Git Commits -> Revision 3bee6ab

Revision 3bee6ab by Janne Karhu (master)
February 23, 2011, 19:29 (GMT)
Fix for [#26133] Explode modifier doesn't care about UVs (Option "split edges")
* This is basically a total rewrite of the edge split algorithm. The old one didn't handle tris at all and quads were cut wrong in some cases too with the addition of not handling uv coordinates at all.
* This new algorithm uses a flag system to categorize different splits and the identical but rotated cases in a similar way to how marching cubes indexes different cases.
* It cuts quads and tris and creates proper uv's for the new faces too.
* I also renamed the option to "edge cut" to differentiate if from the edge split modifier and added an option to override a uv-channel in the exploded mesh with particle age as x-coordinate so that the shrapnel can be faded out nicely etc.

Commit Details:

Full Hash: 3bee6abb74f03cb2170c15c14ea76187dbaead48
SVN Revision: 35114
Parent Commit: 00c05c8
Lines Changed: +518, -384

4 Modified Paths:

/release/scripts/ui/properties_data_modifier.py (+3, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+9, -3) (Diff)
/source/blender/modifiers/intern/MOD_explode.c (+504, -379) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021