Blender Git Commit Log

Git Commits -> Revision e174c6a

Revision e174c6a by Antonis Ryakiotakis (master)
November 19, 2012, 20:40 (GMT)
Triangulate modifier

Useful for bump map baking where a consistent triangulation should be enforced when baking/exporting/importing, to avoid artifacts caused by a different triangulation of the mesh by that which was used for baking by internal/external tools.

documentation is here http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.65/More_Features

Will probably add some pictures too to demonstrate the issue that is solved more clearly.
Currently using the skin modifier icon, will soon change that.

Review by Brecht, thanks!

Commit Details:

Full Hash: e174c6a47f1c557919fdd53a2482d02273372229
SVN Revision: 52379
Parent Commit: ade96d2
Lines Changed: +197, -5

1 Added Path:

/source/blender/modifiers/intern/MOD_triangulate.c (+147, -0) (View)

9 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+10, -3) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+21, -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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021