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
AgeCommit message (Collapse)Author
2022-03-15Cleanup: fix source comment typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14312
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-12-01Cleanup: trailing space & tabs to spacesCampbell Barton
2021-05-18PDT: Update version to 1.5.1Rune Morling
Fix a few speling issues in comments.
2021-05-18PDT: Fix the Fillet Vertices commandRune Morling
The Fillet Vertices command was inadvertently shadowed by the newly introduced View Normal command. The View Normal command now uses 'n' as its mnemonic.
2021-05-17PDT: Add "View Normal" Operation enhancementRune Morling
This enhancement enables the user to work always Normal to the View as defined by "Working Plane" in PDT Design Functions Section. For example: If the working plane is set to Front and the Operation is "Extrude Geometry" the system will extrude along the Y axis by the amount specified in the "Distance" Entry Box. Specifying Working Plane as "View" cause the system to work always Normal to the current view orientation, i.e. into, or out of your screen. This enhancement is only available for Blender 2.9x builds.
2021-02-12Cleanup: Remove trailing period in descriptions.Ankit Meel
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
2020-02-04PDT: Docstring fixes and a small bug fixAlan Odom
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-01PDT: Rename more variables for readabilityAlan Odom
2020-02-01PDT: Refactor per Pylint suggestions + readabilityAlan Odom
- 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-01Add System Input RoundingAlan Odom
Applies system rounding to inputs as defined in Add-on Preferences. Default is 5 places of decimal, values taken from UI, or by calculation are rounded before command is submitted.
2020-02-01PDT: Refactor codebase (stage 1 + 2)Alan Odom
Moved all PDT Design Operations and Tools to Command Line file to de-dupe code. All can now be called from the command line, e.g. a command of "otc" sets the active objects Origin To Cursor, etc. Needs extensive further testing to see if all Operations in all Modes still work exactly as before. Tools menu split out from PDT Design so it can be minimised when not in use.
2020-01-15PDT: Rename various variables for readabilityAlan Odom
2020-01-15PDT: Modify Fillet functionalityAlan Odom
This enables two non-connected edges to be filleted. The Process starts with an intersection of the two edges, then fillets the corner according to input values in the UI. This option is selected by setting the Int/Fillet checkbox. The command Line version now takes the `fi...` format to intersect first. e.g. `fi1.1,6,0.05` performs an intersected fillet of 1.6 units radius, 6 segments, concave profile.
2019-12-27PDT: Minor fixes to Intersect and Delta MoveRune Morling
Intersect Fix: Changed priorities to give more weight to selection by Vertex than selection by Edge. Selection by Edge without All/Active will now cause an error if first vertex of edge is not closest to intersection. This can be overridden by either setting All/Active, or by working in Vertex mode and ensuring vertex to be extended is closest to the intersection, when doing both closest vertices is not required. Delta Move Fix: Fixed minor error in Move by Delta operation, when in Object Mode, Objects were both moved to same location.
2019-12-09Add Clockmender's Precision Drawing Tools v1.1.5Rune Morling
Accepted for inclusion per T70238