Blender Git Loki
Git Commits -> Revision 08eac0c
Revision 08eac0c by Bastien Montagne (master) July 9, 2014, 08:28 (GMT) |
Add bone_groups.new() and bone_groups.remove() methods to RNA. To do so, matching BKE 'API' was also refactored a bit: * Get Pose data instead of Object, as parameter; * Removed some sanity checks not needed at such a low level (callers are supposed to do that); * You can now remove an arbitrary bone group, not only the active one. Based on patch by pkrime (Paolo Acampora), with own edits. Reviewers: #python, pkrime, aligorith Reviewed By: aligorith Differential Revision: https://developer.blender.org/D522 |
Commit Details:
Full Hash: 08eac0c3675ff4baff4ad3d0aae4d5ab10a8a133
Parent Commit: 02eb03f
Lines Changed: +99, -44