Revision fe3fb23 by Wouter / Brecht Van Lommel March 25, 2017, 10:22 (GMT) |
Automatic DPI for all platforms, per monitor DPI for Windows. For Windows 8.1 and X11 (Linux, BSD) now use the DPI specified by the operating system, which previously only worked on macOS. For Windows this is handled per monitor, for X11 this is based on Xft.dpi or xrandr --dpi. This should result in appropriate font and button sizes by default in most cases. The UI has been simplified to a single UI Scale factor relative to the automatic DPI, instead of two DPI and Virtual Pixel Size settings. There is forward and backwards compatibility for existing user preferences. Reviewed By: brecht, LazyDodo Differential Revision: https://developer.blender.org/D2539 |
Revision 86730f1 by Campbell Barton March 25, 2017, 07:14 (GMT) |
Remove support for py app-templates Only zip-files make sense here. |
Revision f730e38 by Campbell Barton March 25, 2017, 02:49 (GMT) |
Merge branch 'master' into blender2.8 |
Revision edd2c55 by Campbell Barton March 25, 2017, 02:48 (GMT) |
Quiet warnings |
Revision 0c93bc2 by Campbell Barton March 25, 2017, 02:39 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 7cb2974 by Campbell Barton March 25, 2017, 00:07 (GMT) |
Cleanup: imports, indentation, long lines |
Revision a6f7445 by Germano Cavalcante March 24, 2017, 23:06 (GMT) |
Fix unreported: inaccuracy of interpolation of custom color layers due to float truncation Same solution from rBd23459f51640 but now in `layerInterp_mcol` Also a cleaning was done in the includes |
Revision f681450 by Campbell Barton March 24, 2017, 23:04 (GMT) |
WM: Application Templates This adds the ability to switch between different application-configurations without interfering with Blender's normal operation. This commit doesn't include any templates, so its mostly to allow collaboration for the Blender 101 project and other custom configurations. Application templates can be installed & selected from the file menu. Other details: - The `bl_app_template_utils` module handles template activation (similar to `addon_utils`). - The `bl_app_override` module is a general module to assist scripts overriding parts of Blender in reversible way. See docs: https://docs.blender.org/manual/en/dev/advanced/app_templates.html See patch: D2565 |
Revision a7f16c1 by Bastien Montagne March 24, 2017, 19:02 (GMT) |
Fix various i18n ambiguous issues reported in T43295. |
Revision dab3865 by Bastien Montagne March 24, 2017, 19:02 (GMT) |
Fix UI message issue, and style cleanup (!) |
Revision e9770ad by Lukas Stockner March 24, 2017, 18:44 (GMT) |
Cycles: Remove obsolete variable from the TileManager |
Revision 8e58e19 by Sergey Sharybin March 24, 2017, 15:33 (GMT) |
Revision 5b45715 by Sergey Sharybin March 24, 2017, 14:39 (GMT) |
Cycles: Correct isfinite check used in integrator Use fast-math friendly version of this function. We should probably avoid unsafe fast math, but this is to be done with real care with all the benchmarks properly done. For now comitting much safer fix. |
Revision 6aa972e by Sergey Sharybin March 24, 2017, 13:36 (GMT) |
Fix/workaround T51007: Material viewport mode crash on node with more than 64 outputs Ideally we need to find a way to remove such a static limit here, but it's not so trivial to implement for texture nodes. Requires some bigger system redesign there. Just raising limit for now, which is fine for modern systems. |
Revision 467d824 by Sergey Sharybin March 24, 2017, 11:24 (GMT) |
Fix T50238: Cycles: difference in texture position between OpenGL and Cycles render |
Revision e32710d by Sergey Sharybin March 24, 2017, 09:27 (GMT) |
Buildbot: Use proper NVCC path In fact, we could probably remove this option all together. |
Revision 85a5fbf by Sergey Sharybin March 24, 2017, 09:08 (GMT) |
Cycles: Workaround incorrect SSS with CUDA toolkit 8.0.61 |
Revision a14fb77 by Sergey Sharybin March 24, 2017, 08:43 (GMT) |
Update CLERW to the latest version |
Revision d521916 by Germano Cavalcante March 24, 2017, 07:35 (GMT) |
Fix for last fix of fix: (unsigned)char is limited to 255 setting char as value outside its range will wrap |
Revision 178708f by Germano Cavalcante March 24, 2017, 07:13 (GMT) |
Fix of last commit. Clamp values that will be used! |
|
|
|


Master Commits
MiikaHweb | 2003-2021