Blender Git Commit Log

All Blender Git commits.

Page: 3237 / 8462

May 30, 2018, 18:15 (GMT)
Add new context modes for grease pencil

These modes were missing.
May 30, 2018, 18:09 (GMT)
Fix Direct coloring calculation

/facepalm

Ref T54796
May 30, 2018, 17:57 (GMT)
Generic Viewport Panel for Materials

Is enabled for all render engines as workbench will be rendering
SOLID/Texture modes and uses these settings.
May 30, 2018, 17:49 (GMT)
Cleanup: style/whitespace

Also use 'uint'.
May 30, 2018, 17:49 (GMT)
Cleanup: redundant check
May 30, 2018, 17:37 (GMT)
OSL: initialize geometry as part of the setup

This needs a custom OSL closure. Now it renders, but the colors don't make sense

Ref T54796
May 30, 2018, 17:35 (GMT)
Fix more of nirved's OpenCL errors

Thank you nirved for finding and explaining them!

Ref T54796
May 30, 2018, 17:34 (GMT)
Fix selection randomly failing with border render.

We no longer user scissor for 3D viewport drawing, and some selection
code assumed it still. This also cleans up unnecessary scissor test
switching, we only have it temporarily enabled now.
May 30, 2018, 17:28 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/scripts/startup/bl_ui/properties_scene.py
source/blender/makesrna/intern/rna_object.c
May 30, 2018, 17:21 (GMT)
Merge branch 'soc-2018-volumes' of git.blender.org:blender into soc-2018-volumes
May 30, 2018, 17:11 (GMT)
make.bat: fix support for building with just the build tools installed.
May 30, 2018, 17:06 (GMT)
Initial working implementation of tiling for sparse grids.
May 30, 2018, 16:22 (GMT)
Fix Cycles UI script error with denoising.
May 30, 2018, 16:17 (GMT)
Fix Cycles viewport render stuck with curve objects.

We should solve this better by making the depsgraph convert all curves to
meshes, for now ensure we don't to depsgraph tags during export.
May 30, 2018, 16:17 (GMT)
Depsgraph API: renaming, more granular update information.

* depsgraph.ids: all evaluated datablocks in the depsgraph
* depsgraph.objects: all evaluated objects in the depsgraph
* depsgraph.object_instances: all object instances to display or render
* depsgraph.updates: list of updates to datablocks
May 30, 2018, 16:17 (GMT)
Render API: rename some API functions back to earlier names.

Their purpose is the same, no reason to break API compatibility here.
May 30, 2018, 16:00 (GMT)
UI: use split property layout for some panels

Object, render, scene properties now use split-property layout,
also cycles interface.

Patch by @billreynish w/ minor edits.
May 30, 2018, 15:47 (GMT)
Cleanup inactive code
May 30, 2018, 15:38 (GMT)
Cleanup: quiet warning
May 30, 2018, 15:29 (GMT)
UI: fix property split w/ color buttons & empty text
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021