This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Campbell Barton 1a12c9edab Keyframing: add operators that use keying-set ID's
Unfortunately we can't use insert/delete_keyframe operators in keymaps
because the enums aren't known at the time of keymap registration
and the keying sets are dynamic and use a poll function.

Add a version of insert/delete operators that takes a string
instead of an enum. Needed for D4626.

Also extract int to keying-set into a utility function.
2019-04-10 11:47:43 +02:00
..
2019-03-15 09:54:30 +11:00
2019-04-10 09:25:53 +02:00
2019-03-22 20:36:30 +01:00
2019-03-19 15:17:46 +11:00
2019-04-10 00:38:47 +10:00
2019-03-25 11:42:28 +11:00
2019-04-10 09:36:06 +02:00
2019-02-18 08:22:12 +11:00
2019-04-10 09:36:06 +02:00
2019-04-10 09:36:06 +02:00
2019-04-10 09:36:06 +02:00
2019-02-18 08:22:12 +11:00
2019-04-10 09:36:06 +02:00
2019-03-25 11:55:36 +11:00