pullusb 35a99ff6cd Improve connect to file output feature with better name besed on source socket and node
1.8.13

1.8.13

- changed: improve `connect to fileoutput` feature:
  - possible to choose `node_name + socket name` or `node name` instead of `socket name` only
  - default is now `node_name_socket_name`
  - added some exception behavior:
    - if a node has single output : write the node name only
    - render layers use `scene_viewlayer` as node_name intead of "Render Layer"
    - interface shows source node label (with source node name in parenthesis)
    - interface shows render layer scene/viewlayer name (with name in parenthesis)
2024-12-17 15:54:21 +01: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-09-06 17:55:04 +02: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)

GP_RENDER_MERGE_PATTERN : Regex pattern for GP layer group merge. If not specified, pattern is ^([A-Z]{2})_ to match gp_toolbox two-capital-letter prefix system)

Notable operator arguments for automatisation

  • scene (str) Define scene where GP object will be linked and rendered, if ommited scene use name renderGP (create scene if needed)
  • node_scene (str) Define scene where renderlayer nodes are addes and connected (create scene if needed), if ommited use scene arg above

Following string template can be set to customize file-output paths : base_path, file_slot, layer_slot.

  • base_path : file output base path
  • file_slot : file output slots
  • layer_slot: file output slots when using multilayer EXR (EXR layer names)

Available template keywords:

  • {object} : Object name
  • {gplayer} : GP layer name

Default template if nothing is passed:

  • base_path = //render/{object} (if using multilayer-EXR: //render/{object}/{object}_)
  • file_slot = {gplayer}/{gplayer}_
  • layer_slot = {gplayer}
Description
Blender addon to export gp layers through view layers nodes and file outputs
Readme GPL-3.0 5.3 MiB
Languages
Python 100%