Blender Git Commit Log
Git Commits -> Revision 69c623a
Revision 69c623a by Sybren A. Stüvel (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (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: 69c623ab162da38e06e888204813974d3660f46d
Parent Commit: 9b4afce
Committed By: Fabian Schempp
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)