Advanced Scripting #4
Trentonom0r3
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On the surface level, the library will have a familiar interface to ExtendScript.
Methods, Classes, etc, will all be the same, enhanced with some new features.
On one hand, we could expose more AEGP functions or manipulations. There may be a use for this, but I see more of the pixel based manipulations occurring on the python side.
This way you can pull pixels via scripting, manipulate via python, and then push back.
It would require less code, and simplify things.
If anything, a hybrid approach may be best, exposing some AEGP functionality for pixel related things that could be useful, as well as leaving it open for usage in python.
Beta Was this translation helpful? Give feedback.
All reactions