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 'precision_drawing_tools/pdt_library.py')
-rw-r--r--precision_drawing_tools/pdt_library.py14
1 files changed, 6 insertions, 8 deletions
diff --git a/precision_drawing_tools/pdt_library.py b/precision_drawing_tools/pdt_library.py
index d69d5adc..c2565470 100644
--- a/precision_drawing_tools/pdt_library.py
+++ b/precision_drawing_tools/pdt_library.py
@@ -68,14 +68,13 @@ class PDT_OT_Append(Operator):
def execute(self, context):
"""Appends Objects from PDT Library file.
- Appended Objects are placed at Cursor Location.
+ Note:
+ Appended Objects are placed at Cursor Location.
+ Uses pg.lib_objects, pg.lib_collections & pg.lib_materials
Args:
context: Blender bpy.context instance.
- Note:
- Uses pg.lib_objects, pg.lib_collections & pg.lib_materials
-
Returns:
Status Set.
"""
@@ -146,14 +145,13 @@ class PDT_OT_Link(Operator):
def execute(self, context):
"""Links Objects from PDT Library file.
- Linked Objects are placed at Cursor Location
+ Note:
+ Linked Objects are placed at Cursor Location
+ Uses pg.lib_objects, pg.lib_collections & pg.lib_materials
Args:
context: Blender bpy.context instance.
- Note:
- Uses pg.lib_objects, pg.lib_collections & pg.lib_materials
-
Returns:
Status Set.
"""