Jump to content
You must now use your email address to sign in [click for more info] ×

marcofal

Members
  • Posts

    2
  • Joined

  • Last visited

  1. One perfect example of a designer tool integrated with scripting is Autodesk Maya. Every operation you do will be echoed in the scripting panel . Let say you draw a triangle in Affinity Designer and a scripting panel could show something like : makePolygon([ {23,45.9}, {53, 89}, {13.3, 39} ], fill:"lightgrey", opacity:1, stroke:{size:1, color:blue}); Which means that every user sees how object are created and they could script that immediately as Maya does with Mel scripting or/and Python. Then entire Affinity Designer scenes cold be built from terminal. > affiniydesigner -run "./myScript.js" I know that I might be dreaming ( :) ) since this approach need to be architected before the application is designed and built. But maybe the authors cold keep that in minds. Such functionality would push the popularity of Affinity Designer way above any other competitors. Today exposed API are becoming an expectation and a necessity.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.