Commit Graph

23 Commits

Author SHA1 Message Date
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
37bc55b4ad Update scripts for changes to gpu.shader.from_builtin 2023-05-23 15:55:18 +10:00
f7c2fc6395 Curve Assign Shape Keys: replace deprecated bgl module
Part of T80730
2022-07-21 11:03:42 -03:00
f7876b71cd File headers: use SPDX license identifiers
Some files needed to be changed manually.
2022-02-11 16:34:06 +11:00
861eb3e249 curve_assign_shapekey: 1) Changed call to space.overlay.show_curve_handles 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-10-01 12:48:25 +05:30
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
6598f0a25c Cleanup: trailing space 2020-01-29 13:51:36 +11:00
946ad9c4fa curve_assign_shapekey: Fix for condition where target has existing shapekeys and basis shape key is different than curve 2020-01-17 20:25:19 +05:30
b2c68d8eeb curve_assign_shapekey: 1) Passed target & shape key objects as params to main function 2) Fix to retain first key name, if target already has shape keys 2020-01-09 14:31:26 +05:30
acfe2a22e0 fix manual links 2019-10-29 20:52:53 +11:00
70fd63ad27 curve_assign_shapekey: Fixed typo (bon -> box) in matchList item description 2019-10-26 17:27:56 +05:30
b3330d2976 curve_assign_shapekey: Separate list for Vertex Alignment Criteria with only min and max of each axis. Other values from matchList (like Vertex Count) are not relevant for Vertex Alignment Criteria. 2019-10-26 16:40:40 +05:30
6f8ffc261e curve_assign_shapekey: add manual link 2019-10-16 18:34:25 +11:00
9c6af4bd92 curve_assign_shapekey: fix tab activation order: minor ui changes: T70017 2019-09-23 16:36:16 +10:00
f6d7743365 curve_assign_shapekey: close Panel, tab to Create tab: T70017 2019-09-23 13:19:29 +10:00
cf63c4fb3a addons change categories: T70017 2019-09-23 11:20:43 +10:00
0b9412e94a curve_assign_shapekey: 1) Moved the add-on panel to Sidebar -> Edit tab 2) Made the panel tab user configurable 3) Changed the license type to GPL3 2019-09-07 10:34:16 +05:30
1881beb8b1 Cleanup: use unix line endings 2019-09-05 15:18:40 +10:00
c9a673af1e curve_assign_shapekey: modified the target object instead of making a copy 2019-06-22 14:31:09 +05:30
532fee9ca5 curve_assign_shapekey: added wiki_url in bl_info: T62799 2019-06-20 19:49:37 +05:30
9aade9d926 curve_assign_shapekey: 1) moved UI and registration to bottom of the script 2) trimmed trailing whitespace 3) 2 lines between classes: T62799 2019-06-20 14:58:49 +05:30
b154bd63c0 curve_assign_shapekey: Initial commit to release: T62799 2019-06-19 20:28:56 +05:30