Copy link to clipboard
Copied
Hello everyone!
I hope it's okay that the topic includes three points. Still, they all belong to the API.
I am working on a small extension for Adobe Animate and could not find information about the three parameters in the "Animate JS API Documentation" on Github.
1. Properties > Doc > Document Settings > Apply to pasteboard
2. Properties > Frame > IK Armature > Hide editing controls and hints
3. Properties > Frame > IK Armature > Options > Style > None/Line
The History panel does not display the code of these operations.
Perhaps someone knows how to access these parameters?
Hi.
For the pasteboard check, you can run:
fl.getDocumentDOM().pasteboardColorCheck = true;
But unfortunately everything Ik related seems to be handled internally by Animate.
Hide editing controls and hints:
/Applications/<ANIMATE>/<ANIMATE>.app/Contents/Helpers/HeadlessAnimateApp.app/Contents/Resources/eve/piIKFrameHdr.eve
Armature style:
/Applications/<ANIMATE>/<ANIMATE>.app/Contents/Helpers/HeadlessAnimateApp.app/Contents/Resources/eve/piIKFrameOptions.eve
The only references to I
...Copy link to clipboard
Copied
Hello. After creating this post, my IP was blocked on "community.adobe.com ". Login is only possible via VPN. I'm sorry if you wrote in private messages and I don't answer you for a long time.
Copy link to clipboard
Copied
check your history panel. you'll find stuff that can't be used has a red x (eg, apply to pasteboard).
Copy link to clipboard
Copied
I checked, but hoped that the "red x" could be bypassed through the API.
Copy link to clipboard
Copied
i don't see anything in the api about pasteboard, https://github.com/AdobeDocs/developers-animatesdk-docs/blob/master/Document_object/document_summary...
Copy link to clipboard
Copied
I didn't see it either, but I was hoping I missed something, or the developers have a newer version of the documentation and they will share the secret. Who knows, maybe it will happen)
Copy link to clipboard
Copied
you could make a request. to report bugs or ideas or wishes to adobe: for applicable apps, use https://helpx.adobe.com/ie/x-productkb/global/how-to-user-voice.html
for createive cloud assets:
for others, use https://www.adobe.com/products/wishform.html
if neither show a place to report the issue, just leave it here. that's the best you can do.
Copy link to clipboard
Copied
Hi.
For the pasteboard check, you can run:
fl.getDocumentDOM().pasteboardColorCheck = true;
But unfortunately everything Ik related seems to be handled internally by Animate.
Hide editing controls and hints:
/Applications/<ANIMATE>/<ANIMATE>.app/Contents/Helpers/HeadlessAnimateApp.app/Contents/Resources/eve/piIKFrameHdr.eve
Armature style:
/Applications/<ANIMATE>/<ANIMATE>.app/Contents/Helpers/HeadlessAnimateApp.app/Contents/Resources/eve/piIKFrameOptions.eve
The only references to IK in the JSFL documentation are the layer.animationType, frame.tweenType, and layer.tweenType properties as far as I can tell.
Regards,
JC
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Unfortunately no.
I just used JSFL to iterate over the DOM object to look for this property.
Copy link to clipboard
Copied
yikes. that's terrible (to hear).
Find more inspiration, events, and resources on the new Adobe Community
Explore Now