Skip to content

Releases: Clockmender/Precision-Drawing-Tools

v1.5.2

26 Feb 13:23
2cb0b2a
Compare
Choose a tag to compare

Fillet segment bugfix release.

The only change in this version is a bugfix in the Fillet operation, where the number of segments needs to be explicitly cast to an int.

v1.5.1

17 May 21:23
65d10a4
Compare
Choose a tag to compare

The View Normal Operation release redux.

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.

Apart from that, this version contains various bug fixes reported by users.

In particular, this release fixes the case where the View Normal command shadowed the Fillet Vertices command.

v1.5.0

17 May 12:12
1fbbc9c
Compare
Choose a tag to compare

The View Normal Operation release.

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.

Apart from that, this version contains various bug fixes reported by users.

This version requires Blender 2.90 or above.

v1.4.2

28 Sep 21:05
Compare
Choose a tag to compare

Due to changes in the Blender-2.90 API for bmesh.ops.bevel, command changes were required to the Fillet Tools.

This is a bugfix release for Blender-2.90 only and contains no new features.

v1.4.1

10 Jun 14:20
3de2fa0
Compare
Choose a tag to compare

Bugfix release for the 1.4.x branch.

Fixes an issue where Fillet Radius and Tangent Radii were not defined with unit="LENGTH", causing problems when Blender Units are set to Imperial.

v1.4.0

11 May 22:36
c7ac9d4
Compare
Choose a tag to compare

The Trig Waves release.

Adds a set of functions for generating trigonometric waves, which can be used in all kinds of creative ways when drafting.

v1.3.1

06 May 19:30
4cc1de1
Compare
Choose a tag to compare

Parts Library Bugfix release.

An issue occurred if you opened Blender with a new file. The library file 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 a new blend file, existing saved blend files are not affected by this change.

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

v1.3.0

18 Mar 12:27
Compare
Choose a tag to compare

The tangent release.

A long-time traditional CAD user requested functionality for adding tangents to objects. This release delivers that functionality.

In addition, new functionality allows users to move Empties, so they can be used as a parent
object for other objects.

v1.2.1

08 Mar 11:55
fbc7306
Compare
Choose a tag to compare

Bug fix release which corrects a few obscure edge cases and ensures that the PDT Command Help pop-up shows all relevant modes for each Operation along with a link to the PDT Wiki.

No significant new functionality since 1.2.0 (or v1.1.8 for that matter).

This effectively represents the version of the code which went into the official Blender 2.82 release, except it has an extra bugfix and adds local view orientation options to Delta & Direction options for all functions.

v1.2.0

31 Jan 21:54
fd76823
Compare
Choose a tag to compare

"The Great Refactor"

This represents the functionality present in v1.1.8 but with a few corner case fixes and the addition of rounding preferences.

No significant new features were added, but the code is now much more readable and Operators now output PDT Command Line commands, which will be shown in the PDT Command Line UI element as they are executed.