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
2017-12-19Tracking: Add missing animation fix when deleting plane trackSergey Sharybin
2017-12-19Tracking: Fix possible numerical overflowSergey Sharybin
2017-12-19Fix T53523: Keyframes for Marker weight stay, even if the track itself is del...Sergey Sharybin
2017-10-25Depsgraph: Need to tag relations for update after new clip was addedSergey Sharybin
2017-10-21Move & rename uiLayoutOperatorButs to interface_templates.cJulian Eisel
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-23Tracking: Followup to previous fix, need to remap frame number for sequence t...Sergey Sharybin
2017-09-23Tracking: Cleanup, reuse existing variableSergey Sharybin
2017-09-23Fix T52851: Per-frame traking is broken when sequence doesn't start at frame 1Sergey Sharybin
2017-09-23Tracking: Fix crash when tracking failedSergey Sharybin
2017-08-06Fix broken API doc generation: Partially revert rBa372638a76e0Bastien Montagne
2017-08-04Tracking: Undefine temporary defineSergey Sharybin
2017-08-04Tracking: Remove limit of 50 points of the track historySergey Sharybin
2017-08-04Tracking: Cleanup, use boolean instead of integerSergey Sharybin
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-04-20D2607: Switch eye dropper to use linear color space internallyStefan Werner
2017-04-10Fix T51158: Motion Tracking Movie clip editor graphSergey Sharybin
2017-04-10Tracking: Fix use-after-free bugSergey Sharybin
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2016-10-14Fix T49646: Switching from large to small image can get stuck zoom at max zoo...Anthony Edlin
2016-09-22Clip Editor: Enable Continuous Grab for view panningJulian Eisel
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-08-16Rework 2D stabilizatorIchthyostega
2016-08-04UI: Correct tooltips for properties region toggle OPJulian Eisel
2016-07-26Fix T48902: MCE Dopesheet does not respect Left Click selectSergey Sharybin
2016-07-21Cleanup: spellingCampbell Barton
2016-07-16Cleanup: spellingCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-10GPU: use basic-shader for line-stippleCampbell Barton
2016-02-07Cleanup: line widthCampbell Barton
2016-01-28Cleanup: warnings & styleCampbell Barton
2016-01-27Tracking: Remove unfinished code from automation experimentsSergey Sharybin
2016-01-27Tracking: Update plane track solution after joining point tracksSergey Sharybin
2016-01-27Tracking: De-duplicate code for tracking a sequence and single frameSergey Sharybin
2016-01-27Tracking: Solve some TODOsSergey Sharybin
2016-01-27Tracking: Remove code which was dead for quite some time nowSergey Sharybin
2016-01-27Tracking: Cleanup, de-duplicate some codeSergey Sharybin
2016-01-24Fix yet another case broken after glLineWidth() changesSergey Sharybin
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-22OpenGL: cleanupMike Erwin
2016-01-18Cleanup: styleCampbell Barton
2016-01-16OpenGL: fixes related to GL_POINTSMike Erwin
2016-01-16Cleanup: styleCampbell Barton
2016-01-15Tracking: Make plane track sliding aware of closest mouseSergey Sharybin