This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Julian Eisel 572bc1364c BLI_listbase: Add/use utility to move link (BLI_listbase_link_move)
We were calling BLI_remlink and then BLI_insertlinkbefore/after quite often. BLI_listbase_link_move simplifies code a bit and makes it easier to follow. It also returns if link position has changed which can be used to avoid unnecessary updates.

Added it to a number of list reorder operators for now and made use of return value. Behavior shouldn't be changed.

Also some minor cleanup.
2016-09-18 21:44:42 +02:00
..
2016-07-30 16:46:13 +10:00
2016-07-02 10:08:33 +10:00
2016-08-06 10:58:13 +02:00
2016-05-17 03:07:40 +10:00
2015-08-01 12:37:52 +10:00
2016-07-30 16:46:13 +10:00
2016-08-04 15:11:21 +02:00
2016-08-08 17:51:15 +02:00
2016-07-14 18:33:12 +02:00
2016-08-06 10:58:13 +02:00
2016-08-08 17:51:15 +02:00
2015-11-12 18:54:26 +11:00
2016-05-11 20:20:25 +10:00
2016-08-16 13:30:40 +02:00
2016-05-03 13:52:07 +10:00
2016-08-06 10:58:13 +02:00