Jeremy Wright
|
b4df535e07
|
Set the Open dialog to default to the embedded Examples directory the first time it comes up.
|
2014-12-08 20:56:07 -05:00 |
|
Dave Cowden
|
6fea428b8f
|
Merge pull request #17 from stansu/master
fix for 1x1 brick
|
2014-12-08 16:46:41 -05:00 |
|
stansu
|
9b8025f322
|
fix for 1x1 brick
when i try 1x1 brick, the rarray can’t use 0 for parameter.
so i add last else condition to disable last cylinder making.
|
2014-12-08 10:22:06 +08:00 |
|
Jeremy Wright
|
37420537d3
|
Merge branch 'master' of https://github.com/jmwright/cadquery-freecad-module
|
2014-12-07 12:53:59 -05:00 |
|
Jeremy Wright
|
123c2b439c
|
Incorporated a pyqode.core fix to compensate for a FreeCAD on Mac issue, and cleaned up the examples so they don't show errors in the code editor pane.
|
2014-12-07 12:53:40 -05:00 |
|
Jeremy Wright
|
6a1ce59b02
|
Mac OS Path Additions
Added two Mac OS paths based on work being done in issues by @DrRob and @stansu
|
2014-12-06 23:26:39 -05:00 |
|
Jeremy Wright
|
5c6977f383
|
Put safeguards in place to keep non-existent directories from being added to sys.path and updated the CQ module to match the latest version.
|
2014-12-06 23:20:54 -05:00 |
|
Dave Cowden
|
4d9692e791
|
Merge pull request #55 from dcowden/import-fix
yep, its definitely cleaner code.
|
2014-12-06 23:08:46 -05:00 |
|
Jeremy Wright
|
8794d63e06
|
Made major improvements to the Mac OS import setup code thanks to troubleshooting from @DrRob.
|
2014-12-06 22:54:45 -05:00 |
|
Jeremy Wright
|
ab8a986a1c
|
Added a comment about the default introduction example.
|
2014-12-06 22:21:26 -05:00 |
|
Jeremy Wright
|
05963bf8e4
|
Merge pull request #13 from jmwright/lego_example
Added Lego Brick Example:
|
2014-12-06 22:09:40 -05:00 |
|
Dave Cowden
|
a9b94452ab
|
Added Lego Brick Example:
|
2014-12-06 10:19:38 -05:00 |
|
Dave Cowden
|
605dda6c48
|
added a bit more detail about cadquery-freecad-module
|
2014-12-06 09:25:44 -05:00 |
|
Dave Cowden
|
a040b0c35e
|
mdoifed docs to point to cadquery-freecad-module
|
2014-12-06 09:23:04 -05:00 |
|
Jeremy Wright
|
326c02cd0f
|
Added explicit support for Mac OS.
|
2014-12-05 23:42:25 -05:00 |
|
Jeremy Wright
|
e1fd840dd7
|
Update to the cadquery module, which should be set up as a submodule eventually.
|
2014-12-05 00:19:32 -05:00 |
|
Jeremy Wright
|
de3d4ea8a7
|
Added an alternate path for Linux systems that install FreeCAD at /usr/bin instead of /usr/local.
|
2014-12-05 00:17:38 -05:00 |
|
Jeremy Wright
|
9b9d75db2e
|
Fixing accidental submodule creation.
|
2014-12-04 23:34:54 -05:00 |
|
Jeremy Wright
|
8c8fb5b068
|
Merge pull request #10 from jmwright/imports
Imports
|
2014-12-04 11:06:33 -05:00 |
|
Jeremy Wright
|
ab5a4e5225
|
Forced the FreeCAD bin and lib directories to be in the sys.path on module startup.
|
2014-12-04 11:04:04 -05:00 |
|
Jeremy Wright
|
4ce894f604
|
Broke all of the libraries out of the zip file and removed the *.pyc files.
|
2014-12-04 10:33:11 -05:00 |
|
Jeremy Wright
|
1b096c86fe
|
Still trying...
|
2014-12-02 23:56:51 -05:00 |
|
Jeremy Wright
|
4440bdd2e2
|
Still trying to get Windows and Linux to agree on what paths need to be in sys.path.
|
2014-12-02 23:52:03 -05:00 |
|
Jeremy Wright
|
d5aa9e0a26
|
Removed the root Libs directory path from the sys.path entries.
|
2014-12-02 23:47:50 -05:00 |
|
Jeremy Wright
|
48462edec6
|
Backed out some path changes.
|
2014-12-02 23:15:29 -05:00 |
|
Jeremy Wright
|
df70a95868
|
Trying to fix CQ module import on Mac.
|
2014-12-02 22:23:40 -05:00 |
|
Jeremy Wright
|
e6b9715b9e
|
Separated CadQuery out of libs.zip and fixed an import order error between PyQode and PySide.
|
2014-12-02 22:01:40 -05:00 |
|
Jeremy Wright
|
f94a6018a5
|
Update README.md
|
2014-12-02 21:27:56 -05:00 |
|
Jeremy Wright
|
8fc9a3b397
|
Got autocomplete mostly working on both Linux and Windows.
|
2014-12-02 15:29:36 -05:00 |
|
Jeremy Wright
|
a8eb25d936
|
Added the Freecad lib path for Windows-based FreeCAD installs to get autocomplete working except for the CQ-related completion.
|
2014-12-02 10:15:03 -05:00 |
|
Jeremy Wright
|
943845df91
|
Automatically open an introductory example when the user choses the CadQuery workbench.
|
2014-12-01 22:30:44 -05:00 |
|
Jeremy Wright
|
40efd2599a
|
Removed unneeded version test for FreeCAD 0.13.
|
2014-12-01 21:53:31 -05:00 |
|
Jeremy Wright
|
79f896bd0a
|
Merge branch 'master' of https://github.com/jmwright/cadquery-freecad-module
|
2014-12-01 16:53:19 -05:00 |
|
Jeremy Wright
|
e996ebb7d7
|
Turning logging back off.
|
2014-12-01 16:52:27 -05:00 |
|
Jeremy Wright
|
704def7ba1
|
Added Installation Instructions for Linux, Windows and Mac
Added installation instructions to help people get up and running quickly with this module.
|
2014-12-01 14:42:19 -05:00 |
|
Jeremy Wright
|
010377c5cd
|
Embedded packages that have to be embedded for the module to work in Windows.
|
2014-12-01 14:34:07 -05:00 |
|
Jeremy Wright
|
087f0621a7
|
Initial attempt to fix import issues caused by verutil.py implementation.
|
2014-12-01 11:51:26 -05:00 |
|
Jeremy Wright
|
d9ca06a6e8
|
Merge pull request #48 from dcowden/module-changes
Fixed version numbers so that you can use == to grab test for a specific...
|
2014-12-01 09:17:06 -05:00 |
|
Jeremy Wright
|
f47788f6e7
|
Went back to a Linux logging path.
|
2014-11-28 17:35:11 -05:00 |
|
Jeremy Wright
|
d4817bcbf3
|
Turned logging back off.
|
2014-11-28 17:25:28 -05:00 |
|
Jeremy Wright
|
50844a2dd1
|
Got module working with embedded packages and cleaned up file headers.
|
2014-11-28 16:45:22 -05:00 |
|
Jeremy Wright
|
1222a6e4d8
|
Fixed version numbers so that you can use == to grab test for a specific version.
|
2014-11-28 15:05:01 -05:00 |
|
Jeremy Wright
|
b9d59996d1
|
Added new FreeCAD versions to freecad_impl/verutil.py
|
2014-11-28 13:05:27 -05:00 |
|
Jeremy Wright
|
5cb1623711
|
Trying to get embedded libraries to work.
|
2014-11-26 07:59:30 -05:00 |
|
Jeremy Wright
|
00766a2d75
|
Partial attempt to embed libraries in module.
|
2014-11-25 22:15:15 -05:00 |
|
Jeremy Wright
|
8fbf4ee4c1
|
Removed some troubleshooting code that caused the module to throw an error when switching to another workbench.
|
2014-11-21 22:50:05 -05:00 |
|
Jeremy Wright
|
8dbd7d5877
|
Initial commit of the nearly completed module.
|
2014-11-21 22:19:53 -05:00 |
|
Jeremy Wright
|
a6869b39cf
|
Initial commit
|
2014-11-21 22:17:08 -05:00 |
|
Jeremy Wright
|
27624c640c
|
Updated the version number in init.
|
2014-11-19 21:16:54 -05:00 |
|
Jeremy Wright
|
3b2cc69b92
|
Incremented version number in egg info file that had been missed before.
|
2014-11-19 21:00:53 -05:00 |
|