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
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
2012-07-26Shortcuts to set solver frames: alt-1 for Keyframe A, alt-2 for keyframe B.Sergey Sharybin
2012-06-24Tracking dopesheet missed tagigng for update in some cases.Sergey Sharybin
2012-06-24Typo and spelling fixes pointed by Lockal. thanks!Sergey Sharybin
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-18Disable mouse slide to control offset and uniform pattern scale for nowSergey Sharybin
2012-06-15Changed behavior of how pattern is controlling by mouse:Sergey Sharybin
2012-06-15Reshuffle code in tracking marker's slide operator, should beSergey Sharybin
2012-06-15Code deduplicaiton in motion tracking slide operatorSergey Sharybin
2012-06-15Style cleanupSergey Sharybin
2012-06-15Fix potential memory leak in marker sliding operatorSergey Sharybin
2012-06-15Move selection operators of Clip Editor into their own fileSergey Sharybin
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-10style cleanupCampbell Barton
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-10Missed NULL-pointer checks in poll some functionsSergey Sharybin
2012-06-08Fix #31748: Blender crashes when typing "al" after opening spacebar menu.Sergey Sharybin
2012-06-07Remove checks for valid frame from poll function in clip editor spaceSergey Sharybin
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-05-25Animation playback: now all windows are update during playback, rather thanBrecht Van Lommel
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-14Changes to naming tracker vs. track vs. marker to match assumptions taken inSergey Sharybin
2012-05-14code cleanup: add WM_gesture_lasso_path_to_array, move mouse path to array co...Campbell Barton
2012-05-14lasso select for movie clip markers.Campbell Barton
2012-05-07Woops, some unwanted spaces remained in source files.Sergey Sharybin
2012-05-07Style cleanup of own modules using style checker from Campbell.Sergey Sharybin
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-04Style cleanup: spaces around operatorsSergey Sharybin
2012-05-04Camera tracking: show disabled active track even if Show Disabled is switched...Sergey Sharybin
2012-05-04Camera tracking: switch dopesheet information to lazy calculationSergey Sharybin
2012-04-30Camera tracking: initial commit of dopesheet view for clip editorSergey Sharybin
2012-04-29Camera tracking: backport refactoring made in local branches with masking and...Sergey Sharybin
2012-04-28Camera tracking: if there's no image for current frame display default gridSergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-14Fixed some UI message typos (spotted by Leon Cheung, thx).Bastien Montagne
2012-03-26Code style cleaup for motion-tracking modules.Sergey Sharybin
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne