Revision 054aa61 by Bastien Montagne April 29, 2015, 19:30 (GMT) |
File browser - change thumbnails size with a slider We can now scale from 32px up to 256px (default has been upgraded to 128px). Thumbnails are now generated as 'large', i.e. 256px. Previews are scaled up if necessary, unlike icons (for folders or files without preview images). Note that .blend thumbnails themselves remain in 128px for now (they are embeded in .blend files, not quite sure we want to make them four times bigger...). Patch by DMS (Yaron Dames), with final edits by myself. Reviewers: mont29 Subscribers: Severin, mont29 Differential Revision: https://developer.blender.org/D1260 |
Revision 3de45ee by Sergey Sharybin April 29, 2015, 18:45 (GMT) |
Revision ce32aae by jens verwiebe April 29, 2015, 18:07 (GMT) |
OSX: fix T44533, system_bookmarks not showing utf standard ( umlauts etc. ) |
Revision 3878180 by Bastien Montagne April 29, 2015, 17:44 (GMT) |
Fix typo using interp_v3_v3v3 over float[2] variables... Found by asan! ;) |
Revision 5782126 by Antonis Ryakiotakis April 29, 2015, 16:49 (GMT) |
Make sure integer calculation uses large precision |
Revision d04ba6d by Sergey Sharybin April 29, 2015, 16:47 (GMT) |
Remove unused stubs Noticed by TristanPorteries in IRC. |
Revision 0dbc906 by Bastien Montagne April 29, 2015, 15:46 (GMT) |
Cleanup: make grumpy asan happy and do not use `new []` to allocate data freed by `free()`. Probably nothing crucial, but asan build would crash on that stupid glitch... Annoying. |
Revision 091832c by Inês Almeida April 29, 2015, 15:29 (GMT) |
fix for double call to update callback in uiTemplateIconView |
Revision 611bbc6 by Inês Almeida April 29, 2015, 15:29 (GMT) |
cleanup for uiTemplateIconView |
Revision 78956b6 by Bastien Montagne April 29, 2015, 15:19 (GMT) |
Fix T44542: 'extend selection' editmode tool would select hidden elements. |
Revision 3e6a66b by Dalai Felinto April 29, 2015, 14:55 (GMT) |
Multi-View cleanup: using RenderResult->rect* only for temporary RenderResults Originally I wanted to get rid of RenderResult->rect* entirely, but it's convenient to have for temporary structs. This patch makes sure they are used only when really needed, which should help clearing the code out. (they are needed when using RE_AcquireResultImage() - which produces a RenderResult with no RenderView) Reviewers: sergey Differential Revision: https://developer.blender.org/D1270 |
Revision 18ba32d by Antonis Ryakiotakis April 29, 2015, 14:28 (GMT) |
Don't check against scene notifier twice |
Revision b033736 by Dalai Felinto April 29, 2015, 14:18 (GMT) |
Multi-View: new util functions RE_RenderViewGetById() and RE_RenderViewGetByName() Both functions try to find a valid RenderView and if they can't they fallback to the first RenderView of the RenderResult |
Revision 3acc1ba by Campbell Barton April 29, 2015, 13:59 (GMT) |
Add macro BLI_SMALLSTACK_AS_TABLE Use for edge-split (a little less overhead compare to popping each item). |
Revision d6b28bb by Sergey Sharybin April 29, 2015, 10:48 (GMT) |
Cycles: Fix crashes when loading cache created with pre-leaf split builds |
Revision 2e91bcf by Sergey Sharybin April 29, 2015, 10:38 (GMT) |
Fix T44544: Cached BVH is broken since BVH leaf split Still need to solve issues with reading old cache with new builds. |
Revision 734fb30 by Antonis Ryakiotakis April 29, 2015, 10:31 (GMT) |
Use size_t to calculate size of tiles for rendering |
Revision 7232157 by Campbell Barton April 29, 2015, 10:16 (GMT) |
Correct comment |
Revision 620cc76 by Sergey Sharybin April 29, 2015, 09:51 (GMT) |
Buildbot: Attempt to fix cudakernels target screwing up autotest cache |
Revision 65a9592 by Campbell Barton April 29, 2015, 09:43 (GMT) |
BMesh: optimize edge split Avoid hashing edges when splitting into fans, Instead, walk & split fans until they're all done, gives approx 40% speedup. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021