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
2015-06-12Support metadata display in clip editorAntony Riakiotakis
2015-05-13Fix T44683: Unable to mute movie clip when using stabilized displaySergey Sharybin
2015-04-22Tracking: Show plane track outline if image failed to loadSergey Sharybin
2015-01-07Fix for bool flag useCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-09-03Skip distortion of the grease pencil associated with the trackSergey Sharybin
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-02implement cache line for image editorSergey Sharybin
2014-03-06Hiding plane tracks was never implementedSergey Sharybin
2014-03-04Fix T38944, Fonts too small in Movie Clip Editor on Retina display.Thomas Dinges
2014-02-28Proper solution for crash of GP when marker is not exist on current frameSergey Sharybin
2014-02-26Fix crash happening when drawing GP for a track which doesn't have visible ma...Sergey Sharybin
2014-02-07Add Tabs for Movie Clip EditorSergey Sharybin
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-01Code cleanup: use length squared where possibleCampbell Barton
2013-12-21Fix T37907: Crash when change screen layout to "Motion Tracking"Sergey Sharybin
2013-12-20Fix wrong display of movie clip cache with mask overlay enabledSergey Sharybin
2013-12-06Alpha channel of a plane track image works fine in MCE nowSergey Sharybin
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-29Image wrapping for plane track in clip editorSergey Sharybin
2013-09-17Muted footage in MCE still was reading the frames from diskSergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for space_clipSergey Sharybin
2013-08-27Mask primitivesSergey Sharybin
2013-08-24Fix bad draw of plane track when using Tiny display optionSergey Sharybin
2013-08-19Code cleanup: use bool instead of BOOL/intSergey Sharybin
2013-08-19Fix read past end of array when drawing tracking markers keyframesSergey Sharybin
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-06-12Cleaned code a bit around 2D stabilizationSergey Sharybin
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-05code cleanup: include orderCampbell Barton
2013-04-04Clip editor prefetch changesSergey Sharybin
2013-04-03Apparently zoom in clip editor was brokenSergey Sharybin
2013-04-03code cleanup: unused functionsCampbell Barton
2013-04-02More usage of GLSL for color managed image drawingSergey Sharybin
2013-03-29Implement GPU-side display transform for clip editorSergey Sharybin
2013-03-20Prefetching for movie clipsSergey Sharybin
2013-03-19Use checker backdrop for footage with alpha channel in clip editorSergey Sharybin
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2012-12-18Made motion tracking data aware of DPI in clip editor.Sergey Sharybin
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-10Movie clip: display stabilization border even if current frame failed to loadSergey Sharybin
2012-11-05code cleanup: use enums for view3d_snap transverts.Campbell Barton
2012-11-05Camera Tracking: proper display of current frame in cache line when sequence ...Sergey Sharybin
2012-10-23rename api functions...Campbell Barton