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
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-19 18:59:58 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-19 19:12:29 +0300
commitd7d3233715503ecc15b8dd1973f7e73257e2cbda (patch)
treef9f9ab24b89fe574b3f972e45c8337bcd791a9b1 /materials_library_vx
parent84b817117328b3193533324846ec389b1f5fe5c4 (diff)
Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
Diffstat (limited to 'materials_library_vx')
-rw-r--r--materials_library_vx/README.txt4
-rw-r--r--materials_library_vx/__init__.py8
2 files changed, 6 insertions, 6 deletions
diff --git a/materials_library_vx/README.txt b/materials_library_vx/README.txt
index 6928992c..62a6a96d 100644
--- a/materials_library_vx/README.txt
+++ b/materials_library_vx/README.txt
@@ -43,8 +43,8 @@ Example: D:\Blender\2.72\scripts\addon\
Updates:
v 0.5.61
-- Libraries arent read on each draw call, only on startup or when added. This fixes potential crashes and is less stressful, but when a library is deleted blender should be restarted.
--Moved the addon from "System" category to "Materials"
+- Libraries aren't read on each draw call, only on startup or when added. This fixes potential crashes and is less stressful, but when a library is deleted blender should be restarted.
+- Moved the addon from "System" category to "Materials"
v 0.5.6
- Create new libraries.
diff --git a/materials_library_vx/__init__.py b/materials_library_vx/__init__.py
index 07131862..dd89127b 100644
--- a/materials_library_vx/__init__.py
+++ b/materials_library_vx/__init__.py
@@ -600,7 +600,7 @@ if mat:
print ("Material", material, force)
#if material:
- #maybe some test cases doesnt return a material, gotta take care of that
+ #maybe some test cases doesn't return a material, gotta take care of that
#i cannot think of any case like that right now
#maybe import linked when the database isnt sync
if context.mode == "EDIT_MESH":
@@ -695,7 +695,7 @@ bpy.ops.wm.save_mainfile(filepath="{3}", check_existing=False, compress=True)
return 'INFO', "Material added."
else:
- print("Save Material Error: Run Blender with administrative priviledges.")
+ print("Save Material Error: Run Blender with administrative privileges.")
return 'WARNING', "There was an error saving the material"
def remove_material(self):
@@ -952,7 +952,7 @@ class MATLIB_OT_operator(Operator):
return {'RUNNING_MODAL'}
return self.execute(context)
- ### TODO: execute doesnt trigger remove
+ ### TODO: execute doesn't trigger remove
def execute(self, context):
success = ""
@@ -1132,7 +1132,7 @@ class MATLIB_PT_vxPanel(Panel):
# matlibProperties.init = False
# matlib.__init__()
- #libaries
+ #libraries
row = layout.row(align=True)
if matlib.current_library:
text = matlib.current_library.shortname