Blender Git Commit Log

All Blender Git commits.

Page: 3169 / 8462

June 18, 2018, 13:20 (GMT)
Objects: when active object gets hidden, make it inactive.
June 18, 2018, 13:20 (GMT)
Cleanup: simplify some view layer code.
June 18, 2018, 13:18 (GMT)
Remove Greasepencil specific structs from regular Modifiers

Note: This breaks building in gpencil_data.c and object_modifier.c.
On the other hand it helps showing the places that need to use the
new grease pencil modifier stack.
June 18, 2018, 13:14 (GMT)
Fix some build errors
June 18, 2018, 13:14 (GMT)
Fix whitespace error breaking UI
June 18, 2018, 13:14 (GMT)
Fix typo in GreasePencilModifierTypeInfo
June 18, 2018, 13:14 (GMT)
Particles: Remove obsolete code for child particles in edit mode
June 18, 2018, 13:11 (GMT)
UI: decorators weren't showing icon-only buttons
June 18, 2018, 13:09 (GMT)
Fix merge error in bpy_driver.c
June 18, 2018, 12:54 (GMT)
Fix building RNA
June 18, 2018, 12:47 (GMT)
Fix warning on BKE_gpencil_modifier.h
June 18, 2018, 11:03 (GMT)
Fix broken Amber after Group -> Collection change.
June 18, 2018, 10:59 (GMT)
Merge branch 'blender2.8' into asset-engine

Conflicts:
source/blender/blenkernel/intern/library.c
source/blender/blenloader/intern/readfile.c
source/blender/editors/space_file/file_draw.c
source/blender/editors/space_file/file_intern.h
source/blender/editors/space_file/file_ops.c
source/blender/editors/space_file/filelist.c
source/blender/editors/space_view3d/space_view3d.c
source/blender/makesrna/intern/rna_ID.c
source/blender/makesrna/intern/rna_space.c
source/blender/windowmanager/intern/wm_files.c
source/blender/windowmanager/intern/wm_files_link.c
source/blender/windowmanager/intern/wm_init_exit.c
June 18, 2018, 10:41 (GMT)
UI: No decorators on render engine picker
June 18, 2018, 10:37 (GMT)
Merge branch 'blender2.8' into temp-dynamic-overrides
June 18, 2018, 10:32 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/makesrna/intern/rna_space.c
June 18, 2018, 10:26 (GMT)
Fix T55503: File browser filter not working correctly.

There were two issues here, introduced by rB66aa4af836:
* Forgot to change length of some filter_glob var deep in filebrowser code.
* Truncating filter_glob in general can be dangerous, generating
unexpected patterns.

Last point was the root of the issue here, truncating to 63 chars string
left last group as 'match everything' `*` pattern.

To fix that to some extent, added a new BLI_path_extension_glob_validate
helper to BLI_path_util, which ensures we do not have last
wildcards-only group in our pattern, when there are more than one group.
June 18, 2018, 10:21 (GMT)
UI: Start UIList with 2 rows for materials/particles

There is room for it anyway because of the 3 buttons on the right.
June 18, 2018, 09:20 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into temp-eeveelightcache

# Conflicts:
# source/blender/blenloader/intern/readblenentry.c
June 18, 2018, 09:14 (GMT)
Multires: Remove unused function

It uses derived mesh, and relies on scene stored in modifier data.
So port is needed anyway.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021