Blender Git Commit Log
Git Commits -> Revision 82df710
Revision 82df710 by Sybren A. Stüvel (master) February 8, 2017, 11:26 (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: 82df7100c8d59f99f91056b32c1ce33cc5a68726
Parent Commit: 69dbeec
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)