Revision bfea087 by Campbell Barton September 14, 2015, 03:18 (GMT) |
Alternate fix for offscreen render w/o npot Store the original texture size, since its needed for reading pixels and passing to glViewport. |
Revision 754fb6b by Campbell Barton September 14, 2015, 03:13 (GMT) |
Revert "Fix crash in opengl render caused..." This reverts commit d64b1221c67846bb954855a19c8dd093b83adc8e. While this prevents the crash, offscreen renders still aren't working right. |
Revision d64b122 by Joseph Eagar September 13, 2015, 21:52 (GMT) |
Fix crash in opengl render caused by gfx being blacklisted for non-power-of-2 texture support. Note that all I did was pass the correct width/height into glReadPixels; the result may not be the same as if non2 textures were enabled. |
Revision e443dd4 by Porteries Tristan September 13, 2015, 18:59 (GMT) |
Fix T43033: VideoTexture module repeated loading of images causes memory leak Fix proposal for memory leak caused by png decoding in videoFFmpeg.cpp T43033 Author: Ulysse MARTIN (youle) Reviewers: dfelinto, ben2610, moguri, lordloki, panzergame Reviewed By: lordloki, panzergame Subscribers: panzergame, lordloki Projects: #game_engine Differential Revision: https://developer.blender.org/D1396 |
Revision 09e40a4 by Campbell Barton September 13, 2015, 16:22 (GMT) |
Cleanup: spelling |
Revision 7900d69 by Bastien Montagne September 13, 2015, 12:51 (GMT) |
Fix T46089: Text from Effect Strip is invisible in VSE Preview. Deviding two ints together never yields a float... Also, logic of various proxies size corrections was quite broken. Now we should always get the same (relative) size of text whatever proxy setting/render scale is chosen. |
Revision 45a875f by Bastien Montagne September 13, 2015, 06:20 (GMT) |
Revision c56deb1 by Bastien Montagne September 12, 2015, 14:46 (GMT) |
Cleanup: Quiet some picky warning from Coverity. |
Revision 26041f9 by Bastien Montagne September 11, 2015, 20:33 (GMT) |
File Bookmarks: use volume label on Windows, and set name of recent entries from system/user bookmarks' name if possible. Volume label on Windows was request from T46083, makes Blender more in line with 'common' filebrowsing on this OS. And now, we automatically set name of recent entries from the bookmarks, if path can be found there, more consistent too from user PoV. |
Revision a79c519 by Campbell Barton September 11, 2015, 13:32 (GMT) |
Fix T45755: Bad NLA text alignment |
Revision 6212eb2 by Bastien Montagne September 11, 2015, 13:01 (GMT) |
Fix T45579: Custom Hotkeys Dissapear. Due to how we find kmi to remove and kmi to add when patching final keymap with user defines, we could actually end up with same kmi for both, see comments in code for details. Note that it may be a good idea to make user-defined customizations specific to a given base keymap, instead of applying them blindly? |
Revision 21826af by Howard Trickey September 11, 2015, 11:32 (GMT) |
Fix T45165, OSX quicktime fails with diacriticals in filename. Since Blender internal strings are UTF8, changed the initialization of the string to use initWithUTF8String from default encoding. Fix worked on OSX 10.5.5. |
Revision bb20c96 by Campbell Barton September 11, 2015, 09:12 (GMT) |
Fix memory leaks in collada import |
Revision 42825dc by Campbell Barton September 11, 2015, 08:46 (GMT) |
Fix T46074: Collada crashes importing animation double-frees and freeing memory already inserted into Blender. |
Revision 2f1e51a1 by Sergey Sharybin September 11, 2015, 07:02 (GMT) |
Fix T46058: Modifiers on curve shows different results on OpenGL and cycles render Not really ideal fix, but should make Cycles behave same as BI. For some details please refer to inline comment. |
Revision 9355446 by Bastien Montagne September 10, 2015, 20:09 (GMT) |
Fix T46070: Content of folders with a .blend extension aren't listed until filtering is disabled. Own stupid mistake somewhere during filebrowser revamp... |
Revision d1dcf91 by Campbell Barton September 10, 2015, 19:57 (GMT) |
UI: increase threshold for color-band select Was quite small, especially with hi-dpi displays. Increase to 50 since theres no benefit to not select when clicking. |
Revision 0d568e4 by Campbell Barton September 10, 2015, 18:29 (GMT) |
Fix T46048: Custom properties UI redraw issue Adding/removing custom properties didn't refresh elsewhere in the UI. |
Revision 54daeb1 by Campbell Barton September 10, 2015, 18:29 (GMT) |
PyAPI: add an update method for properties This is called when modifying an RNA property, however it can be useful to be able to make a properties update callback run without having to change it. |
Revision 477e811 by Campbell Barton September 10, 2015, 18:29 (GMT) |
Show correct syntax for id-properties |
|
|
|


Master Commits
MiikaHweb | 2003-2021