November 8, 2019, 13:34 (GMT) |
Fix T71405: Trying to Ctrl-C on many buttons crashes Blender Usually Ctrl+C copies the operator name to the clipboard ["bpy.ops.material.new()", "bpy.ops.object.material_slot_remove()"] Crash happens for all buttons of UI_BTYPE_BUT without associated operator [some are defined with callbacks only, often these are created with e.g uiDefIconBut (instead of e.g. uiDefIconButO)] Other examples that crash with Ctrl+C: - animation decorators next to animatable properties - button to show a modifier texture in the texture tab - ... 2.79 survived here (result in the clipboard was just not changed hitting Ctrl+C on these buttons), this is what happens with this patch as well. Maniphest Tasks: T71405 Differential Revision: https://developer.blender.org/D6208 |
November 8, 2019, 13:30 (GMT) |
Merge branch 'blender-v2.81-release' |
November 8, 2019, 13:30 (GMT) |
Fix T71199: Child-parent relationships arent kept after you make instances real. Comparison function of the of the parent ghash was not fully correct, could lead to some false positives in some cases... |
November 8, 2019, 13:28 (GMT) |
Merge branch 'blender-v2.81-release' |
November 8, 2019, 13:23 (GMT) |
Fix T71372: view layer is not maintained when area is duplicated into new window Maniphest Tasks: T71372 Differential Revision: https://developer.blender.org/D6205 |
November 8, 2019, 13:18 (GMT) |
Merge branch 'blender-v2.81-release' |
November 8, 2019, 13:03 (GMT) |
Fix T55632: USE_DRAG_MULTINUM and USE_ALLSELECT not working well together 'is_copy' was not set correctly on all uiButMultiState (it was done once for uiHandleButtonData), resulting in 'delta' being used on some indices of the array and not others in `ui_selectcontext_apply`. Maniphest Tasks: T55632 Differential Revision: https://developer.blender.org/D6201 |
November 8, 2019, 12:54 (GMT) |
Cycles: Fixed OSL crashes from texture caching changes. |
November 8, 2019, 12:00 (GMT) |
Merge branch 'master' into cycles_texture_cache |
November 8, 2019, 11:47 (GMT) |
Mantaflow: Reset all cache pause frames fields when data bake is freed Data Free was only resetting its own pause frame even though all bakes get deleted during this operation. |
November 8, 2019, 11:24 (GMT) |
Merge branch 'master' into fluid-mantaflow |
November 8, 2019, 11:19 (GMT) |
Merge branch 'blender-v2.81-release' |
November 8, 2019, 11:16 (GMT) |
Fix T71194: UV Face centers wrong location with sub-surface mesh |
November 8, 2019, 10:46 (GMT) |
GPencil: Fix poll for all select tools in Vertex Paint |
November 8, 2019, 10:43 (GMT) |
GPencil: Reformat RNA code to extend selection in all modes |
November 8, 2019, 10:21 (GMT) |
GPencil: Fix error in Circle select for Vertex Paint |
November 8, 2019, 10:21 (GMT) |
GPencil: Attenuate colors when use mask in Vertex Paint |
November 8, 2019, 10:13 (GMT) |
November 8, 2019, 09:51 (GMT) |
Merge remote-tracking branch 'origin/master' into sybren-usd |
November 8, 2019, 08:18 (GMT) |
Merge branch 'blender-v2.81-release' |
|
|
|


Master Commits
MiikaHweb | 2003-2021