Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to expand a livepaint item?

Explorer ,
Mar 22, 2011 Mar 22, 2011

Anyone know how to expand a livepaint item.  I'm stumped.

CS5/Javascript

Thanks

Doug

TOPICS
Scripting
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Mar 23, 2011 Mar 23, 2011

Object >> Expand

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 23, 2011 Mar 23, 2011

I sort of meant with a script (Javascript)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 23, 2011 Mar 23, 2011

hahaha, good one


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 23, 2011 Mar 23, 2011

You're likely to have to do it by a doScript of an Action in either VB or AS. The doScript construct doesn't work in ExtendScript.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 23, 2011 Mar 23, 2011

So I found this method called "expandTracing" in the JS Reference:

"Expand the tracing to paths. Deletes this tracing object."

Possibly related to a cousin called "releaseTracing", too:

"Release the source artwork for the tracing object. Deletes this tracing object."

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 23, 2011 Mar 23, 2011

Yeah, I saw that too.  Looks like it's just for LiveTrace items though.  Gave it a try anyway, but couldn't get it to do anything.  Of course I'm still having plenty of trouble with syntax so maybe that was the problem, but I don't think so.  Thanks.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 24, 2011 Mar 24, 2011
LATEST

Expanding a tracing is possible because you can test a 'pluginIitem' for an 'isTracing' property first… I don't think you will get any joy as all other 'pluginItems' you can do zilch with most annoyingly path finder…

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines