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
2019-05-25mesh_snap_utilities_line: Fix point size drawing.mano-wii
2019-04-26mesh_snap_utilities_line: match blender 2.8 updatesmano-wii
2019-03-18mesh_snap_utilities_line: Update for changes in Blendermano-wii
2019-02-11mesh_snap_utilities_line: Fix ghost objectsmano-wii
2019-02-11mesh_snap_utilities_line: New solution for creating framebuffer out of the ↵mano-wii
right rendering context The way was to delay the initialization of the framebuffer for the test_select method. (This rendering context issue gives a lot of headache)!
2019-02-11mesh_snap_utilities_line: dereference global snap_contextmano-wii
Missed in the last commit
2019-02-11mesh_snap_utilities_line: Fix framebuffer being created and cleaned in the ↵mano-wii
wrong context The solution is somewhat hackistic because it requires the creation of a global framebuffer at the time the addon is registered
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`
2019-02-09mesh_snap_utilities_line: Fix attempt failed to get the original empty datamano-wii
2019-02-08mesh_snap_utilities_line: Use depsgraph API to evaluate updatesmano-wii
And cleanup.
2019-02-06mesh_snap_utilties_line: Add Gizmos supportmano-wii
2019-02-06mesh_snap_utilities_line: Fix error message if object has no facemano-wii
2019-02-06mesh_snap_utilities_line: Fix failed object detection in orthographic viewmano-wii
2019-01-02mesh_snap_utilities_line: fix ram and vram leakagemano-wii
2018-12-25mesh_snap_utilities: don't initialize gpu and numpy at module levelmano-wii
2018-12-20mesh_snap_utilities_line: fix error messages when undomano-wii
2018-10-30Snap Utilities Line: Fixed verts and edges ignored on some facesmano-wii
2018-10-30Addon Snap Utilities Line: Update to work in blender2.8mano-wii
Changes: - The operator follows the same style of the tools in the toolbar; - Now a new "Make Line" tool appears next to "Add Cube"; - The operator only works in edit mode; - The "create new object" option has been removed;