Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-23Screencast Keys Addon,Pablo Vazquez
Also ignore mousemove event (printed when mouse icon is disabled).
2013-03-23Screencast Keys Addon,Pablo Vazquez
Ignore 'INBETWEEN_MOUSEMOVE' event. Reported on BlenderArtist forums.
2013-01-22make unregister remove handlersCampbell Barton
2012-12-20update for changes to the python apiCampbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-12-19formatting edits for bl_infoCampbell Barton
2012-10-29use a single handler rather then 2, makes adding & freeing easier to manage.Campbell Barton
2012-10-26fix [#30740] N-panel addon toggle operators crash Blender after screen ↵Campbell Barton
change (Fatal Python error: GC object already tracked)
2012-10-03Screencast Keys Addon:Pablo Vazquez
Update to 2.64, and make the ticker slower to not eat CPUs.
2012-09-06code cleanup: ensure modal_handler_add() is called directly before returning.Campbell Barton
2012-07-29style cleanupCampbell Barton
2012-06-06Screencast Keys Addon:Pablo Vazquez
Elapsed Time off by default, and little fix in positioning.
2012-06-05Screencast Keys AddonPablo Vazquez
===================== While doing some tutorials, realized that when working fullscreen you often lose perception in how much time passed, resulting in unnecessarily long videos. To tackle this, today I implemented a 'Elapsed Time' feature, with options for color/alpha, size, and reset (to restart the timer without restarting the script). Thanks to Campbell Barton for guidance, ideas, and just being awesome.
2012-06-04Screencast Keys AddonPablo Vazquez
- Noticed in some tests[1] that when speeding up even just 2x the maximum fade time felt small, increased max to 10 (but kept softmax as 5)
2012-06-04Screencast Keys addonPablo Vazquez
===================== - Use Shift + Alt + C to start display - Panel was getting big, now only show options if it is actually displaying something - Updated Wiki link and bumped version to 1.7 - Little changes here and there
2012-06-03Screencast Keys addonPablo Vazquez
===================== Some improvements and fixes: - Fade Out Time - option to specify (in seconds) how long until the key event disappears - Mouse icon can be on left or right, regardless if Display Box is On or not - Display Last Operator doesn't rely on whether in box mode or not
2012-06-02Screencast Keys AddonPablo Vazquez
==================== Updated some parts and added some new options: - Individual color (and alpha support) for text/icon and background box - Shadows on text for better readability - Display Last Operator option when box is active - Background Box is now always drawn (less noise) - Option to hide the box when no key is pressed and change its width - Text is drawn on top of the box (used to be below) - Reshuffled the UI a bit This is my first commit on this addon, so any feedback is very welcome. A lot more work is needed in this area we know, but I think in the meantime the changes so far make this addon much more flexible.
2012-01-19minor adjustmentsCampbell Barton
- dont import * - dont use builtin names for vars - strip trailing white space
2012-01-14remove api field, was never used.Campbell Barton
2012-01-05pep8 compliancyBart Crouch
general code cleaning reset multiplier after text has disappeared support for mousewheel in icon-display improved fading, using a timer
2011-09-26fix for x3d export and some minor pep8 editsCampbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-09-11pep8 edits & import cleanupCampbell Barton
2011-09-07missing mouse "release" clicks added Brendon Murphy
* fix for grab, click error thanks to Gaia Clary for his hard work on this script.
2011-09-07Updates for space_view3d_screencast_keys.pyBrendon Murphy
adds a Mouse&text grouped modus (with a visual boundingBox), mouse and font be sized separately, settings will be stored along with the blend file now.
2011-09-05Remove callback when screencast keys operator is cancelled.Sergey Sharybin
Fixes #28505: Screencast Keys Add-on Crashes Blender
2011-08-26SVN maintenance.Guillermo S. Romero
2011-08-26moving to release after review by meta-androcto, zanQdo, crouch & DingTo.Brendon Murphy
This script is a valuable video tutorial tool & maintained/managed by senior bf-extensions py devs. [[Split portion of a mixed commit.]]