Revision 7cc799d by Dalai Felinto October 19, 2018, 18:45 (GMT) |
Cleanup: CTX_DATA_BEGIN_FOR_ID no longer needed |
Revision af58646 by Bastien Montagne October 19, 2018, 18:13 (GMT) |
Fix py API docgen script for new context members. |
Revision fbf4c11 by Bastien Montagne 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. |
Revision e6fe207 by Clément Foucault October 19, 2018, 16:13 (GMT) |
Eevee: LightProbes: Fix negative padding |
Revision 905921d by Clément Foucault October 19, 2018, 16:13 (GMT) |
Fix function using same local variable name as output variable This may fix issues with certain compiler. |
Revision eaa527f by Alexander Gavrilov 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 |
Revision b2d495c by Brecht Van Lommel October 19, 2018, 15:19 (GMT) |
UI: move reports / job back to status bar, but make it more visible with color. |
Revision be52fd0 by Ray molenkamp October 19, 2018, 15:16 (GMT) |
Merge remote-tracking branch 'origin/master' into blender2.8 |
Revision dcef3c3 by Ray molenkamp October 19, 2018, 15:09 (GMT) |
build_depenencies: Fix url for openal. |
Revision cdef1e9 by Germano Cavalcante 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. |
Revision fbfa399 by Brecht Van Lommel October 19, 2018, 13:32 (GMT) |
Fix T57284: poor result UV unwrapping concave n-gon. |
Revision 374a8b9 by Dalai Felinto 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. |
Revision c17f2c2 by Jacques Lucke 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 |
Revision bdd02cc by Dalai Felinto 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. |
Revision 15d5cd9 by Dalai Felinto October 19, 2018, 11:49 (GMT) |
Fix multiple-object uv selection not "deselecting" other objects |
Revision d01e0d1 by Dalai Felinto October 19, 2018, 11:31 (GMT) |
CTX_DATA_BEGIN for active object only (..._from_active_object) For now only `selected_pose_bones_from_active_object`, more options can be added on demand. Discussed this with Campbell Barton. We may need this only for selected pose bones, time will tell. |
Revision 51b2d06 by Campbell Barton October 19, 2018, 09:29 (GMT) |
Versioning: name screens by their workspaces Avoids all screens in the startup file being named 'Default.###'. |
Revision 16882ca by Campbell Barton October 19, 2018, 09:15 (GMT) |
Image Space: make 'UV Edit' a separate mode This is needed for splitting UV into its own editor, see: T54744 |
Revision 3c30d3b by Jacques Lucke October 19, 2018, 08:59 (GMT) |
Outliner: only drag element under mouse if it was not selected before Reviewers: brecht Differential Revision: https://developer.blender.org/D3811 |
|
|
|


Master Commits
MiikaHweb | 2003-2021