Blender Git Commit Log

All Blender Git commits.

Page: 3242 / 8462

May 29, 2018, 15:59 (GMT)
Fix parameter list for some functions after merge
May 29, 2018, 15:52 (GMT)
Keymap: partially implement changes from T55162

- Use Tab key for search.
- Number keys switch modes.
- The number of the current mode can open a submode menu
(currently only works for edit-mode)
- Ctrl-Tab, Ctrl-Shift-Tab - cycle workspaces.
May 29, 2018, 15:50 (GMT)
EEVEE: LookDev blurred background
May 29, 2018, 15:38 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 29, 2018, 15:34 (GMT)
Filter dopesheet channel to OB_GPENCIL only

This filter using ob->data is evaluated for any object type and this can produce problems.

In the future, when grease pencil dopesheet will be merge with "normal" dopesheet, this section must be recoded.
May 29, 2018, 15:33 (GMT)
Cleanup
May 29, 2018, 15:33 (GMT)
Fix crash when moving object parented to a curve

Note, we can probably remove scene from BKE_object_where_is_calc
and force to always use it from depsgraph.
May 29, 2018, 15:05 (GMT)
Use the correct time to evaluate object in BKE_object_where_is_calc functions
May 29, 2018, 15:05 (GMT)
Use correct time for curve parent evaluation

Time should alwaus come from depsgraph, not scene.
May 29, 2018, 14:29 (GMT)
StudioLight: Calculate Specular irradiance
May 29, 2018, 14:22 (GMT)
EEVEE: LookDev reversed the background fadeout
May 29, 2018, 14:22 (GMT)
EEVEE: LookDev fadeout to the world horizon color
May 29, 2018, 14:16 (GMT)
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr
May 29, 2018, 14:04 (GMT)
line drawing in one batch, greatly improve performance. modified UI.
May 29, 2018, 14:02 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/blenkernel/BKE_material.h
source/blender/blenkernel/BKE_mesh.h
source/blender/blenkernel/intern/library_remap.c
source/blender/blenkernel/intern/material.c
source/blender/editors/object/object_relations.c
source/blender/editors/render/render_preview.c
source/blender/makesrna/intern/rna_object.c
May 29, 2018, 13:49 (GMT)
Cleanup: Get rid of G.main in BKE_material.

Note that in some cases, this only moves the G.main case to somne other
places - in particular, RNA getters/setters are becoming annoying here...
May 29, 2018, 13:47 (GMT)
Object Modes: disable mode switching on selection

See T55246
May 29, 2018, 13:40 (GMT)
Enable Filter Glossy for the hair shader

Ref T54796
May 29, 2018, 13:31 (GMT)
For 2.8, bring back debug mode indices display.
May 29, 2018, 13:17 (GMT)
Missed own last commit
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021