Blender Git Loki
Git Commits -> Revision 01bdb0c
Revision 01bdb0c by Alexander Gavrilov (master) August 29, 2017, 11:30 (GMT) |
Support Copy To Selected and Alt-Click for F-Curves in the curve editor. This affects the curve display color setting, but is really intended for future per-curve options. The id_data reference in the created rna pointers refers to the object even if the curve is actually owned by its action, which is somewhat inconsistent, but the same problem can be found in existing code. Fixing it requires changes in animdata filter API. |
Commit Details:
Full Hash: 01bdb0c76edf8315e597cbb2ee82c30c1e35229f
Parent Commit: c7f106c
Lines Changed: +29, -1