Blender Git Commit Log

All Blender Git commits.

Page: 3503 / 8462

January 21, 2018, 20:18 (GMT)
WM: Fix snapping on split area without preview

In addition to removing unnecessary variables and `tag_redraw` whenever the factor changes;
January 21, 2018, 16:37 (GMT)
Merge branch 'blender2.8' into asset-engine

Conflicts:
source/blender/blenloader/intern/versioning_280.c
source/blender/makesdna/DNA_ID.h
January 21, 2018, 16:06 (GMT)
Depsgraph cleanup for groom curve cache eval.
January 21, 2018, 15:40 (GMT)
Do no render edit points

The edit points are only visible in viewport but are disabled when make a render.
January 21, 2018, 15:25 (GMT)
Add color picker button
January 21, 2018, 15:21 (GMT)
Use menu theme colors for color picker panel

Now, the panel colors are consistents with other UI areas.
January 21, 2018, 14:43 (GMT)
Fix T49159: missing Cycles tangents for adaptive subdivision.
January 21, 2018, 13:25 (GMT)
Operator for binding groom bundles to scalp regions.
January 21, 2018, 12:49 (GMT)
Remove scalp binding from generic depsgraph groom updates, this should be an operator.
January 21, 2018, 12:00 (GMT)
Merge branch 'blender2.8' into hair_guides
January 21, 2018, 09:17 (GMT)
Cleanup: BLI_kdopbvh avoid negative array access

It's harder to reason about array access with negative indices.
January 21, 2018, 00:41 (GMT)
Cleanup: style
January 20, 2018, 22:35 (GMT)
Fix old files with changed node socket type not loading correctly.

This would lead to sock.default_value pointing to the wrong data type,
possibly causing crashes. Unfortunately, this bug will still exist for
older Blender versions that try to load newer files, which makes
changing the type of a node socket problematic.
January 20, 2018, 21:42 (GMT)
Fix old files with changed node socket type not loading correctly.

This would lead to sock.default_value pointing to the wrong data type,
possibly causing crashes. Unfortunately, this bug will still exist for
older Blender versions that try to load newer files, which makes
changing the type of a node socket problematic.
January 20, 2018, 18:10 (GMT)
Change look of grease pencil color picker

As first step to convert to template, use rounded boxes and standard drawing routines.
January 20, 2018, 16:35 (GMT)
Use different Texture quality for render
January 20, 2018, 16:10 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 20, 2018, 15:51 (GMT)
Fix modifier enable/disable on render mode

The old test to verify if the modifier was enabled in render mode used G_RENDER_OGL flag, but for new draw manager, there is a function for that: DRW_state_is_image_render()

Also fixed the problem the cache was not set as dirty before render, so the flags were not updated to draw the correct image.
January 20, 2018, 14:39 (GMT)
Merge branch 'master' into blender2.8
January 20, 2018, 14:32 (GMT)
Cleanup: doxy groups for screen_ops.c
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021