Jump to content

Recommended Posts

Posted

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).

Posted

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

Posted

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 | MBP M3 

Windows 11 - AMD Ryzen 9 5900x - 32 GB RAM - Nvidia GTX 1080

LG34WK950U-W, calibrated to DCI-P3 with LG Calibration Studio / Spider 5 | Dell 27“ 4K

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.

I use iPad screenshots and videos even in the Desktop section of the forum when I expect no relevant difference.

 

Posted
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

Posted

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

Posted
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

  • 1 year later...
Posted
On 2/24/2023 at 10:51 AM, v_kyr said:

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

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

I tried defaults write -app "Affinity Designer 2" NewDocTransparentValue -bool True with AD 2 and it the value was set, but it did not have the desired affect of setting the default document setting to always be transparent.

Posted
1 hour ago, 45Matches said:

it did not have the desired [e]ffect

Have you quitted Designer first?
Also, since preferences are being heavily cached, you even may want to log out and log in to make sure the change will stick, although in theory it shouldn't be necessary.

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

Posted (edited)

I did restart Affinity at the time. I have since restarted my computer. I don't know how to log out of affinity (day 1).

If I save a favourite preset with transparency that new document opens with transparency, but it feels like the preset is doing that.

If I select any of the other default presets, they apply their transparency setting to the new document - which is false to transparent background - and I get the opaque background.

Seems like updating each preset is a reliable way forward. 

Thanks all.

Edited by 45Matches
Posted
Just now, 45Matches said:

I don't know how to log out of affinity

Not logging out of Affinity, I meant temporarily logging out of your Mac user account: Apple menu → Log Out [your user name]
This may be sometimes necessary "voodoo" because it restarts the user-owned background processes of the MacOS.

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

Posted

Thanks for clarifying that.

So with this set like:
> defaults write -app "Affinity Designer" NewDocTransparentValue -bool True
 

your expected result is that regardless of what the preset has defined, every new document opens with transparency?

Posted
36 minutes ago, 45Matches said:

your expected result is that regardless of what the preset has defined, every new document opens with transparency?

I don't remember, sorry. It's been 2 years since we've discussed it, and I'm only ever using transparent background in APh, not in ADe or APu.

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

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.