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:
Diffstat (limited to 'oscurart_tools/oscurart_files.py')
-rw-r--r--oscurart_tools/oscurart_files.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/oscurart_tools/oscurart_files.py b/oscurart_tools/oscurart_files.py
index 870508bd..3a507c33 100644
--- a/oscurart_tools/oscurart_files.py
+++ b/oscurart_tools/oscurart_files.py
@@ -28,7 +28,7 @@ import shutil
class reloadImages (Operator):
- """Reloads all bitmaps in the scene."""
+ """Reloads all bitmaps in the scene"""
bl_idname = "image.reload_images_osc"
bl_label = "Reload Images"
bl_options = {"REGISTER", "UNDO"}
@@ -42,7 +42,7 @@ class reloadImages (Operator):
# ------------------------ SAVE INCREMENTAL ------------------------
class saveIncremental(Operator):
- """Saves incremental version of the blend file Ex: “_v01” "_v02"."""
+ """Saves incremental version of the blend file Ex: "_v01", "_v02\""""
bl_idname = "file.save_incremental_osc"
bl_label = "Save Incremental File"
bl_options = {"REGISTER", "UNDO"}
@@ -91,7 +91,7 @@ class replaceFilePath(Operator):
# ---------------------- SYNC MISSING GROUPS --------------------------
class reFreshMissingGroups(Operator):
- """Search on the libraries of the linked source and relink groups and link newones if there are. Usefull to use with the mesh cache tools."""
+ """Search on the libraries of the linked source and relink groups and link newones if there are. Usefull to use with the mesh cache tools"""
bl_idname = "file.sync_missing_groups"
bl_label = "Sync Missing Groups"
bl_options = {"REGISTER", "UNDO"}
@@ -108,7 +108,7 @@ class reFreshMissingGroups(Operator):
class collectImagesOsc(Operator):
- """Collect all images in the blend file and put them in IMAGES folder."""
+ """Collect all images in the blend file and put them in IMAGES folder"""
bl_idname = "file.collect_all_images"
bl_label = "Collect Images"
bl_options = {"REGISTER", "UNDO"}