Revision 14a68d3 by Sergey Sharybin June 19, 2012, 14:09 (GMT) |
Mark context as const when it's possible and avoid typecasts from const bContext* to bContext* |
Revision 7f2d1c0 by Jeroen Bakker June 19, 2012, 13:52 (GMT) |
Implemented Preview of defocus to set the quality of the node to Low increased the inner loop of opencl |
Revision a3680a3 by Campbell Barton June 19, 2012, 13:48 (GMT) |
svn merge ^/trunk/blender -r48070:48078 |
Revision cf2ae76 by Campbell Barton June 19, 2012, 13:20 (GMT) |
fix for uninitialized memory use in the new compositor. |
Revision b2eafb5 by Campbell Barton June 19, 2012, 12:19 (GMT) |
stray paste in last commit |
Revision 6b7e16f by Campbell Barton June 19, 2012, 12:18 (GMT) |
fix for building without opencolorio |
Revision c9e974b by Campbell Barton June 19, 2012, 11:04 (GMT) |
fix for scons |
Revision bb7b8be by Jeroen Bakker June 19, 2012, 09:52 (GMT) |
* fixed defocus background blurin... |
Revision 873b267 by Ove Murberg Henriksen June 19, 2012, 09:52 (GMT) |
cleanup for bwetter naming |
Revision 340489d by Jeroen Bakker June 19, 2012, 08:48 (GMT) |
* Fixed brightness (was introduced by optimalization) * added threshold functionality still have to fix the background bleeding. not sure why it happens. needs some revisites. |
Revision 66617d1 by Campbell Barton June 19, 2012, 08:16 (GMT) |
svn merge ^/trunk/blender -r47961:48070 |
Revision fbbd64a by Lukas Toenne June 19, 2012, 07:46 (GMT) |
Fix #31646, somehow a 2.62 file output node can have NULL storage pointer. Not sure how this can happen, but added checks in do_versions to make sure the file doesn't crash. Paths will probably have to be reset though. |
Revision 07aaf35 by Ove Murberg Henriksen June 19, 2012, 02:23 (GMT) |
Error reporting added. Note that when changing to optional methods that fails, it fails silently still. Might have to adress this. |
Revision 32992ca by Ove Murberg Henriksen June 19, 2012, 01:19 (GMT) |
Bugfix to if statement always reporting true |
Revision fcb650a by Ove Murberg Henriksen June 19, 2012, 00:35 (GMT) |
Fixed loop instead of one liners for interpolate over face method mode. |
Revision 77dde3d by Jeroen Bakker June 18, 2012, 21:20 (GMT) |
* Enabled OpenCL for the compositor Tested on: - Windows32 ATI V5800 - Linux64 GTX360M - Linux64 Quadro FX360M The ATI is much more stable as the Nvidia platforms. We have tested a different scheduling that will speed up for AMD (not checked in yet) It compiles on all platforms, but fails on our MAC book Pro. Black lines are produced on the top of a opencl workgroup. By using localworksize we were able to remove these lines, but are not satisfied at this solution (so will not check this in yet). Please everyone check if it works on your configuration and add Bugs when needed. To test you need to add a BokehBlur to your scene and enable the OpenCL flag in the property panel. |
Revision c9e98e8 by Nicholas Bishop June 18, 2012, 20:50 (GMT) |
Fix for subsurf oscillations along creased boundary edges Changed the "exterior edge interior shift" section of subsurf calc to always treat boundary edges the same, regardless of sharpness. We should revisit subsurf creasing to see if more consistent and predictable results are possible, but for now this a non-intrusive way to avoid wavyness along the boundary. Fixes bug [#31864] Artifacts when using Subsurf+Crease on plane http://projects.blender.org/tracker/index.php?func=detail&aid=31864&group_id=9&atid=498 |
Revision fd36fb8 by Nicholas Bishop June 18, 2012, 20:50 (GMT) |
Code cleanup: use float* rather than void* in subsurf calculation No functional changes. |
Revision 0b7c9f1 by Bastien Montagne June 18, 2012, 20:22 (GMT) |
Minor UI message fixes. |
Revision 56ebb0b by Ove Murberg Henriksen June 18, 2012, 19:59 (GMT) |
style cleanup fixed indents (I belive!?!) |
|