March 27, 2020, 11:12 (GMT) |
Cleanup: Silence uninitialized variable warning |
March 27, 2020, 10:43 (GMT) |
GPencil: Cleanup unused parameter |
March 27, 2020, 10:33 (GMT) |
Fix T75118: Remove Texture Opacity parameter for Fill materials This parameter was used in previous version and must be removed from UI panel. |
March 27, 2020, 10:29 (GMT) |
Multires: Fix unwanted assignment of sculpt session pointers Might have happened when Apply Base is used in sculpt mode. In practice this probably was fine, since the operator tags object for update, so the pointers will be restored back to what they should be. |
March 27, 2020, 10:12 (GMT) |
Solidify modifier: add option to assign shell & rim geometry to selected vertex groups. This commit gives the solidify modifier the ability to assign the newly created shell and rim geometries to selected vertex groups. This expands the procedural control over the modifier stack by letting users apply modifiers to the shell geometry without affecting the original geometry. This will be especially helpful for NPR users that use solidify to create backface culling lines on their characters giving them the ability to add displace noise and other effects. Differential Revision: https://developer.blender.org/D6903 |
March 27, 2020, 10:12 (GMT) |
Merge branch 'master' into greasepencil-object |
March 27, 2020, 10:09 (GMT) |
GPencil: Fix error selecting with Box and Lasso |
March 27, 2020, 09:42 (GMT) |
Warp modifier: add bone from and bone to options when using armature objects This commit adds the option to use armature bones for the From and To targets when using armature objects. The changes are based on the UV Warp modifier. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D6820 |
March 27, 2020, 09:29 (GMT) |
Cleanup: Silence warnings |
March 27, 2020, 09:23 (GMT) |
March 27, 2020, 09:20 (GMT) |
GPencil: Cleanup Clang format |
March 27, 2020, 09:15 (GMT) |
Merge branch 'master' into greasepencil-object |
March 27, 2020, 09:10 (GMT) |
Fix T69060: File Output Node does not work with Time Remapping Problem is that the RenderEngines will change the RenderData cfra when rendering (when time remapping is used -- at least workbench/eevee/ gpencil do a combination of BKE_scene_frame_get() plus RE_GetCameraWindow() which alters the RenderData cfra). Later on in the pipeline, the Compositor will use this RenderData cfra to determine the output file name for the FileOutput node. (In contrast to this, the 'regular' Output will use the Scene's RenderData -- not the Render's -- cfra [which hasnt been altered]) It is not entirely clear why RE_GetCameraWindow was setting the cfra on the Render, but it appears to be legacy OGL rendering related and is not needed anymore. Removing this will keep the cfra as needed for the Compositor FileOutput node. |
March 27, 2020, 08:58 (GMT) |
Fix T74927: Slow playback using Auto Normalization Caused by rBedb3b7a323a1. Using evaluate_fcurve_only_curve actually causes quite a bit of slowdown [6x] compared to bezier forward differencing [which was used prior to rBedb3b7a323a1]. But full fcurve evaluation is desired with Dynamic Interpolation Effects [Back/Elastic] since their min/max will not be captured with forward differencing. So now gain back speed [using bezier forward differencing] and only do the full fcurve evaluation for dynamic interpolation effects. Maniphest Tasks: T74927 Differential Revision: https://developer.blender.org/D7196 |
March 27, 2020, 08:41 (GMT) |
Fix T58439: Info Editor does not show operator reports immediately when operator cancelled. Lots of operators return OPERATOR_CANCELLED when no data really changed. Reports from those operators do not show immediately in the Info Editor [they only do if the operator returns OPERATOR_FINISHED]. Now also notify the Info Editor in case of OPERATOR_CANCELLED. Maniphest Tasks: T58439 Differential Revision: https://developer.blender.org/D7238 |
March 27, 2020, 06:38 (GMT) |
Fix T66655: Add-on tool keymap not working after restart - Use addon keyconfig for registered tools so reloading the keymap doesn't clear them. - Ensure there is a default keymap, needed for addon keymaps to be available in the user keyconfig. |
March 27, 2020, 01:34 (GMT) |
UI: Use Title Case |
March 27, 2020, 01:20 (GMT) |
UI: Spelling Inconsistencies |
March 27, 2020, 00:47 (GMT) |
Cleanup: redundant mask includes |
March 27, 2020, 00:28 (GMT) |
Cleanup: quiet unused function warning |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021