first verison of layer name builder
1.5.3 - feat: quick-prefix for layer using pref separator - list editable in addon pref - add interface button above layers - code: added environnement variable for prefix and separator: - `PREFIXES` : list of prefix (comma separated uppercase letters between 1 and 6 character, ex: 'AN,SP,L') - `SEPARATOR` : Separator character to determine prefixes, default is '_' (should not be a special regex character) - UI: add addon prefs namespace ui-box in project settings
This commit is contained in:
@@ -31,13 +31,17 @@ Note about palette : For now the importer is not working with linked palette as
|
||||
|
||||
### Environnement Variables
|
||||
|
||||
Since 1.5.2, Following _environnement variable_ can set the project properties in toolbox preferences at register launch.
|
||||
> Mainly for devellopers to set project environnement
|
||||
|
||||
Since 1.5.2, following _environnement variable_ can set the project properties in toolbox preferences at register launch.
|
||||
|
||||
`RENDER_WIDTH` : resolution x
|
||||
`RENDER_HEIGHT` : resolution y
|
||||
`FPS` : project frame rate
|
||||
`PALETTES` : path to the blends (or json) containing materials palettes
|
||||
`BRUSHES` : path to the blend containing brushes to load
|
||||
`PREFIXES` : list of prefix (comma separated uppercase letters between 1 and 6 character, ex: 'AN,SP,L')
|
||||
`SEPARATOR` : Separator character to determine prefixes, default is '_' (should not be a special regex character)
|
||||
|
||||
### Passive action
|
||||
|
||||
|
||||
Reference in New Issue
Block a user