Bruno Herfst
Bruno Herfst
When all sliders and randomness is set to 0, Frame Devider should create equal parts. However it fails on uneven numbers.
Remove_Unused_Layers.jsx Add option to clean folders that removes folders that only contain other folders and do not have a layer mask. Obviously we need to move the content of the...
To send files to either 3D software or Lasercutter it would be good to be able to export to DXF. Converting to DXF from other formats is impossible as DXF...
When I run the example `example_send` in this repository the frame rate of art-net messages is much lower than the OF framerate. It is so slow I am wondering if...
At the moment if I send more data ( > 170 Pixels ) the data get truncated instead of sending multiple messages.
* [ ] [jam.actions](https://github.com/ExtendScript/extendscript-modules/tree/master/ps/module/jam/jam.actions) * [ ] [jam.books](https://github.com/ExtendScript/extendscript-modules/tree/master/ps/module/jam/jam.books) * [ ] [jam.colors](https://github.com/ExtendScript/extendscript-modules/tree/master/ps/module/jam/jam.colors) * [ ] [jam.engine](https://github.com/ExtendScript/extendscript-modules/tree/master/ps/module/jam/jam.engine) * [ ] [jam.helpers](https://github.com/ExtendScript/extendscript-modules/tree/master/ps/module/jam/jam.helpers) * [ ] [jam.json](https://github.com/ExtendScript/extendscript-modules/tree/master/ps/module/jam/jam.json) * [ ] [jam.layers](https://github.com/ExtendScript/extendscript-modules/tree/master/ps/module/jam/jam.layers) * [...
The code is all there, just need to write some tests and publish it: * [x] json.instantiate * [x] json.validate * [x] json.clone * [ ] json.comparable * [ ]...
For example: * Schema contains Array that is not required. * Array contains any length of objects with required properties. ('x' and 'y') Generating `0.x` should generate `0.x` and `0.y`