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-04-20Fix T97458: Snap_Utilities_Line rotate navigation not workingGermano Cavalcante
Some recent change in the event system cause the `event.value` to be `'NOTHING'` when `event.type` is `'MOUSEMOVE'`. Checking the `event.value` is not really necessary here.
2022-04-20Cleanup: formatting using autopep8Germano Cavalcante
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2019-03-18mesh_snap_utilities_line: Update for changes in Blendermano-wii
2019-02-10mesh_snap_utilities_line: Cleanupmano-wii
Rename files, and split the `common_classes.py` file into `drawing_utilities.py`, `navigation_ops.py` and `widgets.py`