pullusb 7fa914e438 Add templates options for fileoutput
1.7.3

- added: Optional string templates for fileoutputs
  - add `base_path, file_slot, layer_slot` arguments to operators
  - possible keywords are as follow:
    - '{object}' : Set object name
    - '{gplayer}' : Set Gp layer name
  - Default template when not passed:
    base_path = `//render/{object}`
    (for multilayer exr, default to `//render/{object}/{object}_`)
    file_slot = `{gplayer}/{gplayer}_`
    layer_slot = `{gplayer}`
2024-04-22 11:59:30 +02:00
2023-06-29 18:15:59 +02:00
2021-09-07 23:11:42 +02:00
2023-01-18 14:28:27 +01:00
2023-01-18 14:28:27 +01:00
2024-04-17 14:37:44 +02:00
2023-01-18 14:28:27 +01:00

GP Render

Organise export of gp layers through compositor output

Environment variables

FILE_FORMAT : Define file_format used for output. If not specified, use OPEN_EXR_MULTILAYER (set OPEN_EXR for separate sequences)

Description
Blender addon to export gp layers through view layers nodes and file outputs
Readme GPL-3.0 5.3 MiB
Languages
Python 100%