-
- Downloads
Fix #119909: Unkeyable custom properties receive keyframes
In the case that "Custom Properties" was enabled in the user preferences, the keyframing code would key all custom properties, regardless of that property's type. This can cause issues since it is keying e.g. the custom property that cycles adds. With this PR this is now limited to only Boolean, Int, Float, Double and Array. Custom properties that have been defined via an addon are also not keyed. Pull Request: https://projects.blender.org/blender/blender/pulls/119914
Showing
- source/blender/editors/animation/keyframing.cc 40 additions, 1 deletionsource/blender/editors/animation/keyframing.cc
- source/blender/makesrna/RNA_access.hh 5 additions, 0 deletionssource/blender/makesrna/RNA_access.hh
- source/blender/makesrna/intern/rna_access.cc 5 additions, 0 deletionssource/blender/makesrna/intern/rna_access.cc
- source/blender/makesrna/intern/rna_rna.cc 1 addition, 1 deletionsource/blender/makesrna/intern/rna_rna.cc
Loading
Please register or sign in to comment