August 28, 2015, 16:48 (GMT) |
Support word-wrap for UI styles |
August 28, 2015, 16:27 (GMT) |
Initial BLF word-wrapping support Avoid code duplication by using single word-wrap function which takes a callback to do the actual work. |
Revision d331306 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 28, 2015, 02:03 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision fd0b012 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 28, 2015, 02:01 (GMT) |
Tweaks for shaded widget drawing And cleanup :) |
August 27, 2015, 13:51 (GMT) |
Some minor cleanup & enhancements from Campbell's review, thanks. |
August 27, 2015, 12:57 (GMT) |
Change file thumbnail into a struct (we pack pixel data after the struct). |
August 27, 2015, 08:40 (GMT) |
Remove RNA thumbnails API for now - we have to rethink a bit 'metadata' access for .blend file. |
August 27, 2015, 08:36 (GMT) |
Make .blend file thumbnail reading simpler and more coherent, read/store them when reading in background mode, and allow user to define custom thumbnails. Primary goal of this commit is to fix an annoying issue - when processing and saving .blend files in background mode you lose their thumbnails, since it can only be generated with an OpenGL context. Solution to that is to read .blend thumbnail while reading .blend file (only done in background mode currently), and store it in Main struct. Also, this lead to removing .blend file reading code from thumb_blend (no need to have doublons, and always hated that piece of unreadable geeky code there anyway). We now have a small interface in regular reading code area, which keeps it reasonbaly light by only reading/parsing header info, and first few BHead blocks. This makes code reading .blend thumbnail about 3 to 4 times slower than previous highly specialized one in blend_thumb.c, but overall thumbnail generation of a big .blend files folder only grows of about 1%, think we can bare with it. Finally, since thumbnail is now optionally stored in Main struct, it makes it easy to allow user to define their own custom one (instead of auto-generated one), either by generating it from a specific scene, or giving it a raw array of pixels. Reviewers: sergey, campbellbarton Subscribers: Severin, psy-fi Differential Revision: https://developer.blender.org/D1469 |
Revision 408e89d by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 26, 2015, 23:36 (GMT) |
Tweaks to arrow line drawing * Rotate arrow heads based on line vecs * Fix lines drawing into geometry * Cleanup |
August 26, 2015, 16:14 (GMT) |
Merge branch 'wiggly-widgets' into UI-experiments |
August 26, 2015, 16:14 (GMT) |
Merge branch 'master' into UI-experiments |
Revision 956e488 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 26, 2015, 16:03 (GMT) |
Remove redundant fix (view matrix update) |
Revision 7c8892f by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 26, 2015, 15:59 (GMT) |
Cleanup for previous commit |
Revision 9babf13 by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 26, 2015, 15:45 (GMT) |
Merge branch 'master' into wiggly-widgets |
Revision 1f99e5e by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) August 26, 2015, 15:41 (GMT) |
Fix 2-axes constrained widgets not rotating with manipulator correctly Bah, that one was a hard nut... |
Revision 7e7dc6d by Dalai Felinto August 25, 2015, 14:58 (GMT) |
Revision 3e88532 by Dalai Felinto August 25, 2015, 14:58 (GMT) |
Epic-Navigation: test build |
Revision 88c6b45 by Dalai Felinto August 25, 2015, 14:57 (GMT) |
Merge remote-tracking branch 'origin/master' into experimental-build |
August 25, 2015, 14:45 (GMT) |
Merge branch 'master' into GPencil_Editing_Stage3 |
August 25, 2015, 14:41 (GMT) |
Map Alt + Tweaks to expected behaviours (rotate, zoom, move - LMB, RMB, MMB) |
|
|
|


Master Commits
MiikaHweb | 2003-2021