Blender Git Commit Log

Git Commits -> Revision bcc6195

Revision bcc6195 by Sergey Sharybin (master)
February 15, 2019, 14:43 (GMT)
Depsgraph: Speedup constraint source lookup

Is mainly used by drivers variables. The slow part was about
iterating over all pose channels to find the one which has a
given constraint.

Now we build a look up table, so this operation is way cheaper,

Brings down relations update time from 0.7sec to 0.4 with Spring
production file.

Commit Details:

Full Hash: bcc619532fde08e1e728d008d01edd8ba276bc91
Parent Commit: 0ecd587
Lines Changed: +249, -120

2 Modified Paths:

/source/blender/depsgraph/intern/builder/deg_builder_rna.cc (+213, -120) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_rna.h (+36, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021