Blender Git Commits

Blender Git "master" branch commits.

Page: 2006 / 5574

September 8, 2017, 16:01 (GMT)
Fix T52628: own error in string duplication

Error in 636baa598a56
September 8, 2017, 13:12 (GMT)
Cycles: disable fast math flags, only use a subset.

Empty BVH nodes are set to NaN which must be preserved all the way to the
tnear <= tfar test which can then give false for empty nodes. This needs
strict semantices and careful argument ordering for min() and max(), so
the second argument is used if either of the arguments is NaN.

Fixes T52635: crash in BVH traversal with SSE4.1.

Differential Revision: https://developer.blender.org/D2828
Revision b02ab2e by Joshua Leung
September 8, 2017, 13:03 (GMT)
Fix: Grease Pencil pie menu keymaps were broken after the menus got renamed
September 8, 2017, 09:21 (GMT)
Fix T52650:Grease pencil selection its not automatically updating in Clip Editor
September 8, 2017, 08:48 (GMT)
Fix T52678: Crash editing gpencil w/ frame-lock
September 7, 2017, 18:17 (GMT)
Fix leak w/ ocio glsl draw
September 7, 2017, 18:17 (GMT)
Fix leak caused by wrong ownership flag
September 7, 2017, 17:56 (GMT)
Fix T52046: View transform applied twice w/ GL render

Patch from @sergey w/ minor edit.
September 7, 2017, 17:18 (GMT)
Merge branch 'master' into blender2.8
September 7, 2017, 14:54 (GMT)
Correct function name in argument parsing
September 7, 2017, 14:03 (GMT)
PyAPI: use bl_rna_get_subclass for node API

Returns a default value instead of an error when the type isn't defined.
September 7, 2017, 14:02 (GMT)
PyAPI: add function to get an RNA subclass

This is inconvenient in regular Python, add a class-method
to perform the operation, eg:

bpy.types.Node.bl_rna_find_subclass("CustomNodeType")
September 7, 2017, 12:48 (GMT)
Cleanup: remove goto's
September 7, 2017, 12:13 (GMT)
UI: fix memory leak when copy-to-selected failed
September 7, 2017, 04:47 (GMT)
Merge branch 'master' into blender2.8

This discards node drawing changes which need to be written as shaders.
September 7, 2017, 04:33 (GMT)
Merge branch 'master' into blender2.8
September 7, 2017, 04:12 (GMT)
Weight Smooth: remove source option

Use current selection mode instead of an operator option.
September 7, 2017, 03:16 (GMT)
Fix T52639: Weight paint smooth tool crash
September 6, 2017, 19:14 (GMT)
Workaround node types not being exposed

We might want to have a utility function for this,
for now just keep it working.
September 6, 2017, 19:14 (GMT)
Cleanup: custom nodes template

- Use conventional (pep8) prop names
- Simplify class registration
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021