12 Commits

Author SHA1 Message Date
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
1d91e8c12a Cleanup: trailing space & tabs to spaces 2021-12-01 10:43:38 +11:00
a65fb17335 Cleanup: Remove trailing period in descriptions.
Reduces warnings while running tests.
Also fix some descriptions with strings concatenated but without a
space in between.

Reviewed by campbellbarton
Differential Revision: https://developer.blender.org/D9655
2021-02-12 10:31:55 +05:30
590710871b PDT: Fix Library path issue, Add Trig Waves Functions
An issue occurred if you opened Blender with a new file where the
Parts Library path pointed relative to the Blender App, not the working
directory, so was not found.

The Parts Library file is now moved to the Parts Library Menu, so must
be set for new .blend files. Existing .blend files are not affected by
this change.

Error message altered to reflect the option of having this Parts Library
live anywhere.

New Feature: Add Trig Waves Functions

Requires the user to select an existing object in the Trig menu.
2020-05-12 00:25:54 +02:00
b652724b15 PDT: Fix Library Error when not in Object Mode
Attempts to Append, or Link Objects, Collections, or Materials when not in Object
mode resulted in a system error. This is now trapped as an Add-on error and
reported to the User.
2020-02-05 12:28:12 +01:00
1a6900ade7 PDT: Docstring fixes and a small bug fix
All Docstrings have been examined for typos and format, etc.

Small code change to set Selection Mode to "SEL" if operation is not
"C" or "P" to avoid possible errors when using other operations.
2020-02-04 14:25:53 +01:00
730eb38bcd PDT: Final Check Commit of v1.2.0 for Blender-2.82
This concludes the refactor of the functions and operations in v1.1.8.

Overall, no significant new features were added, but several inaccuracies
and corner cases were fixed during the refactor and docstring review.
2020-02-01 16:44:11 +01:00
83ad65d377 PDT: Update Docstrings per Design Spec Document 2020-02-01 16:44:06 +01:00
0e4dd304d6 PDT: Rename more variables for readability 2020-02-01 16:44:02 +01:00
877308f917 PDT: Refactor per Pylint suggestions + readability
- Remove unused imports
- Add comments where appropriate
- Improve readability of variable names
- Re-implement a couple of functions using dictionaries instead of if-statements
- Results of Pylint & Black operations, plus some fixes to code.
2020-02-01 16:42:29 +01:00
da32625bea PDT: Make Copy Of Pre-Appended Objects
Fix error whereby some appended objects through PDT Library did not get moved to
cursor location.
2020-01-14 22:27:21 +01:00
e7594d45b1 Add Clockmender's Precision Drawing Tools v1.1.5
Accepted for inclusion per T70238
2019-12-09 00:52:27 +01:00