Revision 37c02dd by Sergey Sharybin April 14, 2012, 12:03 (GMT) |
Camera tracking: revert changes made for texture buffer frame drawing. Will be applied as another cleaned-up patch. |
Revision 339efd5 by Sergey Sharybin April 14, 2012, 12:02 (GMT) |
Camera tracking: if there's no image for current frame display default grid and allow to interact with tracks for operators which doesn't require image. |
Revision f9d9b46 by Sergey Sharybin April 14, 2012, 12:02 (GMT) |
Camera tracking: support of tripod motion solving Expose option into interface to use modal solver which currently supports only tripod motion. This solver requires two tracks at least to reconstruct motion. Using more tracks aren't improving solution in general, just adds instability into solution and slows down things a lot. Refirement of camera intrinsics is supported by this solver. To use this solver just activate "Tripod Motion" checkbox in solver panel. |
Revision efb9b6c by Sergey Sharybin April 14, 2012, 12:02 (GMT) |
libmv: bundle new upstream version of libmv from own branch Added modal solver module which is needed for tripod solving. For details of this solver read changelog of libmv. |
Revision 513f363 by Joshua Leung April 14, 2012, 11:58 (GMT) |
Silencing some compiler warnings on Windows argv is defined as "char *" here so that unicode magic can happen causing problems later on when "const char**" is expected instead. While this fix is redundant on other platforms, it's a lot less confusing than some of the alternative fixes. |
Revision bfca79a by Sergey Sharybin April 14, 2012, 10:46 (GMT) |
Revision 4a19ccf by Tamito Kajiyama April 14, 2012, 10:38 (GMT) |
Merged changes in the trunk up to revision 45619. |
Revision 9a79bd3 by Campbell Barton April 14, 2012, 05:09 (GMT) |
don't constrain single edge extrude, annoying for retopo see: https://www.youtube.com/watch?v=5AzRpFfWR6k request from ZanQdo, VenomGFX & Jonathan Williams. For previous functionality Z, Shift+Z. |
Revision 969a079 by Campbell Barton April 14, 2012, 03:58 (GMT) |
code cleanup: comment (almost) all members of KeyBlock & Key. |
Revision 289f627 by Campbell Barton April 14, 2012, 02:48 (GMT) |
code cleanup: when extending name length Key.elemstr was incorrectly extended to 64 chars, added comment and set back to original length. |
Revision c8a1ef7 by Campbell Barton April 14, 2012, 02:32 (GMT) |
style cleanup: key.c |
Revision 889dc20 by Bastien Montagne April 13, 2012, 20:58 (GMT) |
Grmph, BLF_(p)gettext were not protected against NULL message/context, was causing a sigsev with latest own commits (in File menu)! |
Revision 134bf10 by Bastien Montagne April 13, 2012, 20:25 (GMT) |
i18n: "labels" of multi-section enums need to be marked for gettext (N_()), as they are not available from python... |
Revision 4c1c092 by Bastien Montagne April 13, 2012, 19:59 (GMT) |
Fixed (or partly fixed) various missing UI translations, mainly with some specific ops invocations (popup menus�?�), and (to some extent) with the undo/redo stuff. |
Revision 455b821 by Thomas Dinges April 13, 2012, 19:34 (GMT) |
Revision b219b52 by Brecht Van Lommel April 13, 2012, 17:42 (GMT) |
Fix #30376: cycles ignores camera override from sequencer. |
Revision 440f449 by Brecht Van Lommel April 13, 2012, 16:03 (GMT) |
Fix #30858: UI losing buttons at some random moment after using Blender for a while. This may not fix all cases but should at least solve the issue when rendering with cycles. The cause was a race condition on C->data.recursion, with multiple threads accessing context at the same time. Cycles itself does not access context from the render thread, but the bpy api would do a context update for any callback in case e.g. a new file got loaded. Disabled that now in non-main threads. The ideal solution would be to not allow any context access at all from threads but that's not so simple to implement, especially not this close to release. |
Revision 152b253 by Antonis Ryakiotakis April 13, 2012, 15:33 (GMT) |
remove duplicate notifier event |
Revision 20110e7 by Bastien Montagne April 13, 2012, 15:21 (GMT) |
Do not hide (gray out) lens/lock to object/lock to cursor options in Quad views (View panel)... |
Revision 87364be by Campbell Barton April 13, 2012, 15:15 (GMT) |
fix [#30728] Align View Restricts Further View Changes turntable rotation can get into gimbal lock. |
|