Commit Graph

507 Commits

Author SHA1 Message Date
Jeremy Wright
7dea259659 Added test of 2D drawing, including threePointArc and moveTo. This should be expanded later to include all 2D drawing constructs. 2015-02-23 08:30:35 -05:00
Jeremy Wright
73688899aa Merge pull request #73 from xix-xeaon/moveto
Fixed usage of toWorldCoordinates in move and moveTo
2015-02-23 08:10:23 -05:00
xix xeaon
1a3ec5e4f3 Fixed usage of toWorldCoordinates in move and moveTo 2015-02-21 12:13:23 +01:00
Jeremy Wright
579160f143 Made some changes to the new file template. 2015-01-19 13:44:08 -05:00
Jeremy Wright
002db51287 Merge pull request #42 from jmwright/submenu
Added examples submenu under the main CQ menu.
2015-01-14 12:31:13 -05:00
Jeremy Wright
ae51eb1cb1 Added examples submenu under the main CQ menu. 2015-01-14 12:29:38 -05:00
Jeremy Wright
dc89c70d2f Fixed a bug where each object in the active document was referred to by its label instead of its name. 2015-01-08 20:17:07 -05:00
Jeremy Wright
016ab83f41 Merge pull request #40 from jmwright/develop
Changed all embedded examples to use Helpers.show() instead of Part.show...
2015-01-05 22:51:33 -05:00
Jeremy Wright
61c6ed0858 Changed all embedded examples to use Helpers.show() instead of Part.show(). 2015-01-05 22:49:21 -05:00
Jeremy Wright
9140b035cf Merge pull request #39 from jmwright/develop
Updated the CQ library and changed the new file template to reflect the ...
2015-01-05 22:10:29 -05:00
Jeremy Wright
eb3eaad7d9 Updated the CQ library and changed the new file template to reflect the new Helpers.show() best practice. 2015-01-05 22:09:03 -05:00
Dave Cowden
ec3a1de09e Merge pull request #68 from dcowden/develop
Removed unneeded workplane.py file.
2015-01-05 21:59:24 -05:00
Jeremy Wright
49a5bb51e7 Removed unneeded workplane.py file. 2015-01-05 21:12:15 -05:00
Jeremy Wright
f09c50e199 Merge pull request #36 from jmwright/develop
Added the ability to clear the script output from the Report view.
2015-01-05 10:29:27 -05:00
Jeremy Wright
ac1d142598 Added the ability to clear the script output from the Report view. 2015-01-05 10:28:15 -05:00
Dave Cowden
01c65f02e8 Merge pull request #66 from krasin/travis
THanks for contributing!!! 
Add Travis CI config to run tests on each commit and each pull request.
2014-12-31 19:52:27 -05:00
Ivan Krasin
9ce11ab3c4 Add Travis CI config to run tests on each commit and each pull request. 2014-12-31 19:27:21 -05:00
Jeremy Wright
233d9e7126 Merge pull request #35 from jmwright/develop
Added a function to set colors and transparency.
2014-12-31 12:23:28 -05:00
Jeremy Wright
e99daaa469 Added a function to set colors and transparency. 2014-12-31 12:22:30 -05:00
Jeremy Wright
5bdd426da2 Merge pull request #34 from jmwright/develop
Redirected stdout so that the print statement will work within FreeCAD.
2014-12-29 23:38:33 -05:00
Jeremy Wright
c0fd5bf851 Redirected stdout so that the print statement will work within FreeCAD. 2014-12-29 23:36:27 -05:00
Jeremy Wright
c88b89b46e Updated PyQode to automatically reload and execute when an external editor writes to disk. 2014-12-27 13:01:27 -05:00
Jeremy Wright
eca4be1818 Added better support for using external editors by having the editor automatically reload and execute the script based on the settings in Settings.py. 2014-12-26 00:25:19 -05:00
Jeremy Wright
ccaf07c396 Updated pycode.core. 2014-12-22 00:19:06 -05:00
Jeremy Wright
0823499975 Updated CadQuery. 2014-12-21 23:54:49 -05:00
Dave Cowden
65381225d0 Merge pull request #64 from dcowden/cq-rotate
Added rotate function at the CQ object level and an associated test
2014-12-19 08:08:03 -05:00
Jeremy Wright
9204b128e4 Added rotate function at the CQ object level and an associated test. 2014-12-19 07:40:34 -05:00
Jeremy Wright
5536bd1d69 Fixed an error when a script is closed with no open 3D views. 2014-12-18 14:03:57 -05:00
Jeremy Wright
b7f9c7a143 Merge pull request #33 from jmwright/settings
Added a Settings file to hold configuration options in preparation for a...
2014-12-18 13:43:24 -05:00
Jeremy Wright
9c894268b8 Added a Settings file to hold configuration options in preparation for adding better support for external editors. 2014-12-18 13:42:07 -05:00
Jeremy Wright
a0108668a5 Removed an unneeded line from the Remote_Enclosure example. 2014-12-18 12:37:25 -05:00
Jeremy Wright
20f33d1710 Merge pull request #32 from jmwright/new-script
Fixes for Script Manipulation Annoyances
2014-12-18 11:13:45 -05:00
Jeremy Wright
d8c2a53cf5 Fixed numerous issues relating to opening, closing, newing up, and saving scripts. Also added an example contributed by @emdash. 2014-12-18 11:11:46 -05:00
Jeremy Wright
88b9b2d244 Completed the New Script menu item and made the module more intelligent about whether or not a file is dirty and needs saved. 2014-12-14 21:36:28 -05:00
Jeremy Wright
732918e5f2 Clicking New Script opens a template file with some skeleton comments/code showing best practices. Needs to have it fixed so that Save-As always comes up if the user tries to save over the template. 2014-12-13 23:59:54 -05:00
Jeremy Wright
cc2063c7ad Merge pull request #25 from jmwright/save-fix
Fixed bug where save-as dialog wouldn't be shown when clicking save with...
2014-12-13 23:00:00 -05:00
Jeremy Wright
0d6b5b1f23 Fixed bug where save-as dialog wouldn't be shown when clicking save with no file name set on the code pane. 2014-12-13 22:59:02 -05:00
Jeremy Wright
3a0e206fe4 Fixed a bug due to not importing the os module in the right place before trying to open a second script. 2014-12-12 22:19:41 -05:00
Jeremy Wright
925df1f6d3 Merge pull request #22 from jmwright/open-enhance
Fixed a bug with a blank filename being set for the previous filename an...
2014-12-12 17:11:58 -05:00
Jeremy Wright
6557f3d194 Fixed a bug with a blank filename being set for the previous filename and appended the script's directory to sys.path to enable the use of project directories later. 2014-12-12 17:10:48 -05:00
Jeremy Wright
a3beced8d1 Updated the CadQuery lib. 2014-12-12 15:27:14 -05:00
Jeremy Wright
2a56967691 Update AUTHORS.md 2014-12-12 15:09:28 -05:00
Jeremy Wright
c880297a2c Merge branch 'master' of https://github.com/dcowden/cadquery 2014-12-12 15:01:09 -05:00
Jeremy Wright
755629c658 Created AUTHORS.md file. 2014-12-12 15:00:25 -05:00
Jeremy Wright
bf661a9cb8 Added Initial "Unreleased" Changes for v0.1.8
I just wanted to make sure we kept track of these changes. I have marked the version as "Unreleased" to hopefully keep people from thinking we've released the version already.
2014-12-12 12:39:58 -05:00
Jeremy Wright
2cda3c7891 Merge pull request #59 from dcowden/rotate-fix
Added a return statement that was needed to make rotateAboutCenter work ...
2014-12-12 12:28:52 -05:00
Jeremy Wright
9fe2946b8d Added a return statement that was needed to make rotateAboutCenter work properly. 2014-12-11 22:50:44 -05:00
Dave Cowden
7c8f0e40c4 Merge pull request #58 from dcowden/step-fix
Improved STEP Importing and STEP Object Returned as CQ.Workplane Object Now
2014-12-11 21:07:17 -05:00
Jeremy Wright
19c84868a8 Removed an unneeded import and fixed tab-space mixing issues. 2014-12-11 20:42:41 -05:00
Jeremy Wright
e51b54d6c4 Made the STEP import function more robust so that it could return a CQ.Workplane object. 2014-12-11 14:35:29 -05:00