ActionNodes 2.3.0 R...
 
Notifications
Clear all

[Sticky] ActionNodes 2.3.0 Released

1 Posts
1 Users
0 Reactions
82 Views
(@qudrarn)
Posts: 9
Member Admin
Topic starter
 
  • Improved plugin installer: automatically updates the plugin during installation without the need to manually uninstall the previous version, added the ability to launch the plugin immediately after installation is complete, added an item to the Windows Start menu for easy launch of the plugin.
  • Fixed minor bugs when working with nodes related to the previous release.
  • Added 2 new nodes to the Common node library:
    • Increment Trailing Number - searches for the number at the end of the string and, if found, increments or decrements it (depending on the sign of the number in the Increment parameter) by the specified amount.
    • Find Layer Group End - searches for and returns the ID of the layer that marks the end of the group whose ID is specified in the node parameter.
  • Added 12 new nodes for working with strings:
    • Extract Number From String - searches for and extracts information about numbers contained in a string.
    • Code To Character - converts the Unicode code of a character to a character and returns the string with that character.
    • Character To Code - returns the Unicode code of the character in the passed string at the specified index. If the index is outside the length of the string, 0 is returned.
    • Character Is Digit - returns a boolean value of whether the specified character belongs to numbers (characters that belong to the Nd category in Unicode).
    • Character Is Letter - returns a boolean value of whether the specified character belongs to letters (characters that belong to the Lu, Ll, Lt, Lm, Lo categories in Unicode).
    • Character Is Lower - returns a boolean value of whether the specified character belongs to letters in lower case (characters that belong to the Ll category in Unicode).
    • Character Is Upper - returns a boolean value of whether the specified character belongs to uppercase letters (characters that belong to the Lu category in Unicode).
    • Character Is Space - returns a boolean value of whether the specified character belongs to spaces (characters that belong to the Zl, Zp, Zs categories and some characters from the Cc category in Unicode).
    • Character Is Punctuation - returns a boolean value of whether the specified character belongs to punctuation (characters that belong to the Pc, Pd, Pe, Pf, Pi, Po, and Ps categories in Unicode).
    • Character Is Symbol - returns a boolean value of whether the specified character belongs to symbols (characters that belong to the Sc, Sk, Sm, So categories in Unicode).
    • Character Is Mark - returns a boolean value of whether the specified character belongs to marks (characters that belong to the Mc, Me, Mn categories in Unicode).
    • Character Is Printable - returns a boolean value of whether the specified character belongs to printable characters (characters that belong to any category except Cc, Cf, Co, Cs in Unicode).
  • Added 2 nodes from the Photoshop Layer main menu:
    • Copy CSS – Layer -> Copy CSS.
    • Copy SVG – Layer-> Copy SVG.
  • A new Show Layer Exclusively node has been added - it shows the layer with the specified ID and hides all other layers.
  • Added 33 new nodes for working with shapes (Photoshop > Layer > Shape nodes category):
    • Clear Shape Fill - clears the fill for the currently selected shape layer.
    • Set Shape Fill Color - sets the color to fill the contents of the currently selected shape layer.
    • Set Shape Fill Gradient - sets the gradient to fill the contents of the currently selected shape layer.
    • Set Shape Fill Pattern - sets the pattern that fills the contents of the currently selected shape layer.
    • Clear Shape Stroke - clears the stroke for the currently selected shape layer.
    • Set Shape Stroke Color - sets the color to fill the stroke of the currently selected shape layer.
    • Set Shape Stroke Gradient - sets the gradient to fill the stroke of the currently selected shape layer.
    • Set Shape Stroke Pattern - sets the pattern to fill the stroke of the currently selected shape layer.
    • Set Shape Stroke Options - sets the stroke options for the currently selected shape layer.
    • Set Shape Bounds - sets the boundaries of the currently selected shape layer.
    • Rotate Shape - rotates the currently selected shape layer by the specified angle.
    • Flip Shape - flips the currently selected shape layer in the direction you specify.
    • Set Rectangle Shape Options - sets the rounding radii for all corners of the rectangle shape layer.
    • Set Polygon Shape Options - sets options specific to the polygon shape layer.
    • Set Triangle Shape Options - sets options specific to the triangle shape layer.
    • Set Shape Pathfinder - sets the operation for merging two selected shapes in the shape layer.
    • New Rectangle Shape - creates a new rectangle shape layer.
    • New Ellipse Shape - creates a new ellipse shape layer.
    • New Polygon Shape - creates a new polygon shape layer.
    • New Triangle Shape - creates a new triangle shape layer.
    • New Line Shape - creates a new line shape layer.
    • New Custom Shape - creates a new custom shape layer.
    • Get Shape Fill Color By ID - returns whether the layer shape with the specified ID has a fill color and, if so, what color.
    • Get Shape Fill Gradient By ID - returns whether the shape layer with the specified ID has a gradient fill and, if so, all information about the gradient.
    • Get Shape Fill Pattern By ID - returns whether the shape layer with the specified ID has a fill pattern and, if so, all information about it.
    • Get Shape Stroke Color By ID - returns whether the shape layer with the specified ID has a stroke fill color and, if so, what color.
    • Get Shape Stroke Gradient By ID - returns whether the shape layer with the specified ID has a stroke fill with a gradient and, if so, all information about the gradient.
    • Get Shape Stroke Pattern By ID - returns whether the shape layer with the specified ID has a stroke pattern filling and, if so, all information about the pattern.
    • Get Shape Bounds By ID - returns the shape layer boundaries with the specified ID.
    • Get Shape Line Options By ID - returns information about the line shape layer with the specified ID.
    • Get Shape Polygon Options By ID - returns information about the polygon shape layer with the specified ID.
    • Get Shape Rectangle Options By ID - returns information about the rectangle shape with the specified ID.
    • Get Shape Triangle Options By ID - returns information about the triangle shape layer with the specified ID.
  • Added 7 new nodes to the Photoshop > Layer > Check nodes category:
    • Is Layer Shape By ID - checks if the layer with the specified ID is a shape layer.
    • Is Layer Shape Rectangle By ID - checks if the layer with the specified ID is a rectangle shape layer.
    • Is Layer Shape Line By ID - checks if the layer with the specified ID is a line shape.
    • Is Layer Shape Ellipse By ID - checks if the layer with the specified ID is an ellipse shape.
    • Is Layer Shape Triangle By ID - checks if the layer with the specified ID is a triangle shape.
    • Is Layer Shape Polygon By ID - checks if the layer with the specified ID is a polygon shape.
    • Is Layer Shape Custom By ID - checks if the layer with the specified ID is a custom shape layer.
 
Posted : 06/07/2024 5:13 pm
Share: