Stack Renderer PiPL Properties

These PiPL properties are used for Stack Renderer plug-in modules. More...

Defines

#define PIStackRendererProperty   'sRnd'
 Identifies the plug-in as a Stack Renderer.
#define PIEditInPluginProperty   'ediP'
 Indicates whether the plug-in edits files or stacks.

Detailed Description

These PiPL properties are used for Stack Renderer plug-in modules.

Stack Renderer plug-in modules are defined on Import (Acquire) plug-in modules, so these keys can only be used when the plug-in Kind is defined as Acquire.


Define Documentation

#define PIStackRendererProperty   'sRnd'

Identifies the plug-in as a Stack Renderer.

This property key reflects the StackRenderer property in the PiPL resource file, which can only be used with Import (Acquire) plug-in modules. This key informs Photoshop that what initially appears to be an Import plug-in is a Stack Renderer plug-in. The existence of this property key means that it is enabled.

#define PIEditInPluginProperty   'ediP'

Indicates whether the plug-in edits files or stacks.

Applies to file formats, smart objects and image stacks. This property key reflects the EditinPlugin property in the PiPL resource file. The existence of this property key means it is enabled.

If this property is present, then the plugin is called to edit the file or stack, rather than opening it in Photoshop.