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
2019-12-27PDT: Fix Pivot Point graphics, revise PDT Design UIRune Morling
Pivot Point Graphics Fix: Prior to this commit, Pivot Point Graphics showed at inconsistent sizes in rotated and orthographic views. This commit now checks the status of the view and scales the graphics accordingly. PDT Design UI panel changes: Attempt to group related input fields and buttons via boxes. Feedback most welcome.
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-15PDT: Add Reset View functionalityRune Morling
- In orthographic mode, will recenter the view and its distance. - In non-orthographic mode, will reset to the Blender default view. - Is hooked up to a button in the PDT View Control UI Panel.
2019-12-13PDT: Fix bug in pivot_point.pyRune Morling
PropertyGroup variable wasn't properly instantiated, resulting in an exception due to a missing PointerProperty.
2019-12-09Add Clockmender's Precision Drawing Tools v1.1.5Rune Morling
Accepted for inclusion per T70238