Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Handles SDK copying from one object to another/others. Can be selection based or argument based. An extensive doc file is available, just check out the copySDK.__doc__ string.
Currently it handles both driver and driven-centric modes. It handles many neat functions such as mirror-flipping attribute values, search and replace functions for target names, as well as some regex and other specialized driver-search options. You may also specify which attributes in particular you wish to copy keys for, by default it searches for all SDK's on a given node's keyable attributes.
If you choose to transfer keys via selection, the first selected object is always the source node. All the other nodes will get the set driven keyframe setup. In driven mode, by default all objects will share the same driver, the search and replace variables determine whether you want to use a different driver. In driver mode, search and replace must be declared to find driven objects corresponding to the targets.
Default procedure is:
import copySDK
copySDK.copySDK()
Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.