Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-01misc mask fixesCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27Display solver keyframes in cache lineSergey Sharybin
2012-07-27change clip utility function arguments to take space data and region rather t...Campbell Barton
2012-07-25move mask and draw settings into its own struct to be shared between spaces.Campbell Barton
2012-06-20Do not check result of BKE_tracking_marker_get -- it shall alwaysSergey Sharybin
2012-06-20Grease pencil and manual calibration weren't aware of clip start frameSergey Sharybin
2012-06-20Cleanup up space clip API:Sergey Sharybin
2012-06-19Changes in clip editor's public api to make it's more clearSergey Sharybin
2012-06-18Fix for compiling with all warnings as error (commenting out unused vars).Bastien Montagne
2012-06-18Disable mouse slide to control offset and uniform pattern scale for nowSergey Sharybin
2012-06-16style cleanupCampbell Barton
2012-06-15Changed behavior of how pattern is controlling by mouse:Sergey Sharybin
2012-06-15Remove unused code and correct comment for track mask AASergey Sharybin
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-12fix for crash drawing grease pencil attached to a tracking marker.Campbell Barton
2012-06-10style cleanupCampbell Barton
2012-06-10Also fix cache line in clip editor which didn't take start frame into account.Sergey Sharybin
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-10Support for per-track Grease Pencil datablocks for motion trackingSergey Sharybin
2012-06-07Remove unused ibuf argument from draw_gpencil_2dimageSergey Sharybin
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-06-04abbreviate mask-editing to mask-editCampbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-07Style cleanup of own modules using style checker from Campbell.Sergey Sharybin
2012-05-04Style cleanup: spaces around operatorsSergey Sharybin
2012-05-04Camera tracking: show disabled active track even if Show Disabled is switched...Sergey Sharybin
2012-04-30Camera tracking: use texture buffers (if supported) to display clip editor fr...Sergey Sharybin
2012-04-28Camera tracking: if there's no image for current frame display default gridSergey Sharybin
2012-04-07Disabling color channels for float images in clip editor now works fine.Sergey Sharybin
2012-03-26Code style cleaup for motion-tracking modules.Sergey Sharybin
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-26Fixed for selected bundles drawing in 3D viewport:Sergey Sharybin
2012-02-17Camera tracking: run aspect correction before stabilizing shotSergey Sharybin
2012-02-08Movie Clip Editor: manual calibration will now respect GP layer's hidden flagSergey Sharybin
2012-02-05Movie Clip Editor: cleanup of display panelsSergey Sharybin
2012-01-25Various fixes for camera tracking stuffSergey Sharybin
2012-01-15Fixed incorrect behavior of 2d stabilization preview in clip editor when prox...Sergey Sharybin
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2012-01-11minor changes to BLF api useCampbell Barton
2011-12-15Object tracking fixes:Sergey Sharybin
2011-12-05Object tracking; initial commitSergey Sharybin
2011-11-30Deduplicate code used for drawing text information at the top of space region.Sergey Sharybin
2011-11-28Camera tracking: moved camera solver into it's own jobSergey Sharybin
2011-11-10Fixed possible issue drawing undistorted clip in clip editor.Sergey Sharybin