Skip to main content
Inspiring
April 7, 2013
Answered

PropertyUtils in Automation plugin

  • April 7, 2013
  • 1 reply
  • 1930 views

Hello,

I'm wondering whether it's possible to use PropertyUtils functions in automation plug-in, eg PIGetXMP(), PISetXMP(), PIGetSlices()? So far I get errors after calling these, maybe I miss something

This topic has been closed for replies.
Correct answer Tom Ruark

I would use the action get and action play in an automation plugin. See Getter and Listener examples.

The property utils were designed for the Filter/File Format/Selection/et.al. plugin types.

1 reply

Tom Ruark
Tom RuarkCorrect answer
Inspiring
April 9, 2013

I would use the action get and action play in an automation plugin. See Getter and Listener examples.

The property utils were designed for the Filter/File Format/Selection/et.al. plugin types.

Inspiring
April 15, 2013

Well, I'm trying to parse slice information resource and update XMP data, is it possible to get with action get/play? I bet not. I keep Listener and Getter open all the time and refer to them, actually.

I have already coded this as Filter, just a bit annoying that Filter cannot be run on Text layer for instance, user has to rasterize or create a new layer.

Thanks for answer, though! )