85685c7bdc
Fix T62622: Animating vertex does not update viewport
...
Missing dependency graph update due to wrong relation.
2019-03-19 16:00:58 +01:00
cee7c36cbd
Depsgraph: Fix missing relation when driving image offset
...
Related on T61937.
2019-03-08 18:13:26 +01:00
9eaa577b9b
Depsgraph: Route visibility flags update to proper component
2019-02-28 16:28:24 +01:00
abb147e609
Fix T61636: Drivers don't update on viewport using curves
2019-02-18 16:35:56 +01:00
4859151154
Cleanup: style
2019-02-18 08:50:02 +11:00
de13d0a80c
doxygen: add newline after \file
...
While \file doesn't need an argument, it can't have another doxy
command after it.
2019-02-18 08:22:12 +11:00
bcc619532f
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.
2019-02-15 15:43:11 +01:00
0ecd587991
Depsgraph: Move RNA lookup to an own query class
...
Currently should have no functional changes, but allows to
implement runction optimizations more localized and easily.
2019-02-15 15:42:58 +01:00