Revision cd897c5 by Clément Foucault February 28, 2019, 15:15 (GMT) |
Fix T62040: Irradiance Volume broken Was broken by 6a03199b50e02d57a50eb24441ef7be0b7e965ac. Reintroducing the padding along with a few comment to not reproduce the same errors. |
Revision 921c37b by Jacques Lucke February 28, 2019, 15:07 (GMT) |
Fix T62050: remove non-persistent timers in load-pre callback This actually makes more sense than removing them in the load-post callback. During load, the file might register timers that would be removed immediately. |
Revision 5938fd4 by Jacques Lucke February 28, 2019, 14:53 (GMT) |
Fix T61994: crash when box selecting instances Reviewers: brecht Differential Revision: https://developer.blender.org/D4427 |
Revision d7d180b by Clément Foucault February 28, 2019, 13:11 (GMT) |
Fix T62021: Wireframe input node doesn't work properly This fixes the general case. It is still not supported for hairs. Added a hack in the geometry node to avoid unnecessary geometry shader usage. |
Revision d68484a by Brecht Van Lommel February 28, 2019, 12:41 (GMT) |
Fix T58405: viewport drawing issues with display device set to None. Disabling color management this way is not very useful, but as long as the option is there it should work correct. |
Revision bbe5a95 by Brecht Van Lommel February 28, 2019, 12:02 (GMT) |
Fix T58875: object paste and append Active Collection property not working. |
Revision 5397f1e by Clément Foucault February 28, 2019, 11:10 (GMT) |
Preferences: Remove warning concerning selection in edit mode with MSAA We don't use MSAA anymore for the selection buffers so this warning is no longer relevant. |
Revision 4b91661 by Clément Foucault February 28, 2019, 11:10 (GMT) |
Fix T61878: Selection does not allways work in wireframe mode This draw surfaces if the xray option is disabled even in wireframe mode. |
Revision 9d34a9d by Campbell Barton February 28, 2019, 07:03 (GMT) |
DRW: add back edge highlighting for active face drawing Removed in aa7b013bd5d24 for performance reasons, however highlights can't always be seen against specular shading, see: T55456#510873 Instead of having a highlighted inner-edge, use the active edge color. |
Revision dd9cedd by Campbell Barton February 28, 2019, 04:40 (GMT) |
3D View: only calculate view center when needed When orbit around selection was enabled the selection center was being calculated even when it wasn't needed. |
Revision 60a1ccb by Campbell Barton February 28, 2019, 03:57 (GMT) |
DRW: use active color for face dot Matches active vert/edge modes. |
Revision e735894 by Campbell Barton February 28, 2019, 02:21 (GMT) |
UI: rename Quit Prompt to Save Prompt Eventually this should be used to prompt when loading a new file too. |
Revision d7baf8e by Campbell Barton February 28, 2019, 02:09 (GMT) |
UI: change behavior for quit prompt Remove confirmation popup menu, just exit. Note that this option is mainly for developers or people reviewing blend files, see D4406 for discussion on reason for keeping this feature while simplifying how it works. |
Revision 3d4d7b9 by Campbell Barton February 28, 2019, 01:30 (GMT) |
Cleanup: style |
Revision c51516c by Campbell Barton February 28, 2019, 01:30 (GMT) |
Update for rename: constraint_orientation -> orient_type |
Revision d4366d5 by Campbell Barton February 28, 2019, 01:16 (GMT) |
icons_geom: update from svn rev 62198 In the future we'll try to avoid such big updates, adjusting to material colors could have caused so many files to change. |
Revision 7188250 by Campbell Barton February 28, 2019, 01:14 (GMT) |
Fix missing NULL check in recent transform changes Caused bevel to crash. |
Revision 8aa5ead by Campbell Barton February 28, 2019, 01:14 (GMT) |
Cleanup: warning |
Revision b1c3d91 by Campbell Barton February 27, 2019, 23:37 (GMT) |
Makefile: icons target now uses make variables Add examples in help text. |
Revision c6681c6 by Campbell Barton February 27, 2019, 23:35 (GMT) |
Makefile: use BLENDER_BIN variable if passed in When the default build path isn't used, it's still handy to be able to run utility commands. |
|
|
|


Master Commits
MiikaHweb | 2003-2021