Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2021-02-05 18:17:14 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-02-05 18:21:58 +0300
commit66923031e6f21fcd2e67f2928659e6d0261d3c2a (patch)
tree1ddf019c4a2d7f16e1beabc2ea448b25c1d968a4 /extern
parent16abe9343a5e01426e85e4bb9d0e95c3217e35ea (diff)
Cleanup: Minimize seq->tmp usage
Using this persistent field in `select_more_less_seq__internal` was inapropriate in this case. Split select more/less and linked code, because it was mixed in `select_more_less_seq__internal()` These operators work in completely different way. `select_linked_internal()` doesn't use seq->tmp at all. `seq->tmp` was used to mask strips selected by operator while iterating. Use GSet to store temporary data instead of `seq->tmp`. Reviewed By: sergey Differential Revision: https://developer.blender.org/D10326
Diffstat (limited to 'extern')
0 files changed, 0 insertions, 0 deletions