From e4c5c4eaa209ce48c513d54aa5cf4fe8046e7793 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 18 Mar 2021 09:49:35 +0100 Subject: [PATCH] renamed folder `actions` to `event_handlers_user` --- .../{actions => event_handlers_user}/action_applications.py | 0 .../action_batch_task_creation.py | 0 .../action_clean_hierarchical_attributes.py | 0 .../{actions => event_handlers_user}/action_client_review_sort.py | 0 .../{actions => event_handlers_user}/action_component_open.py | 0 .../{actions => event_handlers_user}/action_create_cust_attrs.py | 0 .../{actions => event_handlers_user}/action_create_folders.py | 0 .../action_create_project_structure.py | 0 .../{actions => event_handlers_user}/action_delete_asset.py | 0 .../action_delete_old_versions.py | 0 .../ftrack/{actions => event_handlers_user}/action_delivery.py | 0 .../ftrack/{actions => event_handlers_user}/action_djvview.py | 0 .../ftrack/{actions => event_handlers_user}/action_job_killer.py | 0 .../{actions => event_handlers_user}/action_multiple_notes.py | 0 .../{actions => event_handlers_user}/action_prepare_project.py | 0 pype/modules/ftrack/{actions => event_handlers_user}/action_rv.py | 0 .../ftrack/{actions => event_handlers_user}/action_seed.py | 0 .../action_store_thumbnails_to_avalon.py | 0 .../{actions => event_handlers_user}/action_sync_to_avalon.py | 0 .../ftrack/{actions => event_handlers_user}/action_test.py | 0 .../action_thumbnail_to_childern.py | 0 .../action_thumbnail_to_parent.py | 0 .../{actions => event_handlers_user}/action_where_run_ask.py | 0 .../{actions => event_handlers_user}/action_where_run_show.py | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename pype/modules/ftrack/{actions => event_handlers_user}/action_applications.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_batch_task_creation.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_clean_hierarchical_attributes.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_client_review_sort.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_component_open.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_create_cust_attrs.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_create_folders.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_create_project_structure.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_delete_asset.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_delete_old_versions.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_delivery.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_djvview.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_job_killer.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_multiple_notes.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_prepare_project.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_rv.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_seed.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_store_thumbnails_to_avalon.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_sync_to_avalon.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_test.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_thumbnail_to_childern.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_thumbnail_to_parent.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_where_run_ask.py (100%) rename pype/modules/ftrack/{actions => event_handlers_user}/action_where_run_show.py (100%) diff --git a/pype/modules/ftrack/actions/action_applications.py b/pype/modules/ftrack/event_handlers_user/action_applications.py similarity index 100% rename from pype/modules/ftrack/actions/action_applications.py rename to pype/modules/ftrack/event_handlers_user/action_applications.py diff --git a/pype/modules/ftrack/actions/action_batch_task_creation.py b/pype/modules/ftrack/event_handlers_user/action_batch_task_creation.py similarity index 100% rename from pype/modules/ftrack/actions/action_batch_task_creation.py rename to pype/modules/ftrack/event_handlers_user/action_batch_task_creation.py diff --git a/pype/modules/ftrack/actions/action_clean_hierarchical_attributes.py b/pype/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py similarity index 100% rename from pype/modules/ftrack/actions/action_clean_hierarchical_attributes.py rename to pype/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py diff --git a/pype/modules/ftrack/actions/action_client_review_sort.py b/pype/modules/ftrack/event_handlers_user/action_client_review_sort.py similarity index 100% rename from pype/modules/ftrack/actions/action_client_review_sort.py rename to pype/modules/ftrack/event_handlers_user/action_client_review_sort.py diff --git a/pype/modules/ftrack/actions/action_component_open.py b/pype/modules/ftrack/event_handlers_user/action_component_open.py similarity index 100% rename from pype/modules/ftrack/actions/action_component_open.py rename to pype/modules/ftrack/event_handlers_user/action_component_open.py diff --git a/pype/modules/ftrack/actions/action_create_cust_attrs.py b/pype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py similarity index 100% rename from pype/modules/ftrack/actions/action_create_cust_attrs.py rename to pype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py diff --git a/pype/modules/ftrack/actions/action_create_folders.py b/pype/modules/ftrack/event_handlers_user/action_create_folders.py similarity index 100% rename from pype/modules/ftrack/actions/action_create_folders.py rename to pype/modules/ftrack/event_handlers_user/action_create_folders.py diff --git a/pype/modules/ftrack/actions/action_create_project_structure.py b/pype/modules/ftrack/event_handlers_user/action_create_project_structure.py similarity index 100% rename from pype/modules/ftrack/actions/action_create_project_structure.py rename to pype/modules/ftrack/event_handlers_user/action_create_project_structure.py diff --git a/pype/modules/ftrack/actions/action_delete_asset.py b/pype/modules/ftrack/event_handlers_user/action_delete_asset.py similarity index 100% rename from pype/modules/ftrack/actions/action_delete_asset.py rename to pype/modules/ftrack/event_handlers_user/action_delete_asset.py diff --git a/pype/modules/ftrack/actions/action_delete_old_versions.py b/pype/modules/ftrack/event_handlers_user/action_delete_old_versions.py similarity index 100% rename from pype/modules/ftrack/actions/action_delete_old_versions.py rename to pype/modules/ftrack/event_handlers_user/action_delete_old_versions.py diff --git a/pype/modules/ftrack/actions/action_delivery.py b/pype/modules/ftrack/event_handlers_user/action_delivery.py similarity index 100% rename from pype/modules/ftrack/actions/action_delivery.py rename to pype/modules/ftrack/event_handlers_user/action_delivery.py diff --git a/pype/modules/ftrack/actions/action_djvview.py b/pype/modules/ftrack/event_handlers_user/action_djvview.py similarity index 100% rename from pype/modules/ftrack/actions/action_djvview.py rename to pype/modules/ftrack/event_handlers_user/action_djvview.py diff --git a/pype/modules/ftrack/actions/action_job_killer.py b/pype/modules/ftrack/event_handlers_user/action_job_killer.py similarity index 100% rename from pype/modules/ftrack/actions/action_job_killer.py rename to pype/modules/ftrack/event_handlers_user/action_job_killer.py diff --git a/pype/modules/ftrack/actions/action_multiple_notes.py b/pype/modules/ftrack/event_handlers_user/action_multiple_notes.py similarity index 100% rename from pype/modules/ftrack/actions/action_multiple_notes.py rename to pype/modules/ftrack/event_handlers_user/action_multiple_notes.py diff --git a/pype/modules/ftrack/actions/action_prepare_project.py b/pype/modules/ftrack/event_handlers_user/action_prepare_project.py similarity index 100% rename from pype/modules/ftrack/actions/action_prepare_project.py rename to pype/modules/ftrack/event_handlers_user/action_prepare_project.py diff --git a/pype/modules/ftrack/actions/action_rv.py b/pype/modules/ftrack/event_handlers_user/action_rv.py similarity index 100% rename from pype/modules/ftrack/actions/action_rv.py rename to pype/modules/ftrack/event_handlers_user/action_rv.py diff --git a/pype/modules/ftrack/actions/action_seed.py b/pype/modules/ftrack/event_handlers_user/action_seed.py similarity index 100% rename from pype/modules/ftrack/actions/action_seed.py rename to pype/modules/ftrack/event_handlers_user/action_seed.py diff --git a/pype/modules/ftrack/actions/action_store_thumbnails_to_avalon.py b/pype/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py similarity index 100% rename from pype/modules/ftrack/actions/action_store_thumbnails_to_avalon.py rename to pype/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py diff --git a/pype/modules/ftrack/actions/action_sync_to_avalon.py b/pype/modules/ftrack/event_handlers_user/action_sync_to_avalon.py similarity index 100% rename from pype/modules/ftrack/actions/action_sync_to_avalon.py rename to pype/modules/ftrack/event_handlers_user/action_sync_to_avalon.py diff --git a/pype/modules/ftrack/actions/action_test.py b/pype/modules/ftrack/event_handlers_user/action_test.py similarity index 100% rename from pype/modules/ftrack/actions/action_test.py rename to pype/modules/ftrack/event_handlers_user/action_test.py diff --git a/pype/modules/ftrack/actions/action_thumbnail_to_childern.py b/pype/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py similarity index 100% rename from pype/modules/ftrack/actions/action_thumbnail_to_childern.py rename to pype/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py diff --git a/pype/modules/ftrack/actions/action_thumbnail_to_parent.py b/pype/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py similarity index 100% rename from pype/modules/ftrack/actions/action_thumbnail_to_parent.py rename to pype/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py diff --git a/pype/modules/ftrack/actions/action_where_run_ask.py b/pype/modules/ftrack/event_handlers_user/action_where_run_ask.py similarity index 100% rename from pype/modules/ftrack/actions/action_where_run_ask.py rename to pype/modules/ftrack/event_handlers_user/action_where_run_ask.py diff --git a/pype/modules/ftrack/actions/action_where_run_show.py b/pype/modules/ftrack/event_handlers_user/action_where_run_show.py similarity index 100% rename from pype/modules/ftrack/actions/action_where_run_show.py rename to pype/modules/ftrack/event_handlers_user/action_where_run_show.py