Blender Git Commit Log
Git Commits -> Revision d4cc008
February 9, 2017, 13:51 (GMT) |
Alembic: Renamed copy_zup_yup to copy_yup_from_zup (and same for zup_from_yup) With the new names the arguments (yup, zup) are in the same order as they appear in the function name. The old names used copy_src_dst(dst, src), which I found very confusing. Furthermore, now it is clear from where to where the copy is made. This makes the function names a little bit longer, though. If that is a real issue, we can just name them zup_from_yup(zup, yup). Reviewed by: K�vin Dietrich |
Commit Details:
Full Hash: d4cc008af9d69a650ff6812b1acc7be2fc7311c4
Parent Commit: fbae5a9
Committed By: Bastien Montagne
Lines Changed: +24, -24
6 Modified Paths:
/source/blender/alembic/intern/abc_curves.cc (+5, -5) (Diff)
/source/blender/alembic/intern/abc_hair.cc (+2, -2) (Diff)
/source/blender/alembic/intern/abc_mesh.cc (+9, -9) (Diff)
/source/blender/alembic/intern/abc_nurbs.cc (+2, -2) (Diff)
/source/blender/alembic/intern/abc_util.cc (+2, -2) (Diff)
/source/blender/alembic/intern/abc_util.h (+4, -4) (Diff)
/source/blender/alembic/intern/abc_hair.cc (+2, -2) (Diff)
/source/blender/alembic/intern/abc_mesh.cc (+9, -9) (Diff)
/source/blender/alembic/intern/abc_nurbs.cc (+2, -2) (Diff)
/source/blender/alembic/intern/abc_util.cc (+2, -2) (Diff)
/source/blender/alembic/intern/abc_util.h (+4, -4) (Diff)