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/intern
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
..
2015-11-16 15:19:30 +11:00
2016-08-16 18:19:52 +02:00
2016-06-25 21:19:54 +10:00
2016-08-06 10:58:13 +02:00
2016-07-16 17:48:57 +10:00
2016-08-06 10:58:13 +02:00
2016-07-30 16:46:13 +10:00
2016-08-08 17:51:15 +02:00
2016-07-31 16:52:44 +10:00
2016-08-08 17:51:15 +02:00
2016-07-02 10:08:33 +10:00
2016-07-25 09:31:56 +02:00
2016-09-09 13:08:21 +02:00
2016-01-19 04:54:39 +11:00
2016-01-16 15:59:37 +01:00
2016-07-11 23:06:14 +10:00
2016-07-11 17:17:08 +10:00
2016-05-11 20:20:25 +10:00
2016-08-16 18:19:52 +02:00
2016-07-21 18:16:08 -04:00
2016-05-03 13:52:07 +10:00
2016-08-16 18:19:52 +02:00