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-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-02-12Cleanup: trailing spaceCampbell Barton
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-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: 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-06Spellcheck: Capitalize words in displayed textPullusb
Title cased words for sidebar's Tab category and addon preferences properties. Changed description field.
2020-10-02greasepencil-addon first pushPullusb