Blender Git Commit Log
Git Commits -> Revision 64a584b
Revision 64a584b by Alexander Gavrilov (master) June 25, 2020, 09:10 (GMT) |
Python API: add methods to allow copying of constraints. Blender has an operator to do Copy & Paste of constraints between objects and bones, but no simple method to do that directly via the Python API is provided. This adds a copy() method to object and pose bone constraint collections. Differential Revision: https://developer.blender.org/D8112 |
Commit Details:
Full Hash: 64a584b38a73d4745e02620051592c5b05439647
Parent Commit: 6b53e0a
Lines Changed: +97, -9