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-07-21Curve Assign Shape Keys: replace deprecated bgl moduleGermano Cavalcante
Part of T80730
2022-02-11File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2020-10-01curve_assign_shapekey: 1) Changed call to space.overlay.show_curve_handles ↵Shrinivas Kulkarni
to space.overlay.display_handle as per the API change in 2.90 2) Removed redundant call to shader.bind 3) Removed redundant modal handlers in ModalMarkSegStartOp
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2020-01-17curve_assign_shapekey: Fix for condition where target has existing shapekeys ↵Shrinivas Kulkarni
and basis shape key is different than curve
2020-01-09curve_assign_shapekey: 1) Passed target & shape key objects as params to ↵Shrinivas Kulkarni
main function 2) Fix to retain first key name, if target already has shape keys
2019-10-29fix manual linksmeta-androcto
2019-10-26curve_assign_shapekey: Fixed typo (bon -> box) in matchList item descriptionShrinivas Kulkarni
2019-10-26curve_assign_shapekey: Separate list for Vertex Alignment Criteria with only ↵Shrinivas Kulkarni
min and max of each axis. Other values from matchList (like Vertex Count) are not relevant for Vertex Alignment Criteria.
2019-10-16curve_assign_shapekey: add manual linkmeta-androcto
2019-09-23curve_assign_shapekey: fix tab activation order: minor ui changes: T70017meta-androcto
2019-09-23curve_assign_shapekey: close Panel, tab to Create tab: T70017meta-androcto
2019-09-23addons change categories: T70017meta-androcto
2019-09-07curve_assign_shapekey: 1) Moved the add-on panel to Sidebar -> Edit tab 2) ↵Shrinivas Kulkarni
Made the panel tab user configurable 3) Changed the license type to GPL3
2019-09-05Cleanup: use unix line endingsCampbell Barton
2019-06-22curve_assign_shapekey: modified the target object instead of making a copyShrinivas Kulkarni
2019-06-20curve_assign_shapekey: added wiki_url in bl_info: T62799Shrinivas Kulkarni
2019-06-20curve_assign_shapekey: 1) moved UI and registration to bottom of the script ↵Shrinivas Kulkarni
2) trimmed trailing whitespace 3) 2 lines between classes: T62799
2019-06-19curve_assign_shapekey: Initial commit to release: T62799Shrinivas Kulkarni