Blender Git Loki

Git Commits -> Revision 3ea4c6b

Revision 3ea4c6b by Sybren A. Stüvel (master)
July 20, 2021, 15:11 (GMT)
Pose backup: convert from C to C++

Convert `pose_backup.c` (in C) to `pose_backup.cc` (in C++). This will
make future improvements easier. For now, it's the same code with just
some additional explicit casts (C++ doesn't allow implicitly casting
`void *`), `NULL` changed into `nullptr`, and some other simple changes.

No functional changes.

Commit Details:

Full Hash: 3ea4c6b9c9cb7bc6e9efa00bf86759b8a7fedc68
Parent Commit: f164188
Lines Changed: +141, -140

1 Added Path:

/source/blender/editors/armature/pose_backup.cc (+140, -0) (View)

1 Deleted Path:

/source/blender/editors/armature/pose_backup.c (+0, -139)

1 Modified Path:

/source/blender/editors/armature/CMakeLists.txt (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021