Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
transform [2017/12/16 21:14] – [Release Notes] o2admintransform [2017/12/17 04:06] – [How does it work] o2admin
Line 10: Line 10:
  
 For every shape selected the script gets a list of properties for the shape, You can then use these as variables to alter the shapes size, position, stroke and fill. For every shape selected the script gets a list of properties for the shape, You can then use these as variables to alter the shapes size, position, stroke and fill.
-The really powerful feature is that you can use any variable in any field to fix things up and create some very powerful transformations.  +The key feature is that you can use any variable in any field to fix things up and create some very powerful transformations.  
  
  
Line 256: Line 256:
 | x ? y : z | Right | Ternary conditional (if x then y else z) | | x ? y : z | Right | Ternary conditional (if x then y else z) |
  
 +
 +==== Release Notes ====
 +  * **1.3.1** - 17 December 2017
 +    * Requires PowerScripts 3.4.2
 +    * CC2018 Fixes
 +    * Saving presets also saves accordions status of expanded to closed.
 +
 +  * **1.3.0** - 25 November 2017
 +    * Added typename property 
 +    * Added Filter section
 +    * Added Delete section