blender/scripts
Christoph Lendenfeld 9dcc63b76c Fix #122372: Keyingsets not keying custom properties of type EnumProperty
The issue was that when applying the keyingsets
`Whole Character` and `LocRotScale & Custom Properties` the
enum property of a rigify rig was not keyed.
The reason it was not keyed was just because
it was not specified in the compatible types in the keying set.
The fix is to just add `bpy.types.EnumProperty` to the list.

Pull Request: https://projects.blender.org/blender/blender/pulls/122377
2024-06-13 13:17:32 +02:00
..
addons_core I18n: Extract and disambiguate a few messages 2024-06-13 12:15:55 +02:00
freestyle Cleanup: unused imports 2024-04-19 16:09:30 +10:00
modules Fix #122372: Keyingsets not keying custom properties of type EnumProperty 2024-06-13 13:17:32 +02:00
presets Fix #122766: Add missing Fast GI options to raytracing presets 2024-06-11 14:07:03 +02:00
site Cleanup: spelling in comments, update dictionary 2023-09-03 21:35:07 +10:00
startup Fix #122372: Keyingsets not keying custom properties of type EnumProperty 2024-06-13 13:17:32 +02:00
templates_osl License headers: remove GPL header from OSL template script 2023-08-04 13:24:15 +10:00
templates_py Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00