Revision 5aff67f by Dalai Felinto October 17, 2017, 22:14 (GMT) |
Fix crash when Making Duplicates Real for groups |
Revision 028a558 by Dalai Felinto October 17, 2017, 21:55 (GMT) |
Layers: Fix selected lamp and dupli count for info stats |
Revision 1cb884b by Alexander Gavrilov October 17, 2017, 16:39 (GMT) |
Make auto handle placement aware of cyclic extrapolation. Cyclic extrapolation is implemented as an f-curve modifier, so this technically violates abstraction separation and is something of a hack. However without such behavior achieving smooth looping with cyclic extrapolation is extremely cumbersome. The new behavior is applied when the first modifier is Cyclic extrapolation in Repeat or Repeat with Offset mode without using influence, repeat count or range restrictions. This change in behavior means that curve handles have to be updated when the modifier is added, removed or its options change. Due to the way code is structured, it seems it requires a helper link to the containing curve from the modifier object. Reviewers: aligorith Differential Revision: https://developer.blender.org/D2783 |
Revision 7d3723a by Campbell Barton October 17, 2017, 14:41 (GMT) |
Fix T52959: Local view looses clip range on exit |
Revision 0a435d4 by Germano Cavalcante October 17, 2017, 14:06 (GMT) |
Fix T53074: Use the pybuffer->itemsize to get the corresponding GLtype It seems that `typestr` does not always define the final size of the element. And it varies by operating system. Then use the `typestr` only to know the itemtype is `float` type or not. |
Revision 06ff970 by Sergey Sharybin October 17, 2017, 10:12 (GMT) |
Fix T53007: OpenSubdiv + transparency = artefact/crashes |
Revision 9598bad by Sergey Sharybin October 17, 2017, 09:53 (GMT) |
GPU: Report number of compressed texture formats to help nailing crahs down in the future |
Revision b65fecd by Sergey Sharybin October 17, 2017, 09:52 (GMT) |
GPU: Fix memory corruption in GPU_debug on GTX1080 Number of texture formats is 51, which is greater than allowed size of 32. |
Revision b53918b by Sybren A. Stüvel October 17, 2017, 08:59 (GMT) |
Added alpha channel check to Alembic unit test It was broken due to 823bcf1689a3dbd44dd77b2c8ea46b9b54073c46, which added alpha information and thus changed tuple size from 3 to 4 items. |
Revision bb4c16e by Campbell Barton October 17, 2017, 04:18 (GMT) |
Merge branch 'master' into blender2.8 |
Revision a297e1b by Campbell Barton October 17, 2017, 04:16 (GMT) |
WM: move gesture operator callbacks into own file `wm_operators.c` is near 5k LOC with lots of mixed functionality, extract gesture callbacks since they aren't closely related. |
Revision 0ffa64a by Campbell Barton October 17, 2017, 03:06 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 99520e3 by Campbell Barton October 17, 2017, 02:49 (GMT) |
Cleanup: use 'e' prefix for enum typedefs Convention was only followed loosely, apply to DNA where changes aren't likely to conflict. (Skipped ModifierType for eg). |
Revision dd91d7d by Campbell Barton October 17, 2017, 01:42 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 57ec19e by Campbell Barton October 17, 2017, 01:39 (GMT) |
WM: immediate line-gesture activation on tweak Matches border-gesture behavior, needed for binding bisect to tweak event. |
Revision 8ffb761 by Clément Foucault October 17, 2017, 01:06 (GMT) |
GPUFramebuffer: Fix recursive downsample exiting early. I should really proof read my commits a bit more. |
Revision d0f4d0d by Campbell Barton October 17, 2017, 00:50 (GMT) |
Knife Tool: add wait_for_event option |
Revision 7d71007 by Clément Foucault October 16, 2017, 22:53 (GMT) |
GPU Extension: Fix AMD Vega + open source driver detection. |
Revision 3b6d7b5 by Julian Eisel October 16, 2017, 21:19 (GMT) |
Docs: Add comments on workspace removal functions |
Revision d2fc4de by Julian Eisel October 16, 2017, 20:53 (GMT) |
Fix warnings for notifier listeners |
|