Blender Git Commit Log
Git Commits -> Revision ce1a6c1
Revision ce1a6c1 by Alexander Pinzon (soc-2014-remesh) July 31, 2014, 01:38 (GMT) |
Exhaustive method for calculating the path of the flow line. More comparisons on the scale to avoid vector field calculation is performed. Method to compute a random point, P, uniformly from within triangle ABC, method given by Robert Osada, Thomas Funkhouser, Bernard Chazelle, and David Dobkin. 2002. Shape distributions. ACM Trans. Graph. 21, 4 (October 2002), 807-832. DOI=10.1145/571647.571648 http://doi.acm.org/10.1145/571647.571648 |
Commit Details:
Full Hash: ce1a6c1ca6908f2293afb81d84cf7c2f50639ad4
Parent Commit: b987a43
Lines Changed: +520, -172
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+12, -5) (Diff)
/source/blender/editors/object/object_intern.h (+2, -1) (Diff)
/source/blender/editors/object/object_modifier.c (+58, -13) (Diff)
/source/blender/editors/object/object_ops.c (+2, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+16, -5) (Diff)
/source/blender/modifiers/intern/MOD_quadremesh.c (+428, -146) (Diff)
/source/blender/editors/object/object_intern.h (+2, -1) (Diff)
/source/blender/editors/object/object_modifier.c (+58, -13) (Diff)
/source/blender/editors/object/object_ops.c (+2, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+16, -5) (Diff)
/source/blender/modifiers/intern/MOD_quadremesh.c (+428, -146) (Diff)