July 29, 2021, 03:36 (GMT) |
Fixed memory leak in curve pen - move segment |
July 29, 2021, 03:31 (GMT) |
Feature to close splines by selecting endpoints |
July 29, 2021, 01:09 (GMT) |
PyAPI: support multi-dimensional arrays for bpy.props vector types - Multi-dimensional boolean, int and float vector types are supported. - A sequence of int's for the "size" is used to declare dimensions. - Nested sequences are required for default arguments. Now it's possible to define matrix properties, for e.g: bpy.props.FloatVectorProperty(size=(4, 4), subtype='MATRIX') |
July 29, 2021, 01:04 (GMT) |
PyAPI: add multi-dimensional array conversion utility functions Add array conversion functions that take dimension arguments. - PyC_AsArray_Multi (version of PyC_AsArray). - PyC_Tuple_PackArray_Multi_* (version of PyC_Tuple_Pack_*). |
July 29, 2021, 00:52 (GMT) |
Cleanup: spelling |
July 28, 2021, 21:50 (GMT) |
Cleanup: remove unneeded include |
July 28, 2021, 21:24 (GMT) |
Compositor: Full frame Transform node In order to avoid sampling twice when concatenating scale and rotate operations, a transform operation is implemented for full frame with all the functionality. The node has no functional changes. |
July 28, 2021, 20:31 (GMT) |
New "Range Query" node to compute cumulative sum over attributes. |
Revision bd02ab3 by Antonio Vazquez (asset-greasepencil) July 28, 2021, 20:09 (GMT) |
Merge branch 'master' into asset-greasepencil |
July 28, 2021, 18:16 (GMT) |
Fix T75028: Improved Font Names in File Manager When viewing font files in the File Manager, this patch uses the font's family and style names to show the same type of string shown to users in operating system lists. For example "Book Antiqua Regular" instead of "BKANT.ttf" see D12020 for details and examples. Differential Revision: https://developer.blender.org/D12020 Reviewed by Campbell Barton and Julian Eisel |
July 28, 2021, 17:40 (GMT) |
Merge branch 'master' into cycles-x |
July 28, 2021, 17:27 (GMT) |
Cycles: remove WITH_CYCLES_DEBUG, add WITH_CYCLES_DEBUG_NAN WITH_CYCLES_DEBUG was used for rendering BVH debugging passes. But since we mainly use Embree an OptiX now, this information is no longer important. WITH_CYCLES_DEBUG_NAN will enable additional checks for NaNs and invalid values in the kernel, for Cycles developers. Previously these asserts where enabled in all debug builds, but this is too likely to crash Blender in scenes that render fine regardless of the NaNs. So this is behind a CMake option now. Fixes T90240 |
July 28, 2021, 16:26 (GMT) |
Fix Cycles X wrong OptiX denoising with normal pass |
July 28, 2021, 16:16 (GMT) |
Cleanup: Remove unnecesary undefs Macros `SEQ_ALL_END` and `SEQ_ALL_BEGIN` no longer use `seq->tmp`. Therefore they are safe to use regardless from where they are called. |
July 28, 2021, 16:05 (GMT) |
Assets: Improve error message when "Clear Asset" fails When using "Clear Asset" from the Asset Browser but with an asset selected that is not stored in the current file, we can show a more informative error message. |
July 28, 2021, 15:45 (GMT) |
VSE: Fix audio not recalculated Changing strip offsets with RNA properties didn't tag depsgraph to update for new strip start/end points. |
July 28, 2021, 15:40 (GMT) |
Cleanup: compiler warning |
July 28, 2021, 15:20 (GMT) |
Cleanup: VSE cache invalidated twice Multiple RNA update function invalidated cache twice. |
July 28, 2021, 14:41 (GMT) |
Fix Cycles X shadow catcher pass possible buffer overrun Split the sample count part of the shadow catcher into a separate pass, which avoids exceptions in how to treat a pass. Would be nice to avoid this pass entirely, but not yet sure how. Differential Revision: https://developer.blender.org/D12058 |
July 28, 2021, 14:07 (GMT) |
Rename TempBeztData struct in curve pen |
|
|
|


Master Commits
MiikaHweb | 2003-2021