August 8, 2019, 19:58 (GMT) |
Outliner: Draw constraint icons and enable button Draw all constraint icons and enable/disable restrict buttons. The action constraint needs its own icon. It currently draws white instead of the blue modifier color. |
August 8, 2019, 19:40 (GMT) |
Eyedropper: Support datadropper in the outliner Adds support for using the eyedropper in the outliner in addition to the 3D view. |
August 8, 2019, 19:27 (GMT) |
Collections: change active if hidden or excluded When the active collection is hidden or excluded, change the active collection to the first visible parent collection. This behavior existed previously for excluding collections, and is now expanded to also switch the active collection when viewport hidden or restricted. This does not prevent viewport hidden or restricted collections from being reactivated later. This could be added as a separate commit. Excluded collections cannot be activated, so it may make sense to extend this behavior to hiding collections. |
August 8, 2019, 19:10 (GMT) |
Merge branch 'master' into temp-soc-2019-outliner-sync |
August 8, 2019, 19:10 (GMT) |
Merge branch 'master' into soc-2019-outliner |
August 8, 2019, 15:56 (GMT) |
Avoid writing to input variables and using reserved function names. Previously, we edited the input variables directly, OSL doesn't like that. Moreover, we used the name `noise`, which is already a built-in function, so we changed the function names to `noise_texture_*` instead. |
August 8, 2019, 15:20 (GMT) |
Merge branch 'master' into greasepencil-object |
August 8, 2019, 14:57 (GMT) |
GPencil: Fix merge duplication |
August 8, 2019, 14:50 (GMT) |
Merge branch 'master' into greasepencil-object Conflicts: source/blender/blenkernel/BKE_gpencil.h source/blender/blenkernel/intern/gpencil.c |
August 8, 2019, 13:55 (GMT) |
GPencil: Fix merge error |
August 8, 2019, 13:49 (GMT) |
Merge branch 'master' into greasepencil-object |
August 8, 2019, 12:33 (GMT) |
Remove magic numbers and swizzling from Noise code. Previously, we used a random swizzling pattern as a sort of seed for noise, this proved bad in a lot of cases, including the cases where some of the components are constants. Additionally, we also added some offsets from a set of "magic numbers" as a form of seed. Those magic numbers are bad practice, so we introduced some new functions to generate random offsets based on the hash functions we already have, this happens at compile time, so this has no effect on performance. |
August 8, 2019, 09:11 (GMT) |
LANPR: UI refactor: taper distance label. |
August 8, 2019, 08:57 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr |
August 8, 2019, 08:47 (GMT) |
Merge branch 'master' into greasepencil-object |
August 8, 2019, 08:42 (GMT) |
Merge branch 'master' into greasepencil-object |
August 8, 2019, 08:34 (GMT) |
Merge branch 'master' into greasepencil-object Conflicts: release/scripts/startup/bl_ui/space_view3d.py |
August 8, 2019, 07:38 (GMT) |
LANPR: Fix type error for MSVC. |
August 8, 2019, 04:27 (GMT) |
Outliner: Synced selection and active element highlighting Adds a toggle to the filter menu for outliner synced selection. Enabled by default, this esures selection is synced between objects, bones, and sequences. An active outliner element theme color is added to indicate which element is active. |
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 |
|
|
|


Master Commits
MiikaHweb | 2003-2021