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
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-01-08No groping in Blender's Tracker!Sebastian Koenig
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
2016-01-28Cleanup: warnings & styleCampbell Barton
2016-01-27Tracking: Cleanup, de-duplicate some codeSergey Sharybin
2015-04-30Cleanup: typosCampbell Barton
2015-03-11Cleanup: indentationCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-06-22WM: set circle select minimum radius to 1Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use bool insted of int/short in MCESergey Sharybin
2014-03-06Hiding plane tracks was never implementedSergey Sharybin
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-09-05Code cleanup: use boolean instead of int for space_clipSergey Sharybin
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09Fix #34574: Empty Movie Clip Editor crash on selectSergey Sharybin
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-14code cleanup: reduce calling sqrt() when distances are only calculated for co...Campbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell 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-27change clip utility function arguments to take space data and region rather t...Campbell Barton
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
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-15Code deduplicaiton in motion tracking slide operatorSergey Sharybin
2012-06-15Style cleanupSergey Sharybin
2012-06-15Move selection operators of Clip Editor into their own fileSergey Sharybin