Skip to content

Commit

Permalink
Merge pull request #421 from Zolko-123/development
Browse files Browse the repository at this point in the history
v0.12.7
  • Loading branch information
Zolko-123 authored Apr 3, 2023
2 parents 8fdd76c + e479b79 commit 26a36ce
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Asm4_libs.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env python3
# coding: utf-8
#
# libraries for FreeCAD's Assembly 4 workbench
#
# LGPL
# Copyright HUBERT Zoltán
#
# libraries for FreeCAD's Assembly 4 workbench



Expand Down
4 changes: 4 additions & 0 deletions Asm4_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# coding: utf-8
#
# Asm4_objects.py
#
# LGPL
# Copyright HUBERT Zoltán



import os
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Release notes

* 2023.04.03 (**0.12.7**) :
Added PayPal Donate button
Added copyright notice
Changed exportFiles warning to plain message

* 2023.02.26 (**0.12.6**) :
Small fixes here and there
BOM and PartInfo are now partially working again
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FreeCAD Assembly 4 workbench

Current version 0.12.6
Current version 0.12.7


## Overview
Expand All @@ -22,6 +22,7 @@ An Assembly4 _Assembly_ is a standard FreeCAD `App::Part` container, therefore i

**Important Note:** version v0.11.5 had a hidden nasty bug that also corrupted the parts that were *created* with it. Unfortunately, these parts cannot be automatically fixed, they must be re-created. Only parts *created* with v0.11.5 are affected, not those that where merely *used* with it.

To work around this issue, wrap the affected part in an `App::Part` container. Copy any local coordinate systems to the container Part.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Assembly 4 Workbench for FreeCAD
v0.12.6
v0.12.7
2 changes: 1 addition & 1 deletion exportFiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from anytree import Node, RenderTree
has_anytree = True
except ImportError:
FCC.PrintWarning("\nASM4 WARNING: Pylib anytree is missing, exportFiles is not available\n")
FCC.PrintMessage("\nINFO : Pylib anytree is missing, exportFiles is not available\n")


class listLinkedFiles:
Expand Down
5 changes: 5 additions & 0 deletions gotoDocumentCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# coding: utf-8
#
# gotoDocumentCmd.py
#
# LGPL
# Copyright HUBERT Zoltán



import math, re, os

Expand Down
3 changes: 3 additions & 0 deletions insertLinkCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# coding: utf-8
#
# insertLinkCmd.py
#
# LGPL
# Copyright HUBERT Zoltán



Expand Down
3 changes: 3 additions & 0 deletions makeBinderCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#
# makeBinderCmd.py
# creates a SubShapeBinder at the root of the assembly
#
# LGPL
# Copyright HUBERT Zoltán


import os
Expand Down
3 changes: 3 additions & 0 deletions newAssemblyCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# coding: utf-8
#
# newAssemblyCmd.py
#
# LGPL
# Copyright HUBERT Zoltán



Expand Down
3 changes: 3 additions & 0 deletions newModelCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# coding: utf-8
#
# newModelCmd.py
#
# LGPL
# Copyright HUBERT Zoltán



Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package format="1">
<name>Assembly4</name>
<description>This assembly workbench allows you to assemble into a standard Part container other FreeCAD parts (of type Part or Body) using links, and place them relative to the assembly and to each other.</description>
<version>0.12.6</version>
<date>2023.02.26</date>
<version>0.12.7</version>
<date>2023.04.03</date>
<maintainer email="[email protected]">Zolko-123</maintainer>
<license file="LICENSE">GPL-2</license>
<url type="repository" branch="master">https://github.com/Zolko-123/FreeCAD_Assembly4</url>
Expand Down
3 changes: 3 additions & 0 deletions placeLinkCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# coding: utf-8
#
# placeLinkCmd.py
#
# LGPL
# Copyright HUBERT Zoltán


import os, time
Expand Down
3 changes: 3 additions & 0 deletions placeLinkUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# coding: utf-8
#
# placeLinkUI.py
#
# LGPL
# Copyright HUBERT Zoltán


import os, time
Expand Down
3 changes: 3 additions & 0 deletions placePartUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# coding: utf-8
#
# placePartUI.py
#
# LGPL
# Copyright HUBERT Zoltán


import os
Expand Down
4 changes: 4 additions & 0 deletions releaseAttachmentCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# coding: utf-8
#
# releaseAttachmentCmd.py
#
# LGPL
# Copyright HUBERT Zoltán


import math, re, os

Expand Down
3 changes: 3 additions & 0 deletions variantLinkCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# coding: utf-8
#
# variantLinkCmd.py
#
# LGPL
# Copyright HUBERT Zoltán


import os
Expand Down

0 comments on commit 26a36ce

Please sign in to comment.