Revision 8ee7653 by Sergey Sharybin August 31, 2018, 10:14 (GMT) |
Fix T56626: Cycles ambient occlusion only local : crash Was caused by missing NULL pointer check in BVH8. |
Revision ca73883 by Antonio Vazquez August 31, 2018, 07:54 (GMT) |
Cleanup: Remove unused field |
Revision ac9e1e6 by Campbell Barton August 31, 2018, 04:52 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 976f14f by Campbell Barton August 31, 2018, 04:51 (GMT) |
PyAPI: replace checks for invalid input w/ assert Was returning -1 as a bool argument, in this case the caller needs to ensure non-null args. |
Revision b1ccb6a by Campbell Barton August 31, 2018, 04:37 (GMT) |
Tool System: support tool description for tips When the description isn't set, the operators is used instead. |
Revision 39ee0f0 by Campbell Barton August 31, 2018, 04:24 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 98800aa by Campbell Barton August 31, 2018, 04:17 (GMT) |
C/Python API: Add PyC_RunString_AsIntPtr Utility to get an int or pointer from a Python expression. |
Revision 18d135d by Campbell Barton August 31, 2018, 03:35 (GMT) |
Cleanup: rename WM_keymap_find -> WM_keymap_ensure |
Revision 7c6136b by Campbell Barton August 31, 2018, 03:35 (GMT) |
Merge branch 'master' into blender2.8 |
Revision e3c110e by Campbell Barton August 31, 2018, 01:14 (GMT) |
Fix T56619: Transform crash w/ curve deform |
Revision f436e0a by Dalai Felinto August 30, 2018, 20:49 (GMT) |
Cleanup: GPU_BATCH_DISCARD_ARRAY_SAFE (deduplicate existing code) |
Revision 7527f23 by Dalai Felinto August 30, 2018, 20:49 (GMT) |
Fix Font object: text selection and cursor not updating |
Revision 7874f5e by Dalai Felinto August 30, 2018, 20:49 (GMT) |
Silence Grease Pencil warning |
Revision ebed532 by Antonio Vazquez August 30, 2018, 17:22 (GMT) |
GP: Change icon identfier for shaderFx This commit complements commit d2ad256326736c8a4c746163f9b27491d8a6e95a |
Revision bb531da by Brecht Van Lommel August 30, 2018, 15:56 (GMT) |
UI: remove context path from tool settings tab in properties editor. |
Revision d2ad256 by Brecht Van Lommel August 30, 2018, 15:56 (GMT) |
UI: add dedicated icon IDs for decorators, tool settings, shaderfx, overlays. The preset and decorator icons were updated to be monochrome and draw in the same color as text. Other icons are unchanged, having them as separate icon IDs prepares for an artist to make them. |
Revision af21053 by Sergey Sharybin August 30, 2018, 15:40 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 94ea566 by Sergey Sharybin August 30, 2018, 15:34 (GMT) |
Cycles: Cleanup, whitespace after keyword |
Revision b491577 by Antonio Vazquez August 30, 2018, 14:44 (GMT) |
Cleanup: Improve comments |
Revision a9664fa by Antonio Vazquez August 30, 2018, 14:42 (GMT) |
GP: Fix unreported surface missing strokes When drawing in surface mode if the stroke z-depth was not valid, the stroke was created, but it was not visible because location was something illogical. Now, if the z-depth cannot be calculated, the stroke is calculated as it was done in other modes. |
|
|
|


Master Commits
MiikaHweb | 2003-2021