improving the layer Preset Manager
Posted: 20 Oct 2021, 16:22
I am missing options in the layer preset manager.
Why not offer all the standard layer settings there? the layer value could be set to a fixed value or make it a pattern... a function on the current layer.... say 20% less then the current layer for instance
- duplicate layer should also be added in the options here, its also in the layer menu but you should be able to create a duplicate layer WITH all the other customizable layer presets
- reverse order should also be added in the options
Currently these are the naming patterns available and i need some more: Since we actively use colorgroups and names in our pipeline, it would be great if we could get a colorgroup based on the name or visa versa.
so some additional naming patterns could be:
%G will add the colorgroup name
%C01 will add custom string 01
(not sure if that makes sense...i'm not a programmer)
else add an option for a custom layer type name. because it says now:
%pt will add the preset type (anim/xsheet...) but in fact there are only two types: Anim and CTG (xsheet was abandoned)
so if there would be a box where you could designate your own type... say for instance layout, storyboard, rotolater, colorlayer.... whatever
in combination with the Presetname box it would make for a very versatile layernaming situation.
but i suppose those are not ' official' tvpaint layer types ( there are only 2) we might have to name them different,
or split up the name pattern into two parts? i don't know what would be the most logic from a programming standpoint
now it works like this:
firstpartofthecurrentlayername_rotolayer
apply new layer:
firstpartofthecurrentlayername_rotolayer_colorlayer
but off course instead i need this result:
firstpartofthecurrentlayername_colorlayer
So ideally i also need something to trimm down the current layer name... to only get the part before the first underscore:
-%... that would delete everything from the current layer name that comes after the first underscore "_"
Why not offer all the standard layer settings there? the layer value could be set to a fixed value or make it a pattern... a function on the current layer.... say 20% less then the current layer for instance
- duplicate layer should also be added in the options here, its also in the layer menu but you should be able to create a duplicate layer WITH all the other customizable layer presets
- reverse order should also be added in the options
Currently these are the naming patterns available and i need some more: Since we actively use colorgroups and names in our pipeline, it would be great if we could get a colorgroup based on the name or visa versa.
so some additional naming patterns could be:
%G will add the colorgroup name
%C01 will add custom string 01
(not sure if that makes sense...i'm not a programmer)
else add an option for a custom layer type name. because it says now:
%pt will add the preset type (anim/xsheet...) but in fact there are only two types: Anim and CTG (xsheet was abandoned)
so if there would be a box where you could designate your own type... say for instance layout, storyboard, rotolater, colorlayer.... whatever
in combination with the Presetname box it would make for a very versatile layernaming situation.
but i suppose those are not ' official' tvpaint layer types ( there are only 2) we might have to name them different,
or split up the name pattern into two parts? i don't know what would be the most logic from a programming standpoint
now it works like this:
firstpartofthecurrentlayername_rotolayer
apply new layer:
firstpartofthecurrentlayername_rotolayer_colorlayer
but off course instead i need this result:
firstpartofthecurrentlayername_colorlayer
So ideally i also need something to trimm down the current layer name... to only get the part before the first underscore:
-%... that would delete everything from the current layer name that comes after the first underscore "_"