December 11, 2018, 21:30 (GMT) |
GPUTexture: Add debug print for cubemap textures |
December 11, 2018, 21:10 (GMT) |
GPUTexture: Fix memory statistics not working for Multisamples textures and also output the vram footprint of the texture at the creation. Also output the full texture memory usage if alloc fails. |
December 11, 2018, 20:25 (GMT) |
DRW: Fix redundant texture creation |
December 11, 2018, 20:15 (GMT) |
GPUState: Remove glLineWidth warnings about size 0x0 |
December 11, 2018, 20:15 (GMT) |
GPUTexture: Add debug output to check what texture was created |
December 11, 2018, 19:46 (GMT) |
UI: fix enum icon buttons haveing different size. The alignment makes it so the button edges overlap, now one pixel is removed to account for this. Differential Revision: https://developer.blender.org/D4063 |
December 11, 2018, 19:44 (GMT) |
FFmpeg: enable multi-threaded encoding of multiple frames, for a ~20% speedup. This enables ffmpeg to encode each frame in its own thread. However in most cases Blender does not pass frames to ffmpeg fast enough to actually use the more than two threads. In some tests the speed was measured to be about 20%. If other parts of the video sequencer get optimized, this should improve. Differential Revision: https://developer.blender.org/D4031 |
December 11, 2018, 18:43 (GMT) |
Revert "Build test for outliner-visibility patch" This reverts commit be493d60b5d6f919e714ce42ec8d2ad1cfec7e21. |
December 11, 2018, 18:43 (GMT) |
Build test for outliner-visibility patch |
December 11, 2018, 18:42 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into experimental-build |
December 11, 2018, 18:42 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-outliner-visibility |
Revision 03d84f2 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 11, 2018, 17:47 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 5734e0c by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 11, 2018, 17:43 (GMT) |
GP: Fix box and circle cyclic on preview stroke |
Revision 8e2f213 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 11, 2018, 17:42 (GMT) |
GP: Remove "Close" from Bottom text This was missing in previous commit. |
December 11, 2018, 17:40 (GMT) |
RNA: provide access to bone parent transform math from Python. Applying the effect of bone parent is much more complicated than simple matrix multiplication because of the various flags like Inherit Scale. Thus it is reasonable to provide access to this math from Python for complicated rest pose related manipulations. The simple case of this is handled by Object.convert_space, so the new method is only needed for complex tasks. Differential Revision: https://developer.blender.org/D4053 |
December 11, 2018, 17:21 (GMT) |
Edit Mesh: Make edit cage stick to the mesh when possible and correctly offset it when it's not possible, otherwise we get zfighting. |
December 11, 2018, 17:18 (GMT) |
DRW: Add polygon offset mode. |
Revision 0c4be65 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 11, 2018, 17:08 (GMT) |
Merge branch 'greasepencil-object' of git.blender.org:blender into greasepencil-object Conflicts: source/blender/editors/gpencil/gpencil_primitive.c |
Revision fcb0e8c by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 11, 2018, 17:05 (GMT) |
GP: Cleanup. Rename Beziers to Curve Beziers name can be misunderstood for users. Curve is more generic. |
Revision 7567700 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 11, 2018, 16:48 (GMT) |
GP: Remove cyclic option Not compatible with new brush drawing. |
|
|
|


Master Commits
MiikaHweb | 2003-2021