Revision 8c539b0 by Campbell Barton April 8, 2015, 00:38 (GMT) |
Font preview for file browser D1002 by @plasmasolutions, with own refactoring. Note, needed to do a bad-level call here (IMB -> BLF) Also can't use the BLF API directly because its not thread-safe. So keep the function isolated (blf_thumbs.c). |
Revision c56c493 by Campbell Barton April 8, 2015, 00:30 (GMT) |
BLF: use regular unsigned int's So GL isnt needed to include BLF types. |
Revision a2ea4ce by Campbell Barton April 7, 2015, 23:55 (GMT) |
Cleanup: IMB/thumb naming |
Revision a57b898 by Campbell Barton April 7, 2015, 23:55 (GMT) |
BLF: Fix clamping drawing into byte buffer |
Revision 7e52d81 by Julian Eisel April 7, 2015, 22:41 (GMT) |
Muliview: Minor UI-tweaks * Don't grey multiview options in file browser and in Node Editor Properties out if multi-view is disabled, hide them completely (I think greying out single buttons is fine, but in case of entire blocks we should just hide to save space) * Move multiview settings in Node Editor Properties above alpha settings to prevent the alpha buttons from appearing above multiview settings if multiview is enabled and Stereo 3D format is chosen (making them appear below is much nicer) |
Revision 796c3c7 by Campbell Barton April 7, 2015, 20:50 (GMT) |
Fix T44290: Clear users & fake-user conflict The purpose of clearing users in this case is not to save the data, so keeping fake-user doesn't make sense. |
Revision c89637b by Campbell Barton April 7, 2015, 20:28 (GMT) |
BGE: use tuple for returning display size |
Revision 09a746b by Sergey Sharybin April 7, 2015, 20:15 (GMT) |
Cycles: Cleanup, typos |
Revision cc9c049 by Dalai Felinto April 7, 2015, 19:56 (GMT) |
Multiview: compositor - avoid trashing image viewer views/buffers when multiview is off I found this while investigating why the backdrop shows 'blank' while I update a node influence factor. This problem still persist, but maybe it was there before multiview. In release it is not noticeable, but in my debug build is quite evident. |
Revision 4c2306d by Dalai Felinto April 7, 2015, 19:38 (GMT) |
Multiview: compositor was not updating when multiview was off |
Revision c1e5d96 by Antonis Ryakiotakis April 7, 2015, 18:49 (GMT) |
Proportional editing support for the action editor. There are a few things here which are not so nice: * Position of proportional edit circle is not centered on data (difficult to predict positions here since those are completely custom, will probably be positioned at center of area later instead) * Result is flushed to curve handles only at the end of the transform, so if people have the graph editor open they will see handles lagging behind. |
Revision 662c2cd by Dalai Felinto April 7, 2015, 18:43 (GMT) |
Multiview: update Set Stereo 3D menu when the selected stereo mode changes |
Revision 858f54f by Sergey Sharybin April 7, 2015, 17:41 (GMT) |
Cycles: Cleanup, indentation |
Revision e36b0cb by Thomas Szepe April 7, 2015, 16:32 (GMT) |
BGE: New API method getDisplayDimensions This patch adds a new API function to get the actual display dimensions in pixels. Reviewers: dfelinto, sybren, lordloki, moguri Reviewed By: lordloki, moguri Differential Revision: https://developer.blender.org/D648 |
Revision f9f3c29 by Antonis Ryakiotakis April 7, 2015, 14:08 (GMT) |
Fix crash when changing proxy storage type for editing (was own stupidity casting from Scene to Editing in RNA) Move versioning for proxy storage to multiview version check (not really correct but it was orphaned before and it doesn't hurt either). |
Revision cc78664 by Julian Eisel April 7, 2015, 12:13 (GMT) |
Revert Sticky Keys (and everything related to that) Our current keymap doesn't give us enough room to make such changes in the event system. To fix small issues caused by this, we would need to do drastic changes in Blender's keymaps and internal handling. It was worth a try, but it didn't work. I can write down a more descriptive statement in a few days, but for now I need a break of this stuff. |
Revision d60ff6c by Campbell Barton April 7, 2015, 10:27 (GMT) |
Fix for own last commit resolved bug but wasn't correct |
Revision 34818a4 by Antonis Ryakiotakis April 7, 2015, 10:15 (GMT) |
Make image strips also follow the project directory storage options. |
Revision 20a780e by Campbell Barton April 7, 2015, 09:56 (GMT) |
Fix T44258: Can't select similar regions |
Revision 4b685e1 by Sergey Sharybin April 7, 2015, 08:52 (GMT) |
Fix T44268: Particles: too many virtual parents + non-100 display% = crash Issue was caused by mismatched logic in counting child/parent particles in job initialization and actual job execution. Confusion here came from mixed usage of psys->renderdata and G.is_rendering. We need to get rid of G.is_rendering and use eval_ctx if it's really needed, but we also might just use psys->renderdata check since it's expected psys to have this structure anyway. |
|
|
|


Master Commits
MiikaHweb | 2003-2021