Revision 259ddc4 by Brecht Van Lommel September 9, 2013, 20:23 (GMT) |
Fix #36641: maya key configuration shift + LMB drag border select did not work anymore. This broke after the change to make holding shift deselect with B key border select in the regular Blender keymap. |
Revision 83b2eef by Bastien Montagne September 9, 2013, 20:22 (GMT) |
Usual UI messages fixes... |
Revision 00641bb by Antonis Ryakiotakis September 9, 2013, 18:39 (GMT) |
Attempt fix for #36688. Curves may not be not initialized when called from python. C code explicilty says that curvemapping_initialize should be called prior to evaluating the curve, however the curve clip rectangle is not available when calling evaluation on the curvemap. This is not possible unless we force the evaluation on CurveMapping level, not on CurveMap level. For now just pass a rectangle with the x boundary values of the curvemap for evaluation to avoid the crash. |
Revision 97d250f by Brecht Van Lommel September 9, 2013, 18:00 (GMT) |
Fix #36692: crash with split viewer compositing node and rendering. Only one viewer node should write to the viewer image, the logic to check this was wrong, now made it the same as the viewer node. |
Revision d638c4c by jens verwiebe September 9, 2013, 17:26 (GMT) |
OSX/Scons/clang: compilefix for libmv, as discussed with brech just globally |
Revision 60da8c1 by Brecht Van Lommel September 9, 2013, 16:55 (GMT) |
Fix #36593: crash duplicating window on OS X in some situations. User data should be set before GHOST_SetWindowState, since this may generate an event. |
Revision 990e361 by jens verwiebe September 9, 2013, 16:24 (GMT) |
OSX/clang5: revert 59960, todo: make it global |
Revision 0dfc9b1 by jens verwiebe September 9, 2013, 15:45 (GMT) |
OSX/clang5: fix broken compiling |
Revision 59be901 by Sergey Sharybin September 9, 2013, 15:34 (GMT) |
Some more fixes to missing look initialization |
Revision 8802a4b by Thomas Dinges September 9, 2013, 14:26 (GMT) |
3D View / UI: * Save some space in the "Curve Display" panel. Patch by Sebastian König, thanks! |
Revision 9c2c3c1 by Brecht Van Lommel September 9, 2013, 14:23 (GMT) |
Film response looks: * Reorder list a bit to put brands together * Move looks menu below views * Rename camera_response to film_response folder, to make clear that these are photographic film types, not camera models |
Revision 630a06d by Brecht Van Lommel September 9, 2013, 14:23 (GMT) |
Fix #36682: disable shift+backspace shortcut to delete all text in text fields, it's too easy to hit accidentally and isn't a standard shortcut. Deleting all text is quite easy by just pressing backspace right after clicking the text field anyway. |
Revision 6c5df75 by Brecht Van Lommel September 9, 2013, 12:15 (GMT) |
Fix OpenCL build error. |
Revision d703f61 by Brecht Van Lommel September 9, 2013, 12:15 (GMT) |
Fix libmv build error on OS X with Xcode 5. |
Revision 24b27b0 by Sergey Sharybin September 9, 2013, 11:55 (GMT) |
Create/delete keyframe for motion tracks in clip editor Use I to create a new keyframe, Alt-I to remove the ketframe. |
Revision 6217a08 by Sergey Sharybin September 9, 2013, 11:40 (GMT) |
Avoid using "bundle" in condole message print According to bf-vfx the word "bundle" was confusing for artists. |
Revision ea94411 by Sergey Sharybin September 9, 2013, 11:37 (GMT) |
Enable vertex snapping to bundle positions This means it's possible now to snap stuff to reconstructed tracks positions. |
Revision cf8cddf by Sergey Sharybin September 9, 2013, 09:48 (GMT) |
Film response curves implemented as a looks This commit implement's OCIO's Looks idea which is about applying some color correction on the buffer before it get's affected by a display transform. This is mainly used to modify images in an artistics way. Currently we've got looks generated from film response curves for all sorts of cameras. Patch by both of me and Brecht. |
Revision 0392acc by Campbell Barton September 9, 2013, 09:33 (GMT) |
fix [#36685] crash calculating tangent space data on degenerate geometry the error was that the range check was done on the float before converting to an int. now convert to and int first and ensure a valid range on that. |
Revision 35e3111 by Sergey Sharybin September 9, 2013, 08:50 (GMT) |
Fix own mistake in one of previous commits Was overriding list's link next/prev after it was added to the list. Also, no need to set next/prev to NULL when adding a link to the list. |
|
|
|


Master Commits
MiikaHweb | 2003-2021