October 19, 2018, 18:45 (GMT) |
Multi-Objects: POSE_OT_select_grouped > POSE_SEL_SAME_LAYER 2/3 |
October 19, 2018, 18:45 (GMT) |
Multi-Objects: POSE_OT_select_grouped > POSE_SEL_SAME_GROUP 1/3 And disable the other options for now. |
October 19, 2018, 18:45 (GMT) |
Cleanup: CTX_DATA_BEGIN_FOR_ID no longer needed |
October 19, 2018, 18:13 (GMT) |
Fix py API docgen script for new context members. |
October 19, 2018, 16:38 (GMT) |
Make Static Override optional/hidden by default. That feature will not be ready (or at least, not tested enough) to be officially part of 2.80 beta. So we disable it by default, hidding it behind a startup option (`--enable-static-override`), and a python app var (`bpy.app.use_static_override`). That way, people who really want to play with it can do it easily, while not exposing/enabling non-production-ready feature by default. Note that underlying override code remains active, i.e. files we do have overridden data-blocks will be loaded correctly according to static override. |
October 19, 2018, 16:13 (GMT) |
Eevee: LightProbes: Fix negative padding |
October 19, 2018, 16:13 (GMT) |
Fix function using same local variable name as output variable This may fix issues with certain compiler. |
October 19, 2018, 15:30 (GMT) |
Dope Sheet: remove many hard-coded color and alpha constants. Add the necessary colors and/or alpha components to the theme instead. Also switch the background for ordinary channels to use the likely intended theme option, instead of the window background color. The general rule is that the channel color is drawn full strength in the channel list on the left, and with alpha in the actual key frame area on the right. This alpha is also reused with bone group colors. Reviewers: brecht, billreynish Differential Revision: https://developer.blender.org/D3813 |
October 19, 2018, 15:21 (GMT) |
UI: reorder and group blend modes in menus, similar to other apps. Differential Revision: https://developer.blender.org/D3815 |
October 19, 2018, 15:19 (GMT) |
UI: move reports / job back to status bar, but make it more visible with color. |
October 19, 2018, 15:16 (GMT) |
Merge remote-tracking branch 'origin/master' into blender2.8 |
October 19, 2018, 15:09 (GMT) |
build_depenencies: Fix url for openal. |
October 19, 2018, 14:12 (GMT) |
Fix shadows of sun type lights on some Intel gpus When you pass a struct as a parameter to a function, the qualifier "layout(column_major)" is lost. |
October 19, 2018, 13:32 (GMT) |
Fix T57284: poor result UV unwrapping concave n-gon. |
Revision 270cd09 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) October 19, 2018, 13:03 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
October 19, 2018, 12:49 (GMT) |
Cycles: Added option for custom texture cache path. |
October 19, 2018, 12:42 (GMT) |
Multi-Objects: Implement/Fix POSE_OT_select_constraint_target This operator had an initial multi-objects implementation. However it would not select target bones across different selected objects. |
October 19, 2018, 12:30 (GMT) |
Outliner: Open empty collection when something is dragged into it Reviewers: brecht Differential Revision: https://developer.blender.org/D3814 |
October 19, 2018, 12:14 (GMT) |
UV_OT_unwrap: Error messages Make sure a message is not reported multiple times when working with multi-objects. Like in 2.7x we may have two infos coming from the same operator. In 2.7 we could report non-uniform xor non-scaled, and subsurface. Now we can report each one of those errors separately. |
October 19, 2018, 11:49 (GMT) |
Fix multiple-object uv selection not "deselecting" other objects |
|
|
|


Master Commits
MiikaHweb | 2003-2021