Revision ac345fc by Campbell Barton February 25, 2013, 11:52 (GMT) |
fix for toggle buttons not taking effect on mousedown. |
Revision 18fd4bd by Sergey Sharybin February 25, 2013, 10:02 (GMT) |
Update Carve to newest upstream version with some assorted fixes Perhaps some warnings could be silenced, but not in mood of writing local patches at this moment. They're all harmless anyway. |
Revision 0479f78 by Sergey Sharybin February 25, 2013, 09:46 (GMT) |
Camera tracking, minor changes: - Fill in image dimension for camera intrinsics used for solution refirement. - Retrieve K3 from camera intrinsics after refining. Shall be no functional changes, just makes things clear and robust for further improvements. |
Revision ff6ca7d by Sergey Sharybin February 25, 2013, 09:38 (GMT) |
code cleanup: remove unused and unsupported functions from libmv-capi --- svn merge -r52855:52856 ^/branches/soc-2011-tomato |
Revision 2df945d by Sergey Sharybin February 25, 2013, 09:36 (GMT) |
Camera tracking: libmv distortion API now also uses camera intrinsics structure instead of passing all the parameters to every function. Makes it much easier to tweak distortion model. --- svn merge -r52854:52855 ^/branches/soc-2011-tomato |
Revision a0d646d by Sergey Sharybin February 25, 2013, 09:27 (GMT) |
Synchronize libmv with own branch Should be no functional changes, just would help a lot checking on which stuff was/shall be merged from tomato and which is not. |
Revision 12baa00 by Sergey Sharybin February 25, 2013, 09:24 (GMT) |
code cleanup: camera tracking - Moved keyframes and refirement flags into reconstruction options structure - Moved distortion coefficients and other camera intrinsics into own structure - Cleaned up reconstruction functions in libmv c-api --- svn merge -r52853:52854 ^/branches/soc-2011-tomato |
Revision 66cca26 by Sergey Sharybin February 25, 2013, 08:59 (GMT) |
Upgrade Ceres library to current master which is current 1.5RC This is helpful because it brings CHOLMOB-free ITERATIVE_SCHUR and SCHUR_JACOBI which is really nice for new upcoming bundle adjustment. If also includes all the local fixes we made locally. There're lots of other improvements/fixed which are not currently would be so much visible in Blender, but which opens doors for some great improvements in future. |
Revision 23d603b by Sergey Sharybin February 25, 2013, 08:16 (GMT) |
Update bundled version of minilzo This updates minilzo from version 2.03 to version 2.06 which is like 3 years newer. The main reason of this update is that older minilzo had some strange valgrind warnings. Likely they're harmless, but it was still annoying to troubleshot bakes with valgrind. |
Revision 2f2c0a6 by Mitchell Stokes February 25, 2013, 05:55 (GMT) |
BGE: Fixing a crash reported by Ace Dragon on BA. It looks like Object->totcol can give a number higher than the number of materials, so I've added some NULL checks. |
Revision 732f6f7 by Campbell Barton February 25, 2013, 04:19 (GMT) |
fix for python exception getting the ID from an operator button: attempting to select 'Online Manual' or 'Python Reference' from the UI of a running operator would give an error popup. |
Revision 63feb31 by Campbell Barton February 25, 2013, 03:54 (GMT) |
fix for regression in 'object.shape_key_transfer' operator since BMesh merge, using the RELATIVE_FACE method failed. |
Revision d9e8381 by Campbell Barton February 25, 2013, 03:45 (GMT) |
fix for weight paint using values over 1.0 when blending, since its possible to have a brush strength over 1.0, it was possible to paint weights which would over-shoot the intended weight. |
Revision 7b7d38d by Campbell Barton February 25, 2013, 00:45 (GMT) |
fix for own error r54703, the event->mval was relative to a different region. also make recent image dnd patch add the new object at the mouse cursor. |
Revision 5331b94 by Mitchell Stokes February 25, 2013, 00:03 (GMT) |
Hidding the append: already linked message if G.debug is false. This gets rid of some noise in the console for BGE games that run into this case a lot. |
Revision 07beb61 by Nicholas Bishop February 25, 2013, 00:02 (GMT) |
Fix for collapse-edges crash in dyntopo Was incorrectly testing for a vertex in a set with BLI_ghash_lookup rather than BLI_ghash_haskey; the key in this case is always null so the test failed. This could leave the PBVH in an inconsistent state, since the top-level map of BMesh vertices to PBVH nodes would indicate the vertex was in a node, but that node wouldn't actually have any faces using the vertex. That inconsistent state would eventually lead to a crash in pbvh_bmesh_vert_remove(). Fixes http://projects.blender.org/tracker/?func=detail&atid=498&aid=34370&group_id=9 |
Revision 21c1078 by Tamito Kajiyama February 24, 2013, 23:43 (GMT) |
Freestyle Python API improvements - part 9. * Fix for wild card import statements (e.g., "from Freestyle import *") was done. Now import statements are either without using "from" or with all imported names explicitly listed. * GNU GPL header blocks were added to Python programs. Additional code clean-up was also made. * Removed freestyle_init.py and extra-lines.sml that were no longer used. |
Revision 4e1ea1f by Campbell Barton February 24, 2013, 23:18 (GMT) |
patch [#34411] Patch for image drag and drop to create Empty rather than BG image from Kevin Mackay (yakca) |
Revision 83e53af by Campbell Barton February 24, 2013, 21:51 (GMT) |
patch [#34380] Fix Python console bug: "autocomplete" doesn't advance cursor properly when completion includes UTF8 characters from Shinsuke Irie (irie) |
Revision a9b9fcc by Campbell Barton February 24, 2013, 20:33 (GMT) |
style cleanup |
|
|
|


Master Commits
MiikaHweb | 2003-2021