Revision 5ef9039 by Brecht Van Lommel November 7, 2011, 15:23 (GMT) |
Revision 9b56522 by Campbell Barton November 7, 2011, 15:19 (GMT) |
minor warning nicer api use |
Revision 50ef1b1 by Thomas Dinges November 7, 2011, 15:19 (GMT) |
Tracker/Movie Clip Editor: * Fix property not showing up: correlation_min, was actually called minimum_correlation in RNA. |
Revision d424e14 by Andrew Wiggin November 7, 2011, 15:03 (GMT) |
Fix [#29191] Crash when switching to mask mode for texture paint |
Revision 5ebee68 by Thomas Dinges November 7, 2011, 14:34 (GMT) |
2.6 UI: * Minor tweaks after tomato merge, rest of Tomato UI code is excellent. :) |
Revision 2b6e4f2 by Joshua Leung November 7, 2011, 13:25 (GMT) |
Bugfix [#29064] armature with curve contraint - crash Spline IK and Auto-IK working together on the same bone chain could crash due to the somewhat hacky way that they were sharing the same list for the "iktree" forest. Resolved by doing what I should have done from the beginning, and made Spline-IK save its ik chains off into a separate list. While this fixes the crash, it might be worth investigating outright disabling this from working in this case, since it can be a bit confusing to have it appear to not work. |
Revision 7b43abb by Sergey Sharybin November 7, 2011, 12:56 (GMT) |
Camera tracking integration =========================== Rest of changes from camera tracking gsoc project. This commit includes: - New compositor nodes: * Movie Clip input node * Movie Undistortion node * Transformation node * 2D stabilization node - Slight changes in existing node to prevent code duplication |
Revision 27d42c6 by Sergey Sharybin November 7, 2011, 12:55 (GMT) |
Camera tracking integration =========================== Commiting camera tracking integration gsoc project into trunk. This commit includes: - Bundled version of libmv library (with some changes against official repo, re-sync with libmv repo a bit later) - New datatype ID called MovieClip which is optimized to work with movie clips (both of movie files and image sequences) and doing camera/motion tracking operations. - New editor called Clip Editor which is currently used for motion/tracking stuff only, but which can be easily extended to work with masks too. This editor supports: * Loading movie files/image sequences * Build proxies with different size for loaded movie clip, also supports building undistorted proxies to increase speed of playback in undistorted mode. * Manual lens distortion mode calibration using grid and grease pencil * Supervised 2D tracking using two different algorithms KLT and SAD. * Basic algorithm for feature detection * Camera motion solving. scene orientation - New constraints to "link" scene objects with solved motions from clip: * Follow Track (make object follow 2D motion of track with given name or parent object to reconstructed 3D position of track) * Camera Solver to make camera moving in the same way as reconstructed camera This commit NOT includes changes from tomato branch: - New nodes (they'll be commited as separated patch) - Automatic image offset guessing for image input node and image editor (need to do more tests and gather more feedback) - Code cleanup in libmv-capi. It's not so critical cleanup, just increasing readability and understanadability of code. Better to make this chaneg when Keir will finish his current patch. More details about this project can be found on this page: http://wiki.blender.org/index.php/User:Nazg-gul/GSoC-2011 Further development of small features would be done in trunk, bigger/experimental features would first be implemented in tomato branch. |
Revision af5526e by Sergey Sharybin November 7, 2011, 12:50 (GMT) |
Camera tracking integration: Final pre-merge code clean-up |
Revision ca24008 by Sergey Sharybin November 7, 2011, 12:49 (GMT) |
Revision 9842d84 by Campbell Barton November 7, 2011, 11:08 (GMT) |
don't write into bmesh edge indices when calculating solidify normals |
Revision e122dc0 by Bastien Montagne November 7, 2011, 09:33 (GMT) |
Removing a wrong node_type_storage (checked and confirmed by lukas_t). |
Revision b0a21ad by Campbell Barton November 7, 2011, 09:02 (GMT) |
replace bmesh specific macros with math functions, also some pedantic formatting edits. |
Revision 22723a3 by Sergey Sharybin November 7, 2011, 07:16 (GMT) |
Fix #29174: Vertex normals temporarily incorrect after deleting a face Looks like it was just missed recalc_editnoormals call in Delete Mesh operator. |
Revision 7508540 by Campbell Barton November 7, 2011, 07:01 (GMT) |
svn merge -r41575:41602 ^/trunk/blender |
Revision 4b3cc63 by Campbell Barton November 7, 2011, 05:28 (GMT) |
fix [#29183] Make duplicates real: parent informations of the group is not copied infact this is a feature request but we had reports about it before and its useful to have. 2 new options for OBJECT_OT_duplicates_make_real - parent to original duplicator - keep internal hierarchy |
Revision bb8fe0b by Campbell Barton November 7, 2011, 04:36 (GMT) |
minor edits - remove unneeded type check from convert grease pencil operator. - correct some error prints & use __func__. - make copy_libblock take an ID* argument rather than void*. |
Revision 96d73bf by Campbell Barton November 7, 2011, 01:38 (GMT) |
replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functions for int & char. |
Revision fb56dbc by Brecht Van Lommel November 6, 2011, 21:05 (GMT) |
Cycles: procedural texture nodes reorganization. This will break existing files using them, but rather do it now that I have the chance still. Highlights: * Wood and Marble merged into a single Wave texture * Clouds + Distorted Noise merged into new Noise node * Blend renamed to Gradient * Stucci removed, was mostly useful for old bump * Noise removed, will come back later, didn't actually work yet * Depth setting is now Detail socket, which accepts float values * Scale socket instead of Size socket http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/Nodes/Textures |
Revision a35a318 by Sergey Sharybin November 6, 2011, 18:40 (GMT) |
Camera tracking integration =========================== - Fixed to incorrect users count for clip datablocks when performing some actions. - Slight changes in used notifiers. |
|
|
|


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