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
2013-09-23Fix potential usage of wrong track when setting axis for scene orientationSergey Sharybin
2013-09-17Setting keyframe is now possible for tracks which doesn't have marker at curr...Sergey Sharybin
2013-09-17Re-track the plane after clearing the keyframeSergey Sharybin
2013-09-10Tweaks to plane trackSergey Sharybin
2013-09-09Create/delete keyframe for motion tracks in clip editorSergey Sharybin
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for space_clipSergey Sharybin
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-07-28fix for freed memory access clearing tracks in the clip editor.Campbell Barton
2013-07-26fix [#36283] Crash by activating "Clear Active" in Movie Clip EditorCampbell Barton
2013-07-23fix for crash in track_markers_freejob (use freed memory)Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-06-01style cleanupCampbell Barton
2013-05-30Patch #35464: Marker placement for motion tracker by clicking on a desired lo...Sergey Sharybin
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-22De-duplicate zero resolution check in marker add operators.Sergey Sharybin
2013-05-22Fix #35461: Marker gets initialized to arbitrary positionSergey Sharybin
2013-05-21Fix #35232: Marker right-click misbehavior on addingSergey Sharybin
2013-05-12Refine markers position operatorSergey Sharybin
2013-05-09Added a button to apply scale on scene solutionSergey Sharybin
2013-05-09Setting tracking object scale shall not depend on active objectSergey Sharybin
2013-04-04Jump to start/end of tracked segment works in Mask editing mode now.Sergey Sharybin
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-28More UI messages fixes...Bastien Montagne
2013-02-20Fix #34299: Motion Tracking 20x slower under WindowsSergey Sharybin
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-18Fix #33487: game engine did not convert objects with rotation modes other thanBrecht Van Lommel
2012-11-27Camera Tracking: fixed camera solve operator not updating scene cameraSergey Sharybin
2012-11-07Motion Tracker: disable stabilization operators when active object is not a c...Sergey Sharybin
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26Camera tracking fixesSergey Sharybin
2012-10-23rename api functions...Campbell Barton
2012-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-15Motion Tracking: fixed dopesheet left in incorrect state after joining tracksSergey Sharybin
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-09Motion Tracking: move keyframe settings to per-tracking object settingsSergey Sharybin
2012-08-22lasso select works in the node editor again, Ctrl+Alt+LMB, Ctrl+Alt+Shif+LMB ...Campbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27code cleanup: pass mouse position as int[2] rather then wmEventCampbell 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-26Fix typo and change shortcuts to Q and E. Works better when emulate numpad is...Sergey Sharybin