Commit Graph

244 Commits

Author SHA1 Message Date
DeepSOIC
3845f4d0da New tool: make compound
It is convenient to have a button to make compound from Lattice wb; as
an extra, it checks if lattices are selected, and warns if so.
2015-12-17 23:18:44 +03:00
DeepSOIC
2856c7812b Readme: fixes 2015-12-17 22:34:30 +03:00
DeepSOIC
27c5c315a1 Readme: add brief list of changes 2015-12-17 22:26:56 +03:00
DeepSOIC
4342b067ca Add readme.md 2015-12-17 22:13:54 +03:00
DeepSOIC
b4c1b908e4 Icons: icon for ReplaceObject
ugly, but better than nothing..
2015-12-17 17:37:18 +03:00
DeepSOIC
c633bf43ac SubstituteObject: make it circular-dependency aware 2015-12-17 04:08:19 +03:00
DeepSOIC
1eafb8faba Change initGui to use "import Lattice2"
Because otherwise I will forget to add new features to the module
structure.
2015-12-17 02:04:22 +03:00
DeepSOIC
ef18bd6f91 make a module: one can now "import Lattice2" 2015-12-17 01:31:06 +03:00
DeepSOIC
af8de06b01 Icons: add star to Polar and Linear array commands 2015-12-16 21:00:48 +03:00
DeepSOIC
c88c45cac1 Icons: change ShapeString icon 2015-12-16 19:26:14 +03:00
DeepSOIC
e29b5e58b8 Icons: lots of icons changed to bracketed concept 2015-12-16 03:44:08 +03:00
DeepSOIC
ff738d1c60 PopulateChildren: fix error if not enough children 2015-12-16 03:18:36 +03:00
DeepSOIC
037d3028ea Fix "Canceled by user" messagebox (wasn't intended to pop up) 2015-12-16 03:15:40 +03:00
DeepSOIC
a792d92442 Populate tools: tweak visibility logic 2015-12-16 03:03:42 +03:00
DeepSOIC
797c7f4c5e Icons: Remove old Compose icon 2015-12-16 03:01:45 +03:00
DeepSOIC
2ea82e4558 [Breaking] substantial changes to Compose (renamed into PopulateChildren) 2015-12-16 02:40:40 +03:00
DeepSOIC
b4a9096942 (whitespace cleanup in initgui) 2015-12-16 02:34:20 +03:00
DeepSOIC
86a95a2120 Icons: for populateChildren feature
populateChildren feature is to replace Compose tool. Not done yet. Icons
before the feature!
2015-12-09 14:23:32 +03:00
DeepSOIC
48a2ba5731 Remove the example file, it's for Lattice v1 2015-12-09 02:21:40 +03:00
DeepSOIC
f484124f99 Icons: icons for populate with copies feature 2015-12-09 02:20:55 +03:00
DeepSOIC
eb25ed0f24 Icons: new Explode compound icon (again) 2015-12-09 01:23:50 +03:00
DeepSOIC
ab57ca5c5a Icons: new Explode Compound icon 2015-12-09 01:23:06 +03:00
DeepSOIC
375be4d1af [Breaking] Substantial changes to populate features, and latticeBaseFeature 2015-12-08 18:26:14 +03:00
DeepSOIC
c296f5a2c6 RecomputeLocker: bugfix in restoretouched 2015-11-28 03:25:58 +03:00
DeepSOIC
b8c207102d RecomputeLocker: icons of viewprovider 2015-11-28 03:08:36 +03:00
DeepSOIC
175948e050 RecomputeLocker: icons 2015-11-28 02:45:45 +03:00
DeepSOIC
6c4a5e980b New tools: manual recompute
Highly experimental and potentially deadly. Extremely hacky.
2015-11-28 02:28:07 +03:00
DeepSOIC
9f56a6b9b2 V2: another take at internal renames because of file renames
hopefully, the last one
2015-11-27 00:59:26 +03:00
DeepSOIC
921854cfb0 V2: more internal changes due to file renames 2015-11-27 00:13:06 +03:00
DeepSOIC
342f6eb325 Remove dangling XPM icon from InitGui 2015-11-26 23:56:06 +03:00
DeepSOIC
ab0e6012c9 V2: renames inside files 2015-11-26 23:53:58 +03:00
DeepSOIC
2272bc1356 V2: update initGui to accomodate the renames 2015-11-26 23:30:36 +03:00
DeepSOIC
010cf68661 V2: recompile resource 2015-11-26 23:30:01 +03:00
DeepSOIC
628b332534 V2: rename icon files 2015-11-26 23:28:29 +03:00
DeepSOIC
eb7b50c8ab V2: renaming .py files 2015-11-26 23:26:43 +03:00
DeepSOIC
95083fc509 CompoundFilter: Fix window filter with stencils
MaxVal wasn't properly driven by stencil shape linked in.
2015-11-21 19:20:06 +03:00
DeepSOIC
44fe8ab3ed New tool: SubstituteObject (experimental)
A gui tool similar to OpenSCAD replacechild. Except that it iterates
through all parents.
This command actually uses OpenSCAD replaceChilds's code.

This is a general-purpose tool, and it doesn't really belong to the
workbench.
2015-11-20 02:00:19 +03:00
DeepSOIC
3a17d4650f Resample: icon
I'm not very happy about this icon, but it's better than nothing.
2015-11-20 00:00:43 +03:00
DeepSOIC
91f2331106 Resample: simplify code 2015-11-18 02:50:11 +03:00
DeepSOIC
dda1d5c3d2 Resample: switch from approximate() to interpolate, which seems to be more stable 2015-11-18 02:47:18 +03:00
DeepSOIC
c0aca13264 New feature: array interpolation (experimental) 2015-11-17 14:35:51 +03:00
DeepSOIC
f81441c1f8 ShapeString: fix errors on saving, and defunct after load 2015-11-16 01:55:07 +03:00
DeepSOIC
fc009a06a0 Add powerplant example file, for linking from tutorial 2015-11-15 23:32:05 +03:00
DeepSOIC
8161252589 ExplodeArray: fix no unhide array when deleting children 2015-11-14 16:38:55 +03:00
DeepSOIC
0bb50c0d8b ExplodeArray: fix fail to explode a non-lattice
Should do that after displaying a warning. It didn't display the warning
because of a syntax error.
2015-11-14 16:32:46 +03:00
DeepSOIC
e527b5f48d Compose: fix placement averaging mode 2015-11-13 22:42:15 +03:00
DeepSOIC
93ee7797b9 Icon for ProjectArray feature 2015-11-13 15:52:58 +03:00
DeepSOIC
09ca55af51 LinearArray: fixes
* axis linkage was totally broken, wrong property was referred.
* span drive wasn't working due to mixing quantity and float
2015-11-13 13:49:38 +03:00
DeepSOIC
11df51a085 New tool: ProjectArray 2015-11-13 03:03:06 +03:00
DeepSOIC
b53c6d0a8f Icons for ArrayFilter, ExplodeArray, JoinArrays 2015-11-12 15:40:12 +03:00