Revision a8c1b79 by Campbell Barton March 27, 2019, 13:46 (GMT) |
UI: use active-default button flag for the file selector |
Revision 2d34420 by Campbell Barton March 27, 2019, 13:26 (GMT) |
UI: support an 'active default' button for pop-ups Use this for the save confirmation dialog so it has a default action when pressing enter which draws with a highlight so it's clear what the default action is (the dialog was just closing before). Resolves T57686 |
Revision e3b83e2 by Campbell Barton March 27, 2019, 13:26 (GMT) |
Cleanup: remove unused menu bl_spacetype |
Revision b4d19c2 by Brecht Van Lommel March 27, 2019, 12:59 (GMT) |
Fix T62978: grease pencil 3D view header layout broken after recent changes. |
Revision db4a522 by Campbell Barton March 27, 2019, 12:29 (GMT) |
Revert "RNA: error on register when classes use invalid identifiers" This reverts commit b24a255ca67841ff2d6121327791e933ce8e3602. The warning wasn't being printed, so many add-ons weren't yet updated. Re-enable now warnings are printed to allow addon developers to update. |
Revision 6387fdd by Brecht Van Lommel March 27, 2019, 12:13 (GMT) |
Fix T62926: allow using shift click drag to extend selection in file browser. Standard behavior on most operating systems. |
Revision 8d7005d by Campbell Barton March 27, 2019, 06:14 (GMT) |
Cleanup: style, use braces for bmesh |
Revision e26b67f by Campbell Barton March 27, 2019, 04:35 (GMT) |
Fix popovers from enums failing on drag-release |
Revision 69a77a1 by Campbell Barton March 27, 2019, 03:03 (GMT) |
Fix class registration ignoring info/warnings Only errors were displayed in the console. |
Revision 9f2665b by Campbell Barton March 27, 2019, 03:03 (GMT) |
PyAPI: utility function to print reports |
Revision fb7f157 by Campbell Barton March 27, 2019, 02:19 (GMT) |
Cleanup: unused variables |
Revision 9ba948a by Campbell Barton March 27, 2019, 02:17 (GMT) |
Cleanup: style, use braces for blenlib |
Revision 337eb8c by Brecht Van Lommel March 26, 2019, 18:57 (GMT) |
Python API: add more detailed example for RenderEngine. |
Revision 85915ae by Brecht Van Lommel March 26, 2019, 18:56 (GMT) |
Python API: allow passing None to some BGL functions instead of bgl.Buffer Many OpenGL functions take NULL pointers, passing those was quite complicated with some addons even using ctypes to manipulate internal bgl.Buffer pointers. |
Revision c515ea2 by Brecht Van Lommel March 26, 2019, 18:56 (GMT) |
Fix vertex array leak in Cycles viewport drawing. |
Revision 6e33319 by Germano Cavalcante March 26, 2019, 15:29 (GMT) |
DRW manager: Use existing viewport instead of creating a viewport in DRW_draw_depth_loop. |
Revision d67122e by Brecht Van Lommel March 26, 2019, 15:11 (GMT) |
Fix T62952: remove lamp as camera using the lamp clip start/end. Eevee and Cycles don't use these clipping distances the same as Blender Internal did, or at all in most cases. Just remove this since it makes no sense anymore. |
Revision 9b39a71 by Jacques Lucke March 26, 2019, 14:43 (GMT) |
Fix T62958: Improve exponential easing formula Reviewers: brecht Differential Revision: https://developer.blender.org/D4596 |
Revision 16a04dc by Jacques Lucke March 26, 2019, 14:43 (GMT) |
Fix T62955: Missing panels in workbench engine Afaik all the panels in the scene settings are render engine independent. So it does not make sense to have this extra complexity in every panel class. Reviewers: brecht, billreynish Differential Revision: https://developer.blender.org/D4594 |
Revision 8e0eb41 by Brecht Van Lommel March 26, 2019, 14:41 (GMT) |
Fix T62626: Python errors when pinning particle settings. |
|
|
|


Master Commits
MiikaHweb | 2003-2021