Doc: replace addons -> scripts in docstring
Theres nothing add-on specific here.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# IMPORTANT NOTE: if you run this sample, there will be no icon in the button
|
||||
# You need to replace the image path with a real existing one.
|
||||
# For distributable addons, it is recommended to place the icons inside the
|
||||
# For distributable scripts, it is recommended to place the icons inside the
|
||||
# addon folder and access it relative to the py script file for portability
|
||||
#
|
||||
#
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#
|
||||
# For custom icons, see the template "ui_previews_custom_icon.py".
|
||||
#
|
||||
# For distributable addons, it is recommended to place the icons inside the
|
||||
# For distributable scripts, it is recommended to place the icons inside the
|
||||
# addon directory and access it relative to the py script file for portability:
|
||||
#
|
||||
# os.path.join(os.path.dirname(__file__), "images")
|
||||
|
Reference in New Issue
Block a user