An array containing each feather pointメs relative angle percentage between the two normals on either side of a curved outer feather boundary at a corner on
Monthly Archives: March 2015
featherRadii
An array containing each feather pointメs radius feather amount ; inner feather points have negative values.NOTE: Values are stored in the array in the order
featherInterps
An array containing each feather pointメs radius interpolation type 0 for non-Hold feather points, 1 for Hold feather points .NOTE: Values are stored in the
closed
When true, the first and last vertices are connected to form a closed curve. When false, the closing segment is not drawn.Boolean; read/write.
Settings object
DescriptionThe Settings object provides an easy way to manage settings for scripts. The settings are saved in the After Effects preferences file and are per
saveSetting()
Saves a default value for a scripting preferences item.sectionName A string containing the name of a settings section keyName A string containing the key na
haveSetting()
Returns true if the specified scripting preferences item exists and has a value.sectionName A string containing the name of a settings sectionkeyName A stri
getSetting()
Retrieves a scripting preferences item value from the preferences file.sectionName A string containing the name of a settings sectionkeyName A string contai
RQItemCollection object
The RQItemCollection contains all of the render-queue items in a project, as shown in the Render Queue panel of the project. The collection provides access
add()
Adds a composition to the Render Queue, creating a RenderQueueItem.comp The CompItem object for the composition to be added.RenderQueueItem object.