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
2018-09-07Update for changes in Blender's APICampbell Barton
2017-10-25mesh_snap_utilities: Remove redundant lines, organize and make it more stableGermano
Any reference to elements of a bmesh must be deleted before the operator finishes. This prevents unpredictable crashes.
2017-10-02mesh_snap_utilities_line: dealloc bmeshGermano
The `SnapUtilitiesLine` class with all attributes are still referenced after the Operator is finished. Therefore it is better to deallocate objects that can cause possible errors when releasing.
2017-09-23mesh_snap_utilities_line: change the version numberGermano
2017-09-23module snap_context: F8 constrain should not intersect outlocationGermano
2017-09-22mesh_snap_utilities_line: fixes bug with shift constrain due to recent changesGermano
2017-09-10Workaround the weird bug "Not freed memory blocks" due GPU_Indices_MeshGermano
Strange that if you disable the addon before closing the blender, this error message does not appear
2017-09-10[mesh_snap_utilities] use new `snap_context` moduleGermano
2017-06-03mesh_snap_utilities_line: fix wiki pagemeta-androcto
2017-04-22snap utils, default tab name: T50357meta-androcto
2017-04-14Always prioritize navigationGermano Cavalcante
2017-04-13Snap Utilities Line: self no longer has the `list_faces` attributeGermano Cavalcante
2017-04-13Revert "Remove unnecessary call"Germano Cavalcante
This reverts commit 1af1c0963a14fba18f642a87394df05f6c8d3128.
2017-04-11Remove unnecessary callGermano Cavalcante
2017-04-10Snap Utilities Line: Calculate the nearest edges in a loop (instead of using ↵Germano Cavalcante
the selection operator) In addition to indentation and rearrangement of some functions
2017-04-10Snap Utilities Line: New arrangement for the properties panelGermano Cavalcante
And also adapted to pep8. Patch of lijenstina. Thanks :)
2017-04-08mesh_snap_utilities_line: Moved from addons-contrib repositoryGermano Cavalcante