Revision 011ae78 by Thomas Dinges December 17, 2013, 08:59 (GMT) |
Cycles / OpenCL: Fix compile error on OS X After update to Mac OS X 10.9.1, OpenCL works now on my Intel CPU in the 2013 Macbook Pro (even the entire kernel). The Intel Iris Pro GPU still segfaults here though, even when all flags are disabled (building "clay like" kernel only). Maybe we need the -no-missing-prototypes for AMD hardware still, but I couldn't find a way to distuinguish here. |
Revision 51f5c99 by Bastien Montagne December 17, 2013, 08:51 (GMT) |
Fix T37103: Keyframing custom properties issue (FCurve would not reflect Custom props type changes). Add an helper func to re-compute integer-only fcurve flags, and call it when editing custom props. Reviewed by aligorith, thanks! Summary: Proposal fix for "keyframing custom properties issue" (T37103). Reviewers: aligorith Maniphest Tasks: T37103 Differential Revision: https://developer.blender.org/D111 |
Revision e68144a by Campbell Barton December 17, 2013, 08:16 (GMT) |
Fix for crash in toolbar tabs with only one tab defined |
December 17, 2013, 07:44 (GMT) |
Partial fix for T37604: Deadlock when stopping rendered viewport (Blender Internal) - Py_BEGIN_ALLOW_THREADS and Py_END_ALLOW_THREADS macros cannot be used here, because the Py_BEGIN_ALLOW_THREADS causes a crash when quitting Blender. - The low level function PyEval_ReleaseLock() is used assuming the Python library was built with multi-threads support. |
Revision f1a989f by Campbell Barton December 17, 2013, 07:01 (GMT) |
Fix crash in freestyle vector parsing (hard to believe nobody noticed) Vectors were being assigned as an array of classes in Vec2f_ptr_from_PyObject and similar functions, rather then assigning a number to each axis. |
Revision 61fb34a by Campbell Barton December 17, 2013, 07:00 (GMT) |
Fix for obscure freestyle crash when attempting to negate INT_MIN This gives undefined behavior - in my case stays the same value and crashes. Check for finite input resolves the issue. |
Revision b3ea4ec by Campbell Barton December 17, 2013, 05:40 (GMT) |
Py API: use direct access to list/tuple size when type is known |
Revision cda8981 by Campbell Barton December 17, 2013, 02:19 (GMT) |
Fix for possible NULL pointer use in brush image sampling |
Revision 305fc82 by Campbell Barton December 17, 2013, 02:11 (GMT) |
UI: don't attempt to draw with the menu-key when only drawing right aligned |
Revision d963412 by Bastien Montagne December 16, 2013, 20:26 (GMT) |
More slangs and other spellchecking exceptions... |
Revision 163df7f by Bastien Montagne December 16, 2013, 20:16 (GMT) |
Better handling of new libnames of OpenEXR 2.1 (same solution as one used in OIIO/OSL source). |
Revision b78b3f2 by Campbell Barton December 16, 2013, 18:47 (GMT) |
Fix for out-of-bounds memcpy() when adding a material |
Revision 9a623da by Campbell Barton December 16, 2013, 17:04 (GMT) |
UserDefaults: disable orbit around object center and region-overlap both have bad side-effects with strange behavior and viewport performance |
Revision a621d1e by Campbell Barton December 16, 2013, 16:55 (GMT) |
UI: Tabs categories for panels (D75) - works by defining panel categories, currently restricted to the toolbar. - no panels define bl_categories yet, so no user visible changes since tabs only show when there are multiple. - panel pinning is available in rmb menu or alt+lmb. |
Revision 2231b56 by Sergey Sharybin December 16, 2013, 16:05 (GMT) |
Better fix for previous commit Cache iterator might return unused keys as well. Now unused keys are being removed before cleanup and iteration. |
Revision 28d873f by Sergey Sharybin December 16, 2013, 14:38 (GMT) |
Fix possible crash when cleaning cache with some ibufs removed by the memory limit |
Revision 3f0bae9 by Sergey Sharybin December 16, 2013, 12:38 (GMT) |
Color management: use fallback mode if there're no displays/views Before this it was a runtime check for number of displays/views which is rather really annoying. This simplifies code a bit and allows to do some more tricks in other patches. |
Revision 63eb863 by Dalai Felinto December 16, 2013, 12:13 (GMT) |
Add optional 'frame' argument to scene.timeline_markers.new(name) Differential Revision: https://developer.blender.org/D101 |
Revision 0f934ee by Sergey Sharybin December 16, 2013, 11:53 (GMT) |
Motion tracking: use PROP_PIXEL for pixel RNA values |
Revision cacd7c7 by Sergey Sharybin December 16, 2013, 11:17 (GMT) |
Disable region overlap in movie clip editor Before it was giving weird behavior with timeline in MCE and track preview widgets. But there's also no much benefit of having transparent toolbox there. Requested by our motrack guru Sebastian ages ago. |
|
|
|


Master Commits
MiikaHweb | 2003-2021