Revision e922b72 by Campbell Barton August 9, 2012, 22:43 (GMT) |
Separate uv selection operator: Y key, behaves much the same way as the mesh separate tool works. |
Revision 7a760b4 by Campbell Barton August 9, 2012, 19:59 (GMT) |
generate COM_OpenCLKernels.cl.h automatically at build time, this allows editing COM_OpenCLKernels.cl and rebuilding and means we dont have to have both files in svn. updates made to cmake and scons. |
Revision ed09815 by Sergey Sharybin August 9, 2012, 18:12 (GMT) |
Compilation error fix: G.rendering was renamed to G.is_rendering |
Revision 2e30bf2 by Sergey Sharybin August 9, 2012, 17:03 (GMT) |
Revision 9f30c71 by Sergey Sharybin August 9, 2012, 16:57 (GMT) |
Frame matching methods for follow track constraint This is needed in cases when using blender camera with different resolution than original footage. Behaves in the same way as background picture framing. |
Revision 9a32fd0 by Sergey Sharybin August 9, 2012, 16:56 (GMT) |
Fixed typo in clip's display aspect usage |
Revision 2f2560e by Campbell Barton August 9, 2012, 15:59 (GMT) |
use sensor size when calculating dof rather then hard coded values. |
Revision 863aee6 by Daniel Genrich August 9, 2012, 13:33 (GMT) |
Bugfix/Enhancement: Cloth didn't support animated vertex groups like the "Vertex Weight" modifier. Regression blend file: http://wiki.blender.org/uploads/b/b8/Cloth_anim_vertex.blend Thanks to Kologe for reporting this problem and also providing the regression blend file. |
Revision 6e939eb by Thomas Dinges August 9, 2012, 12:08 (GMT) |
Cycles / Cmake: * When CUDA building is enabled, build sm_30 kernel as well. |
Revision 9a36b51 by Lukas Toenne August 9, 2012, 11:45 (GMT) |
Fix for the default internal connect function for nodes (used in muting, detaching, etc.). This is supposed to look for the first input/output of every socket type, but was actually taking the first matching link from the link list, regardless of the linked socket's position. |
Revision f05257f by Sergey Sharybin August 9, 2012, 09:36 (GMT) |
Remove redundant referenced to bf_intern_bop |
Revision 0107385 by Campbell Barton August 8, 2012, 21:20 (GMT) |
code cleanup: ensure macros require ';' endings |
Revision 5e0f254 by Campbell Barton August 8, 2012, 20:38 (GMT) |
utility functions for getting/setting rectangles for operators. |
Revision 6cfb7f5 by Campbell Barton August 8, 2012, 19:54 (GMT) |
support for border zooming out by using the middle mouse button, works in 2D views already |
Revision f0951f5 by Campbell Barton August 8, 2012, 18:37 (GMT) |
code cleanup: rename G.afbreek --> is_break, G.rendering --> is_rendering |
Revision 0b5a995 by Campbell Barton August 8, 2012, 18:21 (GMT) |
code cleanup: rename G.rt to G.debug_value |
Revision 5019cd1 by Campbell Barton August 8, 2012, 18:10 (GMT) |
add threshold blending to opencl too. |
Revision a401971 by Campbell Barton August 8, 2012, 18:04 (GMT) |
sync changes between opencl and C++ VariableSizeBokehBlurOperation, also remove absf() check on pixel radius, this is ensured to be unsigned. |
Revision 543cee1 by Lukas Toenne August 8, 2012, 17:37 (GMT) |
Renamed the mx/my coordinates in SpaceNode to more descriptive 'cursor'. This follows the naming in the View3D space, since this vector is used for essentially the same purpose (adding nodes at a specific location), although not used for any transform origin and not displayed in the editor. Note: While renaming DNA properties is usually dangerous and can break files, in this case it is possible because the mx/my values are only used at runtime. |
Revision 3a92c85 by Campbell Barton August 8, 2012, 17:10 (GMT) |
svn merge ^/trunk/blender -r49707:49710 |
|
|
|


Master Commits
MiikaHweb | 2003-2021