Revision 8ad3e73 by Sergey Sharybin July 25, 2012, 20:25 (GMT) |
Make Cycles compatible with older boost versions. Patch by IRIE Shinsuke, thanks! |
Revision 06a9482 by Sergey Sharybin July 25, 2012, 20:17 (GMT) |
Select Linked no works from Datablocks outliner view as well |
Revision a14f844 by Sergey Sharybin July 25, 2012, 19:46 (GMT) |
Revision 4ca9275 by Sergey Sharybin 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. |
Revision b66f541 by Sergey Sharybin July 25, 2012, 19:45 (GMT) |
Separate Select Linked operator into smaller function which could be reused. Should be no functional changes. |
Revision 927af4c by Campbell Barton July 25, 2012, 19:36 (GMT) |
mask transform now works in the image space |
Revision a9614e7 by Dalai Felinto July 25, 2012, 18:42 (GMT) |
updating blenderplayer stubs after spaceimage set mask function |
Revision d2a77c0 by Sergey Sharybin 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. |
Revision 41ee294 by Campbell Barton 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 |
Revision 8197ae0 by Sergey Sharybin 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. |
Revision 7fba577 by Campbell Barton July 25, 2012, 16:30 (GMT) |
match function names for clip/image spaces |
Revision f83ea3f by Campbell Barton July 25, 2012, 16:03 (GMT) |
fix some crashes with mask/image transfor, a few more areas working now. |
Revision 0051d24 by Sergey Sharybin July 25, 2012, 15:07 (GMT) |
Revision c730125 by Sergey Sharybin July 25, 2012, 15:05 (GMT) |
Proxies building progress bar used to be displayed wrong in cases when start scene frame is not 1. |
Revision 071a103 by Campbell Barton 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. |
Revision 62df895 by Sergey Sharybin 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. |
Revision d417cdc by Campbell Barton July 25, 2012, 13:55 (GMT) |
edit fix for [#32177] - drawing text isnt really needed for selections. |
Revision 1091030 by Campbell Barton July 25, 2012, 13:44 (GMT) |
mask now draws in the image view, misc minor edits. |
Revision eed0fda by Campbell Barton July 25, 2012, 13:44 (GMT) |
add mask buttons into the image space |
Revision c01a561 by Campbell Barton July 25, 2012, 13:09 (GMT) |
split out mask UI into their own classes. |
|
|
|


Master Commits
MiikaHweb | 2003-2021