Commit Graph

36 Commits

Author SHA1 Message Date
Unknown
1564b4f710 Intentionally broken for testing purposes. 2018-09-03 15:50:25 -04:00
Unknown
de16f2c85f Removed v2 tree
It finally became do-able with go 1.11
2018-09-03 02:37:37 -04:00
Unknown
f64ea7a84c Added back in v1 2018-07-25 15:20:00 -04:00
Unknown
569e761f65 v2 now in separate folder 2018-07-25 14:29:12 -04:00
Unknown
74515adb34 More v2 stuff 2018-07-25 14:28:43 -04:00
Unknown
e61f555c39 Updated to use v2 imports (removes dependancy on v1)
various doc updates as well.
2018-07-25 14:14:00 -04:00
Spencer
bf5e4f9b99 V2.0 update
## Features 

### Open
* Now returns the activeDocument after opening the file.

### JSLayer()
* Removed semicolon from output.

### Document
* Added FullName() which returns path to the .psd file.
* Changed Filename() to DumpFile(), as Filename was misleading.
* Dump function now saves the file as well,
to help reduce the frequency of de-syncs.
* Dump function now saves json files alongside the .psds
instead of in a separate data folder- encountered issues when using
the package as a module in go 1.11beta2.
* Added Save()

## Testing
* Added TestDocument_Save
* Added TestDocument_Dump

## Misc.
* Renamed pkgpath to pkgPath, to better fit go's standards.

## Fixes
* DoAction now runs correctly.
2018-07-24 20:36:02 -04:00
Spencer
99f9fcc0c4 ## Documentation
* Moved package comment to doc.go
2018-07-22 19:14:26 -04:00
Spencer
f239907bb2 Updated TODOs 2018-07-10 16:46:51 -04:00
Unknown
4294932b1f Changed readme template
Updated documentation
2018-07-05 16:07:10 -04:00
Spencer Brower
a0d6686cbc Further documentation updates. 2018-06-24 16:38:52 -04:00
Spencer Brower
206b94dcac Updates, Improvements, and Fixes
* Moved scripts / runner to separate package
    allows future replacement with PS Plugin.
* Fixed issues with Refresh and removed "layer" function.
* Added github documentation via godocdown.
* Reduced number of calls to Panic.
* Updated Tests
* Updated documentation.
* Fixed warnings.
* .gitignore now ignores .test and .out files.
2018-06-18 23:51:52 -04:00
Unknown
47f24275b1 Documentation / Testing updates 2018-06-12 16:37:41 -04:00
Unknown
39dea8a430 Merge branch 'release/v1.1' 2018-06-04 02:10:50 -04:00
Unknown
0d8be61858 Fixed an error in dojs.vbs where arguments were being split.
* Fixed SetText() to update bounds.
2018-04-29 21:37:58 -04:00
Unknown
c8420a46ff gitflow-hotfix-stash: v1.0 2018-04-28 15:55:04 -04:00
Unknown
f92bb18c30 Documentation updates 2018-04-24 21:11:34 -04:00
Unknown
c54b196f6a Various updates
* Layersets now have bounds.
* TextItem is now writeable
* Added flush function to writing, for faster debugging.
2018-04-18 23:58:38 -04:00
Unknown
4bf7eca6b0 Minor Improvements
* Made Refresh() more robust - when an error is encountered, the layer(set) is reloaded automatically.
* JS errors are now output to console instead of alerts.
2018-04-04 15:14:59 -04:00
Unknown
d52e896ac3 Added Refresh function to update layers
* Fixed functions that were mode dependant.
* Fixed getLayerSet.jsx to return set visibility.
2018-04-03 16:56:12 -04:00
Unknown
669d1182f4 Got text working. 2018-03-29 14:30:42 -04:00
Unknown
ff38043a10 Improved documentation
all colors must now implement hex notation as well as rgb
2018-03-23 15:26:33 -04:00
Unknown
5b36b9193a Can now save and load from json
Much improved speed over loading everything manually.
2018-03-22 20:11:51 -04:00
Unknown
71219e64d9 Can now color layers and apply strokes 2018-03-20 19:15:23 -04:00
Unknown
0202d5c188 Document now accessible through go 2018-03-19 15:32:52 -04:00
Unknown
7725110e35 WIP 2018-03-18 20:50:58 -04:00
Unknown
17a7f8ccd1 Fixed
- close() / quit()

Added functionality
- setlayervisibility()

Made SaveOptions into an enum for better readibility
2018-03-08 14:24:22 -05:00
Unknown
9cbf0e9b92 Added functionality
lib
- Save
- DoAction
- ApplyDataset
- GetLayer(s)

main
- do actions from commandline

Improved test cases!
2018-03-08 11:38:00 -05:00
Unknown
36ccc26243 documentation updates 2018-02-05 21:28:43 -05:00
Unknown
fe871d48d6 improved robustness
more tests added.
2018-02-05 15:50:56 -05:00
Unknown
39e09f9bce edits 2018-02-05 00:25:51 -05:00
Unknown
eb3aa7e393 updates 2018-02-05 00:02:04 -05:00
Unknown
ef1fb47d0e fixes 2018-02-04 23:31:16 -05:00
Unknown
101437ead3 reorganized 2018-02-04 23:18:47 -05:00
Unknown
4c994cb3ad hotfix 2018-02-04 22:56:44 -05:00
Unknown
e3359307a9 First upload 2018-02-04 22:48:52 -05:00