Blender Git Loki
Git Commits -> Revision a649b6e
Revision a649b6e by Thomas Dinges (master) December 26, 2013, 01:02 (GMT) |
Cycles / Hair: Some cleanup and optimizations for hair code. * Remove dead code from line segments BVH refine. CURVE_KN_TANGENTGNORMAL and CURVE_KN_TRUETANGENTGNORMAL are either both true, or both false. Therefore a true/false condition is impossible. This was a leftover of CURVE_CUSTOM, which was removed in r59234. * Use "else if" in blender_curves.cpp. |
Commit Details:
Full Hash: a649b6eef515aacccf01114c0bfa87cb22b29c22
Parent Commit: ef9a942
Lines Changed: +4, -16