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
2021-04-15GPencil Tools: Fix box-deform with multi-user dataPullusb
Box deforming a grease pencil that has multiple instances now works without throwing an error.
2021-03-30GPencil Tools: Fix timeline snappingPullusb
Fix error when trying to use snap with the OSD timeline deactivated
2021-03-28GPencil Tools: Fix T86833 allow multiple latticesPullusb
Starting blender 2.93, Gpencil Object can hold more than one lattice. This fix makes the 'Box deform' feature compatible with the new behavior.
2021-03-15GPencil Tools: Add rolling timelinePullusb
Rolling mode: Introduce a new alternative timeline (as an option in addon preferences, disabled by default) Display all keys without timegap (discard timing informations). Allow to quickly roll/flip over keyframes.
2021-03-07GPencil Tools: Fix box deform trailing vertex groupPullusb
fix: Remove remaining vertex group generated by box deform in GP object (only used during modal).
2021-02-12Cleanup: trailing spaceCampbell Barton
2021-02-11GPencil Tools: timeline scrub frame snapping optionPullusb
Add an addon-preference option to always snap on keyframes while scrubbing (Disabled by defaut). Invert the behavior of the snap modifier key. Disabled if there isn't any keyframe. fix: carriage return at the end of rotate_canvas.py
2021-02-10GPencil Tools: Canvas rotation fixesPullusb
- Changed canvas rotation reset method (was hard to trigger with a tablet pen). - Default angle steps increased to 15 degrees. - HUD now appear only in active viewport as it should
2021-02-07GPencil Tools: fix scrub in multiframe displayPullusb
Multiframe is now disabled while scrubbing viewport-timeline. (like normal scrubbing does)
2021-01-31GPencil Tools: Canvas rotation improvementsPullusb
- Added operators to store/restore camera rotation (handy to quickly get back to a prefered angle) - Use a modifier key to step the rotation by a user-chosen angle - Addon preferences UI cleanup
2021-01-30GPencil Tools: Add reset camera rotation featurePullusb
Rotate canvas: Quick press/release of the shortcut now align camera with Global-Z. It was only possible in free navigation before. Timeline scrub: Now respect "limit to frame range" option if activated Pref register: Code cleanup
2021-01-25Cleanup: strip trailing spaceCampbell Barton
2021-01-24GPencil Tools: code cleanupPullusb
Remove _wip_ comments on timeline_scrub.py file
2021-01-24GPencil Tools: Add viewport timeline scrub featurePullusb
Add timeline scrubbing from the standalone add-on : https://github.com/Pullusb/viewport_timeline_scrub This bind a shortcut to move in timeline directly from viewport, VSE and movie clip editors. Display keyframes and snap using `Ctrl` key. Propagate the chosen shortcut to timeline editors. Shortcut, behavior and overlays can be customized in addon-preferences.
2020-12-01Fix T83099: Greasepencil add-on keymap item removalRobert Guetzkow
The greasepencil add-on removed keymap items it hadn't created itself, thus invalidating references that other add-ons held for the keymap items they've created. This is fixed by storing a reference to the created keymap items alongside the keymap and only removing those items that the add-on created itself. Additionally, this commit fixes the doc string that was no longer valid. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D9670
2020-10-25Removed bundled brush packPullusb
Update following concern raised by Campbell Barton (https://developer.blender.org/rBA9da77e9af4cbf4d91d043c0a670b6e507531b67d) Blend file and related ico files were removed. Import brush pack operator was adapted so user can download and install from a public external url.
2020-10-06Spellcheck: Capitalize words in displayed textPullusb
Title cased words for sidebar's Tab category and addon preferences properties. Changed description field.
2020-10-06GP tools addon: move back to 'community' support status.Bastien Montagne
As a reminder, official addons are supported and maintained by main team. This implies some serious review and abiding by our code standards and rules, which is not yet the case for this add-on (at least, UI messages hare breaking many rules - using capitals, not end points, ...)
2020-10-02greasepencil-addon first pushPullusb