Blender Git Commits

Blender Git "master" branch commits.

Page: 2511 / 5574

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.
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.
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
September 13, 2015, 16:22 (GMT)
Cleanup: spelling
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.
September 13, 2015, 06:20 (GMT)
Fix T46091: Video Sequencer rewrite *.png to _.png

Own mistake when adding filename safety check...
September 12, 2015, 14:46 (GMT)
Cleanup: Quiet some picky warning from Coverity.
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.
September 11, 2015, 13:32 (GMT)
Fix T45755: Bad NLA text alignment
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?
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.
September 11, 2015, 09:12 (GMT)
Fix memory leaks in collada import
September 11, 2015, 08:46 (GMT)
Fix T46074: Collada crashes importing animation

double-frees and freeing memory already inserted into Blender.
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.
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...
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.
September 10, 2015, 18:29 (GMT)
Fix T46048: Custom properties UI redraw issue

Adding/removing custom properties didn't refresh elsewhere in the UI.
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.
September 10, 2015, 18:29 (GMT)
Show correct syntax for id-properties
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021