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-03-15Cleanup: fix source comment typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14312
2022-03-14GPencil Tools: Fix timeline scrub snapPullusb
Due to API change, timeline scrub snapping crashed when setting scene frame
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
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-03-30GPencil Tools: Fix timeline snappingPullusb
Fix error when trying to use snap with the OSD timeline deactivated
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-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-07GPencil Tools: fix scrub in multiframe displayPullusb
Multiframe is now disabled while scrubbing viewport-timeline. (like normal scrubbing does)
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.