Blender Git Loki
Git Commits -> Revision b3ac7c0
Revision b3ac7c0 by Sybren A. Stüvel (master) July 23, 2015, 13:38 (GMT) |
Added NlaStrip.fcurves.find(data_path, array_index=0) This is the same as D1427 / 89e5c756665c1e7e622ddbd5deece0dda4ce7724 except for NlaStrip.fcurves instead of Action.fcurves. It makes finding a specific fcurve in Python much easier, as you don't need a Python-side loop any more. Reviewers: aligorith Reviewed By: aligorith Differential Revision: https://developer.blender.org/D1430 |
Commit Details:
Full Hash: b3ac7c07ff8cf6c40954af30ded8ab80e15a1921
Parent Commit: 0e2bbd0
Lines Changed: +41, -1
1 Modified Path:
/source/blender/makesrna/intern/rna_nla.c (+41, -1) (Diff)