Blender Git Loki
Git Commits -> Revision 3c09077
Revision 3c09077 by Sybren A. Stüvel (master) February 9, 2018, 09:35 (GMT) |
Paint Dirt: some small fixes - normalize ? average the vector: the vector isn't normalized here, because it doesn't necessarily becomes unit length. Instead, the sum is converted to an average vector. - angle is the acos()?: the dot product between the vertex normal and the average direction of the connected vertices is computed, and not the opposite. - The initial `con` list was discarded immediately and replaced by a new list. - File didn't end with a newline. |
Commit Details:
Full Hash: 3c09077e3b88a33d103875a7e0fd0f7ca0736046
Parent Commit: 07ccb8b
Lines Changed: +5, -5
1 Modified Path:
/release/scripts/startup/bl_operators/vertexpaint_dirt.py (+5, -5) (Diff)