Blender Git Commit Log
Git Commits -> Revision 934767c
Revision 934767c by Brecht Van Lommel (master) March 29, 2014, 12:03 (GMT) |
Cycles code refactor: change curve key to float4 for easier storage as attribute. |
Commit Details:
Full Hash: 934767cf7f51ae82224138de2ffcafe7bae2b8fa
Parent Commit: 0509553
Lines Changed: +102, -83
9 Modified Paths:
/intern/cycles/blender/blender_curves.cpp (+14, -6) (Diff)
/intern/cycles/blender/blender_mesh.cpp (+2, -2) (Diff)
/intern/cycles/bvh/bvh.cpp (+8, -22) (Diff)
/intern/cycles/bvh/bvh_build.cpp (+2, -19) (Diff)
/intern/cycles/bvh/bvh_split.cpp (+9, -9) (Diff)
/intern/cycles/render/mesh.cpp (+41, -12) (Diff)
/intern/cycles/render/mesh.h (+4, -5) (Diff)
/intern/cycles/render/object.cpp (+8, -3) (Diff)
/intern/cycles/util/util_math.h (+14, -5) (Diff)
/intern/cycles/blender/blender_mesh.cpp (+2, -2) (Diff)
/intern/cycles/bvh/bvh.cpp (+8, -22) (Diff)
/intern/cycles/bvh/bvh_build.cpp (+2, -19) (Diff)
/intern/cycles/bvh/bvh_split.cpp (+9, -9) (Diff)
/intern/cycles/render/mesh.cpp (+41, -12) (Diff)
/intern/cycles/render/mesh.h (+4, -5) (Diff)
/intern/cycles/render/object.cpp (+8, -3) (Diff)
/intern/cycles/util/util_math.h (+14, -5) (Diff)