September 21, 2020, 06:32 (GMT) |
Decimate Modifier: Restore vertex group factor property in UI This property was inadvertently removed from the modifier's panel and it wasn't caught in time for the release of 2.90. Thanks to the user "VermossomreV" for bringing this to my attention. Differential Revision: https://developer.blender.org/D8790 |
September 21, 2020, 06:28 (GMT) |
Version: Blender 2.90.1 Beta |
August 31, 2020, 11:26 (GMT) |
Fix T77900: File Browser in macOS fullscreen crashes When Blender is started in fullscreen mode from the command line, or if the fullscreen state is saved in the startup file, all temporary windows will also open in fullscreen mode. When closing the fullscreen File Browser, Blender would either crash or parent window becomes black. This does not happen if the Blender switches to full screen manually. `NSWindowCollectionBehaviorFullScreenPrimary` should be set for windows that can enter full-screen mode. Otherwise macOS will turn the wrong window into full-screen. Similar fix: rB4b39de677d20 Differential Revision: https://developer.blender.org/D8708 Reviewed by: Julian Eisel |
August 31, 2020, 11:15 (GMT) |
Fix T80258: UILayout.prop_search() issues with datablock names If the search menu was used for a string property, and a data-block was selected from the search, the value set would be an invalid name. The property would get the modified UI string, not the proper data name set. This problem was already once solved in rB249ccab111ac, but resurfaced in rB937d89afba36. Now only use the modified UI string if requires_exact_data_name is not true. Note: the comments in rB249ccab111ac [reg. library hints and string properties, also that pointer properties are preferred over string properties when dealing with IDs] still apply. Reviewers: severin, campbellbarton Subscribers: |
August 31, 2020, 10:42 (GMT) |
Doversion: move (fix) 2.80 checks to 2.90 Some doversion checks were done in the wrong file, meaning they could potentially be running in the wrong order if they require another fix to run prior to them. This is technically is a cleanup. And technically a fixup for 9e0a4fcaad1f. |
August 31, 2020, 09:28 (GMT) |
Splash: new image for 2.90 by Daniel Bystedt |
August 31, 2020, 09:28 (GMT) |
Blender 2.90 subversion bump Preparing for release. |
August 31, 2020, 09:17 (GMT) |
Linux: 2.90 release information in appdata |
|