Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1116 / 5574

July 15, 2019, 07:53 (GMT)
Fix T66957: GPencil material isolate crash when slot is empty

When the slot of the material is empty, the loop to lock the materials tried to use the material but this was NULL.

Check if material is NULL before using it in other operators too.
July 15, 2019, 04:22 (GMT)
Fix T66953: Duplicate items in pose context menu
July 14, 2019, 21:02 (GMT)
cleanup: typo in cycles 'min_transparent_bounces' tooltip

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5249
July 14, 2019, 19:29 (GMT)
Cleanup: Do not use camel case for "Freestyle"
July 12, 2019, 17:50 (GMT)
macOS: clarify bundle script instructions
July 12, 2019, 17:19 (GMT)
macOS: allow bundle script to re-codesign a Blender.app that was already signed
July 12, 2019, 16:59 (GMT)
macOS: remove hardcoded paths for code signing python/dylib/so

Differential Revision: https://developer.blender.org/D5234
July 12, 2019, 14:37 (GMT)
Fix T66601: Redo Panels are empty the first time a workspace is active

We need to indicate a preferred size to avoid `RGN_FLAG_TOO_SMALL` the first time the region is created.

Differential revision: https://developer.blender.org/D5238
July 12, 2019, 14:20 (GMT)
Fix T66773: Active edit-bone isn't updating
July 12, 2019, 14:14 (GMT)
Cleanup: use `_orig` as a suffix
July 12, 2019, 12:30 (GMT)
UI: increase contrast for active bone

Follow up for T66747 fix, active color didn't contrast enough.
July 12, 2019, 12:24 (GMT)
Fix T66747: Active bone not showing in edit-mode
July 12, 2019, 12:18 (GMT)
Fix AttributeError in mesh properties panel when mesh is pinned

When a mesh datablock is pinned in the properties panel,
`context.object` is `None`. This in turn causes `obj.mode` to raise an
`AttributeError` exception as `None.mode` doesn't exist.

Since there is no (fast/simple) way to check whether the owning object
is in edit mode or not, the properties will be disabled. Not ideal, but
better than spewing an exception on every panel draw.

Reviewed By: campbellbarton, brecht

Differential Revision: https://developer.blender.org/D5237
July 12, 2019, 12:09 (GMT)
Fix T66689: Viewport isn't updating children hair particle on particle edit

Reviewers: fclem, brecht

Maniphest Tasks: T66689

Differential Revision: https://developer.blender.org/D5229
July 12, 2019, 12:03 (GMT)
Fix T66694: depthdropper (camera focus distance) not working from View3D context menu

Reviewers: campbellbarton, brecht

Maniphest Tasks: T66694

Differential Revision: https://developer.blender.org/D5233
July 12, 2019, 09:19 (GMT)
Fix T66446: UV editor "Deselect on Nothing" not working
July 12, 2019, 09:05 (GMT)
Fix keymap editor missing tools for UV/Image space
July 12, 2019, 05:45 (GMT)
Fix T66675: Auto-Save override button has no tooltip
July 12, 2019, 05:04 (GMT)
Preferences: disable reading preferences for regular file loading

Although the Auto-Run Python Scripts flag isn't used,
this is still a security risk since exclude paths list is.

Further this isn't what users would expect when loading a file &
only some preferences were being loaded so it's not useful.
July 11, 2019, 13:44 (GMT)
Fix T66604: Cycles bake crash on specific scene with volume

The issue was caused by un-initialized local storage for volume
intersection hits which are supposed to be stored in per-thread
KernelGlobals.

Fix is to make thread_shader() be the same as thread_render() in
respect of KernelGlobals.

Reviewers: brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5230
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021