Skip to main content
Known Participant
August 15, 2024
質問

Extendscript for Illustrator; can I access stroke profile or width points?

  • August 15, 2024
  • 返信数 1.
  • 656 ビュー

Trying to write a script to converts brushstrokes to paths with variable width. But I cannot seem to access the variable width properties of a stroke or path points.

 

Is it possible?

 

このトピックへの返信は締め切られました。

返信数 1

m1b
Community Expert
Community Expert
August 15, 2024

Hi @Razamus , sadly the scripting API does not provide access to those details. The only possible avenue is to us Actions I think. Actions can be used from a script, so that might be something you can use but, even so, I doubt it will give the fine control you are looking for. Sorry 😞 

Razamus作成者
Known Participant
August 15, 2024

What action would you use? I want to script it, because Illustrator on iPad doesn't have the width tool, and I really want to use the pressure sensor to create paths with variable width.

m1b
Community Expert
Community Expert
August 15, 2024

I have no idea, I'm afraid. I don't use actions much. @Kurt Gold do you think actions could help here?