Blender Git Commits

Blender Git "master" branch commits.

Page: 3525 / 5574

July 25, 2012, 20:25 (GMT)
Make Cycles compatible with older boost versions.

Patch by IRIE Shinsuke, thanks!
July 25, 2012, 20:17 (GMT)
Select Linked no works from Datablocks outliner view as well
July 25, 2012, 19:46 (GMT)
Merging r49212 through r49222 from trunk into soc-2011-tomato

July 25, 2012, 19:45 (GMT)
Implement operator to select linked data from outliner

Supports selecting using object data, material and library.

Would be nice to hide this menu item from menus appearing for
datablocks which does not support such a selection, but that
could be done separately.
July 25, 2012, 19:45 (GMT)
Separate Select Linked operator into smaller function which could be reused.
Should be no functional changes.
July 25, 2012, 19:36 (GMT)
mask transform now works in the image space
July 25, 2012, 18:42 (GMT)
updating blenderplayer stubs after spaceimage set mask function
July 25, 2012, 16:53 (GMT)
Fix #32004: Up/down arrow keys can move index out of actual range of template_list

Fixed by clamping current index value to 0..list_size-1 range in list event
handling function. This shouldn't give any regressions since this clamping
happens only after template was already displayed so items counter should be
correct here.

It is still possible to set index to meaningless value by directly changing
the index value via python, but that's not in the scope of interface engine
and not currently considered a bug.
July 25, 2012, 16:46 (GMT)
don't pass the same value to axis_angle_to_quat() for axis & quat.
-/-This line, and those below, will be ignored--

M mathutils_Quaternion.c
July 25, 2012, 16:37 (GMT)
Fix regression introduced in svn rev49122

Would rather have mathematical functions consistent from using
the same vector for input and output values point of view then
introducing questionable optimizations.
July 25, 2012, 16:30 (GMT)
match function names for clip/image spaces
July 25, 2012, 16:03 (GMT)
fix some crashes with mask/image transfor, a few more areas working now.
July 25, 2012, 15:07 (GMT)
Merging r49191 through r49211 from trunk into soc-2011-tomato

July 25, 2012, 15:05 (GMT)
Proxies building progress bar used to be displayed wrong in cases
when start scene frame is not 1.

July 25, 2012, 14:46 (GMT)
add mask keymap to image window.

debug prints for events when --debug-events is used to help track down why a key is/isnt used.
July 25, 2012, 14:29 (GMT)
Tomato Cycles: resolve slowdown introduced by interactive samples view commit

Update samples displayign in the interface once in a whiel only
(currently once in 1 sec). This still keeps rendering interactive
enough for artists and it eliminates slowdown caused by constant
uploading sampels from GPU to host.

This also allowed to get rid of hack with storing render result
in render buffers, due to it's not so big overhead ow to create
render result when sample needs to be updated.

Tests made with different files shows that now render speed is
really close to oroginal speed from before we started hackign
into this stuff.

There still some issues with interactive update when rendering
several render layers, but that seems to be irrelivant to all
this sampels commtis, so woudl look into this as a separate
patch.

July 25, 2012, 13:55 (GMT)
edit fix for [#32177] - drawing text isnt really needed for selections.
July 25, 2012, 13:44 (GMT)
mask now draws in the image view, misc minor edits.
July 25, 2012, 13:44 (GMT)
add mask buttons into the image space
July 25, 2012, 13:09 (GMT)
split out mask UI into their own classes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021