Revision d516fed by Lukas Toenne February 18, 2014, 18:01 (GMT) |
Fix T38488: Single pixel line artifact with Rotate and Wrapped Translate nodes. The Rotate node was calculating the center with a 1 pixel offset, which effectively shifts the image by 1 pixel on one or both axis for right-angle (90 degree) rotations. Note that the wrapping feature for translate nodes can still produce undesirable results for non-quadratic images. This is because of how the resolution calculation works atm: the Rotate node will keep the resolution of the input image, even if the resulting image is then cropped or leaves empty margins. There is no easy way to fix that without redesign. |
Revision f5ae569 by Sergey Sharybin February 18, 2014, 17:12 (GMT) |
Fix T38691: Curve object bevel not working in group instance It is possible that objects from dupli-groups depends on objects which are not in the dupli-group. We do need this objects to be evaluated as well on visible changes, so all dependencies for objects from the dupli-group are met. Unfortunately, we don't have parent relations on this state, so we're to use DFS over the whole DAG to gather such dependencies. This is probably not so bad since visible update is called really rarely. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D326 |
Revision c987bcc by jens verwiebe February 18, 2014, 16:18 (GMT) |
OSX: more futurework for clang-openmp: - moved assumed location of omp lib to blender libs - prepared libiomp5 to link out of the box with cmake - changed according in scons - introduced a local var C_VENDOR, cause Apple clang 3.4 may not include omp support yet - added a linklibs for msgfmt ( may not be needed for other than OSX ) |
Revision 7aa86ec by Sergey Sharybin February 18, 2014, 13:09 (GMT) |
Fix T38700: Plane track can't be adjust when select mouse is set to left |
Revision cbbc67a by Dalai Felinto February 18, 2014, 13:08 (GMT) |
fix - T38561: Fly mode vs. Walk Mode Navigation Keyboard Controls * QE as up/down to Fly Navigator * Alt as slow modifier to Fly Navigator * Update on Walk header info Note: I left the original RF/Ctrl shortcuts working for fly navigator but they are no longer visible in the header info. So old users will still be using what they were used to, while new ones get used to what walk navigation is using. |
Revision e965afc by Campbell Barton February 18, 2014, 13:05 (GMT) |
Python: remove redundant len() use |
Revision d035e5a by Sergey Sharybin February 18, 2014, 12:57 (GMT) |
Fix T38698: In the Mask tab the Insert Key and Clear Key button labels are switched |
Revision dcdb4ea by Campbell Barton February 18, 2014, 12:55 (GMT) |
NDOF: Fix for fly/walk mode ignoring axis invert options |
Revision 1355387 by Lukas Toenne February 18, 2014, 12:18 (GMT) |
Fix T38506: Bokeh blur node - size bugs with OpenCL. The underlying cause for these issues is the insufficient sampling of the bokeh image. For smaller blur radius there will be very few samples taken, and with 1-pixel radius it boils down to just 4 samples: 2 on the left border (black), 1 in the center (black) and 1 at the top border (blue) ... For now have added the workarounds implemented in the CPU version of that node, which hide these artifacts. Ultimately would be better to have mipmap levels for the bokeh image input instead. |
Revision 69fb332 by Shinsuke Irie February 18, 2014, 10:09 (GMT) |
Fix regression that Blender crashes on startup if UI translation is enabled, it was mistake in rB50b2c78ad8b6. |
Revision db172c1 by Sergey Sharybin February 18, 2014, 10:01 (GMT) |
Fix T38672: Can't select strips inside a Meta on the Mask Modifier |
Revision 688d098 by Sergey Sharybin February 18, 2014, 09:08 (GMT) |
Fix T38667: When using "Maya" Input Interface, pressing "E" does not initiate rotation in the UV/Image Editor Was a shortcut conflict with unwrap. Use 'U' for unwrap now, so no conflict is here. Preset still doesn't work tho, Cambo need to solve missing operators used here since NDOF changes. |
Revision 2175302 by Sergey Sharybin February 18, 2014, 06:37 (GMT) |
Possible fix for T38644: H.264 with PNG RGBA encoding crashes |
Revision 97b90d8 by Sergey Sharybin February 18, 2014, 05:53 (GMT) |
Fix T38637: Boolean produces faces with holes which isn't supported by BMesh Simple fix -- use CarveHoleResolver hook for CSG which will split faces containing holes. |
Revision 6dafb89 by Campbell Barton February 18, 2014, 01:33 (GMT) |
Fix FCurve reading freed themes, assert to prevent further misuse |
Revision 410613e by Campbell Barton February 18, 2014, 00:57 (GMT) |
NDOF: add keymapping for the 'fit' button for other 2d views |
Revision 5fb2d21 by Campbell Barton February 18, 2014, 00:57 (GMT) |
NDOF: support pan/zoom for view2d (nodes, graph editor, sequencer... etc) |
Revision 2b0aa10 by Campbell Barton February 18, 2014, 00:57 (GMT) |
NDOF: show invert pan & zoom in the menu outside the 3d view |
Revision c4bebc06 by Campbell Barton February 18, 2014, 00:57 (GMT) |
NDOF: fix for broken zoom invert for image and clip editor also match zoom speed with 3d view |
Revision c67b9f4 by Campbell Barton February 18, 2014, 00:57 (GMT) |
NDOF: image and clip views ignored axis invert preferences also X/Y invert was swapped for 3d view. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021