-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #421 from Zolko-123/development
v0.12.7
- Loading branch information
Showing
17 changed files
with
50 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
# coding: utf-8 | ||
# | ||
# Asm4_objects.py | ||
# | ||
# LGPL | ||
# Copyright HUBERT Zoltán | ||
|
||
|
||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,11 @@ | |
# coding: utf-8 | ||
# | ||
# gotoDocumentCmd.py | ||
# | ||
# LGPL | ||
# Copyright HUBERT Zoltán | ||
|
||
|
||
|
||
import math, re, os | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ | |
# coding: utf-8 | ||
# | ||
# insertLinkCmd.py | ||
# | ||
# LGPL | ||
# Copyright HUBERT Zoltán | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ | |
# coding: utf-8 | ||
# | ||
# newAssemblyCmd.py | ||
# | ||
# LGPL | ||
# Copyright HUBERT Zoltán | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ | |
# coding: utf-8 | ||
# | ||
# newModelCmd.py | ||
# | ||
# LGPL | ||
# Copyright HUBERT Zoltán | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ | |
# coding: utf-8 | ||
# | ||
# placeLinkCmd.py | ||
# | ||
# LGPL | ||
# Copyright HUBERT Zoltán | ||
|
||
|
||
import os, time | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ | |
# coding: utf-8 | ||
# | ||
# placeLinkUI.py | ||
# | ||
# LGPL | ||
# Copyright HUBERT Zoltán | ||
|
||
|
||
import os, time | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ | |
# coding: utf-8 | ||
# | ||
# placePartUI.py | ||
# | ||
# LGPL | ||
# Copyright HUBERT Zoltán | ||
|
||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
# coding: utf-8 | ||
# | ||
# releaseAttachmentCmd.py | ||
# | ||
# LGPL | ||
# Copyright HUBERT Zoltán | ||
|
||
|
||
import math, re, os | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ | |
# coding: utf-8 | ||
# | ||
# variantLinkCmd.py | ||
# | ||
# LGPL | ||
# Copyright HUBERT Zoltán | ||
|
||
|
||
import os | ||
|