Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3007 / 5574

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.
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
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.
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.
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.
December 17, 2013, 05:40 (GMT)
Py API: use direct access to list/tuple size when type is known
December 17, 2013, 02:19 (GMT)
Fix for possible NULL pointer use in brush image sampling
December 17, 2013, 02:11 (GMT)
UI: don't attempt to draw with the menu-key when only drawing right aligned
December 16, 2013, 20:26 (GMT)
More slangs and other spellchecking exceptions...
December 16, 2013, 20:16 (GMT)
Better handling of new libnames of OpenEXR 2.1 (same solution as one used in OIIO/OSL source).
December 16, 2013, 18:47 (GMT)
Fix for out-of-bounds memcpy() when adding a material
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
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.
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.
December 16, 2013, 14:38 (GMT)
Fix possible crash when cleaning cache with some ibufs removed by the memory limit
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.
December 16, 2013, 12:13 (GMT)
Add optional 'frame' argument to scene.timeline_markers.new(name)

Differential Revision: https://developer.blender.org/D101
December 16, 2013, 11:53 (GMT)
Motion tracking: use PROP_PIXEL for pixel RNA values
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021