Revision 5d1a500 by Campbell Barton September 8, 2017, 16:01 (GMT) |
Revision ce1f2e2 by Brecht Van Lommel 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 |
Revision c9afc41 by Antonio Vazquez September 8, 2017, 09:21 (GMT) |
Fix T52650:Grease pencil selection its not automatically updating in Clip Editor |
Revision 2a3a747 by Campbell Barton September 8, 2017, 08:48 (GMT) |
Fix T52678: Crash editing gpencil w/ frame-lock |
Revision a2989b8 by Campbell Barton September 7, 2017, 18:17 (GMT) |
Fix leak w/ ocio glsl draw |
Revision 5b02648 by Campbell Barton September 7, 2017, 18:17 (GMT) |
Fix leak caused by wrong ownership flag |
Revision df58d6b by Campbell Barton September 7, 2017, 17:56 (GMT) |
Revision a133b74 by Campbell Barton September 7, 2017, 17:18 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 60020f5 by Campbell Barton September 7, 2017, 14:54 (GMT) |
Correct function name in argument parsing |
Revision daf7aed by Campbell Barton 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. |
Revision e44bf43 by Campbell Barton 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") |
Revision accc94d by Campbell Barton September 7, 2017, 12:48 (GMT) |
Cleanup: remove goto's |
Revision f4d4691 by Campbell Barton September 7, 2017, 12:13 (GMT) |
UI: fix memory leak when copy-to-selected failed |
Revision 1601089 by Campbell Barton September 7, 2017, 04:47 (GMT) |
Merge branch 'master' into blender2.8 This discards node drawing changes which need to be written as shaders. |
Revision f1021ee by Campbell Barton September 7, 2017, 04:33 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 3f8aaec by Campbell Barton September 7, 2017, 04:12 (GMT) |
Weight Smooth: remove source option Use current selection mode instead of an operator option. |
Revision 5f7de54 by Campbell Barton September 7, 2017, 03:16 (GMT) |
Fix T52639: Weight paint smooth tool crash |
Revision 5d65aee by Campbell Barton 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. |
Revision c332260 by Campbell Barton September 6, 2017, 19:14 (GMT) |
Cleanup: custom nodes template - Use conventional (pep8) prop names - Simplify class registration |
|
|
|


Master Commits
MiikaHweb | 2003-2021