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
2014-05-01View2d: bring back 2.4x option to lock time for 2d viewsCampbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-04-17Support multiple distortion models, including a new division modelSergey Sharybin
2014-03-20Fix T39270: Since as the Move Clip Editor have only two modes, menu on tab is...Sergey Sharybin
2014-03-19Code cleanup: de-triplicate add menu/toolbars, also style editsCampbell Barton
2014-02-22Code cleanup: styleCampbell Barton
2014-02-19Use tabs for image editor.Antony Riakiotakis
2014-02-19Added track weight to presetsSergey Sharybin
2014-02-19Code cleanup: styleCampbell Barton
2014-02-17Fix T38670: Mask transform without a movieclip crashesSergey Sharybin
2014-02-11Bring back stabilization and GP panels to MCESebastian Koenig
2014-02-07Add Tabs for Movie Clip EditorSergey Sharybin
2014-01-30Code cleanup: remove (now) redundant empty text with icon_onlyCampbell Barton
2014-01-27Fix clip editor interface being broken by a71f072Sergey Sharybin
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2013-12-25Implement per-frame track reprojection error visualizationSergey Sharybin
2013-11-29Image wrapping for plane track in clip editorSergey Sharybin
2013-11-24UI List: remove separate name text fields.Brecht Van Lommel
2013-11-23Add ctrl-click rename to most lists in Blender UI and templates/examples.Bastien Montagne
2013-10-26Weighted tracksSergey Sharybin
2013-10-15Get rid of Allow Fallback optionSergey Sharybin
2013-10-14Interface / Template Lists:Thomas Dinges
2013-09-10Tweaks to plane trackSergey Sharybin
2013-08-24Followup to r59434 : py UI scripts edits.Bastien Montagne
2013-08-23Tracking cleanupSergey Sharybin
2013-08-19MCE: usability improvementSergey Sharybin
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-06-27pep8 cleanupCampbell Barton
2013-05-30Patch #35464: Marker placement for motion tracker by clicking on a desired lo...Sergey Sharybin
2013-05-30Motion tracking: automatic keyframe selectionSergey 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-10Set scene frames operator for clip editor.Sergey Sharybin
2013-05-09Added a button to apply scale on scene solutionSergey Sharybin
2013-04-22Footage information panelSergey Sharybin
2013-04-04Clip editor prefetch changesSergey Sharybin
2013-03-15Fix/disambiguation for some "Clip" i18n messages.Bastien Montagne
2013-02-28Modal (aka tripod) solver reworkSergey Sharybin
2013-02-18Fix [#34300] Slider for list of particle systems (keyed particles) is not doi...Bastien Montagne
2013-02-10Actually, UI scripts should not use directly pgettext, but rather the iface o...Bastien Montagne
2013-02-10use import rather then assignment for loading '_' into scripts.Campbell Barton
2013-02-10Another fix for r54414 (cleaner to "import" pgettext once at top of files, al...Bastien Montagne
2013-02-10pep8 cleanupCampbell Barton
2013-02-10revert removal of ternary operators from r54414Campbell Barton
2013-02-09Bunch of fixes for py ui messages (all those using 'formating' were not trans...Bastien Montagne
2013-02-08Fix uilists showing data names translated (reported on bf-translations ML by ...Bastien Montagne
2013-01-16style cleanupCampbell Barton
2012-12-28remove type checks on drawing uiList's,Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne