From 333c204e5415fc590d6a9af6c1307f261f51c585 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 14 Dec 2020 18:52:26 +0100 Subject: [PATCH] tvpaint plugins moved to tvpaint host --- .../tvpaint/plugins}/create/create_render_layer.py | 0 .../tvpaint/plugins}/create/create_render_pass.py | 0 .../tvpaint => hosts/tvpaint/plugins}/create/create_review.py | 0 .../{plugins/tvpaint => hosts/tvpaint/plugins}/load/load_image.py | 0 .../tvpaint/plugins}/load/load_reference_image.py | 0 .../tvpaint/plugins}/publish/collect_instances.py | 0 .../tvpaint/plugins}/publish/collect_workfile_data.py | 0 .../tvpaint => hosts/tvpaint/plugins}/publish/extract_sequence.py | 0 .../tvpaint/plugins}/publish/validate_frame_range.py | 0 .../tvpaint/plugins}/publish/validate_workfile_project_name.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename pype/{plugins/tvpaint => hosts/tvpaint/plugins}/create/create_render_layer.py (100%) rename pype/{plugins/tvpaint => hosts/tvpaint/plugins}/create/create_render_pass.py (100%) rename pype/{plugins/tvpaint => hosts/tvpaint/plugins}/create/create_review.py (100%) rename pype/{plugins/tvpaint => hosts/tvpaint/plugins}/load/load_image.py (100%) rename pype/{plugins/tvpaint => hosts/tvpaint/plugins}/load/load_reference_image.py (100%) rename pype/{plugins/tvpaint => hosts/tvpaint/plugins}/publish/collect_instances.py (100%) rename pype/{plugins/tvpaint => hosts/tvpaint/plugins}/publish/collect_workfile_data.py (100%) rename pype/{plugins/tvpaint => hosts/tvpaint/plugins}/publish/extract_sequence.py (100%) rename pype/{plugins/tvpaint => hosts/tvpaint/plugins}/publish/validate_frame_range.py (100%) rename pype/{plugins/tvpaint => hosts/tvpaint/plugins}/publish/validate_workfile_project_name.py (100%) diff --git a/pype/plugins/tvpaint/create/create_render_layer.py b/pype/hosts/tvpaint/plugins/create/create_render_layer.py similarity index 100% rename from pype/plugins/tvpaint/create/create_render_layer.py rename to pype/hosts/tvpaint/plugins/create/create_render_layer.py diff --git a/pype/plugins/tvpaint/create/create_render_pass.py b/pype/hosts/tvpaint/plugins/create/create_render_pass.py similarity index 100% rename from pype/plugins/tvpaint/create/create_render_pass.py rename to pype/hosts/tvpaint/plugins/create/create_render_pass.py diff --git a/pype/plugins/tvpaint/create/create_review.py b/pype/hosts/tvpaint/plugins/create/create_review.py similarity index 100% rename from pype/plugins/tvpaint/create/create_review.py rename to pype/hosts/tvpaint/plugins/create/create_review.py diff --git a/pype/plugins/tvpaint/load/load_image.py b/pype/hosts/tvpaint/plugins/load/load_image.py similarity index 100% rename from pype/plugins/tvpaint/load/load_image.py rename to pype/hosts/tvpaint/plugins/load/load_image.py diff --git a/pype/plugins/tvpaint/load/load_reference_image.py b/pype/hosts/tvpaint/plugins/load/load_reference_image.py similarity index 100% rename from pype/plugins/tvpaint/load/load_reference_image.py rename to pype/hosts/tvpaint/plugins/load/load_reference_image.py diff --git a/pype/plugins/tvpaint/publish/collect_instances.py b/pype/hosts/tvpaint/plugins/publish/collect_instances.py similarity index 100% rename from pype/plugins/tvpaint/publish/collect_instances.py rename to pype/hosts/tvpaint/plugins/publish/collect_instances.py diff --git a/pype/plugins/tvpaint/publish/collect_workfile_data.py b/pype/hosts/tvpaint/plugins/publish/collect_workfile_data.py similarity index 100% rename from pype/plugins/tvpaint/publish/collect_workfile_data.py rename to pype/hosts/tvpaint/plugins/publish/collect_workfile_data.py diff --git a/pype/plugins/tvpaint/publish/extract_sequence.py b/pype/hosts/tvpaint/plugins/publish/extract_sequence.py similarity index 100% rename from pype/plugins/tvpaint/publish/extract_sequence.py rename to pype/hosts/tvpaint/plugins/publish/extract_sequence.py diff --git a/pype/plugins/tvpaint/publish/validate_frame_range.py b/pype/hosts/tvpaint/plugins/publish/validate_frame_range.py similarity index 100% rename from pype/plugins/tvpaint/publish/validate_frame_range.py rename to pype/hosts/tvpaint/plugins/publish/validate_frame_range.py diff --git a/pype/plugins/tvpaint/publish/validate_workfile_project_name.py b/pype/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py similarity index 100% rename from pype/plugins/tvpaint/publish/validate_workfile_project_name.py rename to pype/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py