Blender Git Commits

Blender Git "master" branch commits.

Page: 1458 / 5574

November 16, 2018, 18:24 (GMT)
UI: Eevee: Rename Volume Exponential Sampling to Distribution
November 16, 2018, 17:49 (GMT)
Eevee: SSR: Only fade based on reflected pixel position

Not on reflector pixel position. This improve the feel of SSRs and the
final render quality.
November 16, 2018, 15:46 (GMT)
Fix crash when rendering a scene first and then goes to eevee preview modes and cleanup

The crash only occurs with Intel 3rd generation GPUs.
It occurs because the program needs to be used at least once in the opengl context in which it is created.
November 16, 2018, 15:29 (GMT)
Fix T56673: Tara.blend from Blender cloud crashes on load

The issue was caused by dependency cycle solver killing relation
which was guaranteed various things: i.e. copy-on-write component
orders and pose evaluation order (which must first run pose init
function).

Now it is possible to prevent such relations from being ignored.

This is not a complete fix, but is enough to make this specific
rig to work. Ideally, we also need to run copy-on-write operation
prior to anything else.
November 16, 2018, 15:06 (GMT)
Fix T57850, bevel modifier crash with vertex groups and face area mode.

Used wrong Loop variable in this case.
November 16, 2018, 14:53 (GMT)
Fix inconsistent frame set event in graph compared to other animation editors.
November 16, 2018, 14:43 (GMT)
Cleanup: removes unused varyings
November 16, 2018, 14:43 (GMT)
Minor edits in `effect_ssr_frag.glsl`
November 16, 2018, 14:43 (GMT)
Cleanup: remove unused variable
November 16, 2018, 14:28 (GMT)
Keymaps: some more tweaks for left click select based on user feedback.

* More tools now combine with select click by only starting on drag.
* Alt+LMB works again as loop select as alternative to double click LMB.
November 16, 2018, 13:59 (GMT)
Fix related to T57851: broken normalmap handling in py shader wrapper.

Pretty stupid mistake...
November 16, 2018, 13:22 (GMT)
Fix T57477: Switching between edit mode, and particle edit mode crashes
November 16, 2018, 13:05 (GMT)
Merge branch 'master' into blender2.8
November 16, 2018, 12:59 (GMT)
Call PRE_VIEW and POST_VIEW draw callbacks in movie clip editor
November 16, 2018, 11:10 (GMT)
PyTemplates operator_modal_view3d_raycast: update to blender2.8 (*/@)
November 16, 2018, 09:34 (GMT)
Fix T57566: Blender 2.8 crashes with the new multires
November 16, 2018, 05:00 (GMT)
Keymap: allow filling in existing key-configs

Needed so we can get the preferences of a key-config
which are sent to a function that generates the contents.
November 16, 2018, 04:00 (GMT)
Cleanup: set variable for preference name
November 16, 2018, 03:54 (GMT)
Keymap: add support for key-config preferences

This is needed for keymaps to define their own options,
which can include left/right mouse select.

This can also help to us to provide popular keymap tweaks as options,
so users can easily fit blender to their workflow with well supported
adjustments which don't give the overhead of having to maintain
your own keymap, which become out-dated when operators change.
November 16, 2018, 01:30 (GMT)
Keymap: remove loading keymaps from old files

These keymaps are not going to work usefully in 2.8x,
remove support for loading them.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021