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-20Cleanup: formatting using autopep8Germano Cavalcante
2022-04-13Snap Utilities Line: consider UI scaling for drawing and snappingGermano Cavalcante
Better match between monitors with different DPI.
2022-04-13Fix regression with Clip Planes in Snap Utilities LineGermano Cavalcante
A while ago shaders started to use uniform buffers to set clip planes. The python codes also need to be updated.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-08-26Snap_Utilities_Line: update clip distance APIGermano Cavalcante
2021-02-17Snap Utilities Line: Replace the uses of the bgl module with the gpu equivalentGermano Cavalcante
Also a little style update due to automatic updates. Ref T80730, T85675
2019-05-30mesh_snap_utilities_line: fix missing detail in last update.mano-wii
I should've tested first.
2019-05-25mesh_snap_utilities_line: Fix point size drawing.mano-wii
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`