September 3, 2020, 14:26 (GMT) |
BLI: add index_range method for StringRef |
September 3, 2020, 14:12 (GMT) |
Fix T79718: Eevee OpenVDB render error when frames miss part of the grids Improved fix that handles the distinct cases of missing grids and zero size grids. |
September 3, 2020, 14:09 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
September 3, 2020, 14:07 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
September 3, 2020, 14:07 (GMT) |
Merge branch 'master' into greasepencil-object |
September 3, 2020, 13:49 (GMT) |
Fix T80332: principle volume shader not working for world in Eevee The handling of missing volume grids for the principled volume shader was incomplete, different inputs need different default values. |
September 3, 2020, 13:42 (GMT) |
UI: Reduce limits for the text size theme options It was possible to increase the text size quite a lot, making text much bigger than their containing widgets. These new limits makes the maximum size of text be closer to the widget size. Note that there needs to be some extra "wiggle room" since fonts may have quite different glyph sizes. So you can still set the font size to be slightly bigger than the widgets. Addresses T80175 and T79059. |
September 3, 2020, 13:01 (GMT) |
Fix T63125: Gpencil: bones cannot be selected in weightpaint mode Some underlying functionality was not ready for greasepencil: - BKE_modifiers_get_virtual_modifierlist (now introduce dedicated BKE_gpencil_modifiers_get_virtual_modifierlist) - BKE_modifiers_is_deformed_by_armature - checks in drawing code - checks in (pose) selection code A couple of changes to make this work: - `eGpencilModifierType_Armature` has to be respected (not only `eModifierType_Armature`) - `OB_MODE_WEIGHT_GPENCIL` has to be respected (not only `OB_MODE_WEIGHT_PAINT`) -- (now use new `OB_MODE_ALL_WEIGHT_PAINT`) - `gpencil_weightmode_toggle_exec` now shares functionality from `wpaint_mode_toggle_exec` -- moved to new `ED_object_posemode_set_for_weight_paint` This patch will also set the context member "weight_paint_object" for greasepencil (otherwise some appropriate pose operators wont work when in weightpaint mode) Reviewed By: campbellbarton Maniphest Tasks: T63125 Differential Revision: https://developer.blender.org/D8483 |
September 3, 2020, 11:20 (GMT) |
September 3, 2020, 10:56 (GMT) |
Quick effects: avoid error in builds without OpenVDB Differential Revision: https://developer.blender.org/D8626 |
September 3, 2020, 10:47 (GMT) |
Fix T80391: Overrides: wrong check in constraint poll Condition was flipped, would allow actions on constraints coming from library, but prevented actions on local constraints. Mistake in rBS0b49fdd0ee0. Maniphest Tasks: T80391 Differential Revision: https://developer.blender.org/D8793 |
September 3, 2020, 10:39 (GMT) |
Rename vert_treplet to vert_index_mlen; add comments |
September 3, 2020, 10:38 (GMT) |
Minor fixes, use scoped_timer for export too. |
September 3, 2020, 10:37 (GMT) |
Minor fixes, clang-tidy warnings. |
September 3, 2020, 10:14 (GMT) |
Fix mistake in recent font cleanup 7ff7a9c8fdc0 missed incrementing the pointer used for initializing. |
September 3, 2020, 09:52 (GMT) |
Merge branch 'master' into soc-2020-fluid-tools |
September 3, 2020, 09:00 (GMT) |
Revert renaming mesh_utils to utils. No functional change. |
September 3, 2020, 08:11 (GMT) |
Make deps: Disabled assembly for GMP on Apple/arm64. This appears to be a configuration for which GMP has no assembly, yet the default configure script tries to build it. |
September 3, 2020, 06:27 (GMT) |
Object: add BKE_object_obdata_to_type utility function Move functionality to get the object type from an ID into it's own function. |
September 3, 2020, 06:22 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
|
|
|


Master Commits
MiikaHweb | 2003-2021