Revision 39a9746 by Sergey Sharybin June 10, 2012, 13:25 (GMT) |
Remove old preset which was corrected to Nicok D3S |
Revision fee1db8 by Sergey Sharybin June 10, 2012, 12:37 (GMT) |
Revision 189f163 by Sergey Sharybin June 10, 2012, 12:33 (GMT) |
Revision 219eca0 by Campbell Barton June 10, 2012, 12:33 (GMT) |
mango request - add alpha to histogram & sample line. |
Revision e32fdad by Sergey Sharybin June 10, 2012, 12:31 (GMT) |
Synchronize changes with trunk |
Revision c27472c by Sergey Sharybin June 10, 2012, 12:30 (GMT) |
Synchronize changes with tomato branch |
Revision 7496a58 by Lukas Toenne June 10, 2012, 12:26 (GMT) |
Applied and completed a compositor patch by Brecht to use signalling and waiting in scheduling and worker threads instead of continuous loops with sleep times. This should help reduce unnecessary wait times in Tile. |
Revision fddeabe by Sergey Sharybin June 10, 2012, 12:23 (GMT) |
Somehow this files were missed in one of merges |
Revision 00e05f1 by Sergey Sharybin June 10, 2012, 12:19 (GMT) |
Revision 8d5a43d by Sergey Sharybin June 10, 2012, 12:15 (GMT) |
Revision 5e29381 by Campbell Barton June 10, 2012, 12:09 (GMT) |
mango request - optionally display the histogram as lines (not filled areas). - expand the enum for faster access. - keep the sample line displayed after doing the line sample (running again clears). |
Revision 6ba5650 by Campbell Barton June 10, 2012, 10:15 (GMT) |
code cleanup: rename flag --> dflag (draw flag), since this is overly generic name and was passed about to many functions. |
Revision f06f187 by Sergey Sharybin June 10, 2012, 09:44 (GMT) |
Revision 18a9662 by Lukas Toenne June 10, 2012, 09:30 (GMT) |
Fix for Tile group nodes with internally unconnected outputs, this was crashing due to missing constant value operations for such outputs. The SocketProxyNode now checks connection of the input socket on conversion, so this also simplifies usage of proxy nodes quite a bit. |
Revision 6e9e758 by Campbell Barton June 10, 2012, 09:05 (GMT) |
fix for un-initialized memory use for modal inset/bevel. |
Revision bdc10e7 by Sergey Sharybin June 10, 2012, 09:04 (GMT) |
Missed NULL-pointer checks in poll some functions |
Revision 945cc46 by Lukas Toenne June 10, 2012, 07:51 (GMT) |
Fix for compositor image node draw function. The image user pointer needs to be constructed explicitly from the node storage pointer. |
Revision 0586705 by Lukas Toenne June 10, 2012, 07:35 (GMT) |
Fix #31747, broken image sequence loading after r47432. The image file name function was updating the iuser->framenr using a supposed cfra parameter. However, the actual cfra is unknown when loading movies or sequences, so the iuser->framenr value itself was passed in its place, leading to incremental addition of the iuser frame offset. Removed the cfra parameter altogether from the image path function. This should instead be done separately if necessary, it's not an inherent part of constructing the image file name. |
Revision 0d6ffd9 by Campbell Barton June 10, 2012, 00:22 (GMT) |
remove duplicate import |
Revision 02bcba3 by Dan Eicher June 9, 2012, 21:43 (GMT) |
OBJECT_OT_drop_named_material -- missing notifier for material panel UI update |
|