Revision d07bc44 by Campbell Barton January 2, 2019, 13:55 (GMT) |
Revert file rename from T59773 fix Mixing file rename with other changes should be avoided. Using 'module_py_api' convention here is in keeping with imbuf, idprop, blf & bmesh. No reason for gpu to have a different convention. |
Revision c862c14 by Dalai Felinto January 2, 2019, 12:48 (GMT) |
Fix poll function for SelectPattern operator Note this is also broken in 2.7x. This is not a big deal since the operator is exposed in the correct menus. But some users were accessing it via the search menu which would lead to issues. |
Revision 6fdfa55 by Dalai Felinto January 2, 2019, 12:22 (GMT) |
Fix T60030: Select pattern fails with pose bones The original comment in the file was not acknoledging pose bones could be tacked here as well (my fault since I should not have trusted the comments and read the code intead). Problem introduced on aeb8e81f2741. |
Revision 945007b by Germano Cavalcante January 2, 2019, 12:01 (GMT) |
Fix T59773: Raise exception if the gpu module is used in backgound mode. Instead of crashing, an error message is displayed if a function of the gpu module is called without a GPU context. Reviewers: brecht, campbellbarton, JacquesLucke, mont29 Subscribers: abdelmatinboulbayam, amir.shehata Differential Revision: https://developer.blender.org/D4143 |
Revision f15205b by Bastien Montagne January 2, 2019, 10:26 (GMT) |
Fix T60060: Corrective Smooth Modifier binding process is broken. Same as with the other modifiers' binding ops, those need to be performed outside of regular depsgraph eval. |
Revision 39e0bfe by Antonio Vazquez January 2, 2019, 09:55 (GMT) |
GP: Cleanup pad to _pad |
Revision e6d0d04 by Campbell Barton January 2, 2019, 08:17 (GMT) |
UI: correct sequencer icon in add menu |
Revision a3b9cc7 by Campbell Barton January 2, 2019, 08:03 (GMT) |
UI: Show shade smooth/flat in curve context menu |
Revision 0e81191 by Campbell Barton January 2, 2019, 07:46 (GMT) |
Fix T59886: Missing transform gizmo update |
Revision 3788f58 by Campbell Barton January 2, 2019, 07:33 (GMT) |
3D View: use grid & all axes in axis-views Matches 2.7x behavior. |
Revision a76b045 by Campbell Barton January 2, 2019, 07:18 (GMT) |
UI: add scale option for template_icon_view button The existing scale option only changed the scale if icons in the popup. |
Revision 15e6374 by Campbell Barton January 2, 2019, 06:24 (GMT) |
Cleanup: use RNA icon instead of passing as an arg |
Revision 1a208f0 by Campbell Barton January 2, 2019, 06:07 (GMT) |
Cleanup: indentation, naming Use rna naming conventions for unit-settings callbacks. |
Revision 09f46ef by Campbell Barton January 2, 2019, 05:39 (GMT) |
PyRNA: enum no longer returns first item when the value isn't found This hides errors & makes it confusing to debug mistakes when the enum items aren't correct. Return an empty string instead. |
Revision aae5f2b by Campbell Barton January 2, 2019, 05:26 (GMT) |
Fix image editor tool-settings missing from topbar |
Revision 8fbba22 by Campbell Barton January 2, 2019, 04:43 (GMT) |
Cleanup: rename manipulator references |
Revision 5484ed0 by Campbell Barton January 2, 2019, 04:38 (GMT) |
Cleanup: use '_pad' in DNA Convention used elsewhere, has advantage pad vars don't autocomplete with other vars beginning w/ 'p'. |
Revision 2b3effe by Campbell Barton January 2, 2019, 04:31 (GMT) |
Cleanup: rename target_weight -> weight Match name of mesh weight paint. |
Revision 46a6085 by Campbell Barton January 2, 2019, 03:58 (GMT) |
UI: de-duplicate top-bar and panel paint scripts - Fixes missing check for unified brush in sculpt mode. - Re-orders material first in gpencil paint mode (matching color-first for other paint modes). - Avoid minor differences (missing tablet pressure options from topbar). - Don't repeat properties already displayed in the topbar when opening the brush popover. |
Revision 939c751 by William Reynish / Campbell Barton January 2, 2019, 02:06 (GMT) |
UI: add painting blend mode to top-bar |
|
|
|


Master Commits
MiikaHweb | 2003-2021