Blender addon to export gp layers through view layers nodes and file outputs
Go to file
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
app_templates/GP_Render exclude layer buttons 2023-06-08 12:39:39 +02:00
bin swf export and pdf multipage 2023-06-29 18:15:59 +02:00
.gitignore Refactor to allow separate gp render scene and compositing scene 2024-04-16 18:01:10 +02:00
CHANGELOG.md Add templates options for fileoutput 2024-04-22 11:59:30 +02:00
LICENSE wip first usable version 2021-09-07 23:11:42 +02:00
OP_add_layer.py Add templates options for fileoutput 2024-04-22 11:59:30 +02:00
OP_auto_build.py Add templates options for fileoutput 2024-04-22 11:59:30 +02:00
OP_check_scene.py Refactor to allow separate gp render scene and compositing scene 2024-04-16 18:01:10 +02:00
OP_clean.py Refactor to allow separate gp render scene and compositing scene 2024-04-16 18:01:10 +02:00
OP_clear.py Refactor to allow separate gp render scene and compositing scene 2024-04-16 18:01:10 +02:00
OP_connect_toggle.py Refactor to allow separate gp render scene and compositing scene 2024-04-16 18:01:10 +02:00
OP_crop_to_object.py trailing whitespaces cleanup 2023-01-18 14:28:27 +01:00
OP_export_to_ae.py trailing whitespaces cleanup 2023-01-18 14:28:27 +01:00
OP_manage_outputs.py File output - Selectable socket to connect in popup 2024-04-18 15:11:59 +02:00
OP_merge_layers.py Refactor to allow separate gp render scene and compositing scene 2024-04-16 18:01:10 +02:00
OP_post_render.py trailing whitespaces cleanup 2023-01-18 14:28:27 +01:00
OP_render_pdf.py code render scene comments cleanup 2024-03-28 11:51:57 +01:00
OP_render_scenes.py trailing whitespaces cleanup 2023-01-18 14:28:27 +01:00
OP_scene_switch.py Refactor to allow separate gp render scene and compositing scene 2024-04-16 18:01:10 +02:00
OP_setup_layers.py Refactor to allow separate gp render scene and compositing scene 2024-04-16 18:01:10 +02:00
README.md Fix file output base path 2024-04-17 14:37:44 +02:00
__init__.py Add templates options for fileoutput 2024-04-22 11:59:30 +02:00
constant.py Refactor to allow separate gp render scene and compositing scene 2024-04-16 18:01:10 +02:00
fn.py initial support for template in output base path and slots 2024-04-18 18:12:18 +02:00
gen_vlayer.py Add templates options for fileoutput 2024-04-22 11:59:30 +02:00
prefs.py trailing whitespaces cleanup 2023-01-18 14:28:27 +01:00
properties.py Refactor to allow separate gp render scene and compositing scene 2024-04-16 18:01:10 +02:00
setup_elements.py trailing whitespaces cleanup 2023-01-18 14:28:27 +01:00
ui.py Refactor to allow separate gp render scene and compositing scene 2024-04-16 18:01:10 +02:00

README.md

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)