Commit: 311f6cac921b84cdbf770fe10ef2d656ee1817e5 Author: Campbell Barton Date: Tue May 12 17:17:31 2015 +1000 Branches: master https://developer.blender.org/rB311f6cac921b84cdbf770fe10ef2d656ee1817e5
Doc: replace addons -> scripts in docstring Theres nothing add-on specific here. =================================================================== M release/scripts/templates_py/ui_previews_custom_icon.py M release/scripts/templates_py/ui_previews_dynamic_enum.py =================================================================== diff --git a/release/scripts/templates_py/ui_previews_custom_icon.py b/release/scripts/templates_py/ui_previews_custom_icon.py index defa2d2..badc661 100644 --- a/release/scripts/templates_py/ui_previews_custom_icon.py +++ b/release/scripts/templates_py/ui_previews_custom_icon.py @@ -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 # # diff --git a/release/scripts/templates_py/ui_previews_dynamic_enum.py b/release/scripts/templates_py/ui_previews_dynamic_enum.py index 1603df0..5dda696 100644 --- a/release/scripts/templates_py/ui_previews_dynamic_enum.py +++ b/release/scripts/templates_py/ui_previews_dynamic_enum.py @@ -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") _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
