Commit Graph

316 Commits

Author SHA1 Message Date
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
DeepSOIC
c8f40a3a80 add VerifyIntegrity to lattice viewprovider
VerifyIntegrity is a method that checks if standard __init__ method was
overridden by accident, and prints an error.
2015-11-11 01:49:20 +03:00
DeepSOIC
67a50b2a30 ArrayFilter: make Explode command working
Explode command was added in previous commit. But it was untested, and
it didn't work. This commit fixes it.
2015-11-11 01:46:53 +03:00
DeepSOIC
c08be8856a New tool: array filter
Modes implemented:
* specific items (easily created by selection in 3d view)
* touching/in stencil
* distance window to stencil
not yet implemented but proposed modes:
* pointing-at
2015-11-11 00:32:58 +03:00
DeepSOIC
e167c8422a JoinArrays: remove unneeded "import math" 2015-11-07 22:17:41 +03:00
DeepSOIC
1568998bda Compound filter: new filter types: window-length, window-distance 2015-11-06 02:09:00 +03:00
DeepSOIC
be55ccebfa [Breaking change] Compound Filter: change the way specific items of compoundFilter are parsed
Used to be: 1,2,5-10 (ranges inclusive)
Now: 1,2,5:11:1 (like python lists)
Now 'to' number is not-inclusive; dash replaced with colon (to support
negatives); added support for missing values; added support of step
2015-11-06 02:08:15 +03:00
DeepSOIC
e808beef2f Compound Filter: warn when applying to lattices 2015-11-06 00:06:07 +03:00
DeepSOIC
57e64488ad FuseCompound: update some comments 2015-11-05 16:45:47 +03:00
DeepSOIC
74d0482481 New feature: Join Arrays 2015-11-05 16:32:15 +03:00
DeepSOIC
6d168f31b0 Executer: Abort, Continue buttons for error messages, too 2015-11-03 14:46:49 +03:00
DeepSOIC
2010121f2e Polar and Lin Arrays: show warning if element of lattice is used as axis 2015-11-03 14:46:13 +03:00
DeepSOIC
af8a5dd3d5 Fix Array generators orientation property 2015-11-03 02:41:03 +03:00
DeepSOIC
1a1e04cd0d Polar Array: support arbitrary links to subelements
To lines and to circles/arcs
2015-11-03 02:26:56 +03:00
DeepSOIC
007751702b [Breaking change]Rename some Polar Array properties 2015-11-03 02:09:55 +03:00
DeepSOIC
44f39eebba Polar array: OrientMode property 2015-11-03 01:58:27 +03:00
DeepSOIC
3a921113bd [Breaking change]Polar array: new orientation logic for angle origin for non-Z axes 2015-11-03 01:57:41 +03:00
DeepSOIC
fae2780ce5 New tool: Linear array 2015-11-03 01:50:22 +03:00
DeepSOIC
bc5cb9fce7 Fix empty set marker for lattice arrays
Wasn't displayed when array contained nothing
2015-11-03 01:50:06 +03:00
DeepSOIC
41160ec54b Lattice: property to choose marker shape 2015-11-02 21:09:01 +03:00
DeepSOIC
2f9f3375b8 Lattice: cooler orientation marker 2015-11-01 23:19:24 +03:00
DeepSOIC
728067cab6 ShapeString: use non-presicion boundbox by default
For speed. It takes horribly long to compute precision bounding box of a
string of anything longer than about 5 characters.
2015-11-01 21:14:23 +03:00
DeepSOIC
fc2fc61532 ShapeString: bundle a few OFL-licensed fonts for easy playaround 2015-11-01 20:00:57 +03:00
DeepSOIC
22ad960bd4 New tool: Lattice ShapeString
Powered by Draft ShapeString, it is a convenient way to make arrays of
strings
2015-11-01 20:00:00 +03:00
DeepSOIC
5a6f7db1b1 Icons: add icon for invert tool 2015-11-01 00:52:41 +03:00
DeepSOIC
09f895df68 Icons: new+update 2015-11-01 00:42:22 +03:00
DeepSOIC
0827c131a8 Linked placement: fix command name 2015-11-01 00:41:59 +03:00
DeepSOIC
c16d208648 Placement link: expose placement as Placement property 2015-11-01 00:16:28 +03:00
DeepSOIC
cec62e9015 New tool: linked single placement 2015-10-31 23:44:44 +03:00