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
2022-10-01GPencil Tools: Fixed empty keyframe errorPullusb
Fixed error when no keyframes to draw (gpu_extras.batch.batch_for_shader does not accept empty list in 3.4). Fixed warning messages from error in some operator's poll.
2022-07-21Grease Pencil Tools: replace deprecated bgl moduleGermano Cavalcante
Part of T80730
2022-03-15Cleanup: fix source comment typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14312
2022-03-15GPencil Tools: Added mirror flipPullusb
New button in menu to flip view horizontally within camera by inverting x-scale
2022-03-14GPencil Tools: Fix timeline scrub snapPullusb
Due to API change, timeline scrub snapping crashed when setting scene frame
2022-02-14GPencil Tools: set bundle url to httpsPullusb
Brush pack download adress was set on http instead of https
2022-02-13GPencil Tools: update brush pack urlPullusb
Changed brush pack donwload to a blender official url. Comply with add-on key requirements (T95442) Also disable registers in background mode to avoid keymap error.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-26GPencil Tools: Fix jumpy rotate reset in cam viewPullusb
Using the shortcut to reset rotation in camera view (default: quick 'cltr + alt + MMB'), the viewport stay centered, even with a pan. Previously, the view would jump by following cam rotation.
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-12-01Cleanup: trailing space & tabs to spacesCampbell Barton
2021-08-29GPencil Tools: Fix T90976 Timeline-scrub togglePullusb
Add a checkbox in preference to Disable timeline-scrub feature. Following task https://developer.blender.org/T90976 required for industry standard keymap conflict. Also Add {key Numpad Enter} to valid Box-deform (following user request https://github.com/Pullusb/greasepencil-addon/issues/8)
2021-08-11Cleanup: strip trailing space, remove BOMCampbell Barton
2021-07-12GPencil Tools: Box deform multi object editPullusb
Box deform not limited to active object in object mode. Now affect all selected grease pencils objects. Also can keep lattice object on confirm when using Shift + valid buttons.
2021-07-07GPencil Tools: Canvas rotate improvementPullusb
In camera view : New rotate canvas pivot mode from view center instead of camera center (enabled by default). Fix rotate canvas precision in free navigation. Also now compatible with region overlap toggled off.
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