July 15, 2021, 14:12 (GMT) |
Asset Browser: Python mixin utility for category-specific panels Using this mixin for a panel definition, it's possible to set in which categories the panel should appear. This is used by the Pose Library add-on. |
July 15, 2021, 14:09 (GMT) |
Fix T88188: Allow keyframing vertex mass in cloth sim Update vertex weights between simulation steps if they have changed. This allows for animated vertex weights in the cloth sim. Reviewed By: Sebastian Parborg Differential Revision: https://developer.blender.org/D11640 |
July 15, 2021, 14:04 (GMT) |
Library loading: Fix access of out-of-scope memory in py context manager The `__enter__` function of the `bpy.data.libraries.load` context manager was storing a pointer to a stack-allocated variable, which was subsequently used in the `__exit__` function, causing a crash. This is now fixed. Thanks @Severin for the patch. |
July 15, 2021, 13:49 (GMT) |
Fix: Subtitles: Order of channels in the .blend file will be kept in the .rst file. If text strips have the same start frame but are stacked on top of each other in different channels the order in which they are written in the .rst file was random before. Reviewed By: Richard Antalik Differential Revision: https://developer.blender.org/D11903 |
July 15, 2021, 13:10 (GMT) |
Added support for multiple resolution curve fillet segments |
July 15, 2021, 12:25 (GMT) |
Basic structure is funcitonal, needs polishing and additional options (may crash) |
July 15, 2021, 12:22 (GMT) |
Add support for RISC-V architecture * On RISC-V GCC 10.3 does not define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_n. * Avoid a build error "Please add support for your platform in build_config.h" Cf: https://github.com/sergeyvfx/libNumaAPI/pull/3 Differential Revision: https://developer.blender.org/D11910 |
July 15, 2021, 12:06 (GMT) |
Cleanup: LayerCollection resync: Proper `r_` prefix for return function parameter. |
July 15, 2021, 11:59 (GMT) |
MCE: Fix default tracking settings extras The default tracking settings popover was using the tracking settings extras panel from the actve track, not the default one. |
July 15, 2021, 11:55 (GMT) |
Cycles X: restore estimation of kernel memory usage for host memory fallback This makes it so that we don't allocate scene memory on the device, only to then find out later it has to move back to the host. Integrator working memory is now allocated before loading the kernels and allocating scene memory. This way it is included in the estimated kernel memory usage, and makes it less likely to be moved to the host. Differential Revision: https://developer.blender.org/D11922 |
July 15, 2021, 11:28 (GMT) |
Merge branch 'master' into tracking_tools |
July 15, 2021, 11:09 (GMT) |
Cleanup: improve comments, remove debug printf |
July 15, 2021, 10:58 (GMT) |
Keymap: use Shift-Tab to toggle snap in the sequencer Match the same shortcut for the 3D view & UV editor. |
July 15, 2021, 10:49 (GMT) |
Cleanup: LayerCollection resync code. Mainly naming (also droping the `layer_collection` in favor of just `layer` for internal code, this is clear enough and much shorter). Add proper parent/child identifiers, `r_` prefix for parameters also used as return values, etc. Also made some parameters const. |
July 15, 2021, 10:43 (GMT) |
Fix: crash when creating new node links This was a regression in rBc27ef1e9e8e663e02173e518c1e669e9845b3d1f. |
July 15, 2021, 10:26 (GMT) |
Merge branch 'master' into cycles_texture_cache |
July 15, 2021, 10:23 (GMT) |
Fix T89870: Vertex groups lost when opening 3.0 files in 2.93 The original refactor for vertex groups (3b6ee8cee708) forgot to bump the minimum file requirement. I'm also bumping the subversion to 12 so everyone can switch to a working subversion number. Differential Revision: https://developer.blender.org/D11931 |
July 15, 2021, 10:16 (GMT) |
Merge branch 'master' into subdivision_work |
July 15, 2021, 10:13 (GMT) |
Handle lines adjacency request |
July 15, 2021, 10:11 (GMT) |
Revise requests debug print |
|
|
|


Master Commits
MiikaHweb | 2003-2021