August 8, 2019, 21:53 (GMT) |
Merge branch 'master' into soc-2019-outliner |
August 8, 2019, 19:59 (GMT) |
Cleanup: versioning comment for outliner syncing |
August 8, 2019, 19:10 (GMT) |
Merge branch 'master' into soc-2019-outliner |
August 8, 2019, 03:22 (GMT) |
Pass active data as pointer Check tselem type before checking if type should be synced when syncing from the outliner |
August 8, 2019, 00:45 (GMT) |
Merge branch 'master' into soc-2019-outliner |
August 7, 2019, 12:17 (GMT) |
Pass outliner type as a pointer Also adjust if statements not to keep checking outliner types when that type has been disabled. |
August 7, 2019, 12:02 (GMT) |
Merge branch 'master' into soc-2019-outliner |
August 7, 2019, 05:29 (GMT) |
Only notify on syncing specific types of data |
August 7, 2019, 05:25 (GMT) |
Tag depsgraph on pose bone sync only if changed |
August 7, 2019, 05:25 (GMT) |
Fix crash on editbone syncing |
August 7, 2019, 05:03 (GMT) |
Rename sync select set type functions for more clarity |
August 7, 2019, 04:57 (GMT) |
Restrict sync types on outliner select Use outliner display mode to determine to sync object and bones or just sequences. This could be expanded later to determine the current selection mode for more granularity in objects, edit bones, and pose bones |
August 7, 2019, 04:35 (GMT) |
Add comments and organize ED_outliner functions |
August 7, 2019, 04:23 (GMT) |
Reorganize code to better show to and from outliner syncing |
August 7, 2019, 04:22 (GMT) |
Prevent getting active data during syncing Store active data in a struct before syncing |
August 7, 2019, 03:48 (GMT) |
Use sync select dirty flag to restrict syncing types Use the sync select dirty flag and outliner display mode to determine which types to sync to the outliner. |
August 6, 2019, 23:18 (GMT) |
Outliner Merged object search: Simplify memory free callback Rather than use custom callback, use MEM_freeN |
August 6, 2019, 16:15 (GMT) |
Preserve existing dirty flags when flagging outliners |
August 6, 2019, 15:33 (GMT) |
Avoid getting scene & view layer for each call to outliner_sync_selection_from_outliner |
August 6, 2019, 15:23 (GMT) |
Rename vars |
|