Blender Git Commits

Blender Git "master" branch commits.

Page: 3274 / 5574

March 1, 2013, 14:28 (GMT)
More tweaks (gaining about ten seconds for each po in update branches process!).
March 1, 2013, 14:06 (GMT)
Fix related to #34481: show units for camera aperature radius.
March 1, 2013, 11:52 (GMT)
Updates to libmv's bundle.sh to make sure libmv upstream
is copying properly to our sources.
March 1, 2013, 11:42 (GMT)
Bug fix #34334

For 2.66a

Soft shadow was drawing a complete rect, but it should skip the top edge.
That allows transparent menus to still have a shadow too.

March 1, 2013, 08:56 (GMT)
Hrm, gcc became broken after recent commit.
Hope now gcc and 32bit msvc would both work.
March 1, 2013, 08:20 (GMT)
Pass data to modal reprojection cost functor by reference

Seems it solves alignment error reported by 32bit MSVC.
March 1, 2013, 06:17 (GMT)
keymap filter by keybindings in the userpreferences.
- optional, select between name/keybinding.
- when key input can't be parsed, alert red to give the user some feedback.
- key shortcut parsing could be improved or swapped out for button which grabs shortcut.
March 1, 2013, 00:35 (GMT)
fix for drag-toggle, bit-buttons weren't handled which made drag toggle fail for buttons in the graph editor for eg.
March 1, 2013, 00:19 (GMT)
code cleanup: minor refactor of button pressed state checking, needed for drag toggle fix.
February 28, 2013, 22:50 (GMT)
Fix / Workaround for [#34474] "Record Composite" image op segfaults in compositor code
* These operators have never been ported to 2.5x and therefore should not come up inside the UI. (as they are not working).
February 28, 2013, 18:28 (GMT)
Fix/workaround for newer FFmpeg 1.1.3 and MP3 decoder

FFmpeg is now using S16P sampler for MP3 which is not actually
supported by audaspace, so request for S16 sampler instead.
February 28, 2013, 17:23 (GMT)
Fix own regression in commit from today -- missing NULL check

Crash happened when sequence image failed to load.
February 28, 2013, 16:37 (GMT)
UI/DPI: user preferences window size now takes into account DPI, otherwise the
buttons don't fit properly.
February 28, 2013, 16:37 (GMT)
Fix #34366: mesh.select_mode operator could not be configure the use_extend
and use_expand properly. These are hardcoded to shift and ctrl to make them
work when clicking buttons or menus. Now it checks if the properties are set,
which is still not ideal but makes it possible to override them from the
key configuration.
February 28, 2013, 16:37 (GMT)
Fix #34372: mesh.verts.foreach_set not working with normals, regression due to my
bugfix for multidimensional arrays.
February 28, 2013, 15:33 (GMT)
Fix #34390: quicktime video codec menu showing blank. It's a small miracle
that this code worked at all at some point.
February 28, 2013, 15:33 (GMT)
Fix #34414: python error with frame_change callback and Cycles motion blur.
Now the RenderEngine.render callback allows writing blender data again, it
should not be allowed but in practice the API and render threading code is
too limited to make this work at the moment.
February 28, 2013, 15:31 (GMT)
More UI messages fixes...
February 28, 2013, 14:25 (GMT)
Header cleanup in libmv c-api
February 28, 2013, 14:25 (GMT)
This lines are also not so much useful for now.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021