Revision 36ef6d1 by Sergey Sharybin June 1, 2015, 14:49 (GMT) |
Cycles: Report build flags used for the OpenCL kernel compilation For now it's reported to the stdout, matching to the CUDA behavior. In the future we can hide this into GLog logging once the kernels are considered all stable and so. |
Revision 14251e8 by Sergey Sharybin June 1, 2015, 14:49 (GMT) |
Cycles: Shader node features are to be inherited from the base class |
Revision 1fc6563 by Bastien Montagne June 1, 2015, 11:12 (GMT) |
Fix T44894: Round two. We cannot `direct_link_packedfile()` twice on a same address, because this tries to map again pf->data address, which leads to nothing (NULL). So now, since `ima->packedfile` and `ima->packedfiles` are mutually exclusive in 'live' blender data anyway, we either read one or the other. Tested from/to official 2.74 and current master, everything looks fine now. |
Revision c8711b6 by Campbell Barton June 1, 2015, 10:07 (GMT) |
Revision 07a6d4e by Campbell Barton June 1, 2015, 07:40 (GMT) |
WM: include tablet data in WM_event_print |
Revision bfa7586 by Campbell Barton June 1, 2015, 06:40 (GMT) |
Fix T44747: Drag toggle /w nodes (glitch) It was possible to perform actions while performing a drag-toggle. |
Revision 565faad by Campbell Barton June 1, 2015, 04:56 (GMT) |
Cleanup: doxygen comments |
Revision 668f1f9 by Campbell Barton June 1, 2015, 04:16 (GMT) |
Fix for leak in BM_uv_element_map_create Also correct over alloc and redundant alloc. |
Revision b147473 by Campbell Barton June 1, 2015, 02:03 (GMT) |
Fix T44892: Cursor warp, invoked outside the area If an operator starts outside an area, don't use warping. (problematic for menu's). |
Revision 4b46952 by Campbell Barton June 1, 2015, 01:26 (GMT) |
Fix vertex slide regression /w rotated objects |
Revision a8d6c69 by Bastien Montagne May 31, 2015, 16:28 (GMT) |
Fix T44894: Broken packed image import from older .blend file. rBe5fbeba0b3a6e9eea not only restored forward compat, it also broke backward compat... for no reason at all even, exising ima->packedfile is only used by read/versionning code if .blend version is below 274.4 (i.e. no multi-image packing exists). |
Revision 3ca0870 by Tamito Kajiyama May 31, 2015, 14:16 (GMT) |
Improvements to the Freestyle Python API (needed by the SVG Exporter) This patch adds some new functionality to the Freestyle Python API, notably: - MaterialBP1D, checks whether the supplied arguments have the same material - Fixes a potential crash in CurvePoint.fedge (due to NULL pointer) - Makes (error handling in) boolean predicates more robust - Adds a BoundingBox type, to make working with bounding boxes easier - Adds several new functions (get_object_name, get_strokes, is_poly_clockwise, material_from_fedge) - Adds a StrokeCollector StrokeShader, that collects all the strokes from a specific call to Operators.create() - Adds hashing and rich comparison to the FrsMaterial type These new features (most of them, anyway) are needed for making a more robust SVG exporter that supports holes in fills. Reviewers: kjym3, campbellbarton Subscribers: campbellbarton Projects: #bf_blender Differential Revision: https://developer.blender.org/D1245 |
Revision 3100fbe by Julian Eisel May 31, 2015, 12:34 (GMT) |
Fix ugly drawing of closed panels in horizontal layout Also minor cleanup |
Revision f5a471e by Campbell Barton May 31, 2015, 05:58 (GMT) |
Revision 67bebc4 by Campbell Barton May 31, 2015, 04:20 (GMT) |
UI: comments (doxygen tweaks) |
Revision 28ef76d by Jorge Bernal May 30, 2015, 16:30 (GMT) |
BGE Cleanup: Removing flen variable where it is not used |
Revision 71dcaa7 by Jorge Bernal May 30, 2015, 16:15 (GMT) |
BGE Cleanup: Identical code for both if/else branches |
Revision a5a1d4a by Gaia Clary May 30, 2015, 12:19 (GMT) |
fix T44884: corrected a wrong usage of the CustomLayer API (due to a misunderstanding) |
Revision 0a4bf53 by Campbell Barton May 30, 2015, 10:26 (GMT) |
Correct own error with recent commit Caused entering an invalid number to leak. |
Revision 0187356 by Martijn Berger May 30, 2015, 07:44 (GMT) |
python tar.gz changed structure due to python.exe being added. remove /lib/ from cmake as lib and bin are both in the tar.gz |
|
|
|


Master Commits
MiikaHweb | 2003-2021