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

affinity designer transparent background by default


Recommended Posts

Is it possible to turn transparent background always on? I've never needed a background and for every file that I didn't create I have to manually click 4 tabs to finally disable it. Is there a way to disable it or toggle with a shortcut? It can be tedious to use this if I have to turn off the transparency for every drawing I edit instead of just having transparency turned off in Affinity Designer by default (or at least a with a toggle).

Link to comment
Share on other sites

There's no direct method or keyboard shortcut in Designer.
But if you also have Photo, it takes only three keyboard shortcuts:

  1. File > Edit in Photo
  2. Document > Transparent Background
  3. File > Edit in Designer

Additionally, you can automate the above as a global macro triggered by a single shortcut.
On Mac I'm using Keyboard Maestro which can directly execute any app's menu commands, but it will also work by using Automator, AppleScript UI scripting and the like.

MacBookAir 15": MacOS Ventura > Affinity v1, v2, v2 beta // MacBookPro 15" mid-2012: MacOS El Capitan > Affinity v1 / MacOS Catalina > Affinity v1, v2, v2 beta // iPad 8th: iPadOS 16 > Affinity v2

Link to comment
Share on other sites

When creating new documents, use template files with transparent background. The setting works per document and is preserved during its life.

Mac mini M1 A2348 | Windows 10 - AMD Ryzen 9 5900x - 32 GB RAM - Nvidia GTX 1080

LG34WK950U-W, calibrated to DCI-P3 with LG Calibration Studio / Spider 5

iPad Air Gen 5 (2022) A2589

Special interest into procedural texture filter, edit alpha channel, RGB/16 and RGB/32 color formats, stacking, finding root causes for misbehaving files, finding creative solutions for unsolvable tasks, finding bugs in Apps.

 

Link to comment
Share on other sites

39 minutes ago, NotMyFault said:

use template files with transparent background

You don't need to use templates. Presets will do just as well.
But that's obviously not the issue here:

4 hours ago, Affuser1 said:

for every file that I didn't create

MacBookAir 15": MacOS Ventura > Affinity v1, v2, v2 beta // MacBookPro 15" mid-2012: MacOS El Capitan > Affinity v1 / MacOS Catalina > Affinity v1, v2, v2 beta // iPad 8th: iPadOS 16 > Affinity v2

Link to comment
Share on other sites

Under MacOS it's easy to do via the defaults system ...

Quote

Reading out the actual associated defaults setting value for NewDocTransparentValue :

> defaults read -app "Affinity Designer" NewDocTransparentValue
0

The returned 0 means, here that NewDocTransparentValue is actually set to False/No and thus the checkbox is disabled (not checked) for new created docs!

Quote

Writing and changing the Designer defaults setting value for NewDocTransparentValue to True (aka enabling it):

> defaults write -app "Affinity Designer" NewDocTransparentValue -bool True

This enables the transparent checkbox default setting for creating new documents.

Usage is as always on own risk and thus making first a backup copy of the "com.seriflabs.affinitydesigner.plist" file is recomended!

☛ Affinity Designer 1.10.8 ◆ Affinity Photo 1.10.8 ◆ Affinity Publisher 1.10.8 ◆ OSX El Capitan
☛ Affinity V2.3 apps ◆ MacOS Sonoma 14.2 ◆ iPad OS 17.2

Link to comment
Share on other sites

2 minutes ago, v_kyr said:

NewDocTransparentValue

Good catch!

4 minutes ago, v_kyr said:

it's easy to do via the defaults system

For the less nerdy individuals, it's even easier with Prefs Editor.

MacBookAir 15": MacOS Ventura > Affinity v1, v2, v2 beta // MacBookPro 15" mid-2012: MacOS El Capitan > Affinity v1 / MacOS Catalina > Affinity v1, v2, v2 beta // iPad 8th: iPadOS 16 > Affinity v2

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • 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.