PDA

View Full Version : Default setting for layer texture



javafuel
02-27-2017, 09:10 AM
I'm creating some custom canvases. Currently the new layer is set to using its own texture. Is it possible to set new layer texture to use canvas texture option?

HannahRage
02-27-2017, 03:28 PM
New layers will use the texture from the layer below, but you can switch it back to the canvas one by going into the menu for that layer, choosing 'Edit Layer Texture' and ticking 'use canvas texture'.

javafuel
02-28-2017, 07:53 AM
New layers will use the texture from the layer below.

I see, but the new layer won't set itself to "Use Canvas Texture" when the layer below is set to "Use Canvas Texture". Maybe the future release can set "Use Canvas Texture" as the default when creating a new layer? If user wants to use a different texture for the layer, they can unchecked it and then add the desired layer texture. Thanks.

MattRage
02-28-2017, 01:48 PM
Each layer adopts the settings that define the texture that was assigned to the layer below, rather than just adopting the canvas texture toggle. This is to ensure that as few layers as possible adjust the texture that will be applied to their contents when changes are made to the base canvas. This may change in the future.