From 9a40ae490d88939905740c9bfcee9f837c14c0a9 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Mon, 5 Feb 2024 14:39:17 +0100 Subject: [PATCH] move openpype into client subfolder --- .gitignore | 3 --- .gitmodules | 4 ++-- {openpype => client/openpype}/__init__.py | 0 {openpype => client/openpype}/__main__.py | 0 {openpype => client/openpype}/addons/README.md | 0 {openpype => client/openpype}/cli.py | 0 {openpype => client/openpype}/client/__init__.py | 0 {openpype => client/openpype}/client/entities.py | 0 .../openpype}/client/entity_links.py | 0 .../openpype}/client/mongo/__init__.py | 0 .../openpype}/client/mongo/entities.py | 0 .../openpype}/client/mongo/entity_links.py | 0 {openpype => client/openpype}/client/mongo/mongo.py | 0 .../openpype}/client/mongo/operations.py | 0 {openpype => client/openpype}/client/notes.md | 0 {openpype => client/openpype}/client/operations.py | 0 .../openpype}/client/operations_base.py | 0 .../openpype}/client/server/__init__.py | 0 .../openpype}/client/server/constants.py | 0 .../openpype}/client/server/conversion_utils.py | 0 .../openpype}/client/server/entities.py | 0 .../openpype}/client/server/entity_links.py | 0 .../openpype}/client/server/openpype_comp.py | 0 .../openpype}/client/server/operations.py | 0 .../openpype}/client/server/thumbnails.py | 0 .../openpype}/client/server/utils.py | 0 .../openpype}/hooks/pre_add_last_workfile_arg.py | 0 .../openpype}/hooks/pre_copy_template_workfile.py | 0 .../hooks/pre_create_extra_workdir_folders.py | 0 .../openpype}/hooks/pre_global_host_data.py | 0 .../openpype}/hooks/pre_mac_launch.py | 0 .../openpype}/hooks/pre_new_console_apps.py | 0 .../openpype}/hooks/pre_non_python_host_launch.py | 0 .../openpype}/hooks/pre_ocio_hook.py | 0 {openpype => client/openpype}/host/__init__.py | 0 {openpype => client/openpype}/host/dirmap.py | 0 {openpype => client/openpype}/host/host.py | 0 {openpype => client/openpype}/host/interfaces.py | 0 {openpype => client/openpype}/hosts/__init__.py | 0 .../openpype}/hosts/aftereffects/__init__.py | 0 .../openpype}/hosts/aftereffects/addon.py | 0 .../openpype}/hosts/aftereffects/api/README.md | 0 .../openpype}/hosts/aftereffects/api/__init__.py | 0 .../openpype}/hosts/aftereffects/api/extension.zxp | Bin .../hosts/aftereffects/api/extension/.debug | 0 .../aftereffects/api/extension/CSXS/manifest.xml | 0 .../aftereffects/api/extension/css/boilerplate.css | 0 .../hosts/aftereffects/api/extension/css/styles.css | 0 .../api/extension/css/topcoat-desktop-dark.min.css | 0 .../aftereffects/api/extension/icons/ayon_logo.png | Bin .../api/extension/icons/iconDarkNormal.png | Bin .../api/extension/icons/iconDarkRollover.png | Bin .../api/extension/icons/iconDisabled.png | Bin .../aftereffects/api/extension/icons/iconNormal.png | Bin .../api/extension/icons/iconRollover.png | Bin .../hosts/aftereffects/api/extension/index.html | 0 .../api/extension/js/libs/CSInterface.js | 0 .../api/extension/js/libs/jquery-2.0.2.min.js | 0 .../aftereffects/api/extension/js/libs/json.js | 0 .../api/extension/js/libs/loglevel.min.js | 0 .../aftereffects/api/extension/js/libs/wsrpc.js | 0 .../aftereffects/api/extension/js/libs/wsrpc.min.js | 0 .../hosts/aftereffects/api/extension/js/main.js | 0 .../aftereffects/api/extension/js/themeManager.js | 0 .../aftereffects/api/extension/jsx/hostscript.jsx | 0 .../hosts/aftereffects/api/launch_logic.py | 0 .../openpype}/hosts/aftereffects/api/lib.py | 0 .../openpype}/hosts/aftereffects/api/panel.png | Bin .../hosts/aftereffects/api/panel_failure.png | Bin .../openpype}/hosts/aftereffects/api/pipeline.py | 0 .../openpype}/hosts/aftereffects/api/plugin.py | 0 .../aftereffects/api/workfile_template_builder.py | 0 .../openpype}/hosts/aftereffects/api/ws_stub.py | 0 .../hosts/aftereffects/plugins/__init__.py | 0 .../aftereffects/plugins/create/create_render.py | 0 .../aftereffects/plugins/create/workfile_creator.py | 0 .../aftereffects/plugins/load/load_background.py | 0 .../hosts/aftereffects/plugins/load/load_file.py | 0 .../plugins/publish/add_publish_highlight.py | 0 .../hosts/aftereffects/plugins/publish/closeAE.py | 0 .../aftereffects/plugins/publish/collect_audio.py | 0 .../plugins/publish/collect_current_file.py | 0 .../plugins/publish/collect_extension_version.py | 0 .../aftereffects/plugins/publish/collect_render.py | 0 .../aftereffects/plugins/publish/collect_review.py | 0 .../plugins/publish/collect_workfile.py | 0 .../plugins/publish/extract_local_render.py | 0 .../plugins/publish/extract_save_scene.py | 0 .../plugins/publish/help/validate_footage_items.xml | 0 .../publish/help/validate_instance_asset.xml | 0 .../publish/help/validate_scene_settings.xml | 0 .../plugins/publish/increment_workfile.py | 0 .../plugins/publish/pre_collect_render.py | 0 .../plugins/publish/remove_publish_highlight.py | 0 .../plugins/publish/validate_footage_items.py | 0 .../plugins/publish/validate_instance_asset.py | 0 .../plugins/publish/validate_scene_settings.py | 0 .../hosts/aftereffects/resources/template.aep | Bin .../openpype}/hosts/blender/__init__.py | 0 .../openpype}/hosts/blender/addon.py | 0 .../openpype}/hosts/blender/api/__init__.py | 0 .../openpype}/hosts/blender/api/action.py | 0 .../openpype}/hosts/blender/api/capture.py | 0 .../openpype}/hosts/blender/api/colorspace.py | 0 .../hosts/blender/api/icons/pyblish-32x32.png | Bin .../openpype}/hosts/blender/api/lib.py | 0 .../openpype}/hosts/blender/api/ops.py | 0 .../openpype}/hosts/blender/api/pipeline.py | 0 .../openpype}/hosts/blender/api/plugin.py | 0 .../openpype}/hosts/blender/api/render_lib.py | 0 .../openpype}/hosts/blender/api/workio.py | 0 .../hosts/blender/blender_addon/startup/init.py | 0 .../blender/hooks/pre_add_run_python_script_arg.py | 0 .../hosts/blender/hooks/pre_pyside_install.py | 0 .../hosts/blender/hooks/pre_windows_console.py | 0 .../hosts/blender/plugins/create/convert_legacy.py | 0 .../hosts/blender/plugins/create/create_action.py | 0 .../blender/plugins/create/create_animation.py | 0 .../blender/plugins/create/create_blendScene.py | 0 .../hosts/blender/plugins/create/create_camera.py | 0 .../hosts/blender/plugins/create/create_layout.py | 0 .../hosts/blender/plugins/create/create_model.py | 0 .../blender/plugins/create/create_pointcache.py | 0 .../hosts/blender/plugins/create/create_render.py | 0 .../hosts/blender/plugins/create/create_review.py | 0 .../hosts/blender/plugins/create/create_rig.py | 0 .../hosts/blender/plugins/create/create_workfile.py | 0 .../hosts/blender/plugins/load/import_workfile.py | 0 .../hosts/blender/plugins/load/load_abc.py | 0 .../hosts/blender/plugins/load/load_action.py | 0 .../hosts/blender/plugins/load/load_animation.py | 0 .../hosts/blender/plugins/load/load_audio.py | 0 .../hosts/blender/plugins/load/load_blend.py | 0 .../hosts/blender/plugins/load/load_blendscene.py | 0 .../hosts/blender/plugins/load/load_camera_abc.py | 0 .../hosts/blender/plugins/load/load_camera_fbx.py | 0 .../hosts/blender/plugins/load/load_fbx.py | 0 .../hosts/blender/plugins/load/load_layout_json.py | 0 .../hosts/blender/plugins/load/load_look.py | 0 .../blender/plugins/publish/collect_current_file.py | 0 .../blender/plugins/publish/collect_instance.py | 0 .../hosts/blender/plugins/publish/collect_render.py | 0 .../hosts/blender/plugins/publish/collect_review.py | 0 .../blender/plugins/publish/collect_workfile.py | 0 .../hosts/blender/plugins/publish/extract_abc.py | 0 .../plugins/publish/extract_abc_animation.py | 0 .../hosts/blender/plugins/publish/extract_blend.py | 0 .../plugins/publish/extract_blend_animation.py | 0 .../blender/plugins/publish/extract_camera_abc.py | 0 .../blender/plugins/publish/extract_camera_fbx.py | 0 .../hosts/blender/plugins/publish/extract_fbx.py | 0 .../plugins/publish/extract_fbx_animation.py | 0 .../hosts/blender/plugins/publish/extract_layout.py | 0 .../blender/plugins/publish/extract_playblast.py | 0 .../blender/plugins/publish/extract_thumbnail.py | 0 .../plugins/publish/increment_workfile_version.py | 0 .../blender/plugins/publish/integrate_animation.py | 0 .../publish/validate_camera_zero_keyframe.py | 0 .../plugins/publish/validate_deadline_publish.py | 0 .../blender/plugins/publish/validate_file_saved.py | 0 .../plugins/publish/validate_instance_empty.py | 0 .../blender/plugins/publish/validate_mesh_has_uv.py | 0 .../publish/validate_mesh_no_negative_scale.py | 0 .../plugins/publish/validate_no_colons_in_name.py | 0 .../blender/plugins/publish/validate_object_mode.py | 0 .../publish/validate_render_camera_is_set.py | 0 .../plugins/publish/validate_transform_zero.py | 0 .../openpype}/hosts/celaction/__init__.py | 0 .../openpype}/hosts/celaction/addon.py | 0 .../hosts/celaction/hooks/pre_celaction_setup.py | 0 .../openpype}/hosts/celaction/plugins/__init__.py | 0 .../plugins/publish/collect_celaction_cli_kwargs.py | 0 .../plugins/publish/collect_celaction_instances.py | 0 .../plugins/publish/collect_render_path.py | 0 .../plugins/publish/integrate_version_up.py | 0 .../resources/celaction_template_scene.scn | Bin .../openpype}/hosts/celaction/scripts/__init__.py | 0 .../hosts/celaction/scripts/publish_cli.py | 0 .../openpype}/hosts/flame/__init__.py | 0 {openpype => client/openpype}/hosts/flame/addon.py | 0 .../openpype}/hosts/flame/api/__init__.py | 0 .../openpype}/hosts/flame/api/batch_utils.py | 0 .../openpype}/hosts/flame/api/constants.py | 0 .../openpype}/hosts/flame/api/lib.py | 0 .../openpype}/hosts/flame/api/menu.py | 0 .../openpype}/hosts/flame/api/pipeline.py | 0 .../openpype}/hosts/flame/api/plugin.py | 0 .../openpype}/hosts/flame/api/render_utils.py | 0 .../hosts/flame/api/scripts/wiretap_com.py | 0 .../openpype}/hosts/flame/api/utils.py | 0 .../openpype}/hosts/flame/api/workio.py | 0 .../openpype}/hosts/flame/hooks/pre_flame_setup.py | 0 .../openpype}/hosts/flame/otio/__init__.py | 0 .../openpype}/hosts/flame/otio/flame_export.py | 0 .../openpype}/hosts/flame/otio/utils.py | 0 .../hosts/flame/plugins/create/create_shot_clip.py | 0 .../openpype}/hosts/flame/plugins/load/load_clip.py | 0 .../hosts/flame/plugins/load/load_clip_batch.py | 0 .../flame/plugins/publish/collect_test_selection.py | 0 .../plugins/publish/collect_timeline_instances.py | 0 .../flame/plugins/publish/collect_timeline_otio.py | 0 .../flame/plugins/publish/extract_otio_file.py | 0 .../plugins/publish/extract_subset_resources.py | 0 .../flame/plugins/publish/integrate_batch_group.py | 0 .../export_preset/openpype_seg_thumbnails_jpg.xml | 0 .../export_preset/openpype_seg_video_h264.xml | 0 .../openpype_babypublisher/modules/__init__.py | 0 .../openpype_babypublisher/modules/app_utils.py | 0 .../openpype_babypublisher/modules/ftrack_lib.py | 0 .../openpype_babypublisher/modules/panel_app.py | 0 .../openpype_babypublisher/modules/uiwidgets.py | 0 .../openpype_babypublisher.py | 0 .../hosts/flame/startup/openpype_in_flame.py | 0 .../openpype}/hosts/fusion/__init__.py | 0 {openpype => client/openpype}/hosts/fusion/addon.py | 0 .../openpype}/hosts/fusion/api/__init__.py | 0 .../openpype}/hosts/fusion/api/action.py | 0 .../openpype}/hosts/fusion/api/lib.py | 0 .../openpype}/hosts/fusion/api/menu.py | 0 .../openpype}/hosts/fusion/api/pipeline.py | 0 .../openpype}/hosts/fusion/api/plugin.py | 0 .../openpype}/hosts/fusion/api/pulse.py | 0 .../hosts/fusion/deploy/MenuScripts/README.md | 0 .../fusion/deploy/MenuScripts/install_pyside2.py | 0 .../hosts/fusion/deploy/MenuScripts/launch_menu.py | 0 .../hosts/fusion/deploy/ayon/Config/menu.fu | 0 .../hosts/fusion/deploy/ayon/fusion_shared.prefs | 0 .../hosts/fusion/deploy/openpype/Config/menu.fu | 0 .../fusion/deploy/openpype/fusion_shared.prefs | 0 .../hosts/fusion/hooks/pre_fusion_profile_hook.py | 0 .../hosts/fusion/hooks/pre_fusion_setup.py | 0 .../hosts/fusion/hooks/pre_pyside_install.py | 0 .../fusion/plugins/create/create_image_saver.py | 0 .../hosts/fusion/plugins/create/create_saver.py | 0 .../hosts/fusion/plugins/create/create_workfile.py | 0 .../fusion/plugins/inventory/select_containers.py | 0 .../fusion/plugins/inventory/set_tool_color.py | 0 .../openpype}/hosts/fusion/plugins/load/actions.py | 0 .../hosts/fusion/plugins/load/load_alembic.py | 0 .../openpype}/hosts/fusion/plugins/load/load_fbx.py | 0 .../hosts/fusion/plugins/load/load_sequence.py | 0 .../openpype}/hosts/fusion/plugins/load/load_usd.py | 0 .../hosts/fusion/plugins/load/load_workfile.py | 0 .../hosts/fusion/plugins/publish/collect_comp.py | 0 .../plugins/publish/collect_comp_frame_range.py | 0 .../hosts/fusion/plugins/publish/collect_inputs.py | 0 .../fusion/plugins/publish/collect_instances.py | 0 .../hosts/fusion/plugins/publish/collect_render.py | 0 .../fusion/plugins/publish/collect_workfile.py | 0 .../fusion/plugins/publish/extract_render_local.py | 0 .../plugins/publish/increment_current_file.py | 0 .../hosts/fusion/plugins/publish/save_scene.py | 0 .../plugins/publish/validate_background_depth.py | 0 .../fusion/plugins/publish/validate_comp_saved.py | 0 .../publish/validate_create_folder_checked.py | 0 .../publish/validate_expected_frames_existence.py | 0 .../publish/validate_filename_has_extension.py | 0 .../fusion/plugins/publish/validate_image_frame.py | 0 .../publish/validate_instance_frame_range.py | 0 .../plugins/publish/validate_saver_has_input.py | 0 .../plugins/publish/validate_saver_passthrough.py | 0 .../plugins/publish/validate_saver_resolution.py | 0 .../plugins/publish/validate_unique_subsets.py | 0 .../openpype}/hosts/fusion/scripts/__init__.py | 0 .../hosts/fusion/scripts/duplicate_with_inputs.py | 0 .../openpype}/hosts/fusion/vendor/attr/__init__.py | 0 .../openpype}/hosts/fusion/vendor/attr/__init__.pyi | 0 .../openpype}/hosts/fusion/vendor/attr/_cmp.py | 0 .../openpype}/hosts/fusion/vendor/attr/_cmp.pyi | 0 .../openpype}/hosts/fusion/vendor/attr/_compat.py | 0 .../openpype}/hosts/fusion/vendor/attr/_config.py | 0 .../openpype}/hosts/fusion/vendor/attr/_funcs.py | 0 .../openpype}/hosts/fusion/vendor/attr/_make.py | 0 .../openpype}/hosts/fusion/vendor/attr/_next_gen.py | 0 .../hosts/fusion/vendor/attr/_version_info.py | 0 .../hosts/fusion/vendor/attr/_version_info.pyi | 0 .../hosts/fusion/vendor/attr/converters.py | 0 .../hosts/fusion/vendor/attr/converters.pyi | 0 .../hosts/fusion/vendor/attr/exceptions.py | 0 .../hosts/fusion/vendor/attr/exceptions.pyi | 0 .../openpype}/hosts/fusion/vendor/attr/filters.py | 0 .../openpype}/hosts/fusion/vendor/attr/filters.pyi | 0 .../openpype}/hosts/fusion/vendor/attr/py.typed | 0 .../openpype}/hosts/fusion/vendor/attr/setters.py | 0 .../openpype}/hosts/fusion/vendor/attr/setters.pyi | 0 .../hosts/fusion/vendor/attr/validators.py | 0 .../hosts/fusion/vendor/attr/validators.pyi | 0 .../hosts/fusion/vendor/urllib3/__init__.py | 0 .../hosts/fusion/vendor/urllib3/_collections.py | 0 .../hosts/fusion/vendor/urllib3/_version.py | 0 .../hosts/fusion/vendor/urllib3/connection.py | 0 .../hosts/fusion/vendor/urllib3/connectionpool.py | 0 .../hosts/fusion/vendor/urllib3/contrib/__init__.py | 0 .../vendor/urllib3/contrib/_appengine_environ.py | 0 .../urllib3/contrib/_securetransport/__init__.py | 0 .../urllib3/contrib/_securetransport/bindings.py | 0 .../urllib3/contrib/_securetransport/low_level.py | 0 .../fusion/vendor/urllib3/contrib/appengine.py | 0 .../hosts/fusion/vendor/urllib3/contrib/ntlmpool.py | 0 .../fusion/vendor/urllib3/contrib/pyopenssl.py | 0 .../vendor/urllib3/contrib/securetransport.py | 0 .../hosts/fusion/vendor/urllib3/contrib/socks.py | 0 .../hosts/fusion/vendor/urllib3/exceptions.py | 0 .../openpype}/hosts/fusion/vendor/urllib3/fields.py | 0 .../hosts/fusion/vendor/urllib3/filepost.py | 0 .../fusion/vendor/urllib3/packages/__init__.py | 0 .../vendor/urllib3/packages/backports/__init__.py | 0 .../vendor/urllib3/packages/backports/makefile.py | 0 .../hosts/fusion/vendor/urllib3/packages/six.py | 0 .../urllib3/packages/ssl_match_hostname/__init__.py | 0 .../packages/ssl_match_hostname/_implementation.py | 0 .../hosts/fusion/vendor/urllib3/poolmanager.py | 0 .../hosts/fusion/vendor/urllib3/request.py | 0 .../hosts/fusion/vendor/urllib3/response.py | 0 .../hosts/fusion/vendor/urllib3/util/__init__.py | 0 .../hosts/fusion/vendor/urllib3/util/connection.py | 0 .../hosts/fusion/vendor/urllib3/util/proxy.py | 0 .../hosts/fusion/vendor/urllib3/util/queue.py | 0 .../hosts/fusion/vendor/urllib3/util/request.py | 0 .../hosts/fusion/vendor/urllib3/util/response.py | 0 .../hosts/fusion/vendor/urllib3/util/retry.py | 0 .../hosts/fusion/vendor/urllib3/util/ssl_.py | 0 .../fusion/vendor/urllib3/util/ssltransport.py | 0 .../hosts/fusion/vendor/urllib3/util/timeout.py | 0 .../hosts/fusion/vendor/urllib3/util/url.py | 0 .../hosts/fusion/vendor/urllib3/util/wait.py | 0 .../openpype}/hosts/harmony/__init__.py | 0 .../openpype}/hosts/harmony/addon.py | 0 .../openpype}/hosts/harmony/api/README.md | 0 .../openpype}/hosts/harmony/api/TB_sceneOpened.js | 0 .../openpype}/hosts/harmony/api/__init__.py | 0 .../openpype}/hosts/harmony/api/js/.eslintrc.json | 0 .../openpype}/hosts/harmony/api/js/AvalonHarmony.js | 0 .../openpype}/hosts/harmony/api/js/package.json | 0 .../openpype}/hosts/harmony/api/lib.py | 0 .../openpype}/hosts/harmony/api/pipeline.py | 0 .../openpype}/hosts/harmony/api/plugin.py | 0 .../openpype}/hosts/harmony/api/server.py | 0 .../openpype}/hosts/harmony/api/temp.zip | Bin .../openpype}/hosts/harmony/api/workio.py | 0 .../openpype}/hosts/harmony/js/.eslintrc.json | 0 .../openpype}/hosts/harmony/js/PypeHarmony.js | 0 .../openpype}/hosts/harmony/js/README.md | 0 .../hosts/harmony/js/creators/CreateRender.js | 0 .../hosts/harmony/js/loaders/ImageSequenceLoader.js | 0 .../hosts/harmony/js/loaders/TemplateLoader.js | 0 .../openpype}/hosts/harmony/js/package.json | 0 .../hosts/harmony/js/publish/CollectCurrentFile.js | 0 .../hosts/harmony/js/publish/CollectFarmRender.js | 0 .../hosts/harmony/js/publish/CollectPalettes.js | 0 .../hosts/harmony/js/publish/ExtractPalette.js | 0 .../hosts/harmony/js/publish/ExtractTemplate.js | 0 .../openpype}/hosts/harmony/plugins/__init__.py | 0 .../harmony/plugins/create/create_farm_render.py | 0 .../hosts/harmony/plugins/create/create_render.py | 0 .../hosts/harmony/plugins/create/create_template.py | 0 .../hosts/harmony/plugins/load/load_audio.py | 0 .../hosts/harmony/plugins/load/load_background.py | 0 .../harmony/plugins/load/load_imagesequence.py | 0 .../hosts/harmony/plugins/load/load_palette.py | 0 .../hosts/harmony/plugins/load/load_template.py | 0 .../harmony/plugins/load/load_template_workfile.py | 0 .../hosts/harmony/plugins/publish/collect_audio.py | 0 .../harmony/plugins/publish/collect_current_file.py | 0 .../harmony/plugins/publish/collect_farm_render.py | 0 .../harmony/plugins/publish/collect_instances.py | 0 .../harmony/plugins/publish/collect_palettes.py | 0 .../hosts/harmony/plugins/publish/collect_scene.py | 0 .../harmony/plugins/publish/collect_workfile.py | 0 .../harmony/plugins/publish/extract_palette.py | 0 .../hosts/harmony/plugins/publish/extract_render.py | 0 .../harmony/plugins/publish/extract_save_scene.py | 0 .../harmony/plugins/publish/extract_template.py | 0 .../harmony/plugins/publish/extract_workfile.py | 0 .../harmony/plugins/publish/help/validate_audio.xml | 0 .../plugins/publish/help/validate_instances.xml | 0 .../publish/help/validate_scene_settings.xml | 0 .../harmony/plugins/publish/increment_workfile.py | 0 .../hosts/harmony/plugins/publish/validate_audio.py | 0 .../harmony/plugins/publish/validate_instances.py | 0 .../plugins/publish/validate_scene_settings.py | 0 .../openpype}/hosts/harmony/vendor/.eslintrc.json | 0 .../hosts/harmony/vendor/OpenHarmony/.gitattributes | 0 .../hosts/harmony/vendor/OpenHarmony/.gitignore | 0 .../hosts/harmony/vendor/OpenHarmony/Install.bat | 0 .../hosts/harmony/vendor/OpenHarmony/LICENSE | 0 .../hosts/harmony/vendor/OpenHarmony/README.md | 0 .../hosts/harmony/vendor/OpenHarmony/build_doc.bat | 0 .../harmony/vendor/OpenHarmony/documentation.json | 0 .../hosts/harmony/vendor/OpenHarmony/install.sh | 0 .../hosts/harmony/vendor/OpenHarmony/oH_DOM.jpg | Bin .../hosts/harmony/vendor/OpenHarmony/openHarmony.js | 0 .../OpenHarmony/openHarmony/openHarmony_actions.js | 0 .../openHarmony/openHarmony_application.js | 0 .../openHarmony/openHarmony_attribute.js | 0 .../OpenHarmony/openHarmony/openHarmony_backdrop.js | 0 .../OpenHarmony/openHarmony/openHarmony_color.js | 0 .../OpenHarmony/openHarmony/openHarmony_column.js | 0 .../OpenHarmony/openHarmony/openHarmony_database.js | 0 .../OpenHarmony/openHarmony/openHarmony_dialog.js | 0 .../OpenHarmony/openHarmony/openHarmony_drawing.js | 0 .../OpenHarmony/openHarmony/openHarmony_element.js | 0 .../OpenHarmony/openHarmony/openHarmony_file.js | 0 .../OpenHarmony/openHarmony/openHarmony_frame.js | 0 .../OpenHarmony/openHarmony/openHarmony_list.js | 0 .../OpenHarmony/openHarmony/openHarmony_math.js | 0 .../OpenHarmony/openHarmony/openHarmony_metadata.js | 0 .../OpenHarmony/openHarmony/openHarmony_misc.js | 0 .../OpenHarmony/openHarmony/openHarmony_network.js | 0 .../OpenHarmony/openHarmony/openHarmony_node.js | 0 .../openHarmony/openHarmony_nodeAttributes.js | 0 .../OpenHarmony/openHarmony/openHarmony_nodeLink.js | 0 .../OpenHarmony/openHarmony/openHarmony_palette.js | 0 .../OpenHarmony/openHarmony/openHarmony_path.js | 0 .../openHarmony/openHarmony_preferencedoc.js | 0 .../openHarmony/openHarmony_preferences.js | 0 .../OpenHarmony/openHarmony/openHarmony_scene.js | 0 .../openHarmony/openHarmony_threading.js | 0 .../OpenHarmony/openHarmony/openHarmony_timeline.js | 0 .../OpenHarmony/openHarmony/openHarmony_tool.js | 0 .../openHarmony/openHarmony_toolInstall.ui | 0 .../vendor/OpenHarmony/openHarmony_install.js | 0 .../harmony/vendor/OpenHarmony/openHarmony_tools.js | 0 .../hosts/harmony/vendor/OpenHarmony/package.json | 0 .../Reference_view_currentToolManager().txt | 0 .../hosts/harmony/vendor/OpenHarmony/tbpackage.json | 0 .../OpenHarmony/tools/OpenHarmony_basic/INSTALL | 0 .../OpenHarmony/tools/OpenHarmony_basic/README | 0 .../OpenHarmony_basic/openHarmony_anim_tools.js | 0 .../openHarmony_basic_backdropPicker.ui | 0 .../OpenHarmony_basic/openHarmony_rigging_tools.js | 0 .../openpype}/hosts/hiero/__init__.py | 0 {openpype => client/openpype}/hosts/hiero/addon.py | 0 .../openpype}/hosts/hiero/api/__init__.py | 0 .../openpype}/hosts/hiero/api/constants.py | 0 .../openpype}/hosts/hiero/api/events.py | 0 .../openpype}/hosts/hiero/api/launchforhiero.py | 0 .../openpype}/hosts/hiero/api/lib.py | 0 .../openpype}/hosts/hiero/api/menu.py | 0 .../openpype}/hosts/hiero/api/otio/__init__.py | 0 .../openpype}/hosts/hiero/api/otio/hiero_export.py | 0 .../openpype}/hosts/hiero/api/otio/hiero_import.py | 0 .../openpype}/hosts/hiero/api/otio/utils.py | 0 .../openpype}/hosts/hiero/api/pipeline.py | 0 .../openpype}/hosts/hiero/api/plugin.py | 0 .../api/startup/HieroPlayer/PlayerPresets.hrox | 0 .../hiero/api/startup/Icons/1_add_handles_end.png | Bin .../hosts/hiero/api/startup/Icons/2_add_handles.png | Bin .../openpype}/hosts/hiero/api/startup/Icons/3D.png | Bin .../hiero/api/startup/Icons/3_add_handles_start.png | Bin .../hosts/hiero/api/startup/Icons/4_2D.png | Bin .../hosts/hiero/api/startup/Icons/edit.png | Bin .../hosts/hiero/api/startup/Icons/fusion.png | Bin .../hosts/hiero/api/startup/Icons/hierarchy.png | Bin .../hosts/hiero/api/startup/Icons/houdini.png | Bin .../hosts/hiero/api/startup/Icons/layers.psd | Bin .../hosts/hiero/api/startup/Icons/lense.png | Bin .../hosts/hiero/api/startup/Icons/lense1.png | Bin .../hosts/hiero/api/startup/Icons/maya.png | Bin .../hosts/hiero/api/startup/Icons/nuke.png | Bin .../hosts/hiero/api/startup/Icons/pype_icon.png | Bin .../hosts/hiero/api/startup/Icons/resolution.png | Bin .../hosts/hiero/api/startup/Icons/resolution.psd | Bin .../hosts/hiero/api/startup/Icons/retiming.png | Bin .../hosts/hiero/api/startup/Icons/retiming.psd | Bin .../hosts/hiero/api/startup/Icons/review.png | Bin .../hosts/hiero/api/startup/Icons/review.psd | Bin .../hosts/hiero/api/startup/Icons/volume.png | Bin .../hosts/hiero/api/startup/Icons/z_layer_bg.png | Bin .../hosts/hiero/api/startup/Icons/z_layer_fg.png | Bin .../hosts/hiero/api/startup/Icons/z_layer_main.png | Bin .../api/startup/Python/Startup/SpreadsheetExport.py | 0 .../hiero/api/startup/Python/Startup/Startup.py | 0 .../Python/Startup/otioexporter/OTIOExportTask.py | 0 .../Python/Startup/otioexporter/OTIOExportUI.py | 0 .../startup/Python/Startup/otioexporter/__init__.py | 0 .../api/startup/Python/Startup/project_helpers.py | 0 .../api/startup/Python/Startup/selection_tracker.py | 0 .../api/startup/Python/Startup/setFrameRate.py | 0 .../startup/Python/StartupUI/PimpMySpreadsheet.py | 0 .../hiero/api/startup/Python/StartupUI/Purge.py | 0 .../Python/StartupUI/nukeStyleKeyboardShortcuts.py | 0 .../Python/StartupUI/otioimporter/OTIOImport.py | 0 .../Python/StartupUI/otioimporter/__init__.py | 0 .../api/startup/Python/StartupUI/setPosterFrame.py | 0 .../pipeline.xml | 0 .../pipeline.xml | 0 .../pipeline.xml | 0 .../openpype}/hosts/hiero/api/style.css | 0 .../openpype}/hosts/hiero/api/tags.py | 0 .../openpype}/hosts/hiero/api/workio.py | 0 .../hosts/hiero/plugins/create/create_shot_clip.py | 0 .../openpype}/hosts/hiero/plugins/load/load_clip.py | 0 .../hosts/hiero/plugins/load/load_effects.py | 0 .../hiero/plugins/publish/collect_clip_effects.py | 0 .../plugins/publish/collect_frame_tag_instances.py | 0 .../hiero/plugins/publish/collect_tag_tasks.py | 0 .../hiero/plugins/publish/extract_clip_effects.py | 0 .../hosts/hiero/plugins/publish/extract_frames.py | 0 .../hiero/plugins/publish/extract_thumbnail.py | 0 .../publish/integrate_version_up_workfile.py | 0 .../hiero/plugins/publish/precollect_instances.py | 0 .../hiero/plugins/publish/precollect_workfile.py | 0 .../publish_old_workflow/collect_assetbuilds.py | 0 .../publish_old_workflow/collect_tag_comments.py | 0 .../publish_old_workflow/precollect_retime.py | 0 .../hosts/hiero/vendor/google/protobuf/__init__.py | 0 .../hosts/hiero/vendor/google/protobuf/any_pb2.py | 0 .../hosts/hiero/vendor/google/protobuf/api_pb2.py | 0 .../vendor/google/protobuf/compiler/__init__.py | 0 .../vendor/google/protobuf/compiler/plugin_pb2.py | 0 .../hiero/vendor/google/protobuf/descriptor.py | 0 .../vendor/google/protobuf/descriptor_database.py | 0 .../hiero/vendor/google/protobuf/descriptor_pb2.py | 0 .../hiero/vendor/google/protobuf/descriptor_pool.py | 0 .../hiero/vendor/google/protobuf/duration_pb2.py | 0 .../hosts/hiero/vendor/google/protobuf/empty_pb2.py | 0 .../hiero/vendor/google/protobuf/field_mask_pb2.py | 0 .../vendor/google/protobuf/internal/__init__.py | 0 .../google/protobuf/internal/_parameterized.py | 0 .../google/protobuf/internal/api_implementation.py | 0 .../vendor/google/protobuf/internal/builder.py | 0 .../vendor/google/protobuf/internal/containers.py | 0 .../vendor/google/protobuf/internal/decoder.py | 0 .../vendor/google/protobuf/internal/encoder.py | 0 .../google/protobuf/internal/enum_type_wrapper.py | 0 .../google/protobuf/internal/extension_dict.py | 0 .../google/protobuf/internal/message_listener.py | 0 .../protobuf/internal/message_set_extensions_pb2.py | 0 .../protobuf/internal/missing_enum_values_pb2.py | 0 .../internal/more_extensions_dynamic_pb2.py | 0 .../google/protobuf/internal/more_extensions_pb2.py | 0 .../google/protobuf/internal/more_messages_pb2.py | 0 .../google/protobuf/internal/no_package_pb2.py | 0 .../google/protobuf/internal/python_message.py | 0 .../google/protobuf/internal/type_checkers.py | 0 .../google/protobuf/internal/well_known_types.py | 0 .../vendor/google/protobuf/internal/wire_format.py | 0 .../hiero/vendor/google/protobuf/json_format.py | 0 .../hosts/hiero/vendor/google/protobuf/message.py | 0 .../hiero/vendor/google/protobuf/message_factory.py | 0 .../hiero/vendor/google/protobuf/proto_builder.py | 0 .../hiero/vendor/google/protobuf/pyext/__init__.py | 0 .../vendor/google/protobuf/pyext/cpp_message.py | 0 .../vendor/google/protobuf/pyext/python_pb2.py | 0 .../hiero/vendor/google/protobuf/reflection.py | 0 .../hosts/hiero/vendor/google/protobuf/service.py | 0 .../vendor/google/protobuf/service_reflection.py | 0 .../vendor/google/protobuf/source_context_pb2.py | 0 .../hiero/vendor/google/protobuf/struct_pb2.py | 0 .../hiero/vendor/google/protobuf/symbol_database.py | 0 .../hiero/vendor/google/protobuf/text_encoding.py | 0 .../hiero/vendor/google/protobuf/text_format.py | 0 .../hiero/vendor/google/protobuf/timestamp_pb2.py | 0 .../hosts/hiero/vendor/google/protobuf/type_pb2.py | 0 .../hiero/vendor/google/protobuf/util/__init__.py | 0 .../vendor/google/protobuf/util/json_format_pb2.py | 0 .../google/protobuf/util/json_format_proto3_pb2.py | 0 .../hiero/vendor/google/protobuf/wrappers_pb2.py | 0 .../openpype}/hosts/houdini/__init__.py | 0 .../openpype}/hosts/houdini/addon.py | 0 .../openpype}/hosts/houdini/api/__init__.py | 0 .../openpype}/hosts/houdini/api/action.py | 0 .../openpype}/hosts/houdini/api/colorspace.py | 0 .../hosts/houdini/api/creator_node_shelves.py | 0 .../openpype}/hosts/houdini/api/lib.py | 0 .../openpype}/hosts/houdini/api/pipeline.py | 0 .../openpype}/hosts/houdini/api/plugin.py | 0 .../openpype}/hosts/houdini/api/shelves.py | 0 .../openpype}/hosts/houdini/api/usd.py | 0 .../openpype}/hosts/houdini/hooks/set_paths.py | 0 .../hosts/houdini/plugins/create/convert_legacy.py | 0 .../houdini/plugins/create/create_alembic_camera.py | 0 .../houdini/plugins/create/create_arnold_ass.py | 0 .../houdini/plugins/create/create_arnold_rop.py | 0 .../hosts/houdini/plugins/create/create_bgeo.py | 0 .../houdini/plugins/create/create_composite.py | 0 .../hosts/houdini/plugins/create/create_hda.py | 0 .../houdini/plugins/create/create_karma_rop.py | 0 .../houdini/plugins/create/create_mantra_ifd.py | 0 .../houdini/plugins/create/create_mantra_rop.py | 0 .../houdini/plugins/create/create_pointcache.py | 0 .../houdini/plugins/create/create_redshift_proxy.py | 0 .../houdini/plugins/create/create_redshift_rop.py | 0 .../hosts/houdini/plugins/create/create_review.py | 0 .../houdini/plugins/create/create_staticmesh.py | 0 .../hosts/houdini/plugins/create/create_usd.py | 0 .../houdini/plugins/create/create_usdrender.py | 0 .../houdini/plugins/create/create_vbd_cache.py | 0 .../hosts/houdini/plugins/create/create_vray_rop.py | 0 .../hosts/houdini/plugins/create/create_workfile.py | 0 .../plugins/inventory/set_camera_resolution.py | 0 .../openpype}/hosts/houdini/plugins/load/actions.py | 0 .../hosts/houdini/plugins/load/load_alembic.py | 0 .../houdini/plugins/load/load_alembic_archive.py | 0 .../hosts/houdini/plugins/load/load_ass.py | 0 .../hosts/houdini/plugins/load/load_bgeo.py | 0 .../hosts/houdini/plugins/load/load_camera.py | 0 .../hosts/houdini/plugins/load/load_fbx.py | 0 .../hosts/houdini/plugins/load/load_hda.py | 0 .../hosts/houdini/plugins/load/load_image.py | 0 .../houdini/plugins/load/load_redshift_proxy.py | 0 .../hosts/houdini/plugins/load/load_usd_layer.py | 0 .../houdini/plugins/load/load_usd_reference.py | 0 .../hosts/houdini/plugins/load/load_vdb.py | 0 .../hosts/houdini/plugins/load/show_usdview.py | 0 .../houdini/plugins/publish/collect_active_state.py | 0 .../houdini/plugins/publish/collect_arnold_rop.py | 0 .../plugins/publish/collect_asset_handles.py | 0 .../houdini/plugins/publish/collect_cache_farm.py | 0 .../houdini/plugins/publish/collect_chunk_size.py | 0 .../houdini/plugins/publish/collect_current_file.py | 0 .../hosts/houdini/plugins/publish/collect_frames.py | 0 .../hosts/houdini/plugins/publish/collect_inputs.py | 0 .../houdini/plugins/publish/collect_instances.py | 0 .../publish/collect_instances_usd_layered.py | 0 .../houdini/plugins/publish/collect_karma_rop.py | 0 .../houdini/plugins/publish/collect_mantra_rop.py | 0 .../houdini/plugins/publish/collect_output_node.py | 0 .../plugins/publish/collect_pointcache_type.py | 0 .../houdini/plugins/publish/collect_redshift_rop.py | 0 .../plugins/publish/collect_remote_publish.py | 0 .../plugins/publish/collect_render_products.py | 0 .../houdini/plugins/publish/collect_review_data.py | 0 .../plugins/publish/collect_rop_frame_range.py | 0 .../plugins/publish/collect_staticmesh_type.py | 0 .../plugins/publish/collect_usd_bootstrap.py | 0 .../houdini/plugins/publish/collect_usd_layers.py | 0 .../houdini/plugins/publish/collect_vray_rop.py | 0 .../houdini/plugins/publish/collect_workfile.py | 0 .../plugins/publish/collect_workscene_fps.py | 0 .../houdini/plugins/publish/extract_alembic.py | 0 .../hosts/houdini/plugins/publish/extract_ass.py | 0 .../hosts/houdini/plugins/publish/extract_bgeo.py | 0 .../houdini/plugins/publish/extract_composite.py | 0 .../hosts/houdini/plugins/publish/extract_fbx.py | 0 .../hosts/houdini/plugins/publish/extract_hda.py | 0 .../houdini/plugins/publish/extract_mantra_ifd.py | 0 .../hosts/houdini/plugins/publish/extract_opengl.py | 0 .../plugins/publish/extract_redshift_proxy.py | 0 .../hosts/houdini/plugins/publish/extract_usd.py | 0 .../houdini/plugins/publish/extract_usd_layered.py | 0 .../houdini/plugins/publish/extract_vdb_cache.py | 0 .../publish/help/validate_vdb_output_node.xml | 0 .../plugins/publish/increment_current_file.py | 0 .../hosts/houdini/plugins/publish/save_scene.py | 0 .../publish/validate_abc_primitive_to_detail.py | 0 .../plugins/publish/validate_alembic_face_sets.py | 0 .../plugins/publish/validate_alembic_input_node.py | 0 .../plugins/publish/validate_animation_settings.py | 0 .../houdini/plugins/publish/validate_bypass.py | 0 .../houdini/plugins/publish/validate_camera_rop.py | 0 .../plugins/publish/validate_cop_output_node.py | 0 .../plugins/publish/validate_fbx_output_node.py | 0 .../plugins/publish/validate_file_extension.py | 0 .../houdini/plugins/publish/validate_frame_range.py | 0 .../houdini/plugins/publish/validate_frame_token.py | 0 .../publish/validate_houdini_license_category.py | 0 .../plugins/publish/validate_mesh_is_static.py | 0 .../plugins/publish/validate_mkpaths_toggled.py | 0 .../houdini/plugins/publish/validate_no_errors.py | 0 .../publish/validate_primitive_hierarchy_paths.py | 0 .../plugins/publish/validate_remote_publish.py | 0 .../publish/validate_remote_publish_enabled.py | 0 .../plugins/publish/validate_review_colorspace.py | 0 .../plugins/publish/validate_scene_review.py | 0 .../plugins/publish/validate_sop_output_node.py | 0 .../houdini/plugins/publish/validate_subset_name.py | 0 .../publish/validate_unreal_staticmesh_naming.py | 0 .../publish/validate_usd_layer_path_backslashes.py | 0 .../plugins/publish/validate_usd_model_and_shade.py | 0 .../plugins/publish/validate_usd_output_node.py | 0 .../publish/validate_usd_render_product_names.py | 0 .../plugins/publish/validate_usd_setdress.py | 0 .../publish/validate_usd_shade_model_exists.py | 0 .../plugins/publish/validate_usd_shade_workspace.py | 0 .../plugins/publish/validate_vdb_output_node.py | 0 .../plugins/publish/validate_workfile_paths.py | 0 .../hosts/houdini/startup/MainMenuCommon.xml | 0 .../hosts/houdini/startup/python2.7libs/pythonrc.py | 0 .../houdini/startup/python3.10libs/pythonrc.py | 0 .../hosts/houdini/startup/python3.7libs/pythonrc.py | 0 .../hosts/houdini/startup/python3.9libs/pythonrc.py | 0 {openpype => client/openpype}/hosts/max/__init__.py | 0 {openpype => client/openpype}/hosts/max/addon.py | 0 .../openpype}/hosts/max/api/__init__.py | 0 .../openpype}/hosts/max/api/colorspace.py | 0 {openpype => client/openpype}/hosts/max/api/lib.py | 0 .../openpype}/hosts/max/api/lib_renderproducts.py | 0 .../openpype}/hosts/max/api/lib_rendersettings.py | 0 {openpype => client/openpype}/hosts/max/api/menu.py | 0 .../openpype}/hosts/max/api/pipeline.py | 0 .../openpype}/hosts/max/api/plugin.py | 0 .../openpype}/hosts/max/api/preview_animation.py | 0 .../hosts/max/hooks/force_startup_script.py | 0 .../openpype}/hosts/max/hooks/inject_python.py | 0 .../openpype}/hosts/max/hooks/set_paths.py | 0 .../openpype}/hosts/max/plugins/__init__.py | 0 .../hosts/max/plugins/create/create_camera.py | 0 .../hosts/max/plugins/create/create_maxScene.py | 0 .../hosts/max/plugins/create/create_model.py | 0 .../hosts/max/plugins/create/create_pointcache.py | 0 .../hosts/max/plugins/create/create_pointcloud.py | 0 .../max/plugins/create/create_redshift_proxy.py | 0 .../hosts/max/plugins/create/create_render.py | 0 .../hosts/max/plugins/create/create_review.py | 0 .../hosts/max/plugins/create/create_tycache.py | 0 .../hosts/max/plugins/load/load_camera_fbx.py | 0 .../hosts/max/plugins/load/load_max_scene.py | 0 .../openpype}/hosts/max/plugins/load/load_model.py | 0 .../hosts/max/plugins/load/load_model_fbx.py | 0 .../hosts/max/plugins/load/load_model_obj.py | 0 .../hosts/max/plugins/load/load_model_usd.py | 0 .../hosts/max/plugins/load/load_pointcache.py | 0 .../max/plugins/load/load_pointcache_ornatrix.py | 0 .../hosts/max/plugins/load/load_pointcloud.py | 0 .../hosts/max/plugins/load/load_redshift_proxy.py | 0 .../hosts/max/plugins/load/load_tycache.py | 0 .../max/plugins/publish/collect_frame_range.py | 0 .../hosts/max/plugins/publish/collect_members.py | 0 .../hosts/max/plugins/publish/collect_render.py | 0 .../hosts/max/plugins/publish/collect_review.py | 0 .../plugins/publish/collect_tycache_attributes.py | 0 .../hosts/max/plugins/publish/collect_workfile.py | 0 .../hosts/max/plugins/publish/extract_alembic.py | 0 .../hosts/max/plugins/publish/extract_fbx.py | 0 .../max/plugins/publish/extract_max_scene_raw.py | 0 .../hosts/max/plugins/publish/extract_model_obj.py | 0 .../hosts/max/plugins/publish/extract_model_usd.py | 0 .../hosts/max/plugins/publish/extract_pointcloud.py | 0 .../max/plugins/publish/extract_redshift_proxy.py | 0 .../max/plugins/publish/extract_review_animation.py | 0 .../hosts/max/plugins/publish/extract_thumbnail.py | 0 .../hosts/max/plugins/publish/extract_tycache.py | 0 .../plugins/publish/increment_workfile_version.py | 0 .../hosts/max/plugins/publish/save_scene.py | 0 .../max/plugins/publish/save_scenes_for_cameras.py | 0 .../max/plugins/publish/validate_attributes.py | 0 .../max/plugins/publish/validate_camera_contents.py | 0 .../plugins/publish/validate_deadline_publish.py | 0 .../max/plugins/publish/validate_frame_range.py | 0 .../publish/validate_instance_has_members.py | 0 .../max/plugins/publish/validate_loaded_plugin.py | 0 .../max/plugins/publish/validate_model_contents.py | 0 .../max/plugins/publish/validate_pointcloud.py | 0 .../plugins/publish/validate_renderable_camera.py | 0 .../publish/validate_renderer_redshift_proxy.py | 0 .../plugins/publish/validate_resolution_setting.py | 0 .../max/plugins/publish/validate_scene_saved.py | 0 .../max/plugins/publish/validate_tyflow_data.py | 0 .../openpype}/hosts/max/startup/startup.ms | 0 .../openpype}/hosts/max/startup/startup.py | 0 .../openpype}/hosts/maya/__init__.py | 0 {openpype => client/openpype}/hosts/maya/addon.py | 0 .../openpype}/hosts/maya/api/__init__.py | 0 .../openpype}/hosts/maya/api/action.py | 0 .../openpype}/hosts/maya/api/commands.py | 0 .../openpype}/hosts/maya/api/customize.py | 0 .../openpype}/hosts/maya/api/exitstack.py | 0 {openpype => client/openpype}/hosts/maya/api/fbx.py | 0 .../openpype}/hosts/maya/api/gltf.py | 0 {openpype => client/openpype}/hosts/maya/api/lib.py | 0 .../openpype}/hosts/maya/api/lib_renderproducts.py | 0 .../openpype}/hosts/maya/api/lib_rendersettings.py | 0 .../openpype}/hosts/maya/api/lib_rendersetup.py | 0 .../openpype}/hosts/maya/api/menu.py | 0 .../openpype}/hosts/maya/api/pipeline.py | 0 .../openpype}/hosts/maya/api/plugin.py | 0 .../openpype}/hosts/maya/api/render_setup_tools.py | 0 .../openpype}/hosts/maya/api/setdress.py | 0 .../hosts/maya/api/shader_definition_editor.py | 0 .../hosts/maya/api/workfile_template_builder.py | 0 .../openpype}/hosts/maya/api/workio.py | 0 .../hosts/maya/hooks/pre_auto_load_plugins.py | 0 .../openpype}/hosts/maya/hooks/pre_copy_mel.py | 0 .../hooks/pre_open_workfile_post_initialization.py | 0 {openpype => client/openpype}/hosts/maya/lib.py | 0 .../openpype}/hosts/maya/plugins/__init__.py | 0 .../hosts/maya/plugins/create/convert_legacy.py | 0 .../hosts/maya/plugins/create/create_animation.py | 0 .../plugins/create/create_arnold_scene_source.py | 0 .../hosts/maya/plugins/create/create_assembly.py | 0 .../hosts/maya/plugins/create/create_camera.py | 0 .../hosts/maya/plugins/create/create_layout.py | 0 .../hosts/maya/plugins/create/create_look.py | 0 .../hosts/maya/plugins/create/create_matchmove.py | 0 .../hosts/maya/plugins/create/create_maya_usd.py | 0 .../hosts/maya/plugins/create/create_mayascene.py | 0 .../hosts/maya/plugins/create/create_model.py | 0 .../maya/plugins/create/create_multishot_layout.py | 0 .../maya/plugins/create/create_multiverse_look.py | 0 .../maya/plugins/create/create_multiverse_usd.py | 0 .../plugins/create/create_multiverse_usd_comp.py | 0 .../plugins/create/create_multiverse_usd_over.py | 0 .../hosts/maya/plugins/create/create_pointcache.py | 0 .../hosts/maya/plugins/create/create_proxy_abc.py | 0 .../maya/plugins/create/create_redshift_proxy.py | 0 .../hosts/maya/plugins/create/create_render.py | 0 .../hosts/maya/plugins/create/create_rendersetup.py | 0 .../hosts/maya/plugins/create/create_review.py | 0 .../hosts/maya/plugins/create/create_rig.py | 0 .../hosts/maya/plugins/create/create_setdress.py | 0 .../plugins/create/create_unreal_skeletalmesh.py | 0 .../maya/plugins/create/create_unreal_staticmesh.py | 0 .../maya/plugins/create/create_unreal_yeticache.py | 0 .../hosts/maya/plugins/create/create_vrayproxy.py | 0 .../hosts/maya/plugins/create/create_vrayscene.py | 0 .../hosts/maya/plugins/create/create_workfile.py | 0 .../hosts/maya/plugins/create/create_xgen.py | 0 .../hosts/maya/plugins/create/create_yeti_cache.py | 0 .../hosts/maya/plugins/create/create_yeti_rig.py | 0 .../maya/plugins/inventory/connect_geometry.py | 0 .../hosts/maya/plugins/inventory/connect_xgen.py | 0 .../maya/plugins/inventory/connect_yeti_rig.py | 0 .../maya/plugins/inventory/import_modelrender.py | 0 .../maya/plugins/inventory/import_reference.py | 0 .../inventory/rig_recreate_animation_instance.py | 0 .../maya/plugins/inventory/select_containers.py | 0 .../hosts/maya/plugins/load/_load_animation.py | 0 .../openpype}/hosts/maya/plugins/load/actions.py | 0 .../hosts/maya/plugins/load/load_arnold_standin.py | 0 .../hosts/maya/plugins/load/load_assembly.py | 0 .../openpype}/hosts/maya/plugins/load/load_audio.py | 0 .../hosts/maya/plugins/load/load_gpucache.py | 0 .../openpype}/hosts/maya/plugins/load/load_image.py | 0 .../hosts/maya/plugins/load/load_image_plane.py | 0 .../openpype}/hosts/maya/plugins/load/load_look.py | 0 .../hosts/maya/plugins/load/load_matchmove.py | 0 .../hosts/maya/plugins/load/load_maya_usd.py | 0 .../hosts/maya/plugins/load/load_multiverse_usd.py | 0 .../maya/plugins/load/load_multiverse_usd_over.py | 0 .../hosts/maya/plugins/load/load_redshift_proxy.py | 0 .../hosts/maya/plugins/load/load_reference.py | 0 .../hosts/maya/plugins/load/load_rendersetup.py | 0 .../hosts/maya/plugins/load/load_vdb_to_arnold.py | 0 .../hosts/maya/plugins/load/load_vdb_to_redshift.py | 0 .../hosts/maya/plugins/load/load_vdb_to_vray.py | 0 .../hosts/maya/plugins/load/load_vrayproxy.py | 0 .../hosts/maya/plugins/load/load_vrayscene.py | 0 .../openpype}/hosts/maya/plugins/load/load_xgen.py | 0 .../hosts/maya/plugins/load/load_yeti_cache.py | 0 .../hosts/maya/plugins/load/load_yeti_rig.py | 0 .../hosts/maya/plugins/publish/__init__.py | 0 .../hosts/maya/plugins/publish/collect_animation.py | 0 .../plugins/publish/collect_arnold_scene_source.py | 0 .../hosts/maya/plugins/publish/collect_assembly.py | 0 .../maya/plugins/publish/collect_current_file.py | 0 .../maya/plugins/publish/collect_fbx_animation.py | 0 .../maya/plugins/publish/collect_fbx_camera.py | 0 .../plugins/publish/collect_file_dependencies.py | 0 .../hosts/maya/plugins/publish/collect_gltf.py | 0 .../hosts/maya/plugins/publish/collect_history.py | 0 .../hosts/maya/plugins/publish/collect_inputs.py | 0 .../hosts/maya/plugins/publish/collect_instances.py | 0 .../hosts/maya/plugins/publish/collect_look.py | 0 .../maya/plugins/publish/collect_maya_scene_time.py | 0 .../maya/plugins/publish/collect_maya_units.py | 0 .../maya/plugins/publish/collect_maya_workspace.py | 0 .../hosts/maya/plugins/publish/collect_model.py | 0 .../maya/plugins/publish/collect_multiverse_look.py | 0 .../maya/plugins/publish/collect_pointcache.py | 0 .../maya/plugins/publish/collect_remove_marked.py | 0 .../hosts/maya/plugins/publish/collect_render.py | 0 .../plugins/publish/collect_render_layer_aovs.py | 0 .../plugins/publish/collect_renderable_camera.py | 0 .../hosts/maya/plugins/publish/collect_review.py | 0 .../hosts/maya/plugins/publish/collect_rig_sets.py | 0 .../maya/plugins/publish/collect_skeleton_mesh.py | 0 .../plugins/publish/collect_unreal_skeletalmesh.py | 0 .../plugins/publish/collect_unreal_staticmesh.py | 0 .../publish/collect_user_defined_attributes.py | 0 .../hosts/maya/plugins/publish/collect_vrayproxy.py | 0 .../hosts/maya/plugins/publish/collect_vrayscene.py | 0 .../hosts/maya/plugins/publish/collect_workfile.py | 0 .../maya/plugins/publish/collect_workscene_fps.py | 0 .../hosts/maya/plugins/publish/collect_xgen.py | 0 .../maya/plugins/publish/collect_yeti_cache.py | 0 .../hosts/maya/plugins/publish/collect_yeti_rig.py | 0 .../plugins/publish/determine_future_version.py | 0 .../publish/extract_active_view_thumbnail.py | 0 .../plugins/publish/extract_arnold_scene_source.py | 0 .../hosts/maya/plugins/publish/extract_assembly.py | 0 .../maya/plugins/publish/extract_camera_alembic.py | 0 .../plugins/publish/extract_camera_mayaScene.py | 0 .../hosts/maya/plugins/publish/extract_fbx.py | 0 .../maya/plugins/publish/extract_fbx_animation.py | 0 .../hosts/maya/plugins/publish/extract_gltf.py | 0 .../hosts/maya/plugins/publish/extract_gpu_cache.py | 0 .../plugins/publish/extract_import_reference.py | 0 .../hosts/maya/plugins/publish/extract_layout.py | 0 .../hosts/maya/plugins/publish/extract_look.py | 0 .../maya/plugins/publish/extract_maya_scene_raw.py | 0 .../hosts/maya/plugins/publish/extract_maya_usd.py | 0 .../hosts/maya/plugins/publish/extract_model.py | 0 .../maya/plugins/publish/extract_multiverse_look.py | 0 .../maya/plugins/publish/extract_multiverse_usd.py | 0 .../plugins/publish/extract_multiverse_usd_comp.py | 0 .../plugins/publish/extract_multiverse_usd_over.py | 0 .../hosts/maya/plugins/publish/extract_obj.py | 0 .../hosts/maya/plugins/publish/extract_playblast.py | 0 .../maya/plugins/publish/extract_pointcache.py | 0 .../hosts/maya/plugins/publish/extract_proxy_abc.py | 0 .../maya/plugins/publish/extract_redshift_proxy.py | 0 .../maya/plugins/publish/extract_rendersetup.py | 0 .../hosts/maya/plugins/publish/extract_rig.py | 0 .../maya/plugins/publish/extract_skeleton_mesh.py | 0 .../hosts/maya/plugins/publish/extract_thumbnail.py | 0 .../publish/extract_unreal_skeletalmesh_abc.py | 0 .../publish/extract_unreal_skeletalmesh_fbx.py | 0 .../plugins/publish/extract_unreal_staticmesh.py | 0 .../plugins/publish/extract_unreal_yeticache.py | 0 .../hosts/maya/plugins/publish/extract_vrayproxy.py | 0 .../hosts/maya/plugins/publish/extract_vrayscene.py | 0 .../maya/plugins/publish/extract_workfile_xgen.py | 0 .../hosts/maya/plugins/publish/extract_xgen.py | 0 .../maya/plugins/publish/extract_yeti_cache.py | 0 .../hosts/maya/plugins/publish/extract_yeti_rig.py | 0 .../help/submit_maya_remote_publish_deadline.xml | 0 .../plugins/publish/help/validate_maya_units.xml | 0 .../maya/plugins/publish/help/validate_node_ids.xml | 0 .../help/validate_skeletalmesh_hierarchy.xml | 0 .../publish/increment_current_file_deadline.py | 0 .../maya/plugins/publish/reset_xgen_attributes.py | 0 .../hosts/maya/plugins/publish/save_scene.py | 0 .../plugins/publish/validate_animated_reference.py | 0 .../plugins/publish/validate_animation_content.py | 0 .../validate_animation_out_set_related_node_ids.py | 0 .../plugins/publish/validate_arnold_scene_source.py | 0 .../publish/validate_arnold_scene_source_cbid.py | 0 .../plugins/publish/validate_ass_relative_paths.py | 0 .../maya/plugins/publish/validate_assembly_name.py | 0 .../plugins/publish/validate_assembly_namespaces.py | 0 .../plugins/publish/validate_assembly_transforms.py | 0 .../maya/plugins/publish/validate_attributes.py | 0 .../plugins/publish/validate_camera_attributes.py | 0 .../plugins/publish/validate_camera_contents.py | 0 .../maya/plugins/publish/validate_color_sets.py | 0 .../validate_current_renderlayer_renderable.py | 0 .../maya/plugins/publish/validate_cycle_error.py | 0 .../maya/plugins/publish/validate_frame_range.py | 0 .../maya/plugins/publish/validate_glsl_material.py | 0 .../maya/plugins/publish/validate_glsl_plugin.py | 0 .../publish/validate_instance_has_members.py | 0 .../plugins/publish/validate_instance_in_context.py | 0 .../plugins/publish/validate_instance_subset.py | 0 .../plugins/publish/validate_instancer_content.py | 0 .../publish/validate_instancer_frame_ranges.py | 0 .../maya/plugins/publish/validate_loaded_plugin.py | 0 .../maya/plugins/publish/validate_look_contents.py | 0 .../validate_look_default_shaders_connections.py | 0 .../publish/validate_look_id_reference_edits.py | 0 .../publish/validate_look_no_default_shaders.py | 0 .../maya/plugins/publish/validate_look_sets.py | 0 .../plugins/publish/validate_look_shading_group.py | 0 .../plugins/publish/validate_look_single_shader.py | 0 .../maya/plugins/publish/validate_maya_units.py | 0 .../publish/validate_mesh_arnold_attributes.py | 0 .../maya/plugins/publish/validate_mesh_empty.py | 0 .../maya/plugins/publish/validate_mesh_has_uv.py | 0 .../plugins/publish/validate_mesh_lamina_faces.py | 0 .../maya/plugins/publish/validate_mesh_ngons.py | 0 .../publish/validate_mesh_no_negative_scale.py | 0 .../plugins/publish/validate_mesh_non_manifold.py | 0 .../plugins/publish/validate_mesh_non_zero_edge.py | 0 .../publish/validate_mesh_normals_unlocked.py | 0 .../publish/validate_mesh_overlapping_uvs.py | 0 .../publish/validate_mesh_shader_connections.py | 0 .../plugins/publish/validate_mesh_single_uv_set.py | 0 .../plugins/publish/validate_mesh_uv_set_map1.py | 0 .../publish/validate_mesh_vertices_have_edges.py | 0 .../maya/plugins/publish/validate_model_content.py | 0 .../maya/plugins/publish/validate_model_name.py | 0 .../plugins/publish/validate_mvlook_contents.py | 0 .../maya/plugins/publish/validate_no_animation.py | 0 .../plugins/publish/validate_no_default_camera.py | 0 .../maya/plugins/publish/validate_no_namespace.py | 0 .../plugins/publish/validate_no_null_transforms.py | 0 .../plugins/publish/validate_no_unknown_nodes.py | 0 .../maya/plugins/publish/validate_no_vraymesh.py | 0 .../hosts/maya/plugins/publish/validate_node_ids.py | 0 .../publish/validate_node_ids_deformed_shapes.py | 0 .../publish/validate_node_ids_in_database.py | 0 .../plugins/publish/validate_node_ids_related.py | 0 .../plugins/publish/validate_node_ids_unique.py | 0 .../plugins/publish/validate_node_no_ghosting.py | 0 .../publish/validate_plugin_path_attributes.py | 0 .../plugins/publish/validate_render_image_rule.py | 0 .../publish/validate_render_no_default_cameras.py | 0 .../publish/validate_render_single_camera.py | 0 .../plugins/publish/validate_renderlayer_aovs.py | 0 .../maya/plugins/publish/validate_rendersettings.py | 0 .../maya/plugins/publish/validate_resolution.py | 0 .../maya/plugins/publish/validate_resources.py | 0 .../hosts/maya/plugins/publish/validate_review.py | 0 .../maya/plugins/publish/validate_rig_contents.py | 0 .../plugins/publish/validate_rig_controllers.py | 0 .../validate_rig_controllers_arnold_attributes.py | 0 .../plugins/publish/validate_rig_joints_hidden.py | 0 .../publish/validate_rig_out_set_node_ids.py | 0 .../maya/plugins/publish/validate_rig_output_ids.py | 0 .../plugins/publish/validate_scene_set_workspace.py | 0 .../maya/plugins/publish/validate_setdress_root.py | 0 .../maya/plugins/publish/validate_shader_name.py | 0 .../plugins/publish/validate_shape_default_names.py | 0 .../plugins/publish/validate_shape_render_stats.py | 0 .../maya/plugins/publish/validate_shape_zero.py | 0 .../plugins/publish/validate_single_assembly.py | 0 .../publish/validate_skeletalmesh_hierarchy.py | 0 .../publish/validate_skeletalmesh_triangulated.py | 0 .../validate_skeleton_top_group_hierarchy.py | 0 .../publish/validate_skinCluster_deformer_set.py | 0 .../maya/plugins/publish/validate_step_size.py | 0 .../publish/validate_transform_naming_suffix.py | 0 .../maya/plugins/publish/validate_transform_zero.py | 0 .../maya/plugins/publish/validate_unique_names.py | 0 .../publish/validate_unreal_mesh_triangulated.py | 0 .../publish/validate_unreal_staticmesh_naming.py | 0 .../maya/plugins/publish/validate_unreal_up_axis.py | 0 .../maya/plugins/publish/validate_visible_only.py | 0 .../hosts/maya/plugins/publish/validate_vray.py | 0 .../publish/validate_vray_distributed_rendering.py | 0 .../publish/validate_vray_referenced_aovs.py | 0 .../publish/validate_vray_translator_settings.py | 0 .../maya/plugins/publish/validate_vrayproxy.py | 0 .../plugins/publish/validate_vrayproxy_members.py | 0 .../hosts/maya/plugins/publish/validate_xgen.py | 0 .../publish/validate_yeti_renderscript_callbacks.py | 0 .../publish/validate_yeti_rig_cache_state.py | 0 .../publish/validate_yeti_rig_input_in_instance.py | 0 .../plugins/publish/validate_yeti_rig_settings.py | 0 .../openpype}/hosts/maya/startup/userSetup.py | 0 .../openpype}/hosts/maya/tools/__init__.py | 0 .../hosts/maya/tools/mayalookassigner/LICENSE | 0 .../hosts/maya/tools/mayalookassigner/__init__.py | 0 .../hosts/maya/tools/mayalookassigner/alembic.py | 0 .../hosts/maya/tools/mayalookassigner/app.py | 0 .../maya/tools/mayalookassigner/arnold_standin.py | 0 .../hosts/maya/tools/mayalookassigner/commands.py | 0 .../hosts/maya/tools/mayalookassigner/lib.py | 0 .../hosts/maya/tools/mayalookassigner/models.py | 0 .../hosts/maya/tools/mayalookassigner/usd.py | 0 .../hosts/maya/tools/mayalookassigner/views.py | 0 .../maya/tools/mayalookassigner/vray_proxies.py | 0 .../hosts/maya/tools/mayalookassigner/widgets.py | 0 .../openpype}/hosts/nuke/__init__.py | 0 {openpype => client/openpype}/hosts/nuke/addon.py | 0 .../openpype}/hosts/nuke/api/__init__.py | 0 .../openpype}/hosts/nuke/api/actions.py | 0 .../openpype}/hosts/nuke/api/command.py | 0 .../openpype}/hosts/nuke/api/constants.py | 0 .../openpype}/hosts/nuke/api/gizmo_menu.py | 0 {openpype => client/openpype}/hosts/nuke/api/lib.py | 0 .../openpype}/hosts/nuke/api/pipeline.py | 0 .../openpype}/hosts/nuke/api/plugin.py | 0 .../openpype}/hosts/nuke/api/utils.py | 0 .../hosts/nuke/api/workfile_template_builder.py | 0 .../openpype}/hosts/nuke/api/workio.py | 0 .../hosts/nuke/hooks/pre_nukeassist_setup.py | 0 .../openpype}/hosts/nuke/plugins/__init__.py | 0 .../openpype}/hosts/nuke/plugins/create/__init__.py | 0 .../hosts/nuke/plugins/create/convert_legacy.py | 0 .../hosts/nuke/plugins/create/create_backdrop.py | 0 .../hosts/nuke/plugins/create/create_camera.py | 0 .../hosts/nuke/plugins/create/create_gizmo.py | 0 .../hosts/nuke/plugins/create/create_model.py | 0 .../hosts/nuke/plugins/create/create_source.py | 0 .../hosts/nuke/plugins/create/create_write_image.py | 0 .../nuke/plugins/create/create_write_prerender.py | 0 .../nuke/plugins/create/create_write_render.py | 0 .../hosts/nuke/plugins/create/workfile_creator.py | 0 .../nuke/plugins/inventory/repair_old_loaders.py | 0 .../nuke/plugins/inventory/select_containers.py | 0 .../openpype}/hosts/nuke/plugins/load/actions.py | 0 .../hosts/nuke/plugins/load/load_backdrop.py | 0 .../hosts/nuke/plugins/load/load_camera_abc.py | 0 .../openpype}/hosts/nuke/plugins/load/load_clip.py | 0 .../hosts/nuke/plugins/load/load_effects.py | 0 .../hosts/nuke/plugins/load/load_effects_ip.py | 0 .../openpype}/hosts/nuke/plugins/load/load_gizmo.py | 0 .../hosts/nuke/plugins/load/load_gizmo_ip.py | 0 .../openpype}/hosts/nuke/plugins/load/load_image.py | 0 .../hosts/nuke/plugins/load/load_matchmove.py | 0 .../openpype}/hosts/nuke/plugins/load/load_model.py | 0 .../hosts/nuke/plugins/load/load_ociolook.py | 0 .../hosts/nuke/plugins/load/load_script_precomp.py | 0 .../hosts/nuke/plugins/publish/collect_backdrop.py | 0 .../nuke/plugins/publish/collect_context_data.py | 0 .../hosts/nuke/plugins/publish/collect_framerate.py | 0 .../hosts/nuke/plugins/publish/collect_gizmo.py | 0 .../hosts/nuke/plugins/publish/collect_model.py | 0 .../plugins/publish/collect_nuke_instance_data.py | 0 .../hosts/nuke/plugins/publish/collect_reads.py | 0 .../nuke/plugins/publish/collect_slate_node.py | 0 .../hosts/nuke/plugins/publish/collect_workfile.py | 0 .../hosts/nuke/plugins/publish/collect_writes.py | 0 .../hosts/nuke/plugins/publish/extract_backdrop.py | 0 .../hosts/nuke/plugins/publish/extract_camera.py | 0 .../hosts/nuke/plugins/publish/extract_gizmo.py | 0 .../hosts/nuke/plugins/publish/extract_model.py | 0 .../nuke/plugins/publish/extract_ouput_node.py | 0 .../plugins/publish/extract_output_directory.py | 0 .../nuke/plugins/publish/extract_render_local.py | 0 .../nuke/plugins/publish/extract_review_data.py | 0 .../nuke/plugins/publish/extract_review_data_lut.py | 0 .../plugins/publish/extract_review_intermediates.py | 0 .../nuke/plugins/publish/extract_script_save.py | 0 .../nuke/plugins/publish/extract_slate_frame.py | 0 .../plugins/publish/help/validate_asset_context.xml | 0 .../nuke/plugins/publish/help/validate_backdrop.xml | 0 .../nuke/plugins/publish/help/validate_gizmo.xml | 0 .../nuke/plugins/publish/help/validate_knobs.xml | 0 .../publish/help/validate_output_resolution.xml | 0 .../plugins/publish/help/validate_proxy_mode.xml | 0 .../publish/help/validate_rendered_frames.xml | 0 .../publish/help/validate_script_attributes.xml | 0 .../plugins/publish/help/validate_write_nodes.xml | 0 .../plugins/publish/increment_script_version.py | 0 .../hosts/nuke/plugins/publish/remove_ouput_node.py | 0 .../nuke/plugins/publish/validate_asset_context.py | 0 .../hosts/nuke/plugins/publish/validate_backdrop.py | 0 .../nuke/plugins/publish/validate_exposed_knobs.py | 0 .../hosts/nuke/plugins/publish/validate_gizmo.py | 0 .../hosts/nuke/plugins/publish/validate_knobs.py | 0 .../plugins/publish/validate_output_resolution.py | 0 .../nuke/plugins/publish/validate_proxy_mode.py | 0 .../plugins/publish/validate_rendered_frames.py | 0 .../plugins/publish/validate_script_attributes.py | 0 .../nuke/plugins/publish/validate_write_nodes.py | 0 .../openpype}/hosts/nuke/startup/__init__.py | 0 .../openpype}/hosts/nuke/startup/clear_rendered.py | 0 .../hosts/nuke/startup/custom_write_node.py | 0 .../nuke/startup/frame_setting_for_read_nodes.py | 0 .../openpype}/hosts/nuke/startup/menu.py | 0 .../openpype}/hosts/nuke/startup/write_to_read.py | 0 .../hosts/nuke/vendor/google/protobuf/__init__.py | 0 .../hosts/nuke/vendor/google/protobuf/any_pb2.py | 0 .../hosts/nuke/vendor/google/protobuf/api_pb2.py | 0 .../vendor/google/protobuf/compiler/__init__.py | 0 .../vendor/google/protobuf/compiler/plugin_pb2.py | 0 .../hosts/nuke/vendor/google/protobuf/descriptor.py | 0 .../vendor/google/protobuf/descriptor_database.py | 0 .../nuke/vendor/google/protobuf/descriptor_pb2.py | 0 .../nuke/vendor/google/protobuf/descriptor_pool.py | 0 .../nuke/vendor/google/protobuf/duration_pb2.py | 0 .../hosts/nuke/vendor/google/protobuf/empty_pb2.py | 0 .../nuke/vendor/google/protobuf/field_mask_pb2.py | 0 .../vendor/google/protobuf/internal/__init__.py | 0 .../google/protobuf/internal/_parameterized.py | 0 .../google/protobuf/internal/api_implementation.py | 0 .../nuke/vendor/google/protobuf/internal/builder.py | 0 .../vendor/google/protobuf/internal/containers.py | 0 .../nuke/vendor/google/protobuf/internal/decoder.py | 0 .../nuke/vendor/google/protobuf/internal/encoder.py | 0 .../google/protobuf/internal/enum_type_wrapper.py | 0 .../google/protobuf/internal/extension_dict.py | 0 .../google/protobuf/internal/message_listener.py | 0 .../protobuf/internal/message_set_extensions_pb2.py | 0 .../protobuf/internal/missing_enum_values_pb2.py | 0 .../internal/more_extensions_dynamic_pb2.py | 0 .../google/protobuf/internal/more_extensions_pb2.py | 0 .../google/protobuf/internal/more_messages_pb2.py | 0 .../google/protobuf/internal/no_package_pb2.py | 0 .../google/protobuf/internal/python_message.py | 0 .../google/protobuf/internal/type_checkers.py | 0 .../google/protobuf/internal/well_known_types.py | 0 .../vendor/google/protobuf/internal/wire_format.py | 0 .../nuke/vendor/google/protobuf/json_format.py | 0 .../hosts/nuke/vendor/google/protobuf/message.py | 0 .../nuke/vendor/google/protobuf/message_factory.py | 0 .../nuke/vendor/google/protobuf/proto_builder.py | 0 .../nuke/vendor/google/protobuf/pyext/__init__.py | 0 .../vendor/google/protobuf/pyext/cpp_message.py | 0 .../nuke/vendor/google/protobuf/pyext/python_pb2.py | 0 .../hosts/nuke/vendor/google/protobuf/reflection.py | 0 .../hosts/nuke/vendor/google/protobuf/service.py | 0 .../vendor/google/protobuf/service_reflection.py | 0 .../vendor/google/protobuf/source_context_pb2.py | 0 .../hosts/nuke/vendor/google/protobuf/struct_pb2.py | 0 .../nuke/vendor/google/protobuf/symbol_database.py | 0 .../nuke/vendor/google/protobuf/text_encoding.py | 0 .../nuke/vendor/google/protobuf/text_format.py | 0 .../nuke/vendor/google/protobuf/timestamp_pb2.py | 0 .../hosts/nuke/vendor/google/protobuf/type_pb2.py | 0 .../nuke/vendor/google/protobuf/util/__init__.py | 0 .../vendor/google/protobuf/util/json_format_pb2.py | 0 .../google/protobuf/util/json_format_proto3_pb2.py | 0 .../nuke/vendor/google/protobuf/wrappers_pb2.py | 0 .../openpype}/hosts/photoshop/__init__.py | 0 .../openpype}/hosts/photoshop/addon.py | 0 .../openpype}/hosts/photoshop/api/README.md | 0 .../openpype}/hosts/photoshop/api/__init__.py | 0 .../openpype}/hosts/photoshop/api/extension.zxp | Bin .../openpype}/hosts/photoshop/api/extension/.debug | 0 .../hosts/photoshop/api/extension/CSXS/manifest.xml | 0 .../photoshop/api/extension/client/CSInterface.js | 0 .../hosts/photoshop/api/extension/client/client.js | 0 .../photoshop/api/extension/client/loglevel.min.js | 0 .../hosts/photoshop/api/extension/client/wsrpc.js | 0 .../photoshop/api/extension/client/wsrpc.min.js | 0 .../hosts/photoshop/api/extension/host/JSX.js | 0 .../hosts/photoshop/api/extension/host/index.jsx | 0 .../hosts/photoshop/api/extension/host/json.js | 0 .../photoshop/api/extension/icons/ayon_logo.png | Bin .../hosts/photoshop/api/extension/index.html | 0 .../openpype}/hosts/photoshop/api/launch_logic.py | 0 .../openpype}/hosts/photoshop/api/lib.py | 0 .../openpype}/hosts/photoshop/api/panel.png | Bin .../openpype}/hosts/photoshop/api/panel_failure.png | Bin .../openpype}/hosts/photoshop/api/pipeline.py | 0 .../openpype}/hosts/photoshop/api/plugin.py | 0 .../openpype}/hosts/photoshop/api/ws_stub.py | 0 .../openpype}/hosts/photoshop/lib.py | 0 .../plugins/create/create_flatten_image.py | 0 .../hosts/photoshop/plugins/create/create_image.py | 0 .../hosts/photoshop/plugins/create/create_review.py | 0 .../photoshop/plugins/create/create_workfile.py | 0 .../hosts/photoshop/plugins/load/load_image.py | 0 .../plugins/load/load_image_from_sequence.py | 0 .../hosts/photoshop/plugins/load/load_reference.py | 0 .../hosts/photoshop/plugins/publish/closePS.py | 0 .../photoshop/plugins/publish/collect_auto_image.py | 0 .../plugins/publish/collect_auto_image_refresh.py | 0 .../plugins/publish/collect_auto_review.py | 0 .../plugins/publish/collect_auto_workfile.py | 0 .../photoshop/plugins/publish/collect_batch_data.py | 0 .../publish/collect_color_coded_instances.py | 0 .../plugins/publish/collect_current_file.py | 0 .../plugins/publish/collect_extension_version.py | 0 .../photoshop/plugins/publish/collect_image.py | 0 .../plugins/publish/collect_published_version.py | 0 .../photoshop/plugins/publish/collect_review.py | 0 .../photoshop/plugins/publish/collect_version.py | 0 .../photoshop/plugins/publish/collect_workfile.py | 0 .../photoshop/plugins/publish/extract_image.py | 0 .../photoshop/plugins/publish/extract_review.py | 0 .../photoshop/plugins/publish/extract_save_scene.py | 0 .../publish/help/validate_instance_asset.xml | 0 .../plugins/publish/help/validate_naming.xml | 0 .../photoshop/plugins/publish/increment_workfile.py | 0 .../plugins/publish/validate_instance_asset.py | 0 .../photoshop/plugins/publish/validate_naming.py | 0 .../hosts/photoshop/resources/template.psd | Bin .../openpype}/hosts/resolve/README.markdown | 0 .../hosts/resolve/RESOLVE_API_v18.5.1-build6.txt | 0 .../openpype}/hosts/resolve/__init__.py | 0 .../openpype}/hosts/resolve/addon.py | 0 .../openpype}/hosts/resolve/api/__init__.py | 0 .../openpype}/hosts/resolve/api/action.py | 0 .../openpype}/hosts/resolve/api/lib.py | 0 .../openpype}/hosts/resolve/api/menu.py | 0 .../openpype}/hosts/resolve/api/menu_style.qss | 0 .../openpype}/hosts/resolve/api/pipeline.py | 0 .../openpype}/hosts/resolve/api/plugin.py | 0 .../openpype}/hosts/resolve/api/testing_utils.py | 0 .../openpype}/hosts/resolve/api/todo-rendering.py | 0 .../openpype}/hosts/resolve/api/utils.py | 0 .../openpype}/hosts/resolve/api/workio.py | 0 .../resolve/hooks/pre_resolve_last_workfile.py | 0 .../hosts/resolve/hooks/pre_resolve_setup.py | 0 .../hosts/resolve/hooks/pre_resolve_startup.py | 0 .../openpype}/hosts/resolve/otio/__init__.py | 0 .../openpype}/hosts/resolve/otio/davinci_export.py | 0 .../openpype}/hosts/resolve/otio/davinci_import.py | 0 .../openpype}/hosts/resolve/otio/utils.py | 0 .../resolve/plugins/create/create_shot_clip.py | 0 .../hosts/resolve/plugins/load/load_clip.py | 0 .../resolve/plugins/publish/extract_workfile.py | 0 .../resolve/plugins/publish/precollect_instances.py | 0 .../resolve/plugins/publish/precollect_workfile.py | 0 .../openpype}/hosts/resolve/startup.py | 0 .../hosts/resolve/utility_scripts/AYON__Menu.py | 0 .../hosts/resolve/utility_scripts/OpenPype__Menu.py | 0 .../resolve/utility_scripts/develop/OTIO_export.py | 0 .../resolve/utility_scripts/develop/OTIO_import.py | 0 .../develop/OpenPype_sync_util_scripts.py | 0 .../utility_scripts/openpype_startup.scriptlib | 0 .../openpype}/hosts/resolve/utils.py | 0 .../openpype}/hosts/standalonepublisher/__init__.py | 0 .../openpype}/hosts/standalonepublisher/addon.py | 0 .../plugins/publish/collect_app_name.py | 0 .../plugins/publish/collect_bulk_mov_instances.py | 0 .../plugins/publish/collect_context.py | 0 .../plugins/publish/collect_editorial.py | 0 .../plugins/publish/collect_editorial_instances.py | 0 .../plugins/publish/collect_editorial_resources.py | 0 .../plugins/publish/collect_harmony_scenes.py | 0 .../plugins/publish/collect_harmony_zips.py | 0 .../plugins/publish/collect_hierarchy.py | 0 .../plugins/publish/collect_instance_data.py | 0 .../plugins/publish/collect_matching_asset.py | 0 .../plugins/publish/collect_remove_marked.py | 0 .../plugins/publish/collect_representation_names.py | 0 .../plugins/publish/collect_texture.py | 0 .../plugins/publish/extract_resources.py | 0 .../plugins/publish/extract_thumbnail.py | 0 .../plugins/publish/extract_workfile_location.py | 0 .../publish/help/validate_editorial_resources.xml | 0 .../plugins/publish/help/validate_frame_ranges.xml | 0 .../publish/help/validate_shot_duplicates.xml | 0 .../publish/help/validate_simple_texture_naming.xml | 0 .../plugins/publish/help/validate_sources.xml | 0 .../publish/help/validate_task_existence.xml | 0 .../plugins/publish/help/validate_texture_batch.xml | 0 .../publish/help/validate_texture_has_workfile.xml | 0 .../plugins/publish/help/validate_texture_name.xml | 0 .../publish/help/validate_texture_versions.xml | 0 .../publish/help/validate_texture_workfiles.xml | 0 .../plugins/publish/validate_editorial_resources.py | 0 .../plugins/publish/validate_frame_ranges.py | 0 .../plugins/publish/validate_shot_duplicates.py | 0 .../plugins/publish/validate_sources.py | 0 .../plugins/publish/validate_task_existence.py | 0 .../plugins/publish/validate_texture_batch.py | 0 .../publish/validate_texture_has_workfile.py | 0 .../plugins/publish/validate_texture_name.py | 0 .../plugins/publish/validate_texture_versions.py | 0 .../plugins/publish/validate_texture_workfiles.py | 0 .../openpype}/hosts/substancepainter/__init__.py | 0 .../openpype}/hosts/substancepainter/addon.py | 0 .../hosts/substancepainter/api/__init__.py | 0 .../hosts/substancepainter/api/colorspace.py | 0 .../openpype}/hosts/substancepainter/api/lib.py | 0 .../hosts/substancepainter/api/pipeline.py | 0 .../deploy/plugins/openpype_plugin.py | 0 .../deploy/startup/openpype_load_on_first_run.py | 0 .../plugins/create/create_textures.py | 0 .../plugins/create/create_workfile.py | 0 .../substancepainter/plugins/load/load_mesh.py | 0 .../plugins/publish/collect_current_file.py | 0 .../plugins/publish/collect_textureset_images.py | 0 .../publish/collect_workfile_representation.py | 0 .../plugins/publish/extract_textures.py | 0 .../plugins/publish/increment_workfile.py | 0 .../plugins/publish/save_workfile.py | 0 .../plugins/publish/validate_ouput_maps.py | 0 .../openpype}/hosts/traypublisher/__init__.py | 0 .../openpype}/hosts/traypublisher/addon.py | 0 .../openpype}/hosts/traypublisher/api/__init__.py | 0 .../openpype}/hosts/traypublisher/api/editorial.py | 0 .../openpype}/hosts/traypublisher/api/pipeline.py | 0 .../openpype}/hosts/traypublisher/api/plugin.py | 0 .../openpype}/hosts/traypublisher/batch_parsing.py | 0 .../plugins/create/create_colorspace_look.py | 0 .../plugins/create/create_editorial.py | 0 .../plugins/create/create_from_settings.py | 0 .../plugins/create/create_movie_batch.py | 0 .../traypublisher/plugins/create/create_online.py | 0 .../plugins/publish/collect_app_name.py | 0 .../plugins/publish/collect_clip_instances.py | 0 .../plugins/publish/collect_colorspace_look.py | 0 .../plugins/publish/collect_editorial_instances.py | 0 .../plugins/publish/collect_editorial_reviewable.py | 0 .../plugins/publish/collect_explicit_colorspace.py | 0 .../publish/collect_frame_data_from_asset_entity.py | 0 .../plugins/publish/collect_movie_batch.py | 0 .../plugins/publish/collect_online_file.py | 0 .../plugins/publish/collect_review_frames.py | 0 .../plugins/publish/collect_sequence_frame_data.py | 0 .../plugins/publish/collect_shot_instances.py | 0 .../plugins/publish/collect_simple_instances.py | 0 .../traypublisher/plugins/publish/collect_source.py | 0 .../plugins/publish/extract_colorspace_look.py | 0 .../publish/help/validate_existing_version.xml | 0 .../plugins/publish/help/validate_frame_ranges.xml | 0 .../plugins/publish/validate_colorspace.py | 0 .../plugins/publish/validate_colorspace_look.py | 0 .../plugins/publish/validate_existing_version.py | 0 .../plugins/publish/validate_filepaths.py | 0 .../plugins/publish/validate_frame_ranges.py | 0 .../plugins/publish/validate_online_file.py | 0 .../openpype}/hosts/tvpaint/__init__.py | 0 .../openpype}/hosts/tvpaint/addon.py | 0 .../openpype}/hosts/tvpaint/api/__init__.py | 0 .../hosts/tvpaint/api/communication_server.py | 0 .../openpype}/hosts/tvpaint/api/launch_script.py | 0 .../openpype}/hosts/tvpaint/api/lib.py | 0 .../openpype}/hosts/tvpaint/api/pipeline.py | 0 .../openpype}/hosts/tvpaint/api/plugin.py | 0 .../hosts/tvpaint/hooks/pre_launch_args.py | 0 {openpype => client/openpype}/hosts/tvpaint/lib.py | 0 .../hosts/tvpaint/plugins/create/convert_legacy.py | 0 .../hosts/tvpaint/plugins/create/create_render.py | 0 .../hosts/tvpaint/plugins/create/create_review.py | 0 .../hosts/tvpaint/plugins/create/create_workfile.py | 0 .../hosts/tvpaint/plugins/load/load_image.py | 0 .../tvpaint/plugins/load/load_reference_image.py | 0 .../hosts/tvpaint/plugins/load/load_sound.py | 0 .../hosts/tvpaint/plugins/load/load_workfile.py | 0 .../plugins/publish/collect_instance_frames.py | 0 .../plugins/publish/collect_render_instances.py | 0 .../tvpaint/plugins/publish/collect_workfile.py | 0 .../plugins/publish/collect_workfile_data.py | 0 .../plugins/publish/extract_convert_to_exr.py | 0 .../tvpaint/plugins/publish/extract_sequence.py | 0 .../plugins/publish/help/validate_asset_name.xml | 0 .../help/validate_duplicated_layer_names.xml | 0 .../publish/help/validate_layers_visibility.xml | 0 .../tvpaint/plugins/publish/help/validate_marks.xml | 0 .../publish/help/validate_missing_layer_names.xml | 0 .../publish/help/validate_render_layer_group.xml | 0 .../publish/help/validate_render_pass_group.xml | 0 .../publish/help/validate_scene_settings.xml | 0 .../plugins/publish/help/validate_start_frame.xml | 0 .../publish/help/validate_workfile_metadata.xml | 0 .../publish/help/validate_workfile_project_name.xml | 0 .../plugins/publish/increment_workfile_version.py | 0 .../tvpaint/plugins/publish/validate_asset_name.py | 0 .../publish/validate_duplicated_layer_names.py | 0 .../plugins/publish/validate_layers_visibility.py | 0 .../hosts/tvpaint/plugins/publish/validate_marks.py | 0 .../plugins/publish/validate_missing_layer_names.py | 0 .../plugins/publish/validate_render_layer_group.py | 0 .../plugins/publish/validate_render_pass_group.py | 0 .../plugins/publish/validate_scene_settings.py | 0 .../tvpaint/plugins/publish/validate_start_frame.py | 0 .../plugins/publish/validate_workfile_metadata.py | 0 .../publish/validate_workfile_project_name.py | 0 .../openpype}/hosts/tvpaint/resources/template.tvpp | Bin .../hosts/tvpaint/tvpaint_plugin/__init__.py | 0 .../tvpaint_plugin/plugin_code/CMakeLists.txt | 0 .../tvpaint/tvpaint_plugin/plugin_code/README.md | 0 .../tvpaint/tvpaint_plugin/plugin_code/library.cpp | 0 .../tvpaint/tvpaint_plugin/plugin_code/library.def | 0 .../windows_x64/plugin/OpenPypePlugin.dll | Bin .../windows_x86/plugin/OpenPypePlugin.dll | Bin .../openpype}/hosts/tvpaint/worker/__init__.py | 0 .../openpype}/hosts/tvpaint/worker/init_file.tvpp | Bin .../openpype}/hosts/tvpaint/worker/worker.py | 0 .../openpype}/hosts/tvpaint/worker/worker_job.py | 0 .../openpype}/hosts/unreal/README.md | 0 .../openpype}/hosts/unreal/__init__.py | 0 {openpype => client/openpype}/hosts/unreal/addon.py | 0 .../openpype}/hosts/unreal/api/__init__.py | 0 .../openpype}/hosts/unreal/api/helpers.py | 0 .../openpype}/hosts/unreal/api/pipeline.py | 0 .../openpype}/hosts/unreal/api/plugin.py | 0 .../openpype}/hosts/unreal/api/rendering.py | 0 .../openpype}/hosts/unreal/api/tools_ui.py | 0 .../hosts/unreal/hooks/pre_workfile_preparation.py | 0 {openpype => client/openpype}/hosts/unreal/lib.py | 0 .../openpype}/hosts/unreal/plugins/__init__.py | 0 .../hosts/unreal/plugins/create/create_camera.py | 0 .../hosts/unreal/plugins/create/create_layout.py | 0 .../hosts/unreal/plugins/create/create_look.py | 0 .../hosts/unreal/plugins/create/create_render.py | 0 .../unreal/plugins/create/create_staticmeshfbx.py | 0 .../hosts/unreal/plugins/create/create_uasset.py | 0 .../plugins/inventory/delete_unused_assets.py | 0 .../hosts/unreal/plugins/inventory/update_actors.py | 0 .../unreal/plugins/load/load_alembic_animation.py | 0 .../hosts/unreal/plugins/load/load_animation.py | 0 .../hosts/unreal/plugins/load/load_camera.py | 0 .../unreal/plugins/load/load_geometrycache_abc.py | 0 .../hosts/unreal/plugins/load/load_layout.py | 0 .../unreal/plugins/load/load_layout_existing.py | 0 .../unreal/plugins/load/load_skeletalmesh_abc.py | 0 .../unreal/plugins/load/load_skeletalmesh_fbx.py | 0 .../unreal/plugins/load/load_staticmesh_abc.py | 0 .../unreal/plugins/load/load_staticmesh_fbx.py | 0 .../hosts/unreal/plugins/load/load_uasset.py | 0 .../hosts/unreal/plugins/load/load_yeticache.py | 0 .../unreal/plugins/publish/collect_current_file.py | 0 .../plugins/publish/collect_instance_members.py | 0 .../unreal/plugins/publish/collect_remove_marked.py | 0 .../plugins/publish/collect_render_instances.py | 0 .../hosts/unreal/plugins/publish/extract_camera.py | 0 .../hosts/unreal/plugins/publish/extract_layout.py | 0 .../hosts/unreal/plugins/publish/extract_look.py | 0 .../hosts/unreal/plugins/publish/extract_uasset.py | 0 .../plugins/publish/validate_no_dependencies.py | 0 .../plugins/publish/validate_sequence_frames.py | 0 .../openpype}/hosts/unreal/ue_workers.py | 0 .../openpype}/hosts/unreal/ui/__init__.py | 0 .../openpype}/hosts/unreal/ui/splash_screen.py | 0 .../openpype}/hosts/webpublisher/README.md | 0 .../openpype}/hosts/webpublisher/__init__.py | 0 .../openpype}/hosts/webpublisher/addon.py | 0 .../openpype}/hosts/webpublisher/api/__init__.py | 0 .../openpype}/hosts/webpublisher/lib.py | 0 .../plugins/publish/collect_batch_data.py | 0 .../webpublisher/plugins/publish/collect_fps.py | 0 .../plugins/publish/collect_published_files.py | 0 .../plugins/publish/collect_tvpaint_instances.py | 0 .../publish/collect_tvpaint_workfile_data.py | 0 .../plugins/publish/extract_tvpaint_workfile.py | 0 .../plugins/publish/others_cleanup_job_root.py | 0 .../publish/validate_tvpaint_workfile_data.py | 0 .../hosts/webpublisher/publish_functions.py | 0 .../webpublisher/webserver_service/__init__.py | 0 .../webserver_service/webpublish_routes.py | 0 .../webpublisher/webserver_service/webserver.py | 0 {openpype => client/openpype}/lib/__init__.py | 0 {openpype => client/openpype}/lib/applications.py | 0 .../openpype}/lib/attribute_definitions.py | 0 {openpype => client/openpype}/lib/connections.py | 0 {openpype => client/openpype}/lib/dateutils.py | 0 {openpype => client/openpype}/lib/env_tools.py | 0 {openpype => client/openpype}/lib/events.py | 0 {openpype => client/openpype}/lib/execute.py | 0 .../openpype}/lib/file_transaction.py | 0 {openpype => client/openpype}/lib/local_settings.py | 0 {openpype => client/openpype}/lib/log.py | 0 .../openpype}/lib/openpype_version.py | 0 {openpype => client/openpype}/lib/path_templates.py | 0 {openpype => client/openpype}/lib/path_tools.py | 0 {openpype => client/openpype}/lib/plugin_tools.py | 0 .../openpype}/lib/profiles_filtering.py | 0 {openpype => client/openpype}/lib/profiling.py | 0 .../openpype}/lib/project_backpack.py | 0 {openpype => client/openpype}/lib/pype_info.py | 0 {openpype => client/openpype}/lib/python_2_comp.py | 0 .../openpype}/lib/python_module_tools.py | 0 {openpype => client/openpype}/lib/terminal.py | 0 {openpype => client/openpype}/lib/transcoding.py | 0 {openpype => client/openpype}/lib/usdlib.py | 0 .../openpype}/lib/vendor_bin_utils.py | 0 {openpype => client/openpype}/modules/README.md | 0 {openpype => client/openpype}/modules/__init__.py | 0 .../openpype}/modules/asset_reporter/__init__.py | 0 .../openpype}/modules/asset_reporter/module.py | 0 .../openpype}/modules/asset_reporter/window.py | 0 .../openpype}/modules/avalon_apps/__init__.py | 0 .../openpype}/modules/avalon_apps/avalon_app.py | 0 .../openpype}/modules/avalon_apps/rest_api.py | 0 {openpype => client/openpype}/modules/base.py | 0 {openpype => client/openpype}/modules/click_wrap.py | 0 .../openpype}/modules/clockify/__init__.py | 0 .../openpype}/modules/clockify/clockify_api.py | 0 .../openpype}/modules/clockify/clockify_module.py | 0 .../openpype}/modules/clockify/constants.py | 0 .../ftrack/server/action_clockify_sync_server.py | 0 .../ftrack/user/action_clockify_sync_local.py | 0 .../clockify/launcher_actions/ClockifyStart.py | 0 .../clockify/launcher_actions/ClockifySync.py | 0 .../openpype}/modules/clockify/widgets.py | 0 .../openpype}/modules/deadline/__init__.py | 0 .../modules/deadline/abstract_submit_deadline.py | 0 .../openpype}/modules/deadline/deadline_module.py | 0 .../collect_deadline_server_from_instance.py | 0 .../publish/collect_default_deadline_server.py | 0 .../deadline/plugins/publish/collect_pools.py | 0 .../publish/collect_publishable_instances.py | 0 .../publish/help/validate_deadline_pools.xml | 0 .../plugins/publish/submit_aftereffects_deadline.py | 0 .../plugins/publish/submit_blender_deadline.py | 0 .../plugins/publish/submit_celaction_deadline.py | 0 .../plugins/publish/submit_fusion_deadline.py | 0 .../plugins/publish/submit_harmony_deadline.py | 0 .../publish/submit_houdini_cache_deadline.py | 0 .../publish/submit_houdini_remote_publish.py | 0 .../publish/submit_houdini_render_deadline.py | 0 .../deadline/plugins/publish/submit_max_deadline.py | 0 .../plugins/publish/submit_maya_deadline.py | 0 .../publish/submit_maya_remote_publish_deadline.py | 0 .../plugins/publish/submit_nuke_deadline.py | 0 .../plugins/publish/submit_publish_cache_job.py | 0 .../deadline/plugins/publish/submit_publish_job.py | 0 .../plugins/publish/validate_deadline_connection.py | 0 .../plugins/publish/validate_deadline_pools.py | 0 .../publish/validate_expected_and_rendered_files.py | 0 .../repository/custom/plugins/Ayon/Ayon.ico | Bin .../repository/custom/plugins/Ayon/Ayon.options | 0 .../repository/custom/plugins/Ayon/Ayon.param | 0 .../deadline/repository/custom/plugins/Ayon/Ayon.py | 0 .../custom/plugins/CelAction/CelAction.ico | Bin .../custom/plugins/CelAction/CelAction.param | 0 .../custom/plugins/CelAction/CelAction.py | 0 .../repository/custom/plugins/GlobalJobPreLoad.py | 0 .../plugins/HarmonyOpenPype/HarmonyOpenPype.ico | Bin .../plugins/HarmonyOpenPype/HarmonyOpenPype.options | 0 .../plugins/HarmonyOpenPype/HarmonyOpenPype.param | 0 .../plugins/HarmonyOpenPype/HarmonyOpenPype.py | 0 .../repository/custom/plugins/OpenPype/OpenPype.ico | Bin .../custom/plugins/OpenPype/OpenPype.options | 0 .../custom/plugins/OpenPype/OpenPype.param | 0 .../repository/custom/plugins/OpenPype/OpenPype.py | 0 .../OpenPypeTileAssembler/OpenPypeTileAssembler.ico | Bin .../OpenPypeTileAssembler.options | 0 .../OpenPypeTileAssembler.param | 0 .../OpenPypeTileAssembler/OpenPypeTileAssembler.py | 0 .../openpype}/modules/deadline/repository/readme.md | 0 .../example_addons/example_addon/__init__.py | 0 .../modules/example_addons/example_addon/addon.py | 0 .../example_addon/plugins/publish/example_plugin.py | 0 .../settings/defaults/project_settings.json | 0 .../settings/defaults/system_settings.json | 0 .../dynamic_schemas/project_dynamic_schemas.json | 0 .../dynamic_schemas/system_dynamic_schemas.json | 0 .../settings/schemas/project_schemas/main.json | 0 .../schemas/project_schemas/the_template.json | 0 .../settings/schemas/system_schemas/main.json | 0 .../modules/example_addons/example_addon/widgets.py | 0 .../openpype}/modules/example_addons/tiny_addon.py | 0 .../openpype}/modules/ftrack/__init__.py | 0 .../action_clone_review_session.py | 0 .../action_create_review_session.py | 0 .../event_handlers_server/action_multiple_notes.py | 0 .../event_handlers_server/action_prepare_project.py | 0 .../action_private_project_detection.py | 0 .../action_push_frame_values_to_task.py | 0 .../event_handlers_server/action_sync_to_avalon.py | 0 .../action_tranfer_hierarchical_values.py | 0 .../event_del_avalon_id_from_new.py | 0 .../event_first_version_status.py | 0 .../event_handlers_server/event_next_task_update.py | 0 .../event_push_frame_values_to_task.py | 0 .../event_handlers_server/event_radio_buttons.py | 0 .../event_handlers_server/event_sync_links.py | 0 .../event_handlers_server/event_sync_to_avalon.py | 0 .../event_task_to_parent_status.py | 0 .../event_task_to_version_status.py | 0 .../event_thumbnail_updates.py | 0 .../event_handlers_server/event_user_assigment.py | 0 .../event_version_to_task_statuses.py | 0 .../event_handlers_user/action_applications.py | 0 .../action_batch_task_creation.py | 0 .../action_clean_hierarchical_attributes.py | 0 .../action_client_review_sort.py | 0 .../event_handlers_user/action_component_open.py | 0 .../event_handlers_user/action_create_cust_attrs.py | 0 .../event_handlers_user/action_create_folders.py | 0 .../action_create_project_structure.py | 0 .../event_handlers_user/action_delete_asset.py | 0 .../action_delete_old_versions.py | 0 .../ftrack/event_handlers_user/action_delivery.py | 0 .../ftrack/event_handlers_user/action_djvview.py | 0 .../action_fill_workfile_attr.py | 0 .../ftrack/event_handlers_user/action_job_killer.py | 0 .../event_handlers_user/action_multiple_notes.py | 0 .../event_handlers_user/action_prepare_project.py | 0 .../modules/ftrack/event_handlers_user/action_rv.py | 0 .../ftrack/event_handlers_user/action_seed.py | 0 .../action_store_thumbnails_to_avalon.py | 0 .../event_handlers_user/action_sync_to_avalon.py | 0 .../ftrack/event_handlers_user/action_test.py | 0 .../action_thumbnail_to_childern.py | 0 .../action_thumbnail_to_parent.py | 0 .../event_handlers_user/action_where_run_ask.py | 0 .../openpype}/modules/ftrack/ftrack_module.py | 0 .../modules/ftrack/ftrack_server/__init__.py | 0 .../ftrack/ftrack_server/event_server_cli.py | 0 .../modules/ftrack/ftrack_server/ftrack_server.py | 0 .../openpype}/modules/ftrack/ftrack_server/lib.py | 0 .../modules/ftrack/ftrack_server/socket_thread.py | 0 .../ftrack/launch_hooks/post_ftrack_changes.py | 0 .../openpype}/modules/ftrack/lib/__init__.py | 0 .../openpype}/modules/ftrack/lib/avalon_sync.py | 0 .../openpype}/modules/ftrack/lib/constants.py | 0 .../openpype}/modules/ftrack/lib/credentials.py | 0 .../modules/ftrack/lib/custom_attributes.json | 0 .../modules/ftrack/lib/custom_attributes.py | 0 .../modules/ftrack/lib/ftrack_action_handler.py | 0 .../modules/ftrack/lib/ftrack_base_handler.py | 0 .../modules/ftrack/lib/ftrack_event_handler.py | 0 .../openpype}/modules/ftrack/lib/settings.py | 0 .../_unused_publish/integrate_ftrack_comments.py | 0 .../publish/collect_custom_attributes_data.py | 0 .../ftrack/plugins/publish/collect_ftrack_api.py | 0 .../ftrack/plugins/publish/collect_ftrack_family.py | 0 .../plugins/publish/collect_local_ftrack_creds.py | 0 .../ftrack/plugins/publish/collect_username.py | 0 .../ftrack/plugins/publish/integrate_ftrack_api.py | 0 .../publish/integrate_ftrack_component_overwrite.py | 0 .../plugins/publish/integrate_ftrack_description.py | 0 .../plugins/publish/integrate_ftrack_instances.py | 0 .../ftrack/plugins/publish/integrate_ftrack_note.py | 0 .../plugins/publish/integrate_ftrack_status.py | 0 .../plugins/publish/integrate_hierarchy_ftrack.py | 0 .../publish/validate_custom_ftrack_attributes.py | 0 .../python2_vendor/ftrack-python-api/.gitignore | 0 .../python2_vendor/ftrack-python-api/LICENSE.python | 0 .../python2_vendor/ftrack-python-api/LICENSE.txt | 0 .../python2_vendor/ftrack-python-api/MANIFEST.in | 0 .../python2_vendor/ftrack-python-api/README.rst | 0 .../ftrack-python-api/bitbucket-pipelines.yml | 0 .../ftrack-python-api/doc/_static/ftrack.css | 0 .../doc/api_reference/accessor/base.rst | 0 .../doc/api_reference/accessor/disk.rst | 0 .../doc/api_reference/accessor/index.rst | 0 .../doc/api_reference/accessor/server.rst | 0 .../doc/api_reference/attribute.rst | 0 .../ftrack-python-api/doc/api_reference/cache.rst | 0 .../doc/api_reference/collection.rst | 0 .../doc/api_reference/entity/asset_version.rst | 0 .../doc/api_reference/entity/base.rst | 0 .../doc/api_reference/entity/component.rst | 0 .../doc/api_reference/entity/factory.rst | 0 .../doc/api_reference/entity/index.rst | 0 .../doc/api_reference/entity/job.rst | 0 .../doc/api_reference/entity/location.rst | 0 .../doc/api_reference/entity/note.rst | 0 .../doc/api_reference/entity/project_schema.rst | 0 .../doc/api_reference/entity/user.rst | 0 .../doc/api_reference/event/base.rst | 0 .../doc/api_reference/event/expression.rst | 0 .../doc/api_reference/event/hub.rst | 0 .../doc/api_reference/event/index.rst | 0 .../doc/api_reference/event/subscriber.rst | 0 .../doc/api_reference/event/subscription.rst | 0 .../doc/api_reference/exception.rst | 0 .../doc/api_reference/formatter.rst | 0 .../ftrack-python-api/doc/api_reference/index.rst | 0 .../doc/api_reference/inspection.rst | 0 .../ftrack-python-api/doc/api_reference/logging.rst | 0 .../doc/api_reference/operation.rst | 0 .../ftrack-python-api/doc/api_reference/plugin.rst | 0 .../ftrack-python-api/doc/api_reference/query.rst | 0 .../resource_identifier_transformer/base.rst | 0 .../resource_identifier_transformer/index.rst | 0 .../ftrack-python-api/doc/api_reference/session.rst | 0 .../doc/api_reference/structure/base.rst | 0 .../doc/api_reference/structure/id.rst | 0 .../doc/api_reference/structure/index.rst | 0 .../doc/api_reference/structure/origin.rst | 0 .../doc/api_reference/structure/standard.rst | 0 .../ftrack-python-api/doc/api_reference/symbol.rst | 0 .../ftrack-python-api/doc/caching.rst | 0 .../python2_vendor/ftrack-python-api/doc/conf.py | 0 .../ftrack-python-api/doc/docutils.conf | 0 .../ftrack-python-api/doc/environment_variables.rst | 0 .../ftrack-python-api/doc/event_list.rst | 0 .../doc/example/assignments_and_allocations.rst | 0 .../ftrack-python-api/doc/example/component.rst | 0 .../doc/example/custom_attribute.rst | 0 .../ftrack-python-api/doc/example/encode_media.rst | 0 .../ftrack-python-api/doc/example/entity_links.rst | 0 .../ftrack-python-api/doc/example/index.rst | 0 .../ftrack-python-api/doc/example/invite_user.rst | 0 .../ftrack-python-api/doc/example/job.rst | 0 .../doc/example/link_attribute.rst | 0 .../ftrack-python-api/doc/example/list.rst | 0 .../manage_custom_attribute_configuration.rst | 0 .../ftrack-python-api/doc/example/metadata.rst | 0 .../ftrack-python-api/doc/example/note.rst | 0 .../ftrack-python-api/doc/example/project.rst | 0 .../ftrack-python-api/doc/example/publishing.rst | 0 .../doc/example/review_session.rst | 0 .../ftrack-python-api/doc/example/scope.rst | 0 .../doc/example/security_roles.rst | 0 .../doc/example/sync_ldap_users.rst | 0 .../ftrack-python-api/doc/example/task_template.rst | 0 .../ftrack-python-api/doc/example/thumbnail.rst | 0 .../ftrack-python-api/doc/example/timer.rst | 0 .../ftrack-python-api/doc/example/web_review.rst | 0 .../ftrack-python-api/doc/glossary.rst | 0 .../ftrack-python-api/doc/handling_events.rst | 0 .../doc/image/configuring_plugins_directory.png | Bin .../python2_vendor/ftrack-python-api/doc/index.rst | 0 .../ftrack-python-api/doc/installing.rst | 0 .../ftrack-python-api/doc/introduction.rst | 0 .../ftrack-python-api/doc/locations/configuring.rst | 0 .../ftrack-python-api/doc/locations/index.rst | 0 .../ftrack-python-api/doc/locations/overview.rst | 0 .../ftrack-python-api/doc/locations/tutorial.rst | 0 .../ftrack-python-api/doc/querying.rst | 0 .../ftrack-python-api/doc/release/index.rst | 0 .../doc/release/migrating_from_old_api.rst | 0 .../ftrack-python-api/doc/release/migration.rst | 0 .../ftrack-python-api/doc/release/release_notes.rst | 0 .../doc/resource/example_plugin.py | 0 .../doc/resource/example_plugin_safe.py | 0 .../doc/resource/example_plugin_using_session.py | 0 .../doc/security_and_authentication.rst | 0 .../ftrack-python-api/doc/tutorial.rst | 0 .../doc/understanding_sessions.rst | 0 .../ftrack-python-api/doc/working_with_entities.rst | 0 .../python2_vendor/ftrack-python-api/pytest.ini | 0 .../resource/plugin/configure_locations.py | 0 .../resource/plugin/construct_entity_type.py | 0 .../python2_vendor/ftrack-python-api/setup.cfg | 0 .../python2_vendor/ftrack-python-api/setup.py | 0 .../ftrack-python-api/source/__init__.py | 0 .../ftrack-python-api/source/ftrack_api/__init__.py | 0 .../ftrack_api/_centralized_storage_scenario.py | 0 .../source/ftrack_api/_python_ntpath.py | 0 .../ftrack-python-api/source/ftrack_api/_version.py | 0 .../ftrack-python-api/source/ftrack_api/_weakref.py | 0 .../source/ftrack_api/accessor/__init__.py | 0 .../source/ftrack_api/accessor/base.py | 0 .../source/ftrack_api/accessor/disk.py | 0 .../source/ftrack_api/accessor/server.py | 0 .../source/ftrack_api/attribute.py | 0 .../ftrack-python-api/source/ftrack_api/cache.py | 0 .../source/ftrack_api/collection.py | 0 .../ftrack-python-api/source/ftrack_api/data.py | 0 .../source/ftrack_api/entity/__init__.py | 0 .../source/ftrack_api/entity/asset_version.py | 0 .../source/ftrack_api/entity/base.py | 0 .../source/ftrack_api/entity/component.py | 0 .../source/ftrack_api/entity/factory.py | 0 .../source/ftrack_api/entity/job.py | 0 .../source/ftrack_api/entity/location.py | 0 .../source/ftrack_api/entity/note.py | 0 .../source/ftrack_api/entity/project_schema.py | 0 .../source/ftrack_api/entity/user.py | 0 .../source/ftrack_api/event/__init__.py | 0 .../source/ftrack_api/event/base.py | 0 .../source/ftrack_api/event/expression.py | 0 .../source/ftrack_api/event/hub.py | 0 .../source/ftrack_api/event/subscriber.py | 0 .../source/ftrack_api/event/subscription.py | 0 .../source/ftrack_api/exception.py | 0 .../source/ftrack_api/formatter.py | 0 .../source/ftrack_api/inspection.py | 0 .../ftrack-python-api/source/ftrack_api/logging.py | 0 .../source/ftrack_api/operation.py | 0 .../ftrack-python-api/source/ftrack_api/plugin.py | 0 .../ftrack-python-api/source/ftrack_api/query.py | 0 .../resource_identifier_transformer/__init__.py | 0 .../resource_identifier_transformer/base.py | 0 .../ftrack-python-api/source/ftrack_api/session.py | 0 .../source/ftrack_api/structure/__init__.py | 0 .../source/ftrack_api/structure/base.py | 0 .../source/ftrack_api/structure/entity_id.py | 0 .../source/ftrack_api/structure/id.py | 0 .../source/ftrack_api/structure/origin.py | 0 .../source/ftrack_api/structure/standard.py | 0 .../ftrack-python-api/source/ftrack_api/symbol.py | 0 .../test/fixture/media/colour_wheel.mov | Bin .../test/fixture/media/image-resized-10.png | Bin .../ftrack-python-api/test/fixture/media/image.png | Bin .../test/fixture/plugin/configure_locations.py | 0 .../test/fixture/plugin/construct_entity_type.py | 0 .../test/fixture/plugin/count_session_event.py | 0 .../ftrack-python-api/test/unit/__init__.py | 0 .../test/unit/accessor/__init__.py | 0 .../test/unit/accessor/test_disk.py | 0 .../test/unit/accessor/test_server.py | 0 .../ftrack-python-api/test/unit/conftest.py | 0 .../ftrack-python-api/test/unit/entity/__init__.py | 0 .../test/unit/entity/test_asset_version.py | 0 .../ftrack-python-api/test/unit/entity/test_base.py | 0 .../test/unit/entity/test_component.py | 0 .../test/unit/entity/test_factory.py | 0 .../ftrack-python-api/test/unit/entity/test_job.py | 0 .../test/unit/entity/test_location.py | 0 .../test/unit/entity/test_metadata.py | 0 .../ftrack-python-api/test/unit/entity/test_note.py | 0 .../test/unit/entity/test_project_schema.py | 0 .../test/unit/entity/test_scopes.py | 0 .../ftrack-python-api/test/unit/entity/test_user.py | 0 .../ftrack-python-api/test/unit/event/__init__.py | 0 .../test/unit/event/event_hub_server_heartbeat.py | 0 .../ftrack-python-api/test/unit/event/test_base.py | 0 .../test/unit/event/test_expression.py | 0 .../ftrack-python-api/test/unit/event/test_hub.py | 0 .../test/unit/event/test_subscriber.py | 0 .../test/unit/event/test_subscription.py | 0 .../resource_identifier_transformer/__init__.py | 0 .../resource_identifier_transformer/test_base.py | 0 .../test/unit/structure/__init__.py | 0 .../test/unit/structure/test_base.py | 0 .../test/unit/structure/test_entity_id.py | 0 .../test/unit/structure/test_id.py | 0 .../test/unit/structure/test_origin.py | 0 .../test/unit/structure/test_standard.py | 0 .../ftrack-python-api/test/unit/test_attribute.py | 0 .../ftrack-python-api/test/unit/test_cache.py | 0 .../ftrack-python-api/test/unit/test_collection.py | 0 .../test/unit/test_custom_attribute.py | 0 .../ftrack-python-api/test/unit/test_data.py | 0 .../ftrack-python-api/test/unit/test_formatter.py | 0 .../ftrack-python-api/test/unit/test_inspection.py | 0 .../ftrack-python-api/test/unit/test_operation.py | 0 .../ftrack-python-api/test/unit/test_package.py | 0 .../ftrack-python-api/test/unit/test_plugin.py | 0 .../ftrack-python-api/test/unit/test_query.py | 0 .../ftrack-python-api/test/unit/test_session.py | 0 .../ftrack-python-api/test/unit/test_timer.py | 0 .../modules/ftrack/scripts/sub_event_processor.py | 0 .../modules/ftrack/scripts/sub_event_status.py | 0 .../modules/ftrack/scripts/sub_event_storer.py | 0 .../modules/ftrack/scripts/sub_legacy_server.py | 0 .../modules/ftrack/scripts/sub_user_server.py | 0 .../openpype}/modules/ftrack/tray/__init__.py | 0 .../openpype}/modules/ftrack/tray/ftrack_tray.py | 0 .../openpype}/modules/ftrack/tray/login_dialog.py | 0 .../openpype}/modules/ftrack/tray/login_tools.py | 0 {openpype => client/openpype}/modules/interfaces.py | 0 .../openpype}/modules/job_queue/__init__.py | 0 .../modules/job_queue/job_server/__init__.py | 0 .../modules/job_queue/job_server/job_queue_route.py | 0 .../openpype}/modules/job_queue/job_server/jobs.py | 0 .../modules/job_queue/job_server/server.py | 0 .../openpype}/modules/job_queue/job_server/utils.py | 0 .../modules/job_queue/job_server/workers.py | 0 .../job_queue/job_server/workers_rpc_route.py | 0 .../modules/job_queue/job_workers/__init__.py | 0 .../modules/job_queue/job_workers/base_worker.py | 0 .../openpype}/modules/job_queue/module.py | 0 .../openpype}/modules/kitsu/__init__.py | 0 .../modules/kitsu/actions/launcher_show_in_kitsu.py | 0 .../openpype}/modules/kitsu/kitsu_module.py | 0 .../openpype}/modules/kitsu/kitsu_widgets.py | 0 .../plugins/publish/collect_kitsu_credential.py | 0 .../kitsu/plugins/publish/collect_kitsu_entities.py | 0 .../kitsu/plugins/publish/collect_kitsu_username.py | 0 .../kitsu/plugins/publish/integrate_kitsu_note.py | 0 .../kitsu/plugins/publish/integrate_kitsu_review.py | 0 .../kitsu/plugins/publish/other_kitsu_log_out.py | 0 .../openpype}/modules/kitsu/utils/__init__.py | 0 .../openpype}/modules/kitsu/utils/credentials.py | 0 .../openpype}/modules/kitsu/utils/sync_service.py | 0 .../modules/kitsu/utils/update_op_with_zou.py | 0 .../modules/kitsu/utils/update_zou_with_op.py | 0 .../openpype}/modules/launcher_action.py | 0 .../openpype}/modules/log_viewer/__init__.py | 0 .../openpype}/modules/log_viewer/log_view_module.py | 0 .../openpype}/modules/log_viewer/tray/__init__.py | 0 .../openpype}/modules/log_viewer/tray/app.py | 0 .../openpype}/modules/log_viewer/tray/models.py | 0 .../openpype}/modules/log_viewer/tray/widgets.py | 0 .../openpype}/modules/project_manager_action.py | 0 .../modules/python_console_interpreter/__init__.py | 0 .../modules/python_console_interpreter/module.py | 0 .../python_console_interpreter/window/__init__.py | 0 .../python_console_interpreter/window/widgets.py | 0 .../openpype}/modules/royalrender/__init__.py | 0 .../openpype}/modules/royalrender/api.py | 0 .../openpype}/modules/royalrender/lib.py | 0 .../publish/collect_rr_path_from_instance.py | 0 .../plugins/publish/collect_sequences_from_job.py | 0 .../plugins/publish/create_maya_royalrender_job.py | 0 .../plugins/publish/create_nuke_royalrender_job.py | 0 .../publish/create_publish_royalrender_job.py | 0 .../plugins/publish/submit_jobs_to_royalrender.py | 0 .../modules/royalrender/royal_render_module.py | 0 .../openpype}/modules/royalrender/rr_job.py | 0 .../openpype}/modules/royalrender/rr_root/README.md | 0 .../perjob/m50__openpype_publish_render.py | 0 .../rr_root/render_apps/_config/E01__OpenPype.png | Bin .../_config/E01__OpenPype__PublishJob.cfg | 0 .../render_apps/_config/E01__OpenPype___global.inc | 0 .../rr_root/render_apps/_install_paths/OpenPype.cfg | 0 .../_prepost_scripts/OpenPypeEnvironment.cfg | 0 .../PreOpenPypeInjectEnvironments.py | 0 .../openpype}/modules/settings_action.py | 0 .../openpype}/modules/shotgrid/README.md | 0 .../openpype}/modules/shotgrid/__init__.py | 0 .../openpype}/modules/shotgrid/lib/__init__.py | 0 .../openpype}/modules/shotgrid/lib/const.py | 0 .../openpype}/modules/shotgrid/lib/credentials.py | 0 .../openpype}/modules/shotgrid/lib/record.py | 0 .../openpype}/modules/shotgrid/lib/settings.py | 0 .../plugins/publish/collect_shotgrid_entities.py | 0 .../plugins/publish/collect_shotgrid_session.py | 0 .../plugins/publish/integrate_shotgrid_publish.py | 0 .../plugins/publish/integrate_shotgrid_version.py | 0 .../plugins/publish/validate_shotgrid_user.py | 0 .../openpype}/modules/shotgrid/server/README.md | 0 .../openpype}/modules/shotgrid/shotgrid_module.py | 0 .../shotgrid/tests/shotgrid/lib/test_credentials.py | 0 .../modules/shotgrid/tray/credential_dialog.py | 0 .../modules/shotgrid/tray/shotgrid_tray.py | 0 .../openpype}/modules/slack/README.md | 0 .../openpype}/modules/slack/__init__.py | 0 .../slack/launch_hooks/pre_python2_vendor.py | 0 .../openpype}/modules/slack/manifest.yml | 0 .../slack/plugins/publish/collect_slack_family.py | 0 .../slack/plugins/publish/integrate_slack_api.py | 0 .../python2_vendor/python-slack-sdk-1/.appveyor.yml | 0 .../python2_vendor/python-slack-sdk-1/.coveragerc | 0 .../slack/python2_vendor/python-slack-sdk-1/.flake8 | 0 .../python-slack-sdk-1/.github/contributing.md | 0 .../python-slack-sdk-1/.github/issue_template.md | 0 .../python-slack-sdk-1/.github/maintainers_guide.md | 0 .../.github/pull_request_template.md | 0 .../python2_vendor/python-slack-sdk-1/.gitignore | 0 .../python2_vendor/python-slack-sdk-1/.travis.yml | 0 .../slack/python2_vendor/python-slack-sdk-1/LICENSE | 0 .../python2_vendor/python-slack-sdk-1/MANIFEST.in | 0 .../python2_vendor/python-slack-sdk-1/README.rst | 0 .../python-slack-sdk-1/docs-src/.gitignore | 0 .../python-slack-sdk-1/docs-src/Makefile | 0 .../docs-src/_themes/slack/conf.py | 0 .../docs-src/_themes/slack/layout.html | 0 .../docs-src/_themes/slack/localtoc.html | 0 .../docs-src/_themes/slack/relations.html | 0 .../docs-src/_themes/slack/sidebar.html | 0 .../docs-src/_themes/slack/static/default.css_t | 0 .../docs-src/_themes/slack/static/docs.css_t | 0 .../docs-src/_themes/slack/static/pygments.css_t | 0 .../docs-src/_themes/slack/theme.conf | 0 .../python-slack-sdk-1/docs-src/about.rst | 0 .../python-slack-sdk-1/docs-src/auth.rst | 0 .../python-slack-sdk-1/docs-src/basic_usage.rst | 0 .../python-slack-sdk-1/docs-src/changelog.rst | 0 .../python-slack-sdk-1/docs-src/conf.py | 0 .../python-slack-sdk-1/docs-src/conversations.rst | 0 .../python-slack-sdk-1/docs-src/faq.rst | 0 .../python-slack-sdk-1/docs-src/index.rst | 0 .../python-slack-sdk-1/docs-src/make.bat | 0 .../python-slack-sdk-1/docs-src/metadata.rst | 0 .../docs-src/real_time_messaging.rst | 0 .../slack/python2_vendor/python-slack-sdk-1/docs.sh | 0 .../python-slack-sdk-1/docs/.buildinfo | 0 .../python-slack-sdk-1/docs/.nojekyll | 0 .../python-slack-sdk-1/docs/_static/ajax-loader.gif | Bin .../python-slack-sdk-1/docs/_static/basic.css | 0 .../python-slack-sdk-1/docs/_static/classic.css | 0 .../docs/_static/comment-bright.png | Bin .../docs/_static/comment-close.png | Bin .../python-slack-sdk-1/docs/_static/comment.png | Bin .../python-slack-sdk-1/docs/_static/default.css | 0 .../python-slack-sdk-1/docs/_static/docs.css | 0 .../python-slack-sdk-1/docs/_static/doctools.js | 0 .../docs/_static/documentation_options.js | 0 .../docs/_static/down-pressed.png | Bin .../python-slack-sdk-1/docs/_static/down.png | Bin .../python-slack-sdk-1/docs/_static/file.png | Bin .../python-slack-sdk-1/docs/_static/jquery-3.2.1.js | 0 .../python-slack-sdk-1/docs/_static/jquery.js | 0 .../docs/_static/language_data.js | 0 .../python-slack-sdk-1/docs/_static/minus.png | Bin .../python-slack-sdk-1/docs/_static/plus.png | Bin .../python-slack-sdk-1/docs/_static/pygments.css | 0 .../python-slack-sdk-1/docs/_static/searchtools.js | 0 .../python-slack-sdk-1/docs/_static/sidebar.js | 0 .../docs/_static/underscore-1.3.1.js | 0 .../python-slack-sdk-1/docs/_static/underscore.js | 0 .../python-slack-sdk-1/docs/_static/up-pressed.png | Bin .../python-slack-sdk-1/docs/_static/up.png | Bin .../python-slack-sdk-1/docs/_static/websupport.js | 0 .../python-slack-sdk-1/docs/about.html | 0 .../python-slack-sdk-1/docs/auth.html | 0 .../python-slack-sdk-1/docs/basic_usage.html | 0 .../python-slack-sdk-1/docs/changelog.html | 0 .../python-slack-sdk-1/docs/conversations.html | 0 .../python2_vendor/python-slack-sdk-1/docs/faq.html | 0 .../python-slack-sdk-1/docs/genindex.html | 0 .../python-slack-sdk-1/docs/index.html | 0 .../python-slack-sdk-1/docs/metadata.html | 0 .../python-slack-sdk-1/docs/objects.inv | 0 .../docs/real_time_messaging.html | 0 .../python-slack-sdk-1/docs/search.html | 0 .../python-slack-sdk-1/docs/searchindex.js | 0 .../python-slack-sdk-1/requirements.txt | 0 .../python2_vendor/python-slack-sdk-1/setup.cfg | 0 .../python2_vendor/python-slack-sdk-1/setup.py | 0 .../python-slack-sdk-1/slackclient/__init__.py | 0 .../python-slack-sdk-1/slackclient/channel.py | 0 .../python-slack-sdk-1/slackclient/client.py | 0 .../python-slack-sdk-1/slackclient/exceptions.py | 0 .../python-slack-sdk-1/slackclient/im.py | 0 .../python-slack-sdk-1/slackclient/server.py | 0 .../python-slack-sdk-1/slackclient/slackrequest.py | 0 .../python-slack-sdk-1/slackclient/user.py | 0 .../python-slack-sdk-1/slackclient/util.py | 0 .../python-slack-sdk-1/slackclient/version.py | 0 .../python-slack-sdk-1/test_requirements.txt | 0 .../python-slack-sdk-1/tests/conftest.py | 0 .../tests/data/channel.created.json | 0 .../python-slack-sdk-1/tests/data/im.created.json | 0 .../python-slack-sdk-1/tests/data/rtm.start.json | 0 .../python-slack-sdk-1/tests/data/slack_logo.png | Bin .../python-slack-sdk-1/tests/test_channel.py | 0 .../python-slack-sdk-1/tests/test_server.py | 0 .../python-slack-sdk-1/tests/test_slackclient.py | 0 .../python-slack-sdk-1/tests/test_slackrequest.py | 0 .../slack/python2_vendor/python-slack-sdk-1/tox.ini | 0 .../modules/slack/resources/openpype_icon.png | Bin .../openpype}/modules/slack/slack_module.py | 0 .../openpype}/modules/sync_server/README.md | 0 .../openpype}/modules/sync_server/__init__.py | 0 .../pre_copy_last_published_workfile.py | 0 .../modules/sync_server/plugins/load/add_site.py | 0 .../modules/sync_server/plugins/load/remove_site.py | 0 .../modules/sync_server/providers/__init__.py | 0 .../sync_server/providers/abstract_provider.py | 0 .../modules/sync_server/providers/dropbox.py | 0 .../modules/sync_server/providers/gdrive.py | 0 .../openpype}/modules/sync_server/providers/lib.py | 0 .../modules/sync_server/providers/local_drive.py | 0 .../sync_server/providers/resources/dropbox.png | Bin .../sync_server/providers/resources/folder.png | Bin .../sync_server/providers/resources/gdrive.png | Bin .../sync_server/providers/resources/local_drive.png | Bin .../sync_server/providers/resources/sftp.png | Bin .../sync_server/providers/resources/studio.png | Bin .../openpype}/modules/sync_server/providers/sftp.py | 0 .../modules/sync_server/resources/disabled.png | Bin .../modules/sync_server/resources/paused.png | Bin .../modules/sync_server/resources/refresh.png | Bin .../modules/sync_server/resources/synced.png | Bin .../openpype}/modules/sync_server/rest_api.py | 0 .../openpype}/modules/sync_server/sync_server.py | 0 .../modules/sync_server/sync_server_module.py | 0 .../openpype}/modules/sync_server/tray/app.py | 0 .../openpype}/modules/sync_server/tray/delegates.py | 0 .../openpype}/modules/sync_server/tray/lib.py | 0 .../openpype}/modules/sync_server/tray/models.py | 0 .../openpype}/modules/sync_server/tray/widgets.py | 0 .../openpype}/modules/sync_server/utils.py | 0 .../openpype}/modules/timers_manager/__init__.py | 0 .../openpype}/modules/timers_manager/exceptions.py | 0 .../modules/timers_manager/idle_threads.py | 0 .../timers_manager/launch_hooks/post_start_timer.py | 0 .../timers_manager/plugins/publish/start_timer.py | 0 .../timers_manager/plugins/publish/stop_timer.py | 0 .../openpype}/modules/timers_manager/rest_api.py | 0 .../modules/timers_manager/timers_manager.py | 0 .../modules/timers_manager/widget_user_idle.py | 0 .../openpype}/modules/webserver/__init__.py | 0 .../openpype}/modules/webserver/base_routes.py | 0 .../openpype}/modules/webserver/cors_middleware.py | 0 .../modules/webserver/host_console_listener.py | 0 .../openpype}/modules/webserver/server.py | 0 .../openpype}/modules/webserver/webserver_module.py | 0 {openpype => client/openpype}/pipeline/__init__.py | 0 {openpype => client/openpype}/pipeline/actions.py | 0 {openpype => client/openpype}/pipeline/anatomy.py | 0 .../openpype}/pipeline/colorspace.py | 0 {openpype => client/openpype}/pipeline/constants.py | 0 .../openpype}/pipeline/context_tools.py | 0 .../openpype}/pipeline/create/README.md | 0 .../openpype}/pipeline/create/__init__.py | 0 .../openpype}/pipeline/create/constants.py | 0 .../openpype}/pipeline/create/context.py | 0 .../openpype}/pipeline/create/creator_plugins.py | 0 .../openpype}/pipeline/create/legacy_create.py | 0 .../openpype}/pipeline/create/subset_name.py | 0 .../openpype}/pipeline/create/utils.py | 0 {openpype => client/openpype}/pipeline/delivery.py | 0 {openpype => client/openpype}/pipeline/editorial.py | 0 .../openpype}/pipeline/farm/__init__.py | 0 .../openpype}/pipeline/farm/patterning.py | 0 .../openpype}/pipeline/farm/pyblish_functions.py | 0 .../openpype}/pipeline/farm/pyblish_functions.pyi | 0 .../openpype}/pipeline/farm/tools.py | 0 {openpype => client/openpype}/pipeline/legacy_io.py | 0 .../openpype}/pipeline/load/__init__.py | 0 .../openpype}/pipeline/load/plugins.py | 0 .../openpype}/pipeline/load/utils.py | 0 {openpype => client/openpype}/pipeline/mongodb.py | 0 .../openpype}/pipeline/plugin_discover.py | 0 .../openpype}/pipeline/project_folders.py | 0 .../openpype}/pipeline/publish/README.md | 0 .../openpype}/pipeline/publish/__init__.py | 0 .../pipeline/publish/abstract_collect_render.py | 0 .../pipeline/publish/abstract_expected_files.py | 0 .../openpype}/pipeline/publish/constants.py | 0 .../openpype}/pipeline/publish/lib.py | 0 .../openpype}/pipeline/publish/publish_plugins.py | 0 .../openpype}/pipeline/schema/__init__.py | 0 .../openpype}/pipeline/schema/application-1.0.json | 0 .../openpype}/pipeline/schema/asset-1.0.json | 0 .../openpype}/pipeline/schema/asset-2.0.json | 0 .../openpype}/pipeline/schema/asset-3.0.json | 0 .../openpype}/pipeline/schema/config-1.0.json | 0 .../openpype}/pipeline/schema/config-1.1.json | 0 .../openpype}/pipeline/schema/config-2.0.json | 0 .../openpype}/pipeline/schema/container-1.0.json | 0 .../openpype}/pipeline/schema/container-2.0.json | 0 .../openpype}/pipeline/schema/hero_version-1.0.json | 0 .../openpype}/pipeline/schema/inventory-1.0.json | 0 .../openpype}/pipeline/schema/inventory-1.1.json | 0 .../openpype}/pipeline/schema/project-2.0.json | 0 .../openpype}/pipeline/schema/project-2.1.json | 0 .../openpype}/pipeline/schema/project-3.0.json | 0 .../pipeline/schema/representation-1.0.json | 0 .../pipeline/schema/representation-2.0.json | 0 .../openpype}/pipeline/schema/session-1.0.json | 0 .../openpype}/pipeline/schema/session-2.0.json | 0 .../openpype}/pipeline/schema/session-3.0.json | 0 .../openpype}/pipeline/schema/session-4.0.json | 0 .../openpype}/pipeline/schema/shaders-1.0.json | 0 .../openpype}/pipeline/schema/subset-1.0.json | 0 .../openpype}/pipeline/schema/subset-2.0.json | 0 .../openpype}/pipeline/schema/subset-3.0.json | 0 .../openpype}/pipeline/schema/thumbnail-1.0.json | 0 .../openpype}/pipeline/schema/version-1.0.json | 0 .../openpype}/pipeline/schema/version-2.0.json | 0 .../openpype}/pipeline/schema/version-3.0.json | 0 .../openpype}/pipeline/schema/workfile-1.0.json | 0 {openpype => client/openpype}/pipeline/tempdir.py | 0 .../openpype}/pipeline/template_data.py | 0 {openpype => client/openpype}/pipeline/thumbnail.py | 0 .../openpype}/pipeline/version_start.py | 0 .../openpype}/pipeline/workfile/__init__.py | 0 .../openpype}/pipeline/workfile/build_workfile.py | 0 .../openpype}/pipeline/workfile/lock_workfile.py | 0 .../openpype}/pipeline/workfile/path_resolving.py | 0 .../pipeline/workfile/workfile_template_builder.py | 0 .../openpype}/plugins/actions/open_file_explorer.py | 0 .../openpype}/plugins/inventory/remove_and_load.py | 0 .../openpype}/plugins/load/copy_file.py | 0 .../openpype}/plugins/load/copy_file_path.py | 0 .../openpype}/plugins/load/delete_old_versions.py | 0 .../openpype}/plugins/load/delivery.py | 0 .../openpype}/plugins/load/open_djv.py | 0 .../openpype}/plugins/load/open_file.py | 0 .../openpype}/plugins/load/push_to_library.py | 0 .../openpype}/plugins/publish/cleanup.py | 0 .../openpype}/plugins/publish/cleanup_explicit.py | 0 .../openpype}/plugins/publish/cleanup_farm.py | 0 .../plugins/publish/collect_anatomy_context_data.py | 0 .../publish/collect_anatomy_instance_data.py | 0 .../plugins/publish/collect_anatomy_object.py | 0 .../openpype}/plugins/publish/collect_audio.py | 0 .../plugins/publish/collect_cleanup_keys.py | 0 .../openpype}/plugins/publish/collect_comment.py | 0 .../plugins/publish/collect_context_entities.py | 0 .../plugins/publish/collect_context_label.py | 0 .../plugins/publish/collect_current_context.py | 0 .../plugins/publish/collect_current_pype_user.py | 0 .../plugins/publish/collect_current_shell_file.py | 0 .../plugins/publish/collect_custom_staging_dir.py | 0 .../plugins/publish/collect_datetime_data.py | 0 .../plugins/publish/collect_farm_target.py | 0 .../openpype}/plugins/publish/collect_frames_fix.py | 0 .../plugins/publish/collect_from_create_context.py | 0 .../openpype}/plugins/publish/collect_hierarchy.py | 0 .../openpype}/plugins/publish/collect_host_name.py | 0 .../collect_input_representations_to_versions.py | 0 .../plugins/publish/collect_machine_name.py | 0 .../openpype}/plugins/publish/collect_modules.py | 0 .../plugins/publish/collect_otio_frame_ranges.py | 0 .../plugins/publish/collect_otio_review.py | 0 .../publish/collect_otio_subset_resources.py | 0 .../plugins/publish/collect_rendered_files.py | 0 .../plugins/publish/collect_resources_path.py | 0 .../publish/collect_scene_loaded_versions.py | 0 .../plugins/publish/collect_scene_version.py | 0 .../openpype}/plugins/publish/collect_settings.py | 0 .../plugins/publish/collect_shell_workspace.py | 0 .../plugins/publish/collect_source_for_source.py | 0 .../openpype}/plugins/publish/collect_time.py | 0 .../openpype}/plugins/publish/extract_burnin.py | 0 .../plugins/publish/extract_color_transcode.py | 0 .../plugins/publish/extract_colorspace_data.py | 0 .../plugins/publish/extract_hierarchy_avalon.py | 0 .../plugins/publish/extract_hierarchy_to_ayon.py | 0 .../plugins/publish/extract_otio_audio_tracks.py | 0 .../openpype}/plugins/publish/extract_otio_file.py | 0 .../plugins/publish/extract_otio_review.py | 0 .../plugins/publish/extract_otio_trimming_video.py | 0 .../openpype}/plugins/publish/extract_review.py | 0 .../plugins/publish/extract_review_slate.py | 0 .../plugins/publish/extract_scanline_exr.py | 0 .../openpype}/plugins/publish/extract_thumbnail.py | 0 .../publish/extract_thumbnail_from_source.py | 0 .../plugins/publish/extract_trim_video_audio.py | 0 .../plugins/publish/help/validate_containers.xml | 0 .../plugins/publish/help/validate_publish_dir.xml | 0 .../publish/help/validate_unique_subsets.xml | 0 .../openpype}/plugins/publish/integrate.py | 0 .../plugins/publish/integrate_hero_version.py | 0 .../plugins/publish/integrate_inputlinks.py | 0 .../plugins/publish/integrate_inputlinks_ayon.py | 0 .../plugins/publish/integrate_resources_path.py | 0 .../plugins/publish/integrate_subset_group.py | 0 .../plugins/publish/integrate_thumbnail.py | 0 .../plugins/publish/integrate_thumbnail_ayon.py | 0 .../plugins/publish/integrate_version_attrs.py | 0 .../preintegrate_thumbnail_representation.py | 0 .../plugins/publish/repair_unicode_strings.py | 0 .../plugins/publish/validate_asset_docs.py | 0 .../plugins/publish/validate_containers.py | 0 .../publish/validate_editorial_asset_name.py | 0 .../plugins/publish/validate_file_saved.py | 0 .../plugins/publish/validate_filesequences.py | 0 .../openpype}/plugins/publish/validate_intent.py | 0 .../plugins/publish/validate_publish_dir.py | 0 .../openpype}/plugins/publish/validate_resources.py | 0 .../plugins/publish/validate_unique_subsets.py | 0 .../openpype}/plugins/publish/validate_version.py | 0 {openpype => client/openpype}/pype_commands.py | 0 {openpype => client/openpype}/resources/__init__.py | 0 .../openpype}/resources/app_icons/3dsmax.png | Bin .../openpype}/resources/app_icons/Aport.png | Bin .../openpype}/resources/app_icons/aftereffects.png | Bin .../openpype}/resources/app_icons/blender.png | Bin .../openpype}/resources/app_icons/celaction.png | Bin .../resources/app_icons/clockify-white.png | Bin .../openpype}/resources/app_icons/clockify.png | Bin .../openpype}/resources/app_icons/djvView.png | Bin .../openpype}/resources/app_icons/flame.png | Bin .../openpype}/resources/app_icons/fusion.png | Bin .../openpype}/resources/app_icons/harmony.png | Bin .../openpype}/resources/app_icons/hiero.png | Bin .../openpype}/resources/app_icons/houdini.png | Bin .../openpype}/resources/app_icons/maya.png | Bin .../openpype}/resources/app_icons/nuke.png | Bin .../openpype}/resources/app_icons/nukestudio.png | Bin .../openpype}/resources/app_icons/nukex.png | Bin .../openpype}/resources/app_icons/photoshop.png | Bin .../openpype}/resources/app_icons/premiere.png | Bin .../openpype}/resources/app_icons/python.png | Bin .../openpype}/resources/app_icons/resolve.png | Bin .../openpype}/resources/app_icons/shotgrid.png | Bin .../openpype}/resources/app_icons/storyboardpro.png | Bin .../resources/app_icons/substancepainter.png | Bin .../openpype}/resources/app_icons/tvpaint.png | Bin .../openpype}/resources/app_icons/ue4.png | Bin .../openpype}/resources/app_icons/wrap.png | Bin .../fonts/LiberationSans/LiberationSans-Bold.ttf | Bin .../LiberationSans/LiberationSans-BoldItalic.ttf | Bin .../fonts/LiberationSans/LiberationSans-Italic.ttf | Bin .../fonts/LiberationSans/LiberationSans-Regular.ttf | Bin .../resources/fonts/LiberationSans/License.txt | 0 .../ftrack/action_icons/ActionAskWhereIRun.svg | 0 .../resources/ftrack/action_icons/AssetsRemover.svg | 0 .../resources/ftrack/action_icons/BatchTasks.svg | 0 .../resources/ftrack/action_icons/ComponentOpen.svg | 0 .../resources/ftrack/action_icons/CreateFolders.svg | 0 .../ftrack/action_icons/CreateProjectFolders.svg | 0 .../resources/ftrack/action_icons/DeleteAsset.svg | 0 .../resources/ftrack/action_icons/Delivery.svg | 0 .../resources/ftrack/action_icons/MultipleNotes.svg | 0 .../resources/ftrack/action_icons/OpenPypeAdmin.svg | 0 .../ftrack/action_icons/PrepareProject.svg | 0 .../openpype}/resources/ftrack/action_icons/RV.png | Bin .../resources/ftrack/action_icons/SeedProject.svg | 0 .../resources/ftrack/action_icons/SortReview.svg | 0 .../resources/ftrack/action_icons/TestAction.svg | 0 .../resources/ftrack/action_icons/Thumbnail.svg | 0 .../openpype}/resources/ftrack/sign_in_message.html | 0 .../openpype}/resources/icons/AYON_icon.png | Bin .../openpype}/resources/icons/AYON_icon_dev.png | Bin .../openpype}/resources/icons/AYON_icon_staging.png | Bin .../openpype}/resources/icons/AYON_splash.png | Bin .../openpype}/resources/icons/AYON_splash_dev.png | Bin .../resources/icons/AYON_splash_staging.png | Bin .../openpype}/resources/icons/circle_green.png | Bin .../openpype}/resources/icons/circle_orange.png | Bin .../openpype}/resources/icons/circle_red.png | Bin .../openpype}/resources/icons/circle_yellow.png | Bin .../openpype}/resources/icons/eye.png | Bin .../openpype}/resources/icons/folder-favorite.png | Bin .../openpype}/resources/icons/inventory.png | Bin .../openpype}/resources/icons/loader.png | Bin .../openpype}/resources/icons/lookmanager.png | Bin .../openpype}/resources/icons/openpype_icon.png | Bin .../resources/icons/openpype_icon_staging.png | Bin .../openpype}/resources/icons/openpype_rim.png | Bin .../openpype}/resources/icons/openpype_splash.png | Bin .../resources/icons/openpype_splash_staging.png | Bin .../openpype}/resources/icons/workfiles.png | Bin .../openpype}/resources/images/spinner-200.svg | 0 .../openpype}/resources/images/warning.png | Bin {openpype => client/openpype}/scripts/__init__.py | 0 .../openpype}/scripts/non_python_host_launch.py | 0 .../openpype}/scripts/ocio_wrapper.py | 0 .../openpype}/scripts/otio_burnin.py | 0 .../openpype}/scripts/remote_publish.py | 0 .../openpype}/scripts/slates/__init__.py | 0 .../openpype}/scripts/slates/__main__.py | 0 .../openpype}/scripts/slates/slate_base/__init__.py | 0 .../openpype}/scripts/slates/slate_base/api.py | 0 .../openpype}/scripts/slates/slate_base/base.py | 0 .../scripts/slates/slate_base/default_style.json | 0 .../openpype}/scripts/slates/slate_base/example.py | 0 .../scripts/slates/slate_base/font_factory.py | 0 .../openpype}/scripts/slates/slate_base/items.py | 0 .../openpype}/scripts/slates/slate_base/layer.py | 0 .../openpype}/scripts/slates/slate_base/lib.py | 0 .../scripts/slates/slate_base/main_frame.py | 0 {openpype => client/openpype}/settings/__init__.py | 0 .../openpype}/settings/ayon_settings.py | 0 {openpype => client/openpype}/settings/constants.py | 0 .../defaults/project_anatomy/attributes.json | 0 .../settings/defaults/project_anatomy/imageio.json | 0 .../settings/defaults/project_anatomy/roots.json | 0 .../settings/defaults/project_anatomy/tasks.json | 0 .../defaults/project_anatomy/templates.json | 0 .../defaults/project_settings/aftereffects.json | 0 .../defaults/project_settings/applications.json | 0 .../settings/defaults/project_settings/blender.json | 0 .../defaults/project_settings/celaction.json | 0 .../defaults/project_settings/deadline.json | 0 .../settings/defaults/project_settings/flame.json | 0 .../settings/defaults/project_settings/ftrack.json | 0 .../settings/defaults/project_settings/fusion.json | 0 .../settings/defaults/project_settings/global.json | 0 .../settings/defaults/project_settings/harmony.json | 0 .../settings/defaults/project_settings/hiero.json | 0 .../settings/defaults/project_settings/houdini.json | 0 .../settings/defaults/project_settings/kitsu.json | 0 .../settings/defaults/project_settings/max.json | 0 .../settings/defaults/project_settings/maya.json | 0 .../settings/defaults/project_settings/nuke.json | 0 .../defaults/project_settings/photoshop.json | 0 .../settings/defaults/project_settings/resolve.json | 0 .../defaults/project_settings/royalrender.json | 0 .../defaults/project_settings/shotgrid.json | 0 .../settings/defaults/project_settings/slack.json | 0 .../project_settings/standalonepublisher.json | 0 .../defaults/project_settings/substancepainter.json | 0 .../defaults/project_settings/traypublisher.json | 0 .../settings/defaults/project_settings/tvpaint.json | 0 .../settings/defaults/project_settings/unreal.json | 0 .../defaults/project_settings/webpublisher.json | 0 .../defaults/system_settings/applications.json | 0 .../settings/defaults/system_settings/general.json | 0 .../settings/defaults/system_settings/modules.json | 0 .../settings/defaults/system_settings/tools.json | 0 .../openpype}/settings/entities/__init__.py | 0 .../openpype}/settings/entities/anatomy_entities.py | 0 .../openpype}/settings/entities/base_entity.py | 0 .../openpype}/settings/entities/color_entity.py | 0 .../openpype}/settings/entities/dict_conditional.py | 0 .../settings/entities/dict_immutable_keys_entity.py | 0 .../settings/entities/dict_mutable_keys_entity.py | 0 .../openpype}/settings/entities/enum_entity.py | 0 .../openpype}/settings/entities/exceptions.py | 0 .../openpype}/settings/entities/input_entities.py | 0 .../openpype}/settings/entities/item_entities.py | 0 .../openpype}/settings/entities/lib.py | 0 .../openpype}/settings/entities/list_entity.py | 0 .../settings/entities/op_version_entity.py | 0 .../openpype}/settings/entities/root_entities.py | 0 .../openpype}/settings/entities/schemas/README.md | 0 .../schemas/projects_schema/schema_main.json | 0 .../schema_project_aftereffects.json | 0 .../schema_project_applications.json | 0 .../projects_schema/schema_project_blender.json | 0 .../projects_schema/schema_project_celaction.json | 0 .../projects_schema/schema_project_deadline.json | 0 .../projects_schema/schema_project_flame.json | 0 .../projects_schema/schema_project_ftrack.json | 0 .../projects_schema/schema_project_fusion.json | 0 .../projects_schema/schema_project_global.json | 0 .../projects_schema/schema_project_harmony.json | 0 .../projects_schema/schema_project_hiero.json | 0 .../projects_schema/schema_project_houdini.json | 0 .../projects_schema/schema_project_kitsu.json | 0 .../schemas/projects_schema/schema_project_max.json | 0 .../projects_schema/schema_project_maya.json | 0 .../projects_schema/schema_project_nuke.json | 0 .../projects_schema/schema_project_photoshop.json | 0 .../projects_schema/schema_project_resolve.json | 0 .../projects_schema/schema_project_royalrender.json | 0 .../projects_schema/schema_project_shotgrid.json | 0 .../projects_schema/schema_project_slack.json | 0 .../schema_project_standalonepublisher.json | 0 .../schema_project_substancepainter.json | 0 .../projects_schema/schema_project_syncserver.json | 0 .../schema_project_traypublisher.json | 0 .../projects_schema/schema_project_tvpaint.json | 0 .../projects_schema/schema_project_unreal.json | 0 .../schema_project_webpublisher.json | 0 .../schemas/schema_anatomy_attributes.json | 0 .../schemas/schema_anatomy_imageio.json | 0 .../schemas/schema_anatomy_templates.json | 0 .../schemas/schema_blender_publish.json | 0 .../schemas/schema_global_publish.json | 0 .../schemas/schema_global_tools.json | 0 .../schemas/schema_houdini_create.json | 0 .../schemas/schema_houdini_general.json | 0 .../schemas/schema_houdini_publish.json | 0 .../schemas/schema_houdini_scriptshelf.json | 0 .../projects_schema/schemas/schema_max_publish.json | 0 .../schemas/schema_maya_capture.json | 0 .../projects_schema/schemas/schema_maya_create.json | 0 .../projects_schema/schemas/schema_maya_load.json | 0 .../schemas/schema_maya_publish.json | 0 .../schemas/schema_maya_render_settings.json | 0 .../schemas/schema_nuke_imageio.json | 0 .../projects_schema/schemas/schema_nuke_load.json | 0 .../schemas/schema_nuke_publish.json | 0 .../schemas/schema_nuke_scriptsgizmo.json | 0 .../schemas/schema_publish_gui_filter.json | 0 .../schemas/schema_representation_tags.json | 0 .../projects_schema/schemas/schema_scriptsmenu.json | 0 .../schemas/schema_templated_workfile_build.json | 0 .../schemas/schema_workfile_build.json | 0 .../schemas/template_colorspace_remapping.json | 0 .../schemas/template_create_plugin.json | 0 .../template_host_color_management_derived.json | 0 .../template_host_color_management_ocio.json | 0 .../template_host_color_management_remapped.json | 0 .../schemas/template_imageio_config.json | 0 .../schemas/template_imageio_file_rules.json | 0 .../schemas/template_loader_plugin_nuke.json | 0 .../schemas/template_nuke_knob_inputs.json | 0 .../schemas/template_nuke_write_attrs.json | 0 .../schemas/template_publish_families.json | 0 .../schemas/template_publish_plugin.json | 0 .../schemas/template_validate_plugin.json | 0 .../schemas/template_workfile_builder_simple.json | 0 .../schemas/template_workfile_options.json | 0 .../system_schema/example_infinite_hierarchy.json | 0 .../schemas/system_schema/example_schema.json | 0 .../schemas/system_schema/example_template.json | 0 .../system_schema/host_settings/schema_3dsmax.json | 0 .../host_settings/schema_aftereffects.json | 0 .../system_schema/host_settings/schema_blender.json | 0 .../host_settings/schema_celaction.json | 0 .../system_schema/host_settings/schema_djv.json | 0 .../system_schema/host_settings/schema_flame.json | 0 .../system_schema/host_settings/schema_fusion.json | 0 .../system_schema/host_settings/schema_harmony.json | 0 .../system_schema/host_settings/schema_houdini.json | 0 .../system_schema/host_settings/schema_maya.json | 0 .../system_schema/host_settings/schema_mayapy.json | 0 .../host_settings/schema_photoshop.json | 0 .../system_schema/host_settings/schema_resolve.json | 0 .../host_settings/schema_substancepainter.json | 0 .../system_schema/host_settings/schema_tvpaint.json | 0 .../system_schema/host_settings/schema_unreal.json | 0 .../host_settings/template_host_unchangables.json | 0 .../host_settings/template_host_variant.json | 0 .../host_settings/template_host_variant_items.json | 0 .../system_schema/host_settings/template_nuke.json | 0 .../module_settings/schema_ftrack.json | 0 .../system_schema/module_settings/schema_kitsu.json | 0 .../module_settings/template_custom_attribute.json | 0 .../schemas/system_schema/schema_applications.json | 0 .../schemas/system_schema/schema_general.json | 0 .../entities/schemas/system_schema/schema_main.json | 0 .../schemas/system_schema/schema_modules.json | 0 .../schemas/system_schema/schema_tools.json | 0 .../openpype}/settings/exceptions.py | 0 {openpype => client/openpype}/settings/handlers.py | 0 {openpype => client/openpype}/settings/lib.py | 0 .../openpype}/settings/local_settings.md | 0 {openpype => client/openpype}/style/__init__.py | 0 {openpype => client/openpype}/style/color_defs.py | 0 {openpype => client/openpype}/style/data.json | 0 .../style/fonts/Noto_Sans/NotoSans-Bold.ttf | Bin .../style/fonts/Noto_Sans/NotoSans-BoldItalic.ttf | Bin .../style/fonts/Noto_Sans/NotoSans-Italic.ttf | Bin .../style/fonts/Noto_Sans/NotoSans-Regular.ttf | Bin .../openpype}/style/fonts/Noto_Sans/OFL.txt | 0 .../NotoSansMono-VariableFont_wdth,wght.ttf | Bin .../openpype}/style/fonts/Noto_Sans_Mono/OFL.txt | 0 .../openpype}/style/fonts/Noto_Sans_Mono/README.txt | 0 .../static/NotoSansMono/NotoSansMono-Black.ttf | Bin .../static/NotoSansMono/NotoSansMono-Bold.ttf | Bin .../static/NotoSansMono/NotoSansMono-ExtraBold.ttf | Bin .../static/NotoSansMono/NotoSansMono-ExtraLight.ttf | Bin .../static/NotoSansMono/NotoSansMono-Light.ttf | Bin .../static/NotoSansMono/NotoSansMono-Medium.ttf | Bin .../static/NotoSansMono/NotoSansMono-Regular.ttf | Bin .../static/NotoSansMono/NotoSansMono-SemiBold.ttf | Bin .../static/NotoSansMono/NotoSansMono-Thin.ttf | Bin .../NotoSansMono_Condensed-Black.ttf | Bin .../NotoSansMono_Condensed-Bold.ttf | Bin .../NotoSansMono_Condensed-ExtraBold.ttf | Bin .../NotoSansMono_Condensed-ExtraLight.ttf | Bin .../NotoSansMono_Condensed-Light.ttf | Bin .../NotoSansMono_Condensed-Medium.ttf | Bin .../NotoSansMono_Condensed-Regular.ttf | Bin .../NotoSansMono_Condensed-SemiBold.ttf | Bin .../NotoSansMono_Condensed-Thin.ttf | Bin .../NotoSansMono_ExtraCondensed-Black.ttf | Bin .../NotoSansMono_ExtraCondensed-Bold.ttf | Bin .../NotoSansMono_ExtraCondensed-ExtraBold.ttf | Bin .../NotoSansMono_ExtraCondensed-ExtraLight.ttf | Bin .../NotoSansMono_ExtraCondensed-Light.ttf | Bin .../NotoSansMono_ExtraCondensed-Medium.ttf | Bin .../NotoSansMono_ExtraCondensed-Regular.ttf | Bin .../NotoSansMono_ExtraCondensed-SemiBold.ttf | Bin .../NotoSansMono_ExtraCondensed-Thin.ttf | Bin .../NotoSansMono_SemiCondensed-Black.ttf | Bin .../NotoSansMono_SemiCondensed-Bold.ttf | Bin .../NotoSansMono_SemiCondensed-ExtraBold.ttf | Bin .../NotoSansMono_SemiCondensed-ExtraLight.ttf | Bin .../NotoSansMono_SemiCondensed-Light.ttf | Bin .../NotoSansMono_SemiCondensed-Medium.ttf | Bin .../NotoSansMono_SemiCondensed-Regular.ttf | Bin .../NotoSansMono_SemiCondensed-SemiBold.ttf | Bin .../NotoSansMono_SemiCondensed-Thin.ttf | Bin .../openpype}/style/images/branch_closed.png | Bin .../openpype}/style/images/branch_closed_on.png | Bin .../openpype}/style/images/branch_open.png | Bin .../openpype}/style/images/branch_open_on.png | Bin .../openpype}/style/images/checkbox_checked.png | Bin .../style/images/checkbox_checked_disabled.png | Bin .../style/images/checkbox_checked_focus.png | Bin .../style/images/checkbox_checked_hover.png | Bin .../style/images/checkbox_indeterminate.png | Bin .../images/checkbox_indeterminate_disabled.png | Bin .../style/images/checkbox_indeterminate_focus.png | Bin .../style/images/checkbox_indeterminate_hover.png | Bin .../openpype}/style/images/checkbox_unchecked.png | Bin .../style/images/checkbox_unchecked_disabled.png | Bin .../style/images/checkbox_unchecked_focus.png | Bin .../style/images/checkbox_unchecked_hover.png | Bin .../openpype}/style/images/combobox_arrow.png | Bin .../style/images/combobox_arrow_disabled.png | Bin .../openpype}/style/images/combobox_arrow_on.png | Bin .../openpype}/style/images/down_arrow.png | Bin .../openpype}/style/images/down_arrow_disabled.png | Bin .../openpype}/style/images/down_arrow_on.png | Bin .../openpype}/style/images/left_arrow.png | Bin .../openpype}/style/images/left_arrow_disabled.png | Bin .../openpype}/style/images/left_arrow_on.png | Bin .../openpype}/style/images/right_arrow.png | Bin .../openpype}/style/images/right_arrow_disabled.png | Bin .../openpype}/style/images/right_arrow_on.png | Bin .../openpype}/style/images/transparent.png | Bin .../openpype}/style/images/up_arrow.png | Bin .../openpype}/style/images/up_arrow_disabled.png | Bin .../openpype}/style/images/up_arrow_on.png | Bin .../openpype}/style/pyqt5_resources.py | 0 .../openpype}/style/pyside2_resources.py | 0 .../openpype}/style/pyside6_resources.py | 0 .../openpype}/style/qrc_resources.py | 0 {openpype => client/openpype}/style/resources.qrc | 0 {openpype => client/openpype}/style/style.css | 0 {openpype => client/openpype}/tests/README.md | 0 {openpype => client/openpype}/tests/__init__.py | 0 {openpype => client/openpype}/tests/lib.py | 0 .../openpype}/tests/mongo_performance.py | 0 .../openpype}/tests/test_avalon_plugin_presets.py | 0 .../openpype}/tests/test_lib_restructuralization.py | 0 .../openpype}/tests/test_pyblish_filter.py | 0 {openpype => client/openpype}/tools/__init__.py | 0 .../openpype}/tools/adobe_webserver/app.py | 0 .../openpype}/tools/adobe_webserver/readme.txt | 0 .../openpype}/tools/assetlinks/__init__.py | 0 .../openpype}/tools/assetlinks/widgets.py | 0 .../openpype}/tools/attribute_defs/__init__.py | 0 .../openpype}/tools/attribute_defs/dialog.py | 0 .../openpype}/tools/attribute_defs/files_widget.py | 0 .../openpype}/tools/attribute_defs/widgets.py | 0 .../openpype}/tools/ayon_launcher/abstract.py | 0 .../openpype}/tools/ayon_launcher/control.py | 0 .../tools/ayon_launcher/models/__init__.py | 0 .../openpype}/tools/ayon_launcher/models/actions.py | 0 .../tools/ayon_launcher/models/selection.py | 0 .../openpype}/tools/ayon_launcher/ui/__init__.py | 0 .../tools/ayon_launcher/ui/actions_widget.py | 0 .../tools/ayon_launcher/ui/hierarchy_page.py | 0 .../tools/ayon_launcher/ui/projects_widget.py | 0 .../tools/ayon_launcher/ui/resources/__init__.py | 0 .../tools/ayon_launcher/ui/resources/options.png | Bin .../openpype}/tools/ayon_launcher/ui/window.py | 0 .../openpype}/tools/ayon_loader/__init__.py | 0 .../openpype}/tools/ayon_loader/abstract.py | 0 .../openpype}/tools/ayon_loader/control.py | 0 .../openpype}/tools/ayon_loader/models/__init__.py | 0 .../openpype}/tools/ayon_loader/models/actions.py | 0 .../openpype}/tools/ayon_loader/models/products.py | 0 .../openpype}/tools/ayon_loader/models/selection.py | 0 .../openpype}/tools/ayon_loader/models/site_sync.py | 0 .../openpype}/tools/ayon_loader/ui/__init__.py | 0 .../openpype}/tools/ayon_loader/ui/actions_utils.py | 0 .../tools/ayon_loader/ui/folders_widget.py | 0 .../openpype}/tools/ayon_loader/ui/info_widget.py | 0 .../tools/ayon_loader/ui/product_group_dialog.py | 0 .../tools/ayon_loader/ui/product_types_widget.py | 0 .../tools/ayon_loader/ui/products_delegates.py | 0 .../tools/ayon_loader/ui/products_model.py | 0 .../tools/ayon_loader/ui/products_widget.py | 0 .../openpype}/tools/ayon_loader/ui/repres_widget.py | 0 .../openpype}/tools/ayon_loader/ui/window.py | 0 .../tools/ayon_push_to_project/__init__.py | 0 .../openpype}/tools/ayon_push_to_project/control.py | 0 .../openpype}/tools/ayon_push_to_project/main.py | 0 .../tools/ayon_push_to_project/models/__init__.py | 0 .../tools/ayon_push_to_project/models/integrate.py | 0 .../tools/ayon_push_to_project/models/selection.py | 0 .../ayon_push_to_project/models/user_values.py | 0 .../tools/ayon_push_to_project/ui/__init__.py | 0 .../tools/ayon_push_to_project/ui/window.py | 0 .../openpype}/tools/ayon_sceneinventory/__init__.py | 0 .../openpype}/tools/ayon_sceneinventory/control.py | 0 .../openpype}/tools/ayon_sceneinventory/model.py | 0 .../tools/ayon_sceneinventory/models/__init__.py | 0 .../tools/ayon_sceneinventory/models/site_sync.py | 0 .../ayon_sceneinventory/switch_dialog/__init__.py | 0 .../ayon_sceneinventory/switch_dialog/dialog.py | 0 .../switch_dialog/folders_input.py | 0 .../ayon_sceneinventory/switch_dialog/widgets.py | 0 .../openpype}/tools/ayon_sceneinventory/view.py | 0 .../openpype}/tools/ayon_sceneinventory/window.py | 0 .../openpype}/tools/ayon_utils/models/__init__.py | 0 .../openpype}/tools/ayon_utils/models/cache.py | 0 .../openpype}/tools/ayon_utils/models/hierarchy.py | 0 .../openpype}/tools/ayon_utils/models/projects.py | 0 .../openpype}/tools/ayon_utils/models/selection.py | 0 .../openpype}/tools/ayon_utils/models/thumbnails.py | 0 .../openpype}/tools/ayon_utils/widgets/__init__.py | 0 .../tools/ayon_utils/widgets/folders_widget.py | 0 .../tools/ayon_utils/widgets/projects_widget.py | 0 .../tools/ayon_utils/widgets/tasks_widget.py | 0 .../openpype}/tools/ayon_utils/widgets/utils.py | 0 .../openpype}/tools/ayon_workfiles/__init__.py | 0 .../openpype}/tools/ayon_workfiles/abstract.py | 0 .../openpype}/tools/ayon_workfiles/control.py | 0 .../tools/ayon_workfiles/models/__init__.py | 0 .../tools/ayon_workfiles/models/selection.py | 0 .../tools/ayon_workfiles/models/workfiles.py | 0 .../tools/ayon_workfiles/widgets/__init__.py | 0 .../tools/ayon_workfiles/widgets/constants.py | 0 .../tools/ayon_workfiles/widgets/files_widget.py | 0 .../widgets/files_widget_published.py | 0 .../ayon_workfiles/widgets/files_widget_workarea.py | 0 .../tools/ayon_workfiles/widgets/save_as_dialog.py | 0 .../tools/ayon_workfiles/widgets/side_panel.py | 0 .../openpype}/tools/ayon_workfiles/widgets/utils.py | 0 .../tools/ayon_workfiles/widgets/window.py | 0 .../openpype}/tools/context_dialog/__init__.py | 0 .../openpype}/tools/context_dialog/_ayon_window.py | 0 .../tools/context_dialog/_openpype_window.py | 0 .../openpype}/tools/creator/__init__.py | 0 .../openpype}/tools/creator/constants.py | 0 .../openpype}/tools/creator/model.py | 0 .../openpype}/tools/creator/widgets.py | 0 .../openpype}/tools/creator/window.py | 0 .../openpype}/tools/experimental_tools/__init__.py | 0 .../openpype}/tools/experimental_tools/dialog.py | 0 .../openpype}/tools/experimental_tools/tools_def.py | 0 {openpype => client/openpype}/tools/flickcharm.py | 0 .../openpype}/tools/launcher/__init__.py | 0 .../openpype}/tools/launcher/actions.py | 0 .../openpype}/tools/launcher/constants.py | 0 .../openpype}/tools/launcher/delegates.py | 0 {openpype => client/openpype}/tools/launcher/lib.py | 0 .../openpype}/tools/launcher/models.py | 0 .../openpype}/tools/launcher/widgets.py | 0 .../openpype}/tools/launcher/window.py | 0 .../openpype}/tools/libraryloader/__init__.py | 0 .../openpype}/tools/libraryloader/__main__.py | 0 .../openpype}/tools/libraryloader/app.py | 0 .../openpype}/tools/loader/__init__.py | 0 .../openpype}/tools/loader/__main__.py | 0 {openpype => client/openpype}/tools/loader/app.py | 0 .../openpype}/tools/loader/delegates.py | 0 .../tools/loader/images/default_thumbnail.png | Bin {openpype => client/openpype}/tools/loader/lib.py | 0 {openpype => client/openpype}/tools/loader/model.py | 0 .../openpype}/tools/loader/widgets.py | 0 .../openpype}/tools/project_manager/__init__.py | 0 .../openpype}/tools/project_manager/__main__.py | 0 .../project_manager/project_manager/__init__.py | 0 .../project_manager/project_manager/constants.py | 0 .../project_manager/project_manager/delegates.py | 0 .../project_manager/project_manager/images/bin.png | Bin .../project_manager/images/warning.png | Bin .../tools/project_manager/project_manager/model.py | 0 .../project_manager/multiselection_combobox.py | 0 .../tools/project_manager/project_manager/style.py | 0 .../tools/project_manager/project_manager/view.py | 0 .../project_manager/project_manager/widgets.py | 0 .../tools/project_manager/project_manager/window.py | 0 .../openpype}/tools/publisher/__init__.py | 0 .../openpype}/tools/publisher/app.py | 0 .../openpype}/tools/publisher/constants.py | 0 .../openpype}/tools/publisher/control.py | 0 .../openpype}/tools/publisher/control_qt.py | 0 .../publisher/publish_report_viewer/__init__.py | 0 .../publisher/publish_report_viewer/constants.py | 0 .../publisher/publish_report_viewer/delegates.py | 0 .../tools/publisher/publish_report_viewer/model.py | 0 .../publisher/publish_report_viewer/report_items.py | 0 .../publisher/publish_report_viewer/widgets.py | 0 .../tools/publisher/publish_report_viewer/window.py | 0 .../openpype}/tools/publisher/widgets/__init__.py | 0 .../tools/publisher/widgets/assets_widget.py | 0 .../tools/publisher/widgets/border_label_widget.py | 0 .../tools/publisher/widgets/card_view_widgets.py | 0 .../tools/publisher/widgets/create_widget.py | 0 .../tools/publisher/widgets/help_widget.py | 0 .../openpype}/tools/publisher/widgets/icons.py | 0 .../tools/publisher/widgets/images/add.png | Bin .../publisher/widgets/images/branch_closed.png | Bin .../tools/publisher/widgets/images/branch_open.png | Bin .../tools/publisher/widgets/images/browse.png | Bin .../tools/publisher/widgets/images/change_view.png | Bin .../publisher/widgets/images/clear_thumbnail.png | Bin .../tools/publisher/widgets/images/create.png | Bin .../tools/publisher/widgets/images/error.png | Bin .../tools/publisher/widgets/images/minus.png | Bin .../tools/publisher/widgets/images/options.png | Bin .../tools/publisher/widgets/images/paste.png | Bin .../tools/publisher/widgets/images/play.png | Bin .../tools/publisher/widgets/images/refresh.png | Bin .../tools/publisher/widgets/images/save.png | Bin .../tools/publisher/widgets/images/stop.png | Bin .../tools/publisher/widgets/images/success.png | Bin .../publisher/widgets/images/take_screenshot.png | Bin .../tools/publisher/widgets/images/thumbnail.png | Bin .../tools/publisher/widgets/images/validate.png | Bin .../tools/publisher/widgets/images/view_report.png | Bin .../tools/publisher/widgets/images/warning.png | Bin .../tools/publisher/widgets/list_view_widgets.py | 0 .../tools/publisher/widgets/overview_widget.py | 0 .../tools/publisher/widgets/precreate_widget.py | 0 .../tools/publisher/widgets/publish_frame.py | 0 .../tools/publisher/widgets/report_page.py | 0 .../tools/publisher/widgets/screenshot_widget.py | 0 .../tools/publisher/widgets/tabs_widget.py | 0 .../tools/publisher/widgets/tasks_widget.py | 0 .../tools/publisher/widgets/thumbnail_widget.py | 0 .../openpype}/tools/publisher/widgets/widgets.py | 0 .../openpype}/tools/publisher/window.py | 0 .../openpype}/tools/push_to_project/__init__.py | 0 .../openpype}/tools/push_to_project/app.py | 0 .../tools/push_to_project/control_context.py | 0 .../tools/push_to_project/control_integrate.py | 0 .../openpype}/tools/push_to_project/window.py | 0 .../openpype}/tools/pyblish_pype/__init__.py | 0 .../openpype}/tools/pyblish_pype/__main__.py | 0 .../openpype}/tools/pyblish_pype/app.css | 0 .../openpype}/tools/pyblish_pype/app.py | 0 .../openpype}/tools/pyblish_pype/awesome.py | 0 .../openpype}/tools/pyblish_pype/constants.py | 0 .../openpype}/tools/pyblish_pype/control.py | 0 .../openpype}/tools/pyblish_pype/delegate.py | 0 .../font/fontawesome/fontawesome-webfont.ttf | Bin .../tools/pyblish_pype/font/opensans/LICENSE.txt | 0 .../pyblish_pype/font/opensans/OpenSans-Bold.ttf | Bin .../font/opensans/OpenSans-BoldItalic.ttf | Bin .../font/opensans/OpenSans-ExtraBold.ttf | Bin .../font/opensans/OpenSans-ExtraBoldItalic.ttf | Bin .../pyblish_pype/font/opensans/OpenSans-Italic.ttf | Bin .../pyblish_pype/font/opensans/OpenSans-Light.ttf | Bin .../font/opensans/OpenSans-LightItalic.ttf | Bin .../pyblish_pype/font/opensans/OpenSans-Regular.ttf | Bin .../font/opensans/OpenSans-Semibold.ttf | Bin .../font/opensans/OpenSans-SemiboldItalic.ttf | Bin .../tools/pyblish_pype/i18n/pyblish_lite.pro | 0 .../openpype}/tools/pyblish_pype/i18n/zh_CN.qm | Bin .../openpype}/tools/pyblish_pype/i18n/zh_CN.ts | 0 .../openpype}/tools/pyblish_pype/img/down_arrow.png | Bin .../tools/pyblish_pype/img/logo-extrasmall.png | Bin .../tools/pyblish_pype/img/tab-overview.png | Bin .../tools/pyblish_pype/img/tab-terminal.png | Bin .../openpype}/tools/pyblish_pype/mock.py | 0 .../openpype}/tools/pyblish_pype/model.py | 0 .../openpype}/tools/pyblish_pype/settings.py | 0 .../openpype}/tools/pyblish_pype/util.py | 0 .../openpype}/tools/pyblish_pype/vendor/__init__.py | 0 .../tools/pyblish_pype/vendor/qtawesome/__init__.py | 0 .../tools/pyblish_pype/vendor/qtawesome/_version.py | 0 .../pyblish_pype/vendor/qtawesome/animation.py | 0 .../fonts/elusiveicons-webfont-charmap.json | 0 .../vendor/qtawesome/fonts/elusiveicons-webfont.ttf | Bin .../fonts/fontawesome-webfont-charmap.json | 0 .../vendor/qtawesome/fonts/fontawesome-webfont.ttf | Bin .../pyblish_pype/vendor/qtawesome/iconic_font.py | 0 .../openpype}/tools/pyblish_pype/version.py | 0 .../openpype}/tools/pyblish_pype/view.py | 0 .../openpype}/tools/pyblish_pype/widgets.py | 0 .../openpype}/tools/pyblish_pype/window.py | 0 .../openpype}/tools/repack_version.py | 0 .../openpype}/tools/resources/__init__.py | 0 .../openpype}/tools/resources/images/delete.png | Bin .../openpype}/tools/resources/images/file.png | Bin .../openpype}/tools/resources/images/files.png | Bin .../openpype}/tools/resources/images/folder.png | Bin .../openpype}/tools/resources/images/menu.png | Bin .../openpype}/tools/sceneinventory/__init__.py | 0 .../openpype}/tools/sceneinventory/lib.py | 0 .../openpype}/tools/sceneinventory/model.py | 0 .../openpype}/tools/sceneinventory/switch_dialog.py | 0 .../openpype}/tools/sceneinventory/view.py | 0 .../openpype}/tools/sceneinventory/widgets.py | 0 .../openpype}/tools/sceneinventory/window.py | 0 .../openpype}/tools/settings/__init__.py | 0 .../openpype}/tools/settings/__main__.py | 0 {openpype => client/openpype}/tools/settings/lib.py | 0 .../tools/settings/local_settings/__init__.py | 0 .../tools/settings/local_settings/apps_widget.py | 0 .../tools/settings/local_settings/constants.py | 0 .../settings/local_settings/environments_widget.py | 0 .../settings/local_settings/experimental_widget.py | 0 .../tools/settings/local_settings/general_widget.py | 0 .../tools/settings/local_settings/mongo_widget.py | 0 .../settings/local_settings/projects_widget.py | 0 .../tools/settings/local_settings/widgets.py | 0 .../tools/settings/local_settings/window.py | 0 .../openpype}/tools/settings/resources/__init__.py | 0 .../openpype}/tools/settings/settings/README.md | 0 .../openpype}/tools/settings/settings/__init__.py | 0 .../openpype}/tools/settings/settings/base.py | 0 .../tools/settings/settings/breadcrumbs_widget.py | 0 .../openpype}/tools/settings/settings/categories.py | 0 .../tools/settings/settings/color_widget.py | 0 .../openpype}/tools/settings/settings/constants.py | 0 .../openpype}/tools/settings/settings/dialogs.py | 0 .../tools/settings/settings/dict_conditional.py | 0 .../tools/settings/settings/dict_mutable_widget.py | 0 .../tools/settings/settings/images/__init__.py | 0 .../tools/settings/settings/images/add.png | Bin .../tools/settings/settings/images/confirm.png | Bin .../tools/settings/settings/images/down.png | Bin .../tools/settings/settings/images/mask.png | Bin .../tools/settings/settings/images/remove.png | Bin .../openpype}/tools/settings/settings/images/up.png | Bin .../tools/settings/settings/item_widgets.py | 0 .../openpype}/tools/settings/settings/lib.py | 0 .../tools/settings/settings/list_item_widget.py | 0 .../tools/settings/settings/list_strict_widget.py | 0 .../tools/settings/settings/search_dialog.py | 0 .../openpype}/tools/settings/settings/tests.py | 0 .../openpype}/tools/settings/settings/widgets.py | 0 .../openpype}/tools/settings/settings/window.py | 0 .../tools/settings/settings/wrapper_widgets.py | 0 .../openpype}/tools/standalonepublish/__init__.py | 0 .../openpype}/tools/standalonepublish/app.py | 0 .../openpype}/tools/standalonepublish/publish.py | 0 .../tools/standalonepublish/widgets/__init__.py | 0 .../tools/standalonepublish/widgets/constants.py | 0 .../tools/standalonepublish/widgets/model_asset.py | 0 .../widgets/model_filter_proxy_exact_match.py | 0 .../widgets/model_filter_proxy_recursive_sort.py | 0 .../tools/standalonepublish/widgets/model_node.py | 0 .../widgets/model_tasks_template.py | 0 .../tools/standalonepublish/widgets/model_tree.py | 0 .../widgets/model_tree_view_deselectable.py | 0 .../standalonepublish/widgets/resources/__init__.py | 0 .../standalonepublish/widgets/resources/edit.svg | 0 .../standalonepublish/widgets/resources/file.png | Bin .../standalonepublish/widgets/resources/files.png | Bin .../standalonepublish/widgets/resources/houdini.png | Bin .../widgets/resources/image_file.png | Bin .../widgets/resources/image_files.png | Bin .../widgets/resources/information.svg | 0 .../standalonepublish/widgets/resources/maya.png | Bin .../standalonepublish/widgets/resources/menu.png | Bin .../widgets/resources/menu_disabled.png | Bin .../widgets/resources/menu_hover.png | Bin .../widgets/resources/menu_pressed.png | Bin .../widgets/resources/menu_pressed_hover.png | Bin .../standalonepublish/widgets/resources/nuke.png | Bin .../widgets/resources/premiere.png | Bin .../standalonepublish/widgets/resources/trash.png | Bin .../widgets/resources/trash_disabled.png | Bin .../widgets/resources/trash_hover.png | Bin .../widgets/resources/trash_pressed.png | Bin .../widgets/resources/trash_pressed_hover.png | Bin .../widgets/resources/video_file.png | Bin .../tools/standalonepublish/widgets/widget_asset.py | 0 .../widgets/widget_component_item.py | 0 .../standalonepublish/widgets/widget_components.py | 0 .../widgets/widget_components_list.py | 0 .../standalonepublish/widgets/widget_drop_empty.py | 0 .../standalonepublish/widgets/widget_drop_frame.py | 0 .../standalonepublish/widgets/widget_family.py | 0 .../standalonepublish/widgets/widget_family_desc.py | 0 .../standalonepublish/widgets/widget_shadow.py | 0 .../openpype}/tools/stdout_broker/__init__.py | 0 .../openpype}/tools/stdout_broker/app.py | 0 .../openpype}/tools/stdout_broker/window.py | 0 .../openpype}/tools/subsetmanager/README.md | 0 .../openpype}/tools/subsetmanager/__init__.py | 0 .../openpype}/tools/subsetmanager/model.py | 0 .../openpype}/tools/subsetmanager/widgets.py | 0 .../openpype}/tools/subsetmanager/window.py | 0 .../openpype}/tools/texture_copy/app.py | 0 .../openpype}/tools/tray/__init__.py | 0 .../openpype}/tools/tray/__main__.py | 0 .../openpype}/tools/tray/images/gifts.png | Bin .../openpype}/tools/tray/pype_info_widget.py | 0 .../openpype}/tools/tray/pype_tray.py | 0 .../openpype}/tools/traypublisher/__init__.py | 0 .../openpype}/tools/traypublisher/window.py | 0 .../openpype}/tools/utils/__init__.py | 0 .../openpype}/tools/utils/assets_widget.py | 0 .../openpype}/tools/utils/constants.py | 0 .../openpype}/tools/utils/delegates.py | 0 .../openpype}/tools/utils/error_dialog.py | 0 .../openpype}/tools/utils/host_tools.py | 0 .../openpype}/tools/utils/images/__init__.py | 0 .../openpype}/tools/utils/images/thumbnail.png | Bin .../openpype}/tools/utils/layouts.py | 0 {openpype => client/openpype}/tools/utils/lib.py | 0 {openpype => client/openpype}/tools/utils/models.py | 0 .../tools/utils/multiselection_combobox.py | 0 .../openpype}/tools/utils/overlay_messages.py | 0 .../openpype}/tools/utils/tasks_widget.py | 0 .../openpype}/tools/utils/thumbnail_paint_widget.py | 0 {openpype => client/openpype}/tools/utils/views.py | 0 .../openpype}/tools/utils/widgets.py | 0 .../tools/workfile_template_build/__init__.py | 0 .../tools/workfile_template_build/window.py | 0 .../openpype}/tools/workfiles/README.md | 0 .../openpype}/tools/workfiles/__init__.py | 0 .../openpype}/tools/workfiles/app.py | 0 .../openpype}/tools/workfiles/files_widget.py | 0 .../openpype}/tools/workfiles/lock_dialog.py | 0 .../openpype}/tools/workfiles/model.py | 0 .../openpype}/tools/workfiles/save_as_dialog.py | 0 .../openpype}/tools/workfiles/window.py | 0 {openpype => client/openpype}/vendor/__init__.py | 0 .../openpype}/vendor/python/common/README.md | 0 .../vendor/python/common/ayon_api/__init__.py | 0 .../openpype}/vendor/python/common/ayon_api/_api.py | 0 .../vendor/python/common/ayon_api/constants.py | 0 .../vendor/python/common/ayon_api/entity_hub.py | 0 .../vendor/python/common/ayon_api/events.py | 0 .../vendor/python/common/ayon_api/exceptions.py | 0 .../vendor/python/common/ayon_api/graphql.py | 0 .../python/common/ayon_api/graphql_queries.py | 0 .../vendor/python/common/ayon_api/operations.py | 0 .../vendor/python/common/ayon_api/server_api.py | 0 .../vendor/python/common/ayon_api/utils.py | 0 .../vendor/python/common/ayon_api/version.py | 0 .../openpype}/vendor/python/common/capture.py | 0 .../openpype}/vendor/python/common/pysync.py | 0 .../openpype}/vendor/python/common/qargparse.py | 0 .../vendor/python/common/scriptsmenu/__init__.py | 0 .../vendor/python/common/scriptsmenu/action.py | 0 .../python/common/scriptsmenu/launchformari.py | 0 .../python/common/scriptsmenu/launchformaya.py | 0 .../python/common/scriptsmenu/launchfornuke.py | 0 .../vendor/python/common/scriptsmenu/scriptsmenu.py | 0 .../vendor/python/common/scriptsmenu/version.py | 0 .../openpype}/vendor/python/python_2/README.md | 0 .../vendor/python/python_2/arrow/__init__.py | 0 .../vendor/python/python_2/arrow/_version.py | 0 .../openpype}/vendor/python/python_2/arrow/api.py | 0 .../openpype}/vendor/python/python_2/arrow/arrow.py | 0 .../vendor/python/python_2/arrow/constants.py | 0 .../vendor/python/python_2/arrow/factory.py | 0 .../vendor/python/python_2/arrow/formatter.py | 0 .../vendor/python/python_2/arrow/locales.py | 0 .../vendor/python/python_2/arrow/parser.py | 0 .../openpype}/vendor/python/python_2/arrow/util.py | 0 .../vendor/python/python_2/attr/__init__.py | 0 .../vendor/python/python_2/attr/__init__.pyi | 0 .../openpype}/vendor/python/python_2/attr/_cmp.py | 0 .../openpype}/vendor/python/python_2/attr/_cmp.pyi | 0 .../vendor/python/python_2/attr/_compat.py | 0 .../vendor/python/python_2/attr/_config.py | 0 .../openpype}/vendor/python/python_2/attr/_funcs.py | 0 .../openpype}/vendor/python/python_2/attr/_make.py | 0 .../vendor/python/python_2/attr/_next_gen.py | 0 .../vendor/python/python_2/attr/_version_info.py | 0 .../vendor/python/python_2/attr/_version_info.pyi | 0 .../vendor/python/python_2/attr/converters.py | 0 .../vendor/python/python_2/attr/converters.pyi | 0 .../vendor/python/python_2/attr/exceptions.py | 0 .../vendor/python/python_2/attr/exceptions.pyi | 0 .../vendor/python/python_2/attr/filters.py | 0 .../vendor/python/python_2/attr/filters.pyi | 0 .../openpype}/vendor/python/python_2/attr/py.typed | 0 .../vendor/python/python_2/attr/setters.py | 0 .../vendor/python/python_2/attr/setters.pyi | 0 .../vendor/python/python_2/attr/validators.py | 0 .../vendor/python/python_2/attr/validators.pyi | 0 .../vendor/python/python_2/attrs/__init__.py | 0 .../vendor/python/python_2/attrs/__init__.pyi | 0 .../vendor/python/python_2/attrs/converters.py | 0 .../vendor/python/python_2/attrs/exceptions.py | 0 .../vendor/python/python_2/attrs/filters.py | 0 .../openpype}/vendor/python/python_2/attrs/py.typed | 0 .../vendor/python/python_2/attrs/setters.py | 0 .../vendor/python/python_2/attrs/validators.py | 0 .../vendor/python/python_2/backports/__init__.py | 0 .../python_2/backports/configparser/__init__.py | 0 .../python_2/backports/configparser/helpers.py | 0 .../python_2/backports/functools_lru_cache.py | 0 .../vendor/python/python_2/builtins/__init__.py | 0 .../vendor/python/python_2/certifi/__init__.py | 0 .../vendor/python/python_2/certifi/__main__.py | 0 .../vendor/python/python_2/certifi/cacert.pem | 0 .../vendor/python/python_2/certifi/core.py | 0 .../vendor/python/python_2/chardet/__init__.py | 0 .../vendor/python/python_2/chardet/big5freq.py | 0 .../vendor/python/python_2/chardet/big5prober.py | 0 .../python/python_2/chardet/chardistribution.py | 0 .../python/python_2/chardet/charsetgroupprober.py | 0 .../vendor/python/python_2/chardet/charsetprober.py | 0 .../vendor/python/python_2/chardet/cli/__init__.py | 0 .../python/python_2/chardet/cli/chardetect.py | 0 .../python/python_2/chardet/codingstatemachine.py | 0 .../vendor/python/python_2/chardet/compat.py | 0 .../vendor/python/python_2/chardet/cp949prober.py | 0 .../vendor/python/python_2/chardet/enums.py | 0 .../vendor/python/python_2/chardet/escprober.py | 0 .../vendor/python/python_2/chardet/escsm.py | 0 .../vendor/python/python_2/chardet/eucjpprober.py | 0 .../vendor/python/python_2/chardet/euckrfreq.py | 0 .../vendor/python/python_2/chardet/euckrprober.py | 0 .../vendor/python/python_2/chardet/euctwfreq.py | 0 .../vendor/python/python_2/chardet/euctwprober.py | 0 .../vendor/python/python_2/chardet/gb2312freq.py | 0 .../vendor/python/python_2/chardet/gb2312prober.py | 0 .../vendor/python/python_2/chardet/hebrewprober.py | 0 .../vendor/python/python_2/chardet/jisfreq.py | 0 .../vendor/python/python_2/chardet/jpcntx.py | 0 .../python/python_2/chardet/langbulgarianmodel.py | 0 .../python/python_2/chardet/langgreekmodel.py | 0 .../python/python_2/chardet/langhebrewmodel.py | 0 .../python/python_2/chardet/langhungarianmodel.py | 0 .../python/python_2/chardet/langrussianmodel.py | 0 .../vendor/python/python_2/chardet/langthaimodel.py | 0 .../python/python_2/chardet/langturkishmodel.py | 0 .../vendor/python/python_2/chardet/latin1prober.py | 0 .../python/python_2/chardet/mbcharsetprober.py | 0 .../python/python_2/chardet/mbcsgroupprober.py | 0 .../vendor/python/python_2/chardet/mbcssm.py | 0 .../python/python_2/chardet/metadata/__init__.py | 0 .../python/python_2/chardet/metadata/languages.py | 0 .../python/python_2/chardet/sbcharsetprober.py | 0 .../python/python_2/chardet/sbcsgroupprober.py | 0 .../vendor/python/python_2/chardet/sjisprober.py | 0 .../python/python_2/chardet/universaldetector.py | 0 .../vendor/python/python_2/chardet/utf8prober.py | 0 .../vendor/python/python_2/chardet/version.py | 0 .../vendor/python/python_2/charset_normalizer.py | 0 .../vendor/python/python_2/click/__init__.py | 0 .../vendor/python/python_2/click/_bashcomplete.py | 0 .../vendor/python/python_2/click/_compat.py | 0 .../vendor/python/python_2/click/_termui_impl.py | 0 .../vendor/python/python_2/click/_textwrap.py | 0 .../vendor/python/python_2/click/_unicodefun.py | 0 .../vendor/python/python_2/click/_winconsole.py | 0 .../openpype}/vendor/python/python_2/click/core.py | 0 .../vendor/python/python_2/click/decorators.py | 0 .../vendor/python/python_2/click/exceptions.py | 0 .../vendor/python/python_2/click/formatting.py | 0 .../vendor/python/python_2/click/globals.py | 0 .../vendor/python/python_2/click/parser.py | 0 .../vendor/python/python_2/click/termui.py | 0 .../vendor/python/python_2/click/testing.py | 0 .../openpype}/vendor/python/python_2/click/types.py | 0 .../openpype}/vendor/python/python_2/click/utils.py | 0 .../vendor/python/python_2/dns/__init__.py | 0 .../openpype}/vendor/python/python_2/dns/_compat.py | 0 .../openpype}/vendor/python/python_2/dns/dnssec.py | 0 .../openpype}/vendor/python/python_2/dns/e164.py | 0 .../openpype}/vendor/python/python_2/dns/edns.py | 0 .../openpype}/vendor/python/python_2/dns/entropy.py | 0 .../vendor/python/python_2/dns/exception.py | 0 .../openpype}/vendor/python/python_2/dns/flags.py | 0 .../openpype}/vendor/python/python_2/dns/grange.py | 0 .../openpype}/vendor/python/python_2/dns/hash.py | 0 .../openpype}/vendor/python/python_2/dns/inet.py | 0 .../openpype}/vendor/python/python_2/dns/ipv4.py | 0 .../openpype}/vendor/python/python_2/dns/ipv6.py | 0 .../openpype}/vendor/python/python_2/dns/message.py | 0 .../openpype}/vendor/python/python_2/dns/name.py | 0 .../vendor/python/python_2/dns/namedict.py | 0 .../openpype}/vendor/python/python_2/dns/node.py | 0 .../openpype}/vendor/python/python_2/dns/opcode.py | 0 .../openpype}/vendor/python/python_2/dns/py.typed | 0 .../openpype}/vendor/python/python_2/dns/query.py | 0 .../openpype}/vendor/python/python_2/dns/rcode.py | 0 .../openpype}/vendor/python/python_2/dns/rdata.py | 0 .../vendor/python/python_2/dns/rdataclass.py | 0 .../vendor/python/python_2/dns/rdataset.py | 0 .../vendor/python/python_2/dns/rdatatype.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/AFSDB.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/AVC.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/CAA.py | 0 .../python/python_2/dns/rdtypes/ANY/CDNSKEY.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/CDS.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/CERT.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/CNAME.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/CSYNC.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/DLV.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/DNAME.py | 0 .../python/python_2/dns/rdtypes/ANY/DNSKEY.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/DS.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/EUI48.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/EUI64.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/GPOS.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/HINFO.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/HIP.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/ISDN.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/LOC.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/MX.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/NS.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/NSEC.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/NSEC3.py | 0 .../python/python_2/dns/rdtypes/ANY/NSEC3PARAM.py | 0 .../python/python_2/dns/rdtypes/ANY/OPENPGPKEY.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/PTR.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/RP.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/RRSIG.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/RT.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/SOA.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/SPF.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/SSHFP.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/TLSA.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/TXT.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/URI.py | 0 .../vendor/python/python_2/dns/rdtypes/ANY/X25.py | 0 .../python/python_2/dns/rdtypes/ANY/__init__.py | 0 .../vendor/python/python_2/dns/rdtypes/CH/A.py | 0 .../python/python_2/dns/rdtypes/CH/__init__.py | 0 .../vendor/python/python_2/dns/rdtypes/IN/A.py | 0 .../vendor/python/python_2/dns/rdtypes/IN/AAAA.py | 0 .../vendor/python/python_2/dns/rdtypes/IN/APL.py | 0 .../vendor/python/python_2/dns/rdtypes/IN/DHCID.py | 0 .../python/python_2/dns/rdtypes/IN/IPSECKEY.py | 0 .../vendor/python/python_2/dns/rdtypes/IN/KX.py | 0 .../vendor/python/python_2/dns/rdtypes/IN/NAPTR.py | 0 .../vendor/python/python_2/dns/rdtypes/IN/NSAP.py | 0 .../python/python_2/dns/rdtypes/IN/NSAP_PTR.py | 0 .../vendor/python/python_2/dns/rdtypes/IN/PX.py | 0 .../vendor/python/python_2/dns/rdtypes/IN/SRV.py | 0 .../vendor/python/python_2/dns/rdtypes/IN/WKS.py | 0 .../python/python_2/dns/rdtypes/IN/__init__.py | 0 .../vendor/python/python_2/dns/rdtypes/__init__.py | 0 .../python/python_2/dns/rdtypes/dnskeybase.py | 0 .../vendor/python/python_2/dns/rdtypes/dsbase.py | 0 .../vendor/python/python_2/dns/rdtypes/euibase.py | 0 .../vendor/python/python_2/dns/rdtypes/mxbase.py | 0 .../vendor/python/python_2/dns/rdtypes/nsbase.py | 0 .../vendor/python/python_2/dns/rdtypes/txtbase.py | 0 .../vendor/python/python_2/dns/renderer.py | 0 .../vendor/python/python_2/dns/resolver.py | 0 .../vendor/python/python_2/dns/reversename.py | 0 .../openpype}/vendor/python/python_2/dns/rrset.py | 0 .../openpype}/vendor/python/python_2/dns/set.py | 0 .../vendor/python/python_2/dns/tokenizer.py | 0 .../openpype}/vendor/python/python_2/dns/tsig.py | 0 .../vendor/python/python_2/dns/tsigkeyring.py | 0 .../openpype}/vendor/python/python_2/dns/ttl.py | 0 .../openpype}/vendor/python/python_2/dns/update.py | 0 .../openpype}/vendor/python/python_2/dns/version.py | 0 .../vendor/python/python_2/dns/wiredata.py | 0 .../openpype}/vendor/python/python_2/dns/zone.py | 0 .../vendor/python/python_2/engineio/__init__.py | 0 .../python/python_2/engineio/async_aiohttp.py | 0 .../vendor/python/python_2/engineio/async_asgi.py | 0 .../python_2/engineio/async_drivers/__init__.py | 0 .../python_2/engineio/async_drivers/aiohttp.py | 0 .../python/python_2/engineio/async_drivers/asgi.py | 0 .../python_2/engineio/async_drivers/eventlet.py | 0 .../python_2/engineio/async_drivers/gevent.py | 0 .../python_2/engineio/async_drivers/gevent_uwsgi.py | 0 .../python/python_2/engineio/async_drivers/sanic.py | 0 .../python_2/engineio/async_drivers/threading.py | 0 .../python_2/engineio/async_drivers/tornado.py | 0 .../python/python_2/engineio/async_eventlet.py | 0 .../vendor/python/python_2/engineio/async_gevent.py | 0 .../python/python_2/engineio/async_gevent_uwsgi.py | 0 .../vendor/python/python_2/engineio/async_sanic.py | 0 .../python/python_2/engineio/async_threading.py | 0 .../python/python_2/engineio/async_tornado.py | 0 .../python/python_2/engineio/asyncio_client.py | 0 .../python/python_2/engineio/asyncio_server.py | 0 .../python/python_2/engineio/asyncio_socket.py | 0 .../vendor/python/python_2/engineio/client.py | 0 .../vendor/python/python_2/engineio/exceptions.py | 0 .../vendor/python/python_2/engineio/middleware.py | 0 .../vendor/python/python_2/engineio/packet.py | 0 .../vendor/python/python_2/engineio/payload.py | 0 .../vendor/python/python_2/engineio/server.py | 0 .../vendor/python/python_2/engineio/socket.py | 0 .../vendor/python/python_2/engineio/static_files.py | 0 .../vendor/python/python_2/functools32/__init__.py | 0 .../python/python_2/functools32/_dummy_thread32.py | 0 .../python/python_2/functools32/functools32.py | 0 .../vendor/python/python_2/functools32/reprlib32.py | 0 .../vendor/python/python_2/idna/__init__.py | 0 .../openpype}/vendor/python/python_2/idna/codec.py | 0 .../openpype}/vendor/python/python_2/idna/compat.py | 0 .../openpype}/vendor/python/python_2/idna/core.py | 0 .../vendor/python/python_2/idna/idnadata.py | 0 .../vendor/python/python_2/idna/intranges.py | 0 .../vendor/python/python_2/idna/package_data.py | 0 .../vendor/python/python_2/idna/uts46data.py | 0 .../python/python_2/opentimelineio/__init__.py | 0 .../python_2/opentimelineio/adapters/__init__.py | 0 .../python_2/opentimelineio/adapters/adapter.py | 0 .../adapters/builtin_adapters.plugin_manifest.json | 0 .../python_2/opentimelineio/adapters/cmx_3600.py | 0 .../python_2/opentimelineio/adapters/fcp_xml.py | 0 .../python_2/opentimelineio/adapters/otio_json.py | 0 .../python_2/opentimelineio/algorithms/__init__.py | 0 .../python_2/opentimelineio/algorithms/filter.py | 0 .../opentimelineio/algorithms/stack_algo.py | 0 .../opentimelineio/algorithms/timeline_algo.py | 0 .../opentimelineio/algorithms/track_algo.py | 0 .../python_2/opentimelineio/console/__init__.py | 0 .../console/autogen_serialized_datamodel.py | 0 .../opentimelineio/console/console_utils.py | 0 .../python_2/opentimelineio/console/otiocat.py | 0 .../python_2/opentimelineio/console/otioconvert.py | 0 .../python_2/opentimelineio/console/otiostat.py | 0 .../python/python_2/opentimelineio/core/__init__.py | 0 .../python_2/opentimelineio/core/composable.py | 0 .../python_2/opentimelineio/core/composition.py | 0 .../python/python_2/opentimelineio/core/item.py | 0 .../python_2/opentimelineio/core/json_serializer.py | 0 .../python_2/opentimelineio/core/media_reference.py | 0 .../opentimelineio/core/serializable_object.py | 0 .../python_2/opentimelineio/core/type_registry.py | 0 .../python_2/opentimelineio/core/unknown_schema.py | 0 .../python/python_2/opentimelineio/exceptions.py | 0 .../vendor/python/python_2/opentimelineio/hooks.py | 0 .../python/python_2/opentimelineio/media_linker.py | 0 .../python/python_2/opentimelineio/opentime.py | 0 .../python_2/opentimelineio/plugins/__init__.py | 0 .../python_2/opentimelineio/plugins/manifest.py | 0 .../opentimelineio/plugins/python_plugin.py | 0 .../python_2/opentimelineio/schema/__init__.py | 0 .../python/python_2/opentimelineio/schema/clip.py | 0 .../python/python_2/opentimelineio/schema/effect.py | 0 .../opentimelineio/schema/external_reference.py | 0 .../python/python_2/opentimelineio/schema/gap.py | 0 .../opentimelineio/schema/generator_reference.py | 0 .../python/python_2/opentimelineio/schema/marker.py | 0 .../opentimelineio/schema/missing_reference.py | 0 .../python_2/opentimelineio/schema/schemadef.py | 0 .../schema/serializable_collection.py | 0 .../python/python_2/opentimelineio/schema/stack.py | 0 .../python_2/opentimelineio/schema/timeline.py | 0 .../python/python_2/opentimelineio/schema/track.py | 0 .../python_2/opentimelineio/schema/transition.py | 0 .../python_2/opentimelineio/schemadef/__init__.py | 0 .../python/python_2/opentimelineio/test_utils.py | 0 .../python_2/opentimelineio_contrib/__init__.py | 0 .../opentimelineio_contrib/adapters/__init__.py | 0 .../adapters/aaf_adapter/__init__.py | 0 .../adapters/aaf_adapter/aaf_writer.py | 0 .../adapters/advanced_authoring_format.py | 0 .../python_2/opentimelineio_contrib/adapters/ale.py | 0 .../opentimelineio_contrib/adapters/burnins.py | 0 .../adapters/contrib_adapters.plugin_manifest.json | 0 .../adapters/extern_maya_sequencer.py | 0 .../opentimelineio_contrib/adapters/extern_rv.py | 0 .../opentimelineio_contrib/adapters/fcpx_xml.py | 0 .../adapters/ffmpeg_burnins.py | 0 .../opentimelineio_contrib/adapters/hls_playlist.py | 0 .../adapters/maya_sequencer.py | 0 .../python_2/opentimelineio_contrib/adapters/rv.py | 0 .../opentimelineio_contrib/adapters/xges.py | 0 .../python/python_2/pkg_resources/__init__.py | 0 .../python_2/pkg_resources/_vendor/__init__.py | 0 .../python_2/pkg_resources/_vendor/appdirs.py | 0 .../pkg_resources/_vendor/packaging/__about__.py | 0 .../pkg_resources/_vendor/packaging/__init__.py | 0 .../pkg_resources/_vendor/packaging/_compat.py | 0 .../pkg_resources/_vendor/packaging/_structures.py | 0 .../pkg_resources/_vendor/packaging/markers.py | 0 .../pkg_resources/_vendor/packaging/requirements.py | 0 .../pkg_resources/_vendor/packaging/specifiers.py | 0 .../pkg_resources/_vendor/packaging/utils.py | 0 .../pkg_resources/_vendor/packaging/version.py | 0 .../python_2/pkg_resources/_vendor/pyparsing.py | 0 .../python/python_2/pkg_resources/_vendor/six.py | 0 .../python_2/pkg_resources/extern/__init__.py | 0 .../python/python_2/pkg_resources/py2_warn.py | 0 .../python/python_2/pkg_resources/py31compat.py | 0 .../vendor/python/python_2/qtpy/Qt3DAnimation.py | 0 .../vendor/python/python_2/qtpy/Qt3DCore.py | 0 .../vendor/python/python_2/qtpy/Qt3DExtras.py | 0 .../vendor/python/python_2/qtpy/Qt3DInput.py | 0 .../vendor/python/python_2/qtpy/Qt3DLogic.py | 0 .../vendor/python/python_2/qtpy/Qt3DRender.py | 0 .../vendor/python/python_2/qtpy/QtCharts.py | 0 .../openpype}/vendor/python/python_2/qtpy/QtCore.py | 0 .../python/python_2/qtpy/QtDataVisualization.py | 0 .../vendor/python/python_2/qtpy/QtDesigner.py | 0 .../openpype}/vendor/python/python_2/qtpy/QtGui.py | 0 .../openpype}/vendor/python/python_2/qtpy/QtHelp.py | 0 .../vendor/python/python_2/qtpy/QtLocation.py | 0 .../vendor/python/python_2/qtpy/QtMultimedia.py | 0 .../python/python_2/qtpy/QtMultimediaWidgets.py | 0 .../vendor/python/python_2/qtpy/QtNetwork.py | 0 .../vendor/python/python_2/qtpy/QtOpenGL.py | 0 .../vendor/python/python_2/qtpy/QtPositioning.py | 0 .../vendor/python/python_2/qtpy/QtPrintSupport.py | 0 .../openpype}/vendor/python/python_2/qtpy/QtQml.py | 0 .../vendor/python/python_2/qtpy/QtQuick.py | 0 .../vendor/python/python_2/qtpy/QtQuickWidgets.py | 0 .../vendor/python/python_2/qtpy/QtSerialPort.py | 0 .../openpype}/vendor/python/python_2/qtpy/QtSql.py | 0 .../openpype}/vendor/python/python_2/qtpy/QtSvg.py | 0 .../openpype}/vendor/python/python_2/qtpy/QtTest.py | 0 .../vendor/python/python_2/qtpy/QtWebChannel.py | 0 .../python/python_2/qtpy/QtWebEngineWidgets.py | 0 .../vendor/python/python_2/qtpy/QtWebSockets.py | 0 .../vendor/python/python_2/qtpy/QtWidgets.py | 0 .../vendor/python/python_2/qtpy/QtWinExtras.py | 0 .../vendor/python/python_2/qtpy/QtXmlPatterns.py | 0 .../vendor/python/python_2/qtpy/__init__.py | 0 .../vendor/python/python_2/qtpy/_patch/__init__.py | 0 .../vendor/python/python_2/qtpy/_patch/qcombobox.py | 0 .../python/python_2/qtpy/_patch/qheaderview.py | 0 .../vendor/python/python_2/qtpy/_version.py | 0 .../openpype}/vendor/python/python_2/qtpy/compat.py | 0 .../vendor/python/python_2/qtpy/py3compat.py | 0 .../vendor/python/python_2/qtpy/tests/__init__.py | 0 .../vendor/python/python_2/qtpy/tests/conftest.py | 0 .../vendor/python/python_2/qtpy/tests/runtests.py | 0 .../python/python_2/qtpy/tests/test_macos_checks.py | 0 .../vendor/python/python_2/qtpy/tests/test_main.py | 0 .../python_2/qtpy/tests/test_patch_qcombobox.py | 0 .../python_2/qtpy/tests/test_patch_qheaderview.py | 0 .../qtpy/tests/test_qdesktopservice_split.py | 0 .../python_2/qtpy/tests/test_qt3danimation.py | 0 .../python/python_2/qtpy/tests/test_qt3dcore.py | 0 .../python/python_2/qtpy/tests/test_qt3dextras.py | 0 .../python/python_2/qtpy/tests/test_qt3dinput.py | 0 .../python/python_2/qtpy/tests/test_qt3dlogic.py | 0 .../python/python_2/qtpy/tests/test_qt3drender.py | 0 .../python/python_2/qtpy/tests/test_qtcharts.py | 0 .../python/python_2/qtpy/tests/test_qtcore.py | 0 .../python_2/qtpy/tests/test_qtdatavisualization.py | 0 .../python/python_2/qtpy/tests/test_qtdesigner.py | 0 .../python/python_2/qtpy/tests/test_qthelp.py | 0 .../python/python_2/qtpy/tests/test_qtlocation.py | 0 .../python/python_2/qtpy/tests/test_qtmultimedia.py | 0 .../python_2/qtpy/tests/test_qtmultimediawidgets.py | 0 .../python/python_2/qtpy/tests/test_qtnetwork.py | 0 .../python_2/qtpy/tests/test_qtpositioning.py | 0 .../python_2/qtpy/tests/test_qtprintsupport.py | 0 .../vendor/python/python_2/qtpy/tests/test_qtqml.py | 0 .../python/python_2/qtpy/tests/test_qtquick.py | 0 .../python_2/qtpy/tests/test_qtquickwidgets.py | 0 .../python/python_2/qtpy/tests/test_qtserialport.py | 0 .../vendor/python/python_2/qtpy/tests/test_qtsql.py | 0 .../vendor/python/python_2/qtpy/tests/test_qtsvg.py | 0 .../python/python_2/qtpy/tests/test_qttest.py | 0 .../python/python_2/qtpy/tests/test_qtwebchannel.py | 0 .../python_2/qtpy/tests/test_qtwebenginewidgets.py | 0 .../python/python_2/qtpy/tests/test_qtwebsockets.py | 0 .../python/python_2/qtpy/tests/test_qtwinextras.py | 0 .../python_2/qtpy/tests/test_qtxmlpatterns.py | 0 .../vendor/python/python_2/qtpy/tests/test_uic.py | 0 .../openpype}/vendor/python/python_2/qtpy/uic.py | 0 .../vendor/python/python_2/requests/__init__.py | 0 .../vendor/python/python_2/requests/__version__.py | 0 .../python/python_2/requests/_internal_utils.py | 0 .../vendor/python/python_2/requests/adapters.py | 0 .../vendor/python/python_2/requests/api.py | 0 .../vendor/python/python_2/requests/auth.py | 0 .../vendor/python/python_2/requests/certs.py | 0 .../vendor/python/python_2/requests/compat.py | 0 .../vendor/python/python_2/requests/cookies.py | 0 .../vendor/python/python_2/requests/exceptions.py | 0 .../vendor/python/python_2/requests/help.py | 0 .../vendor/python/python_2/requests/hooks.py | 0 .../vendor/python/python_2/requests/models.py | 0 .../vendor/python/python_2/requests/packages.py | 0 .../vendor/python/python_2/requests/sessions.py | 0 .../vendor/python/python_2/requests/status_codes.py | 0 .../vendor/python/python_2/requests/structures.py | 0 .../vendor/python/python_2/requests/utils.py | 0 .../vendor/python/python_2/secrets/LICENSE | 0 .../vendor/python/python_2/secrets/__init__.py | 0 .../vendor/python/python_2/secrets/secrets.py | 0 .../python_2/setuptools-45.0.0.dist-info/INSTALLER | 0 .../python_2/setuptools-45.0.0.dist-info/LICENSE | 0 .../python_2/setuptools-45.0.0.dist-info/METADATA | 0 .../python_2/setuptools-45.0.0.dist-info/RECORD | 0 .../python_2/setuptools-45.0.0.dist-info/REQUESTED | 0 .../python_2/setuptools-45.0.0.dist-info/WHEEL | 0 .../dependency_links.txt | 0 .../setuptools-45.0.0.dist-info/entry_points.txt | 0 .../setuptools-45.0.0.dist-info/top_level.txt | 0 .../python_2/setuptools-45.0.0.dist-info/zip-safe | 0 .../vendor/python/python_2/setuptools/__init__.py | 0 .../python_2/setuptools/_deprecation_warning.py | 0 .../vendor/python/python_2/setuptools/_imp.py | 0 .../python/python_2/setuptools/_vendor/__init__.py | 0 .../python_2/setuptools/_vendor/ordered_set.py | 0 .../setuptools/_vendor/packaging/__about__.py | 0 .../setuptools/_vendor/packaging/__init__.py | 0 .../setuptools/_vendor/packaging/_compat.py | 0 .../setuptools/_vendor/packaging/_structures.py | 0 .../setuptools/_vendor/packaging/markers.py | 0 .../setuptools/_vendor/packaging/requirements.py | 0 .../setuptools/_vendor/packaging/specifiers.py | 0 .../python_2/setuptools/_vendor/packaging/tags.py | 0 .../python_2/setuptools/_vendor/packaging/utils.py | 0 .../setuptools/_vendor/packaging/version.py | 0 .../python/python_2/setuptools/_vendor/pyparsing.py | 0 .../python/python_2/setuptools/_vendor/six.py | 0 .../python/python_2/setuptools/archive_util.py | 0 .../vendor/python/python_2/setuptools/build_meta.py | 0 .../vendor/python/python_2/setuptools/cli-32.exe | Bin .../vendor/python/python_2/setuptools/cli-64.exe | Bin .../vendor/python/python_2/setuptools/cli.exe | Bin .../python/python_2/setuptools/command/__init__.py | 0 .../python/python_2/setuptools/command/alias.py | 0 .../python/python_2/setuptools/command/bdist_egg.py | 0 .../python/python_2/setuptools/command/bdist_rpm.py | 0 .../python_2/setuptools/command/bdist_wininst.py | 0 .../python_2/setuptools/command/build_clib.py | 0 .../python/python_2/setuptools/command/build_ext.py | 0 .../python/python_2/setuptools/command/build_py.py | 0 .../python/python_2/setuptools/command/develop.py | 0 .../python/python_2/setuptools/command/dist_info.py | 0 .../python_2/setuptools/command/easy_install.py | 0 .../python/python_2/setuptools/command/egg_info.py | 0 .../python/python_2/setuptools/command/install.py | 0 .../python_2/setuptools/command/install_egg_info.py | 0 .../python_2/setuptools/command/install_lib.py | 0 .../python_2/setuptools/command/install_scripts.py | 0 .../setuptools/command/launcher manifest.xml | 0 .../python_2/setuptools/command/py36compat.py | 0 .../python/python_2/setuptools/command/register.py | 0 .../python/python_2/setuptools/command/rotate.py | 0 .../python/python_2/setuptools/command/saveopts.py | 0 .../python/python_2/setuptools/command/sdist.py | 0 .../python/python_2/setuptools/command/setopt.py | 0 .../python/python_2/setuptools/command/test.py | 0 .../python/python_2/setuptools/command/upload.py | 0 .../python_2/setuptools/command/upload_docs.py | 0 .../vendor/python/python_2/setuptools/config.py | 0 .../vendor/python/python_2/setuptools/dep_util.py | 0 .../vendor/python/python_2/setuptools/depends.py | 0 .../vendor/python/python_2/setuptools/dist.py | 0 .../vendor/python/python_2/setuptools/errors.py | 0 .../vendor/python/python_2/setuptools/extension.py | 0 .../python/python_2/setuptools/extern/__init__.py | 0 .../vendor/python/python_2/setuptools/glob.py | 0 .../vendor/python/python_2/setuptools/gui-32.exe | Bin .../vendor/python/python_2/setuptools/gui-64.exe | Bin .../vendor/python/python_2/setuptools/gui.exe | Bin .../vendor/python/python_2/setuptools/installer.py | 0 .../vendor/python/python_2/setuptools/launch.py | 0 .../vendor/python/python_2/setuptools/lib2to3_ex.py | 0 .../vendor/python/python_2/setuptools/monkey.py | 0 .../vendor/python/python_2/setuptools/msvc.py | 0 .../vendor/python/python_2/setuptools/namespaces.py | 0 .../python/python_2/setuptools/package_index.py | 0 .../vendor/python/python_2/setuptools/py27compat.py | 0 .../vendor/python/python_2/setuptools/py31compat.py | 0 .../vendor/python/python_2/setuptools/py33compat.py | 0 .../vendor/python/python_2/setuptools/py34compat.py | 0 .../vendor/python/python_2/setuptools/sandbox.py | 0 .../python/python_2/setuptools/script (dev).tmpl | 0 .../vendor/python/python_2/setuptools/script.tmpl | 0 .../vendor/python/python_2/setuptools/site-patch.py | 0 .../python/python_2/setuptools/ssl_support.py | 0 .../python/python_2/setuptools/unicode_utils.py | 0 .../vendor/python/python_2/setuptools/version.py | 0 .../vendor/python/python_2/setuptools/wheel.py | 0 .../python/python_2/setuptools/windows_support.py | 0 .../vendor/python/python_2/socketio/__init__.py | 0 .../vendor/python/python_2/socketio/asgi.py | 0 .../python/python_2/socketio/asyncio_client.py | 0 .../python/python_2/socketio/asyncio_manager.py | 0 .../python/python_2/socketio/asyncio_namespace.py | 0 .../python_2/socketio/asyncio_pubsub_manager.py | 0 .../python_2/socketio/asyncio_redis_manager.py | 0 .../python/python_2/socketio/asyncio_server.py | 0 .../vendor/python/python_2/socketio/base_manager.py | 0 .../vendor/python/python_2/socketio/client.py | 0 .../vendor/python/python_2/socketio/exceptions.py | 0 .../python/python_2/socketio/kombu_manager.py | 0 .../vendor/python/python_2/socketio/middleware.py | 0 .../vendor/python/python_2/socketio/namespace.py | 0 .../vendor/python/python_2/socketio/packet.py | 0 .../python/python_2/socketio/pubsub_manager.py | 0 .../python/python_2/socketio/redis_manager.py | 0 .../vendor/python/python_2/socketio/server.py | 0 .../vendor/python/python_2/socketio/tornado.py | 0 .../vendor/python/python_2/socketio/zmq_manager.py | 0 .../vendor/python/python_2/urllib3/__init__.py | 0 .../vendor/python/python_2/urllib3/_collections.py | 0 .../vendor/python/python_2/urllib3/_version.py | 0 .../vendor/python/python_2/urllib3/connection.py | 0 .../python/python_2/urllib3/connectionpool.py | 0 .../python/python_2/urllib3/contrib/__init__.py | 0 .../python_2/urllib3/contrib/_appengine_environ.py | 0 .../urllib3/contrib/_securetransport/__init__.py | 0 .../urllib3/contrib/_securetransport/bindings.py | 0 .../urllib3/contrib/_securetransport/low_level.py | 0 .../python/python_2/urllib3/contrib/appengine.py | 0 .../python/python_2/urllib3/contrib/ntlmpool.py | 0 .../python/python_2/urllib3/contrib/pyopenssl.py | 0 .../python_2/urllib3/contrib/securetransport.py | 0 .../vendor/python/python_2/urllib3/contrib/socks.py | 0 .../vendor/python/python_2/urllib3/exceptions.py | 0 .../vendor/python/python_2/urllib3/fields.py | 0 .../vendor/python/python_2/urllib3/filepost.py | 0 .../python/python_2/urllib3/packages/__init__.py | 0 .../python_2/urllib3/packages/backports/__init__.py | 0 .../python_2/urllib3/packages/backports/makefile.py | 0 .../vendor/python/python_2/urllib3/packages/six.py | 0 .../vendor/python/python_2/urllib3/poolmanager.py | 0 .../vendor/python/python_2/urllib3/request.py | 0 .../vendor/python/python_2/urllib3/response.py | 0 .../vendor/python/python_2/urllib3/util/__init__.py | 0 .../python/python_2/urllib3/util/connection.py | 0 .../vendor/python/python_2/urllib3/util/proxy.py | 0 .../vendor/python/python_2/urllib3/util/queue.py | 0 .../vendor/python/python_2/urllib3/util/request.py | 0 .../vendor/python/python_2/urllib3/util/response.py | 0 .../vendor/python/python_2/urllib3/util/retry.py | 0 .../vendor/python/python_2/urllib3/util/ssl_.py | 0 .../python_2/urllib3/util/ssl_match_hostname.py | 0 .../python/python_2/urllib3/util/ssltransport.py | 0 .../vendor/python/python_2/urllib3/util/timeout.py | 0 .../vendor/python/python_2/urllib3/util/url.py | 0 .../vendor/python/python_2/urllib3/util/wait.py | 0 .../vendor/python/python_2/websocket/__init__.py | 0 .../vendor/python/python_2/websocket/_abnf.py | 0 .../vendor/python/python_2/websocket/_app.py | 0 .../vendor/python/python_2/websocket/_cookiejar.py | 0 .../vendor/python/python_2/websocket/_core.py | 0 .../vendor/python/python_2/websocket/_exceptions.py | 0 .../vendor/python/python_2/websocket/_handshake.py | 0 .../vendor/python/python_2/websocket/_http.py | 0 .../vendor/python/python_2/websocket/_logging.py | 0 .../vendor/python/python_2/websocket/_socket.py | 0 .../vendor/python/python_2/websocket/_ssl_compat.py | 0 .../vendor/python/python_2/websocket/_url.py | 0 .../vendor/python/python_2/websocket/_utils.py | 0 .../python/python_2/websocket/tests/__init__.py | 0 .../python_2/websocket/tests/data/header01.txt | 0 .../python_2/websocket/tests/data/header02.txt | 0 .../python_2/websocket/tests/data/header03.txt | 0 .../python/python_2/websocket/tests/test_abnf.py | 0 .../python/python_2/websocket/tests/test_app.py | 0 .../python_2/websocket/tests/test_cookiejar.py | 0 .../python/python_2/websocket/tests/test_http.py | 0 .../python/python_2/websocket/tests/test_url.py | 0 .../python_2/websocket/tests/test_websocket.py | 0 .../openpype}/vendor/python/python_3/README.md | 0 {openpype => client/openpype}/version.py | 0 {openpype => client/openpype}/widgets/README.md | 0 {openpype => client/openpype}/widgets/__init__.py | 0 .../openpype}/widgets/color_widgets/__init__.py | 0 .../openpype}/widgets/color_widgets/color_inputs.py | 0 .../widgets/color_widgets/color_picker_widget.py | 0 .../widgets/color_widgets/color_screen_pick.py | 0 .../widgets/color_widgets/color_triangle.py | 0 .../openpype}/widgets/color_widgets/color_view.py | 0 .../openpype}/widgets/color_widgets/eyedropper.png | Bin .../openpype}/widgets/message_window.py | 0 .../openpype}/widgets/nice_checkbox.py | 0 .../openpype}/widgets/password_dialog.py | 0 {openpype => client/openpype}/widgets/popup.py | 0 {openpype => client/openpype}/widgets/sliders.py | 0 3619 files changed, 2 insertions(+), 5 deletions(-) rename {openpype => client/openpype}/__init__.py (100%) rename {openpype => client/openpype}/__main__.py (100%) rename {openpype => client/openpype}/addons/README.md (100%) rename {openpype => client/openpype}/cli.py (100%) rename {openpype => client/openpype}/client/__init__.py (100%) rename {openpype => client/openpype}/client/entities.py (100%) rename {openpype => client/openpype}/client/entity_links.py (100%) rename {openpype => client/openpype}/client/mongo/__init__.py (100%) rename {openpype => client/openpype}/client/mongo/entities.py (100%) rename {openpype => client/openpype}/client/mongo/entity_links.py (100%) rename {openpype => client/openpype}/client/mongo/mongo.py (100%) rename {openpype => client/openpype}/client/mongo/operations.py (100%) rename {openpype => client/openpype}/client/notes.md (100%) rename {openpype => client/openpype}/client/operations.py (100%) rename {openpype => client/openpype}/client/operations_base.py (100%) rename {openpype => client/openpype}/client/server/__init__.py (100%) rename {openpype => client/openpype}/client/server/constants.py (100%) rename {openpype => client/openpype}/client/server/conversion_utils.py (100%) rename {openpype => client/openpype}/client/server/entities.py (100%) rename {openpype => client/openpype}/client/server/entity_links.py (100%) rename {openpype => client/openpype}/client/server/openpype_comp.py (100%) rename {openpype => client/openpype}/client/server/operations.py (100%) rename {openpype => client/openpype}/client/server/thumbnails.py (100%) rename {openpype => client/openpype}/client/server/utils.py (100%) rename {openpype => client/openpype}/hooks/pre_add_last_workfile_arg.py (100%) rename {openpype => client/openpype}/hooks/pre_copy_template_workfile.py (100%) rename {openpype => client/openpype}/hooks/pre_create_extra_workdir_folders.py (100%) rename {openpype => client/openpype}/hooks/pre_global_host_data.py (100%) rename {openpype => client/openpype}/hooks/pre_mac_launch.py (100%) rename {openpype => client/openpype}/hooks/pre_new_console_apps.py (100%) rename {openpype => client/openpype}/hooks/pre_non_python_host_launch.py (100%) rename {openpype => client/openpype}/hooks/pre_ocio_hook.py (100%) rename {openpype => client/openpype}/host/__init__.py (100%) rename {openpype => client/openpype}/host/dirmap.py (100%) rename {openpype => client/openpype}/host/host.py (100%) rename {openpype => client/openpype}/host/interfaces.py (100%) rename {openpype => client/openpype}/hosts/__init__.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/__init__.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/addon.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/README.md (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension.zxp (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/.debug (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/CSXS/manifest.xml (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/css/boilerplate.css (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/css/styles.css (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/css/topcoat-desktop-dark.min.css (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/icons/ayon_logo.png (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/icons/iconDarkNormal.png (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/icons/iconDarkRollover.png (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/icons/iconDisabled.png (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/icons/iconNormal.png (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/icons/iconRollover.png (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/index.html (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/js/libs/CSInterface.js (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/js/libs/jquery-2.0.2.min.js (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/js/libs/json.js (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/js/libs/loglevel.min.js (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/js/libs/wsrpc.js (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/js/libs/wsrpc.min.js (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/js/main.js (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/js/themeManager.js (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/extension/jsx/hostscript.jsx (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/launch_logic.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/lib.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/panel.png (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/panel_failure.png (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/workfile_template_builder.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/api/ws_stub.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/__init__.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/create/create_render.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/create/workfile_creator.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/load/load_background.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/load/load_file.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/add_publish_highlight.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/closeAE.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/collect_audio.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/collect_current_file.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/collect_extension_version.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/collect_render.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/collect_review.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/collect_workfile.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/extract_local_render.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/extract_save_scene.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/help/validate_footage_items.xml (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/help/validate_instance_asset.xml (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/help/validate_scene_settings.xml (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/increment_workfile.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/pre_collect_render.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/remove_publish_highlight.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/validate_footage_items.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/validate_instance_asset.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/plugins/publish/validate_scene_settings.py (100%) rename {openpype => client/openpype}/hosts/aftereffects/resources/template.aep (100%) rename {openpype => client/openpype}/hosts/blender/__init__.py (100%) rename {openpype => client/openpype}/hosts/blender/addon.py (100%) rename {openpype => client/openpype}/hosts/blender/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/blender/api/action.py (100%) rename {openpype => client/openpype}/hosts/blender/api/capture.py (100%) rename {openpype => client/openpype}/hosts/blender/api/colorspace.py (100%) rename {openpype => client/openpype}/hosts/blender/api/icons/pyblish-32x32.png (100%) rename {openpype => client/openpype}/hosts/blender/api/lib.py (100%) rename {openpype => client/openpype}/hosts/blender/api/ops.py (100%) rename {openpype => client/openpype}/hosts/blender/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/blender/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/blender/api/render_lib.py (100%) rename {openpype => client/openpype}/hosts/blender/api/workio.py (100%) rename {openpype => client/openpype}/hosts/blender/blender_addon/startup/init.py (100%) rename {openpype => client/openpype}/hosts/blender/hooks/pre_add_run_python_script_arg.py (100%) rename {openpype => client/openpype}/hosts/blender/hooks/pre_pyside_install.py (100%) rename {openpype => client/openpype}/hosts/blender/hooks/pre_windows_console.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/convert_legacy.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/create_action.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/create_animation.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/create_blendScene.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/create_camera.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/create_layout.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/create_model.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/create_pointcache.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/create_render.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/create_review.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/create_rig.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/create/create_workfile.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/import_workfile.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/load_abc.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/load_action.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/load_animation.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/load_audio.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/load_blend.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/load_blendscene.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/load_camera_abc.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/load_camera_fbx.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/load_fbx.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/load_layout_json.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/load/load_look.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/collect_current_file.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/collect_instance.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/collect_render.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/collect_review.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/collect_workfile.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/extract_abc.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/extract_abc_animation.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/extract_blend.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/extract_blend_animation.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/extract_camera_abc.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/extract_camera_fbx.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/extract_fbx.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/extract_fbx_animation.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/extract_layout.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/extract_playblast.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/extract_thumbnail.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/increment_workfile_version.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/integrate_animation.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/validate_camera_zero_keyframe.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/validate_deadline_publish.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/validate_file_saved.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/validate_instance_empty.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/validate_mesh_has_uv.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/validate_mesh_no_negative_scale.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/validate_no_colons_in_name.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/validate_object_mode.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/validate_render_camera_is_set.py (100%) rename {openpype => client/openpype}/hosts/blender/plugins/publish/validate_transform_zero.py (100%) rename {openpype => client/openpype}/hosts/celaction/__init__.py (100%) rename {openpype => client/openpype}/hosts/celaction/addon.py (100%) rename {openpype => client/openpype}/hosts/celaction/hooks/pre_celaction_setup.py (100%) rename {openpype => client/openpype}/hosts/celaction/plugins/__init__.py (100%) rename {openpype => client/openpype}/hosts/celaction/plugins/publish/collect_celaction_cli_kwargs.py (100%) rename {openpype => client/openpype}/hosts/celaction/plugins/publish/collect_celaction_instances.py (100%) rename {openpype => client/openpype}/hosts/celaction/plugins/publish/collect_render_path.py (100%) rename {openpype => client/openpype}/hosts/celaction/plugins/publish/integrate_version_up.py (100%) rename {openpype => client/openpype}/hosts/celaction/resources/celaction_template_scene.scn (100%) rename {openpype => client/openpype}/hosts/celaction/scripts/__init__.py (100%) rename {openpype => client/openpype}/hosts/celaction/scripts/publish_cli.py (100%) rename {openpype => client/openpype}/hosts/flame/__init__.py (100%) rename {openpype => client/openpype}/hosts/flame/addon.py (100%) rename {openpype => client/openpype}/hosts/flame/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/flame/api/batch_utils.py (100%) rename {openpype => client/openpype}/hosts/flame/api/constants.py (100%) rename {openpype => client/openpype}/hosts/flame/api/lib.py (100%) rename {openpype => client/openpype}/hosts/flame/api/menu.py (100%) rename {openpype => client/openpype}/hosts/flame/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/flame/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/flame/api/render_utils.py (100%) rename {openpype => client/openpype}/hosts/flame/api/scripts/wiretap_com.py (100%) rename {openpype => client/openpype}/hosts/flame/api/utils.py (100%) rename {openpype => client/openpype}/hosts/flame/api/workio.py (100%) rename {openpype => client/openpype}/hosts/flame/hooks/pre_flame_setup.py (100%) rename {openpype => client/openpype}/hosts/flame/otio/__init__.py (100%) rename {openpype => client/openpype}/hosts/flame/otio/flame_export.py (100%) rename {openpype => client/openpype}/hosts/flame/otio/utils.py (100%) rename {openpype => client/openpype}/hosts/flame/plugins/create/create_shot_clip.py (100%) rename {openpype => client/openpype}/hosts/flame/plugins/load/load_clip.py (100%) rename {openpype => client/openpype}/hosts/flame/plugins/load/load_clip_batch.py (100%) rename {openpype => client/openpype}/hosts/flame/plugins/publish/collect_test_selection.py (100%) rename {openpype => client/openpype}/hosts/flame/plugins/publish/collect_timeline_instances.py (100%) rename {openpype => client/openpype}/hosts/flame/plugins/publish/collect_timeline_otio.py (100%) rename {openpype => client/openpype}/hosts/flame/plugins/publish/extract_otio_file.py (100%) rename {openpype => client/openpype}/hosts/flame/plugins/publish/extract_subset_resources.py (100%) rename {openpype => client/openpype}/hosts/flame/plugins/publish/integrate_batch_group.py (100%) rename {openpype => client/openpype}/hosts/flame/startup/openpype_babypublisher/export_preset/openpype_seg_thumbnails_jpg.xml (100%) rename {openpype => client/openpype}/hosts/flame/startup/openpype_babypublisher/export_preset/openpype_seg_video_h264.xml (100%) rename {openpype => client/openpype}/hosts/flame/startup/openpype_babypublisher/modules/__init__.py (100%) rename {openpype => client/openpype}/hosts/flame/startup/openpype_babypublisher/modules/app_utils.py (100%) rename {openpype => client/openpype}/hosts/flame/startup/openpype_babypublisher/modules/ftrack_lib.py (100%) rename {openpype => client/openpype}/hosts/flame/startup/openpype_babypublisher/modules/panel_app.py (100%) rename {openpype => client/openpype}/hosts/flame/startup/openpype_babypublisher/modules/uiwidgets.py (100%) rename {openpype => client/openpype}/hosts/flame/startup/openpype_babypublisher/openpype_babypublisher.py (100%) rename {openpype => client/openpype}/hosts/flame/startup/openpype_in_flame.py (100%) rename {openpype => client/openpype}/hosts/fusion/__init__.py (100%) rename {openpype => client/openpype}/hosts/fusion/addon.py (100%) rename {openpype => client/openpype}/hosts/fusion/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/fusion/api/action.py (100%) rename {openpype => client/openpype}/hosts/fusion/api/lib.py (100%) rename {openpype => client/openpype}/hosts/fusion/api/menu.py (100%) rename {openpype => client/openpype}/hosts/fusion/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/fusion/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/fusion/api/pulse.py (100%) rename {openpype => client/openpype}/hosts/fusion/deploy/MenuScripts/README.md (100%) rename {openpype => client/openpype}/hosts/fusion/deploy/MenuScripts/install_pyside2.py (100%) rename {openpype => client/openpype}/hosts/fusion/deploy/MenuScripts/launch_menu.py (100%) rename {openpype => client/openpype}/hosts/fusion/deploy/ayon/Config/menu.fu (100%) rename {openpype => client/openpype}/hosts/fusion/deploy/ayon/fusion_shared.prefs (100%) rename {openpype => client/openpype}/hosts/fusion/deploy/openpype/Config/menu.fu (100%) rename {openpype => client/openpype}/hosts/fusion/deploy/openpype/fusion_shared.prefs (100%) rename {openpype => client/openpype}/hosts/fusion/hooks/pre_fusion_profile_hook.py (100%) rename {openpype => client/openpype}/hosts/fusion/hooks/pre_fusion_setup.py (100%) rename {openpype => client/openpype}/hosts/fusion/hooks/pre_pyside_install.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/create/create_image_saver.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/create/create_saver.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/create/create_workfile.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/inventory/select_containers.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/inventory/set_tool_color.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/load/actions.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/load/load_alembic.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/load/load_fbx.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/load/load_sequence.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/load/load_usd.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/load/load_workfile.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/collect_comp.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/collect_comp_frame_range.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/collect_inputs.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/collect_instances.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/collect_render.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/collect_workfile.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/extract_render_local.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/increment_current_file.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/save_scene.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/validate_background_depth.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/validate_comp_saved.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/validate_create_folder_checked.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/validate_expected_frames_existence.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/validate_filename_has_extension.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/validate_image_frame.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/validate_instance_frame_range.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/validate_saver_has_input.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/validate_saver_passthrough.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/validate_saver_resolution.py (100%) rename {openpype => client/openpype}/hosts/fusion/plugins/publish/validate_unique_subsets.py (100%) rename {openpype => client/openpype}/hosts/fusion/scripts/__init__.py (100%) rename {openpype => client/openpype}/hosts/fusion/scripts/duplicate_with_inputs.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/__init__.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/__init__.pyi (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/_cmp.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/_cmp.pyi (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/_compat.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/_config.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/_funcs.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/_make.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/_next_gen.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/_version_info.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/_version_info.pyi (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/converters.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/converters.pyi (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/exceptions.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/exceptions.pyi (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/filters.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/filters.pyi (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/py.typed (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/setters.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/setters.pyi (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/validators.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/attr/validators.pyi (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/__init__.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/_collections.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/_version.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/connection.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/connectionpool.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/contrib/__init__.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/contrib/_appengine_environ.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/contrib/_securetransport/__init__.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/contrib/_securetransport/bindings.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/contrib/_securetransport/low_level.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/contrib/appengine.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/contrib/ntlmpool.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/contrib/pyopenssl.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/contrib/securetransport.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/contrib/socks.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/exceptions.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/fields.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/filepost.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/packages/__init__.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/packages/backports/__init__.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/packages/backports/makefile.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/packages/six.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/packages/ssl_match_hostname/__init__.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/packages/ssl_match_hostname/_implementation.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/poolmanager.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/request.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/response.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/__init__.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/connection.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/proxy.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/queue.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/request.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/response.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/retry.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/ssl_.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/ssltransport.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/timeout.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/url.py (100%) rename {openpype => client/openpype}/hosts/fusion/vendor/urllib3/util/wait.py (100%) rename {openpype => client/openpype}/hosts/harmony/__init__.py (100%) rename {openpype => client/openpype}/hosts/harmony/addon.py (100%) rename {openpype => client/openpype}/hosts/harmony/api/README.md (100%) rename {openpype => client/openpype}/hosts/harmony/api/TB_sceneOpened.js (100%) rename {openpype => client/openpype}/hosts/harmony/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/harmony/api/js/.eslintrc.json (100%) rename {openpype => client/openpype}/hosts/harmony/api/js/AvalonHarmony.js (100%) rename {openpype => client/openpype}/hosts/harmony/api/js/package.json (100%) rename {openpype => client/openpype}/hosts/harmony/api/lib.py (100%) rename {openpype => client/openpype}/hosts/harmony/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/harmony/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/harmony/api/server.py (100%) rename {openpype => client/openpype}/hosts/harmony/api/temp.zip (100%) rename {openpype => client/openpype}/hosts/harmony/api/workio.py (100%) rename {openpype => client/openpype}/hosts/harmony/js/.eslintrc.json (100%) rename {openpype => client/openpype}/hosts/harmony/js/PypeHarmony.js (100%) rename {openpype => client/openpype}/hosts/harmony/js/README.md (100%) rename {openpype => client/openpype}/hosts/harmony/js/creators/CreateRender.js (100%) rename {openpype => client/openpype}/hosts/harmony/js/loaders/ImageSequenceLoader.js (100%) rename {openpype => client/openpype}/hosts/harmony/js/loaders/TemplateLoader.js (100%) rename {openpype => client/openpype}/hosts/harmony/js/package.json (100%) rename {openpype => client/openpype}/hosts/harmony/js/publish/CollectCurrentFile.js (100%) rename {openpype => client/openpype}/hosts/harmony/js/publish/CollectFarmRender.js (100%) rename {openpype => client/openpype}/hosts/harmony/js/publish/CollectPalettes.js (100%) rename {openpype => client/openpype}/hosts/harmony/js/publish/ExtractPalette.js (100%) rename {openpype => client/openpype}/hosts/harmony/js/publish/ExtractTemplate.js (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/__init__.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/create/create_farm_render.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/create/create_render.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/create/create_template.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/load/load_audio.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/load/load_background.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/load/load_imagesequence.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/load/load_palette.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/load/load_template.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/load/load_template_workfile.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/collect_audio.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/collect_current_file.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/collect_farm_render.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/collect_instances.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/collect_palettes.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/collect_scene.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/collect_workfile.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/extract_palette.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/extract_render.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/extract_save_scene.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/extract_template.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/extract_workfile.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/help/validate_audio.xml (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/help/validate_instances.xml (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/help/validate_scene_settings.xml (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/increment_workfile.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/validate_audio.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/validate_instances.py (100%) rename {openpype => client/openpype}/hosts/harmony/plugins/publish/validate_scene_settings.py (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/.eslintrc.json (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/.gitattributes (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/.gitignore (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/Install.bat (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/LICENSE (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/README.md (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/build_doc.bat (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/documentation.json (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/install.sh (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/oH_DOM.jpg (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_actions.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_application.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_attribute.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_backdrop.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_color.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_column.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_database.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_dialog.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_drawing.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_element.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_file.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_frame.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_list.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_math.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_metadata.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_misc.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_network.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_node.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_nodeAttributes.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_nodeLink.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_palette.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_path.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_preferencedoc.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_preferences.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_scene.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_threading.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_timeline.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_tool.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_toolInstall.ui (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony_install.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/openHarmony_tools.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/package.json (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/reference/Reference_view_currentToolManager().txt (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/tbpackage.json (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/INSTALL (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/README (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_anim_tools.js (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_basic_backdropPicker.ui (100%) rename {openpype => client/openpype}/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_rigging_tools.js (100%) rename {openpype => client/openpype}/hosts/hiero/__init__.py (100%) rename {openpype => client/openpype}/hosts/hiero/addon.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/constants.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/events.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/launchforhiero.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/lib.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/menu.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/otio/__init__.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/otio/hiero_export.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/otio/hiero_import.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/otio/utils.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/HieroPlayer/PlayerPresets.hrox (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/1_add_handles_end.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/2_add_handles.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/3D.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/3_add_handles_start.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/4_2D.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/edit.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/fusion.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/hierarchy.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/houdini.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/layers.psd (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/lense.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/lense1.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/maya.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/nuke.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/pype_icon.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/resolution.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/resolution.psd (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/retiming.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/retiming.psd (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/review.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/review.psd (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/volume.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/z_layer_bg.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/z_layer_fg.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Icons/z_layer_main.png (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/Startup/SpreadsheetExport.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/Startup/Startup.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportTask.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportUI.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/Startup/otioexporter/__init__.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/Startup/project_helpers.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/Startup/selection_tracker.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/Startup/setFrameRate.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/StartupUI/PimpMySpreadsheet.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/StartupUI/Purge.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/StartupUI/nukeStyleKeyboardShortcuts.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/StartupUI/otioimporter/OTIOImport.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/StartupUI/otioimporter/__init__.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/Python/StartupUI/setPosterFrame.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/TaskPresets/10.5/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/TaskPresets/11.1/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml (100%) rename {openpype => client/openpype}/hosts/hiero/api/startup/TaskPresets/11.2/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml (100%) rename {openpype => client/openpype}/hosts/hiero/api/style.css (100%) rename {openpype => client/openpype}/hosts/hiero/api/tags.py (100%) rename {openpype => client/openpype}/hosts/hiero/api/workio.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/create/create_shot_clip.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/load/load_clip.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/load/load_effects.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish/collect_clip_effects.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish/collect_frame_tag_instances.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish/collect_tag_tasks.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish/extract_clip_effects.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish/extract_frames.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish/extract_thumbnail.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish/integrate_version_up_workfile.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish/precollect_instances.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish/precollect_workfile.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish_old_workflow/collect_assetbuilds.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish_old_workflow/collect_tag_comments.py (100%) rename {openpype => client/openpype}/hosts/hiero/plugins/publish_old_workflow/precollect_retime.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/__init__.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/any_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/api_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/compiler/__init__.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/compiler/plugin_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/descriptor.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/descriptor_database.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/descriptor_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/descriptor_pool.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/duration_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/empty_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/field_mask_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/__init__.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/_parameterized.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/api_implementation.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/builder.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/containers.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/decoder.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/encoder.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/enum_type_wrapper.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/extension_dict.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/message_listener.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/message_set_extensions_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/missing_enum_values_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/more_extensions_dynamic_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/more_extensions_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/more_messages_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/no_package_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/python_message.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/type_checkers.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/well_known_types.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/internal/wire_format.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/json_format.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/message.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/message_factory.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/proto_builder.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/pyext/__init__.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/pyext/cpp_message.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/pyext/python_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/reflection.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/service.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/service_reflection.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/source_context_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/struct_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/symbol_database.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/text_encoding.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/text_format.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/timestamp_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/type_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/util/__init__.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/util/json_format_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/util/json_format_proto3_pb2.py (100%) rename {openpype => client/openpype}/hosts/hiero/vendor/google/protobuf/wrappers_pb2.py (100%) rename {openpype => client/openpype}/hosts/houdini/__init__.py (100%) rename {openpype => client/openpype}/hosts/houdini/addon.py (100%) rename {openpype => client/openpype}/hosts/houdini/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/houdini/api/action.py (100%) rename {openpype => client/openpype}/hosts/houdini/api/colorspace.py (100%) rename {openpype => client/openpype}/hosts/houdini/api/creator_node_shelves.py (100%) rename {openpype => client/openpype}/hosts/houdini/api/lib.py (100%) rename {openpype => client/openpype}/hosts/houdini/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/houdini/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/houdini/api/shelves.py (100%) rename {openpype => client/openpype}/hosts/houdini/api/usd.py (100%) rename {openpype => client/openpype}/hosts/houdini/hooks/set_paths.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/convert_legacy.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_alembic_camera.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_arnold_ass.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_arnold_rop.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_bgeo.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_composite.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_hda.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_karma_rop.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_mantra_ifd.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_mantra_rop.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_pointcache.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_redshift_proxy.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_redshift_rop.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_review.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_staticmesh.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_usd.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_usdrender.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_vbd_cache.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_vray_rop.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/create/create_workfile.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/inventory/set_camera_resolution.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/actions.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_alembic.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_alembic_archive.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_ass.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_bgeo.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_camera.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_fbx.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_hda.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_image.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_redshift_proxy.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_usd_layer.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_usd_reference.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/load_vdb.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/load/show_usdview.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_active_state.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_arnold_rop.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_asset_handles.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_cache_farm.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_chunk_size.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_current_file.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_frames.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_inputs.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_instances.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_instances_usd_layered.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_karma_rop.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_mantra_rop.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_output_node.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_pointcache_type.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_redshift_rop.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_remote_publish.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_render_products.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_review_data.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_rop_frame_range.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_staticmesh_type.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_usd_bootstrap.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_usd_layers.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_vray_rop.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_workfile.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/collect_workscene_fps.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_alembic.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_ass.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_bgeo.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_composite.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_fbx.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_hda.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_mantra_ifd.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_opengl.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_redshift_proxy.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_usd.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_usd_layered.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/extract_vdb_cache.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/help/validate_vdb_output_node.xml (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/increment_current_file.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/save_scene.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_abc_primitive_to_detail.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_alembic_face_sets.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_alembic_input_node.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_animation_settings.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_bypass.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_camera_rop.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_cop_output_node.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_fbx_output_node.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_file_extension.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_frame_range.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_frame_token.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_houdini_license_category.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_mesh_is_static.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_mkpaths_toggled.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_no_errors.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_primitive_hierarchy_paths.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_remote_publish.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_remote_publish_enabled.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_review_colorspace.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_scene_review.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_sop_output_node.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_subset_name.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_unreal_staticmesh_naming.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_usd_layer_path_backslashes.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_usd_model_and_shade.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_usd_output_node.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_usd_render_product_names.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_usd_setdress.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_usd_shade_model_exists.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_usd_shade_workspace.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_vdb_output_node.py (100%) rename {openpype => client/openpype}/hosts/houdini/plugins/publish/validate_workfile_paths.py (100%) rename {openpype => client/openpype}/hosts/houdini/startup/MainMenuCommon.xml (100%) rename {openpype => client/openpype}/hosts/houdini/startup/python2.7libs/pythonrc.py (100%) rename {openpype => client/openpype}/hosts/houdini/startup/python3.10libs/pythonrc.py (100%) rename {openpype => client/openpype}/hosts/houdini/startup/python3.7libs/pythonrc.py (100%) rename {openpype => client/openpype}/hosts/houdini/startup/python3.9libs/pythonrc.py (100%) rename {openpype => client/openpype}/hosts/max/__init__.py (100%) rename {openpype => client/openpype}/hosts/max/addon.py (100%) rename {openpype => client/openpype}/hosts/max/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/max/api/colorspace.py (100%) rename {openpype => client/openpype}/hosts/max/api/lib.py (100%) rename {openpype => client/openpype}/hosts/max/api/lib_renderproducts.py (100%) rename {openpype => client/openpype}/hosts/max/api/lib_rendersettings.py (100%) rename {openpype => client/openpype}/hosts/max/api/menu.py (100%) rename {openpype => client/openpype}/hosts/max/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/max/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/max/api/preview_animation.py (100%) rename {openpype => client/openpype}/hosts/max/hooks/force_startup_script.py (100%) rename {openpype => client/openpype}/hosts/max/hooks/inject_python.py (100%) rename {openpype => client/openpype}/hosts/max/hooks/set_paths.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/__init__.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/create/create_camera.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/create/create_maxScene.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/create/create_model.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/create/create_pointcache.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/create/create_pointcloud.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/create/create_redshift_proxy.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/create/create_render.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/create/create_review.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/create/create_tycache.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/load/load_camera_fbx.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/load/load_max_scene.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/load/load_model.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/load/load_model_fbx.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/load/load_model_obj.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/load/load_model_usd.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/load/load_pointcache.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/load/load_pointcache_ornatrix.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/load/load_pointcloud.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/load/load_redshift_proxy.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/load/load_tycache.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/collect_frame_range.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/collect_members.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/collect_render.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/collect_review.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/collect_tycache_attributes.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/collect_workfile.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/extract_alembic.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/extract_fbx.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/extract_max_scene_raw.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/extract_model_obj.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/extract_model_usd.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/extract_pointcloud.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/extract_redshift_proxy.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/extract_review_animation.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/extract_thumbnail.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/extract_tycache.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/increment_workfile_version.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/save_scene.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/save_scenes_for_cameras.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_attributes.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_camera_contents.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_deadline_publish.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_frame_range.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_instance_has_members.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_loaded_plugin.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_model_contents.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_pointcloud.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_renderable_camera.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_renderer_redshift_proxy.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_resolution_setting.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_scene_saved.py (100%) rename {openpype => client/openpype}/hosts/max/plugins/publish/validate_tyflow_data.py (100%) rename {openpype => client/openpype}/hosts/max/startup/startup.ms (100%) rename {openpype => client/openpype}/hosts/max/startup/startup.py (100%) rename {openpype => client/openpype}/hosts/maya/__init__.py (100%) rename {openpype => client/openpype}/hosts/maya/addon.py (100%) rename {openpype => client/openpype}/hosts/maya/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/maya/api/action.py (100%) rename {openpype => client/openpype}/hosts/maya/api/commands.py (100%) rename {openpype => client/openpype}/hosts/maya/api/customize.py (100%) rename {openpype => client/openpype}/hosts/maya/api/exitstack.py (100%) rename {openpype => client/openpype}/hosts/maya/api/fbx.py (100%) rename {openpype => client/openpype}/hosts/maya/api/gltf.py (100%) rename {openpype => client/openpype}/hosts/maya/api/lib.py (100%) rename {openpype => client/openpype}/hosts/maya/api/lib_renderproducts.py (100%) rename {openpype => client/openpype}/hosts/maya/api/lib_rendersettings.py (100%) rename {openpype => client/openpype}/hosts/maya/api/lib_rendersetup.py (100%) rename {openpype => client/openpype}/hosts/maya/api/menu.py (100%) rename {openpype => client/openpype}/hosts/maya/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/maya/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/maya/api/render_setup_tools.py (100%) rename {openpype => client/openpype}/hosts/maya/api/setdress.py (100%) rename {openpype => client/openpype}/hosts/maya/api/shader_definition_editor.py (100%) rename {openpype => client/openpype}/hosts/maya/api/workfile_template_builder.py (100%) rename {openpype => client/openpype}/hosts/maya/api/workio.py (100%) rename {openpype => client/openpype}/hosts/maya/hooks/pre_auto_load_plugins.py (100%) rename {openpype => client/openpype}/hosts/maya/hooks/pre_copy_mel.py (100%) rename {openpype => client/openpype}/hosts/maya/hooks/pre_open_workfile_post_initialization.py (100%) rename {openpype => client/openpype}/hosts/maya/lib.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/__init__.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/convert_legacy.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_animation.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_arnold_scene_source.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_assembly.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_camera.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_layout.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_look.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_matchmove.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_maya_usd.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_mayascene.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_model.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_multishot_layout.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_multiverse_look.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_multiverse_usd.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_multiverse_usd_comp.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_multiverse_usd_over.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_pointcache.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_proxy_abc.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_redshift_proxy.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_render.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_rendersetup.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_review.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_rig.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_setdress.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_unreal_skeletalmesh.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_unreal_staticmesh.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_unreal_yeticache.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_vrayproxy.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_vrayscene.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_workfile.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_xgen.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_yeti_cache.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/create/create_yeti_rig.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/inventory/connect_geometry.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/inventory/connect_xgen.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/inventory/connect_yeti_rig.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/inventory/import_modelrender.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/inventory/import_reference.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/inventory/rig_recreate_animation_instance.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/inventory/select_containers.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/_load_animation.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/actions.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_arnold_standin.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_assembly.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_audio.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_gpucache.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_image.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_image_plane.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_look.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_matchmove.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_maya_usd.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_multiverse_usd.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_multiverse_usd_over.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_redshift_proxy.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_reference.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_rendersetup.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_vdb_to_arnold.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_vdb_to_redshift.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_vdb_to_vray.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_vrayproxy.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_vrayscene.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_xgen.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_yeti_cache.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/load/load_yeti_rig.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/__init__.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_animation.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_arnold_scene_source.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_assembly.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_current_file.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_fbx_animation.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_fbx_camera.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_file_dependencies.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_gltf.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_history.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_inputs.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_instances.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_look.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_maya_scene_time.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_maya_units.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_maya_workspace.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_model.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_multiverse_look.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_pointcache.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_remove_marked.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_render.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_render_layer_aovs.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_renderable_camera.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_review.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_rig_sets.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_skeleton_mesh.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_unreal_skeletalmesh.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_unreal_staticmesh.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_user_defined_attributes.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_vrayproxy.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_vrayscene.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_workfile.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_workscene_fps.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_xgen.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_yeti_cache.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/collect_yeti_rig.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/determine_future_version.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_active_view_thumbnail.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_arnold_scene_source.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_assembly.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_camera_alembic.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_camera_mayaScene.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_fbx.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_fbx_animation.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_gltf.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_gpu_cache.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_import_reference.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_layout.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_look.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_maya_scene_raw.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_maya_usd.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_model.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_multiverse_look.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_multiverse_usd.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_multiverse_usd_comp.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_multiverse_usd_over.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_obj.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_playblast.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_pointcache.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_proxy_abc.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_redshift_proxy.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_rendersetup.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_rig.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_skeleton_mesh.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_thumbnail.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_abc.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_fbx.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_unreal_staticmesh.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_unreal_yeticache.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_vrayproxy.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_vrayscene.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_workfile_xgen.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_xgen.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_yeti_cache.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/extract_yeti_rig.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/help/submit_maya_remote_publish_deadline.xml (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/help/validate_maya_units.xml (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/help/validate_node_ids.xml (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/help/validate_skeletalmesh_hierarchy.xml (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/increment_current_file_deadline.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/reset_xgen_attributes.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/save_scene.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_animated_reference.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_animation_content.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_animation_out_set_related_node_ids.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_arnold_scene_source.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_arnold_scene_source_cbid.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_ass_relative_paths.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_assembly_name.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_assembly_namespaces.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_assembly_transforms.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_attributes.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_camera_attributes.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_camera_contents.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_color_sets.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_current_renderlayer_renderable.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_cycle_error.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_frame_range.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_glsl_material.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_glsl_plugin.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_instance_has_members.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_instance_in_context.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_instance_subset.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_instancer_content.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_instancer_frame_ranges.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_loaded_plugin.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_look_contents.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_look_default_shaders_connections.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_look_id_reference_edits.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_look_no_default_shaders.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_look_sets.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_look_shading_group.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_look_single_shader.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_maya_units.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_arnold_attributes.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_empty.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_has_uv.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_lamina_faces.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_ngons.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_no_negative_scale.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_non_manifold.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_non_zero_edge.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_normals_unlocked.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_overlapping_uvs.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_shader_connections.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_single_uv_set.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_uv_set_map1.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mesh_vertices_have_edges.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_model_content.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_model_name.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_mvlook_contents.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_no_animation.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_no_default_camera.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_no_namespace.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_no_null_transforms.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_no_unknown_nodes.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_no_vraymesh.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_node_ids.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_node_ids_deformed_shapes.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_node_ids_in_database.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_node_ids_related.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_node_ids_unique.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_node_no_ghosting.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_plugin_path_attributes.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_render_image_rule.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_render_no_default_cameras.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_render_single_camera.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_renderlayer_aovs.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_rendersettings.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_resolution.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_resources.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_review.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_rig_contents.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_rig_controllers.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_rig_controllers_arnold_attributes.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_rig_joints_hidden.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_rig_out_set_node_ids.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_rig_output_ids.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_scene_set_workspace.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_setdress_root.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_shader_name.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_shape_default_names.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_shape_render_stats.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_shape_zero.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_single_assembly.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_skeletalmesh_hierarchy.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_skeletalmesh_triangulated.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_skeleton_top_group_hierarchy.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_skinCluster_deformer_set.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_step_size.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_transform_naming_suffix.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_transform_zero.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_unique_names.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_unreal_mesh_triangulated.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_unreal_staticmesh_naming.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_unreal_up_axis.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_visible_only.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_vray.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_vray_distributed_rendering.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_vray_referenced_aovs.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_vray_translator_settings.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_vrayproxy.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_vrayproxy_members.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_xgen.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_yeti_rig_cache_state.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_yeti_rig_input_in_instance.py (100%) rename {openpype => client/openpype}/hosts/maya/plugins/publish/validate_yeti_rig_settings.py (100%) rename {openpype => client/openpype}/hosts/maya/startup/userSetup.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/__init__.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/LICENSE (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/__init__.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/alembic.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/app.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/arnold_standin.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/commands.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/lib.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/models.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/usd.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/views.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/vray_proxies.py (100%) rename {openpype => client/openpype}/hosts/maya/tools/mayalookassigner/widgets.py (100%) rename {openpype => client/openpype}/hosts/nuke/__init__.py (100%) rename {openpype => client/openpype}/hosts/nuke/addon.py (100%) rename {openpype => client/openpype}/hosts/nuke/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/nuke/api/actions.py (100%) rename {openpype => client/openpype}/hosts/nuke/api/command.py (100%) rename {openpype => client/openpype}/hosts/nuke/api/constants.py (100%) rename {openpype => client/openpype}/hosts/nuke/api/gizmo_menu.py (100%) rename {openpype => client/openpype}/hosts/nuke/api/lib.py (100%) rename {openpype => client/openpype}/hosts/nuke/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/nuke/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/nuke/api/utils.py (100%) rename {openpype => client/openpype}/hosts/nuke/api/workfile_template_builder.py (100%) rename {openpype => client/openpype}/hosts/nuke/api/workio.py (100%) rename {openpype => client/openpype}/hosts/nuke/hooks/pre_nukeassist_setup.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/__init__.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/create/__init__.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/create/convert_legacy.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/create/create_backdrop.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/create/create_camera.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/create/create_gizmo.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/create/create_model.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/create/create_source.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/create/create_write_image.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/create/create_write_prerender.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/create/create_write_render.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/create/workfile_creator.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/inventory/repair_old_loaders.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/inventory/select_containers.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/actions.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_backdrop.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_camera_abc.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_clip.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_effects.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_effects_ip.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_gizmo.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_gizmo_ip.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_image.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_matchmove.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_model.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_ociolook.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/load/load_script_precomp.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/collect_backdrop.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/collect_context_data.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/collect_framerate.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/collect_gizmo.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/collect_model.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/collect_nuke_instance_data.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/collect_reads.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/collect_slate_node.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/collect_workfile.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/collect_writes.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_backdrop.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_camera.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_gizmo.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_model.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_ouput_node.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_output_directory.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_render_local.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_review_data.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_review_data_lut.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_review_intermediates.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_script_save.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/extract_slate_frame.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/help/validate_asset_context.xml (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/help/validate_backdrop.xml (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/help/validate_gizmo.xml (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/help/validate_knobs.xml (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/help/validate_output_resolution.xml (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/help/validate_proxy_mode.xml (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/help/validate_rendered_frames.xml (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/help/validate_script_attributes.xml (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/help/validate_write_nodes.xml (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/increment_script_version.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/remove_ouput_node.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/validate_asset_context.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/validate_backdrop.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/validate_exposed_knobs.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/validate_gizmo.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/validate_knobs.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/validate_output_resolution.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/validate_proxy_mode.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/validate_rendered_frames.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/validate_script_attributes.py (100%) rename {openpype => client/openpype}/hosts/nuke/plugins/publish/validate_write_nodes.py (100%) rename {openpype => client/openpype}/hosts/nuke/startup/__init__.py (100%) rename {openpype => client/openpype}/hosts/nuke/startup/clear_rendered.py (100%) rename {openpype => client/openpype}/hosts/nuke/startup/custom_write_node.py (100%) rename {openpype => client/openpype}/hosts/nuke/startup/frame_setting_for_read_nodes.py (100%) rename {openpype => client/openpype}/hosts/nuke/startup/menu.py (100%) rename {openpype => client/openpype}/hosts/nuke/startup/write_to_read.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/__init__.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/any_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/api_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/compiler/__init__.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/compiler/plugin_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/descriptor.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/descriptor_database.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/descriptor_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/descriptor_pool.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/duration_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/empty_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/field_mask_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/__init__.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/_parameterized.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/api_implementation.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/builder.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/containers.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/decoder.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/encoder.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/enum_type_wrapper.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/extension_dict.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/message_listener.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/message_set_extensions_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/missing_enum_values_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/more_extensions_dynamic_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/more_extensions_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/more_messages_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/no_package_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/python_message.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/type_checkers.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/well_known_types.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/internal/wire_format.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/json_format.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/message.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/message_factory.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/proto_builder.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/pyext/__init__.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/pyext/cpp_message.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/pyext/python_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/reflection.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/service.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/service_reflection.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/source_context_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/struct_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/symbol_database.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/text_encoding.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/text_format.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/timestamp_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/type_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/util/__init__.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/util/json_format_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/util/json_format_proto3_pb2.py (100%) rename {openpype => client/openpype}/hosts/nuke/vendor/google/protobuf/wrappers_pb2.py (100%) rename {openpype => client/openpype}/hosts/photoshop/__init__.py (100%) rename {openpype => client/openpype}/hosts/photoshop/addon.py (100%) rename {openpype => client/openpype}/hosts/photoshop/api/README.md (100%) rename {openpype => client/openpype}/hosts/photoshop/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension.zxp (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/.debug (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/CSXS/manifest.xml (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/client/CSInterface.js (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/client/client.js (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/client/loglevel.min.js (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/client/wsrpc.js (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/client/wsrpc.min.js (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/host/JSX.js (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/host/index.jsx (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/host/json.js (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/icons/ayon_logo.png (100%) rename {openpype => client/openpype}/hosts/photoshop/api/extension/index.html (100%) rename {openpype => client/openpype}/hosts/photoshop/api/launch_logic.py (100%) rename {openpype => client/openpype}/hosts/photoshop/api/lib.py (100%) rename {openpype => client/openpype}/hosts/photoshop/api/panel.png (100%) rename {openpype => client/openpype}/hosts/photoshop/api/panel_failure.png (100%) rename {openpype => client/openpype}/hosts/photoshop/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/photoshop/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/photoshop/api/ws_stub.py (100%) rename {openpype => client/openpype}/hosts/photoshop/lib.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/create/create_flatten_image.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/create/create_image.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/create/create_review.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/create/create_workfile.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/load/load_image.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/load/load_image_from_sequence.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/load/load_reference.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/closePS.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_auto_image.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_auto_image_refresh.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_auto_review.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_auto_workfile.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_batch_data.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_color_coded_instances.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_current_file.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_extension_version.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_image.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_published_version.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_review.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_version.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/collect_workfile.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/extract_image.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/extract_review.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/extract_save_scene.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/help/validate_instance_asset.xml (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/help/validate_naming.xml (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/increment_workfile.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/validate_instance_asset.py (100%) rename {openpype => client/openpype}/hosts/photoshop/plugins/publish/validate_naming.py (100%) rename {openpype => client/openpype}/hosts/photoshop/resources/template.psd (100%) rename {openpype => client/openpype}/hosts/resolve/README.markdown (100%) rename {openpype => client/openpype}/hosts/resolve/RESOLVE_API_v18.5.1-build6.txt (100%) rename {openpype => client/openpype}/hosts/resolve/__init__.py (100%) rename {openpype => client/openpype}/hosts/resolve/addon.py (100%) rename {openpype => client/openpype}/hosts/resolve/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/resolve/api/action.py (100%) rename {openpype => client/openpype}/hosts/resolve/api/lib.py (100%) rename {openpype => client/openpype}/hosts/resolve/api/menu.py (100%) rename {openpype => client/openpype}/hosts/resolve/api/menu_style.qss (100%) rename {openpype => client/openpype}/hosts/resolve/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/resolve/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/resolve/api/testing_utils.py (100%) rename {openpype => client/openpype}/hosts/resolve/api/todo-rendering.py (100%) rename {openpype => client/openpype}/hosts/resolve/api/utils.py (100%) rename {openpype => client/openpype}/hosts/resolve/api/workio.py (100%) rename {openpype => client/openpype}/hosts/resolve/hooks/pre_resolve_last_workfile.py (100%) rename {openpype => client/openpype}/hosts/resolve/hooks/pre_resolve_setup.py (100%) rename {openpype => client/openpype}/hosts/resolve/hooks/pre_resolve_startup.py (100%) rename {openpype => client/openpype}/hosts/resolve/otio/__init__.py (100%) rename {openpype => client/openpype}/hosts/resolve/otio/davinci_export.py (100%) rename {openpype => client/openpype}/hosts/resolve/otio/davinci_import.py (100%) rename {openpype => client/openpype}/hosts/resolve/otio/utils.py (100%) rename {openpype => client/openpype}/hosts/resolve/plugins/create/create_shot_clip.py (100%) rename {openpype => client/openpype}/hosts/resolve/plugins/load/load_clip.py (100%) rename {openpype => client/openpype}/hosts/resolve/plugins/publish/extract_workfile.py (100%) rename {openpype => client/openpype}/hosts/resolve/plugins/publish/precollect_instances.py (100%) rename {openpype => client/openpype}/hosts/resolve/plugins/publish/precollect_workfile.py (100%) rename {openpype => client/openpype}/hosts/resolve/startup.py (100%) rename {openpype => client/openpype}/hosts/resolve/utility_scripts/AYON__Menu.py (100%) rename {openpype => client/openpype}/hosts/resolve/utility_scripts/OpenPype__Menu.py (100%) rename {openpype => client/openpype}/hosts/resolve/utility_scripts/develop/OTIO_export.py (100%) rename {openpype => client/openpype}/hosts/resolve/utility_scripts/develop/OTIO_import.py (100%) rename {openpype => client/openpype}/hosts/resolve/utility_scripts/develop/OpenPype_sync_util_scripts.py (100%) rename {openpype => client/openpype}/hosts/resolve/utility_scripts/openpype_startup.scriptlib (100%) rename {openpype => client/openpype}/hosts/resolve/utils.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/__init__.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/addon.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_app_name.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_bulk_mov_instances.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_context.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_editorial.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_editorial_instances.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_editorial_resources.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_harmony_scenes.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_harmony_zips.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_hierarchy.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_instance_data.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_matching_asset.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_remove_marked.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_representation_names.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/collect_texture.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/extract_resources.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/extract_thumbnail.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/extract_workfile_location.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/help/validate_editorial_resources.xml (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/help/validate_frame_ranges.xml (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/help/validate_shot_duplicates.xml (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/help/validate_simple_texture_naming.xml (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/help/validate_sources.xml (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/help/validate_task_existence.xml (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/help/validate_texture_batch.xml (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/help/validate_texture_has_workfile.xml (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/help/validate_texture_name.xml (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/help/validate_texture_versions.xml (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/help/validate_texture_workfiles.xml (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/validate_editorial_resources.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/validate_frame_ranges.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/validate_shot_duplicates.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/validate_sources.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/validate_task_existence.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/validate_texture_batch.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/validate_texture_has_workfile.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/validate_texture_name.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/validate_texture_versions.py (100%) rename {openpype => client/openpype}/hosts/standalonepublisher/plugins/publish/validate_texture_workfiles.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/__init__.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/addon.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/api/colorspace.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/api/lib.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/deploy/plugins/openpype_plugin.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/deploy/startup/openpype_load_on_first_run.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/plugins/create/create_textures.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/plugins/create/create_workfile.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/plugins/load/load_mesh.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/plugins/publish/collect_current_file.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/plugins/publish/collect_textureset_images.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/plugins/publish/collect_workfile_representation.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/plugins/publish/extract_textures.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/plugins/publish/increment_workfile.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/plugins/publish/save_workfile.py (100%) rename {openpype => client/openpype}/hosts/substancepainter/plugins/publish/validate_ouput_maps.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/__init__.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/addon.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/api/editorial.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/batch_parsing.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/create/create_colorspace_look.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/create/create_editorial.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/create/create_from_settings.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/create/create_movie_batch.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/create/create_online.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_app_name.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_clip_instances.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_colorspace_look.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_editorial_instances.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_editorial_reviewable.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_explicit_colorspace.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_frame_data_from_asset_entity.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_movie_batch.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_online_file.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_review_frames.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_sequence_frame_data.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_shot_instances.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_simple_instances.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/collect_source.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/extract_colorspace_look.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/help/validate_existing_version.xml (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/help/validate_frame_ranges.xml (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/validate_colorspace.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/validate_colorspace_look.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/validate_existing_version.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/validate_filepaths.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/validate_frame_ranges.py (100%) rename {openpype => client/openpype}/hosts/traypublisher/plugins/publish/validate_online_file.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/__init__.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/addon.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/api/communication_server.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/api/launch_script.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/api/lib.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/hooks/pre_launch_args.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/lib.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/create/convert_legacy.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/create/create_render.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/create/create_review.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/create/create_workfile.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/load/load_image.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/load/load_reference_image.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/load/load_sound.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/load/load_workfile.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/collect_instance_frames.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/collect_render_instances.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/collect_workfile.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/collect_workfile_data.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/extract_convert_to_exr.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/extract_sequence.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/help/validate_asset_name.xml (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/help/validate_duplicated_layer_names.xml (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/help/validate_layers_visibility.xml (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/help/validate_marks.xml (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/help/validate_missing_layer_names.xml (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/help/validate_render_layer_group.xml (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/help/validate_render_pass_group.xml (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/help/validate_scene_settings.xml (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/help/validate_start_frame.xml (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/help/validate_workfile_metadata.xml (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/help/validate_workfile_project_name.xml (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/increment_workfile_version.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/validate_asset_name.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/validate_duplicated_layer_names.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/validate_layers_visibility.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/validate_marks.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/validate_missing_layer_names.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/validate_render_layer_group.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/validate_render_pass_group.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/validate_scene_settings.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/validate_start_frame.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/validate_workfile_metadata.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/resources/template.tvpp (100%) rename {openpype => client/openpype}/hosts/tvpaint/tvpaint_plugin/__init__.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/tvpaint_plugin/plugin_code/CMakeLists.txt (100%) rename {openpype => client/openpype}/hosts/tvpaint/tvpaint_plugin/plugin_code/README.md (100%) rename {openpype => client/openpype}/hosts/tvpaint/tvpaint_plugin/plugin_code/library.cpp (100%) rename {openpype => client/openpype}/hosts/tvpaint/tvpaint_plugin/plugin_code/library.def (100%) rename {openpype => client/openpype}/hosts/tvpaint/tvpaint_plugin/plugin_files/windows_x64/plugin/OpenPypePlugin.dll (100%) rename {openpype => client/openpype}/hosts/tvpaint/tvpaint_plugin/plugin_files/windows_x86/plugin/OpenPypePlugin.dll (100%) rename {openpype => client/openpype}/hosts/tvpaint/worker/__init__.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/worker/init_file.tvpp (100%) rename {openpype => client/openpype}/hosts/tvpaint/worker/worker.py (100%) rename {openpype => client/openpype}/hosts/tvpaint/worker/worker_job.py (100%) rename {openpype => client/openpype}/hosts/unreal/README.md (100%) rename {openpype => client/openpype}/hosts/unreal/__init__.py (100%) rename {openpype => client/openpype}/hosts/unreal/addon.py (100%) rename {openpype => client/openpype}/hosts/unreal/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/unreal/api/helpers.py (100%) rename {openpype => client/openpype}/hosts/unreal/api/pipeline.py (100%) rename {openpype => client/openpype}/hosts/unreal/api/plugin.py (100%) rename {openpype => client/openpype}/hosts/unreal/api/rendering.py (100%) rename {openpype => client/openpype}/hosts/unreal/api/tools_ui.py (100%) rename {openpype => client/openpype}/hosts/unreal/hooks/pre_workfile_preparation.py (100%) rename {openpype => client/openpype}/hosts/unreal/lib.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/__init__.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/create/create_camera.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/create/create_layout.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/create/create_look.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/create/create_render.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/create/create_staticmeshfbx.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/create/create_uasset.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/inventory/delete_unused_assets.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/inventory/update_actors.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_alembic_animation.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_animation.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_camera.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_geometrycache_abc.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_layout.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_layout_existing.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_skeletalmesh_abc.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_skeletalmesh_fbx.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_staticmesh_abc.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_staticmesh_fbx.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_uasset.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/load/load_yeticache.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/publish/collect_current_file.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/publish/collect_instance_members.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/publish/collect_remove_marked.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/publish/collect_render_instances.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/publish/extract_camera.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/publish/extract_layout.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/publish/extract_look.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/publish/extract_uasset.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/publish/validate_no_dependencies.py (100%) rename {openpype => client/openpype}/hosts/unreal/plugins/publish/validate_sequence_frames.py (100%) rename {openpype => client/openpype}/hosts/unreal/ue_workers.py (100%) rename {openpype => client/openpype}/hosts/unreal/ui/__init__.py (100%) rename {openpype => client/openpype}/hosts/unreal/ui/splash_screen.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/README.md (100%) rename {openpype => client/openpype}/hosts/webpublisher/__init__.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/addon.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/api/__init__.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/lib.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/plugins/publish/collect_batch_data.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/plugins/publish/collect_fps.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/plugins/publish/collect_published_files.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/plugins/publish/collect_tvpaint_instances.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/plugins/publish/collect_tvpaint_workfile_data.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/plugins/publish/extract_tvpaint_workfile.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/plugins/publish/others_cleanup_job_root.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/plugins/publish/validate_tvpaint_workfile_data.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/publish_functions.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/webserver_service/__init__.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/webserver_service/webpublish_routes.py (100%) rename {openpype => client/openpype}/hosts/webpublisher/webserver_service/webserver.py (100%) rename {openpype => client/openpype}/lib/__init__.py (100%) rename {openpype => client/openpype}/lib/applications.py (100%) rename {openpype => client/openpype}/lib/attribute_definitions.py (100%) rename {openpype => client/openpype}/lib/connections.py (100%) rename {openpype => client/openpype}/lib/dateutils.py (100%) rename {openpype => client/openpype}/lib/env_tools.py (100%) rename {openpype => client/openpype}/lib/events.py (100%) rename {openpype => client/openpype}/lib/execute.py (100%) rename {openpype => client/openpype}/lib/file_transaction.py (100%) rename {openpype => client/openpype}/lib/local_settings.py (100%) rename {openpype => client/openpype}/lib/log.py (100%) rename {openpype => client/openpype}/lib/openpype_version.py (100%) rename {openpype => client/openpype}/lib/path_templates.py (100%) rename {openpype => client/openpype}/lib/path_tools.py (100%) rename {openpype => client/openpype}/lib/plugin_tools.py (100%) rename {openpype => client/openpype}/lib/profiles_filtering.py (100%) rename {openpype => client/openpype}/lib/profiling.py (100%) rename {openpype => client/openpype}/lib/project_backpack.py (100%) rename {openpype => client/openpype}/lib/pype_info.py (100%) rename {openpype => client/openpype}/lib/python_2_comp.py (100%) rename {openpype => client/openpype}/lib/python_module_tools.py (100%) rename {openpype => client/openpype}/lib/terminal.py (100%) rename {openpype => client/openpype}/lib/transcoding.py (100%) rename {openpype => client/openpype}/lib/usdlib.py (100%) rename {openpype => client/openpype}/lib/vendor_bin_utils.py (100%) rename {openpype => client/openpype}/modules/README.md (100%) rename {openpype => client/openpype}/modules/__init__.py (100%) rename {openpype => client/openpype}/modules/asset_reporter/__init__.py (100%) rename {openpype => client/openpype}/modules/asset_reporter/module.py (100%) rename {openpype => client/openpype}/modules/asset_reporter/window.py (100%) rename {openpype => client/openpype}/modules/avalon_apps/__init__.py (100%) rename {openpype => client/openpype}/modules/avalon_apps/avalon_app.py (100%) rename {openpype => client/openpype}/modules/avalon_apps/rest_api.py (100%) rename {openpype => client/openpype}/modules/base.py (100%) rename {openpype => client/openpype}/modules/click_wrap.py (100%) rename {openpype => client/openpype}/modules/clockify/__init__.py (100%) rename {openpype => client/openpype}/modules/clockify/clockify_api.py (100%) rename {openpype => client/openpype}/modules/clockify/clockify_module.py (100%) rename {openpype => client/openpype}/modules/clockify/constants.py (100%) rename {openpype => client/openpype}/modules/clockify/ftrack/server/action_clockify_sync_server.py (100%) rename {openpype => client/openpype}/modules/clockify/ftrack/user/action_clockify_sync_local.py (100%) rename {openpype => client/openpype}/modules/clockify/launcher_actions/ClockifyStart.py (100%) rename {openpype => client/openpype}/modules/clockify/launcher_actions/ClockifySync.py (100%) rename {openpype => client/openpype}/modules/clockify/widgets.py (100%) rename {openpype => client/openpype}/modules/deadline/__init__.py (100%) rename {openpype => client/openpype}/modules/deadline/abstract_submit_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/deadline_module.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/collect_deadline_server_from_instance.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/collect_default_deadline_server.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/collect_pools.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/collect_publishable_instances.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/help/validate_deadline_pools.xml (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_aftereffects_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_blender_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_celaction_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_fusion_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_harmony_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_houdini_cache_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_houdini_remote_publish.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_houdini_render_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_max_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_maya_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_maya_remote_publish_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_nuke_deadline.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_publish_cache_job.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/submit_publish_job.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/validate_deadline_connection.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/validate_deadline_pools.py (100%) rename {openpype => client/openpype}/modules/deadline/plugins/publish/validate_expected_and_rendered_files.py (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/Ayon/Ayon.ico (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/Ayon/Ayon.options (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/Ayon/Ayon.param (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/Ayon/Ayon.py (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/CelAction/CelAction.ico (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/CelAction/CelAction.param (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/CelAction/CelAction.py (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/GlobalJobPreLoad.py (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.ico (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.options (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.param (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.py (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.ico (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.options (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.param (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.py (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.ico (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.options (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.param (100%) rename {openpype => client/openpype}/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.py (100%) rename {openpype => client/openpype}/modules/deadline/repository/readme.md (100%) rename {openpype => client/openpype}/modules/example_addons/example_addon/__init__.py (100%) rename {openpype => client/openpype}/modules/example_addons/example_addon/addon.py (100%) rename {openpype => client/openpype}/modules/example_addons/example_addon/plugins/publish/example_plugin.py (100%) rename {openpype => client/openpype}/modules/example_addons/example_addon/settings/defaults/project_settings.json (100%) rename {openpype => client/openpype}/modules/example_addons/example_addon/settings/defaults/system_settings.json (100%) rename {openpype => client/openpype}/modules/example_addons/example_addon/settings/dynamic_schemas/project_dynamic_schemas.json (100%) rename {openpype => client/openpype}/modules/example_addons/example_addon/settings/dynamic_schemas/system_dynamic_schemas.json (100%) rename {openpype => client/openpype}/modules/example_addons/example_addon/settings/schemas/project_schemas/main.json (100%) rename {openpype => client/openpype}/modules/example_addons/example_addon/settings/schemas/project_schemas/the_template.json (100%) rename {openpype => client/openpype}/modules/example_addons/example_addon/settings/schemas/system_schemas/main.json (100%) rename {openpype => client/openpype}/modules/example_addons/example_addon/widgets.py (100%) rename {openpype => client/openpype}/modules/example_addons/tiny_addon.py (100%) rename {openpype => client/openpype}/modules/ftrack/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/action_clone_review_session.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/action_create_review_session.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/action_multiple_notes.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/action_prepare_project.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/action_private_project_detection.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/action_push_frame_values_to_task.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/action_sync_to_avalon.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/action_tranfer_hierarchical_values.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_del_avalon_id_from_new.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_first_version_status.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_next_task_update.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_radio_buttons.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_sync_links.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_sync_to_avalon.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_task_to_parent_status.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_task_to_version_status.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_thumbnail_updates.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_user_assigment.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_applications.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_batch_task_creation.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_client_review_sort.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_component_open.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_create_cust_attrs.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_create_folders.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_create_project_structure.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_delete_asset.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_delete_old_versions.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_delivery.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_djvview.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_fill_workfile_attr.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_job_killer.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_multiple_notes.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_prepare_project.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_rv.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_seed.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_sync_to_avalon.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_test.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py (100%) rename {openpype => client/openpype}/modules/ftrack/event_handlers_user/action_where_run_ask.py (100%) rename {openpype => client/openpype}/modules/ftrack/ftrack_module.py (100%) rename {openpype => client/openpype}/modules/ftrack/ftrack_server/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/ftrack_server/event_server_cli.py (100%) rename {openpype => client/openpype}/modules/ftrack/ftrack_server/ftrack_server.py (100%) rename {openpype => client/openpype}/modules/ftrack/ftrack_server/lib.py (100%) rename {openpype => client/openpype}/modules/ftrack/ftrack_server/socket_thread.py (100%) rename {openpype => client/openpype}/modules/ftrack/launch_hooks/post_ftrack_changes.py (100%) rename {openpype => client/openpype}/modules/ftrack/lib/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/lib/avalon_sync.py (100%) rename {openpype => client/openpype}/modules/ftrack/lib/constants.py (100%) rename {openpype => client/openpype}/modules/ftrack/lib/credentials.py (100%) rename {openpype => client/openpype}/modules/ftrack/lib/custom_attributes.json (100%) rename {openpype => client/openpype}/modules/ftrack/lib/custom_attributes.py (100%) rename {openpype => client/openpype}/modules/ftrack/lib/ftrack_action_handler.py (100%) rename {openpype => client/openpype}/modules/ftrack/lib/ftrack_base_handler.py (100%) rename {openpype => client/openpype}/modules/ftrack/lib/ftrack_event_handler.py (100%) rename {openpype => client/openpype}/modules/ftrack/lib/settings.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/_unused_publish/integrate_ftrack_comments.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/collect_custom_attributes_data.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/collect_ftrack_api.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/collect_ftrack_family.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/collect_local_ftrack_creds.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/collect_username.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/integrate_ftrack_api.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/integrate_ftrack_component_overwrite.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/integrate_ftrack_description.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/integrate_ftrack_instances.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/integrate_ftrack_note.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/integrate_ftrack_status.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/integrate_hierarchy_ftrack.py (100%) rename {openpype => client/openpype}/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/.gitignore (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/LICENSE.python (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/LICENSE.txt (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/MANIFEST.in (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/README.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/bitbucket-pipelines.yml (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/_static/ftrack.css (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/base.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/disk.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/index.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/server.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/attribute.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/cache.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/collection.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/asset_version.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/base.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/component.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/factory.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/index.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/job.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/location.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/note.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/project_schema.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/user.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/base.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/expression.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/hub.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/index.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/subscriber.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/subscription.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/exception.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/formatter.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/index.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/inspection.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/logging.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/operation.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/plugin.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/query.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/resource_identifier_transformer/base.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/resource_identifier_transformer/index.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/session.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/base.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/id.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/index.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/origin.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/standard.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/symbol.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/caching.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/conf.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/docutils.conf (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/environment_variables.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/event_list.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/assignments_and_allocations.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/component.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/custom_attribute.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/encode_media.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/entity_links.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/index.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/invite_user.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/job.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/link_attribute.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/list.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/manage_custom_attribute_configuration.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/metadata.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/note.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/project.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/publishing.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/review_session.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/scope.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/security_roles.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/sync_ldap_users.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/task_template.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/thumbnail.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/timer.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/web_review.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/glossary.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/handling_events.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/image/configuring_plugins_directory.png (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/index.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/installing.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/introduction.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/configuring.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/index.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/overview.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/tutorial.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/querying.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/index.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/migrating_from_old_api.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/migration.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/release_notes.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin_safe.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin_using_session.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/security_and_authentication.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/tutorial.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/understanding_sessions.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/doc/working_with_entities.rst (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/pytest.ini (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/configure_locations.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/construct_entity_type.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/setup.cfg (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/setup.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_centralized_storage_scenario.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_python_ntpath.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_version.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_weakref.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/base.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/disk.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/server.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/attribute.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/cache.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/collection.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/data.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/asset_version.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/base.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/component.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/factory.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/job.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/location.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/note.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/project_schema.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/user.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/base.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/expression.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/hub.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscriber.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscription.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/exception.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/formatter.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/inspection.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/logging.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/operation.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/plugin.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/query.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/resource_identifier_transformer/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/resource_identifier_transformer/base.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/session.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/base.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/entity_id.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/id.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/origin.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/standard.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/symbol.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/colour_wheel.mov (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/image-resized-10.png (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/image.png (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/configure_locations.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/construct_entity_type.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/count_session_event.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_disk.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_server.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/conftest.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_asset_version.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_base.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_component.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_factory.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_job.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_location.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_metadata.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_note.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_project_schema.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_scopes.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_user.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/event_hub_server_heartbeat.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_base.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_expression.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_hub.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscriber.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscription.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/resource_identifier_transformer/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/resource_identifier_transformer/test_base.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_base.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_entity_id.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_id.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_origin.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_standard.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_attribute.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_cache.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_collection.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_custom_attribute.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_data.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_formatter.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_inspection.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_operation.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_package.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_plugin.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_query.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_session.py (100%) rename {openpype => client/openpype}/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_timer.py (100%) rename {openpype => client/openpype}/modules/ftrack/scripts/sub_event_processor.py (100%) rename {openpype => client/openpype}/modules/ftrack/scripts/sub_event_status.py (100%) rename {openpype => client/openpype}/modules/ftrack/scripts/sub_event_storer.py (100%) rename {openpype => client/openpype}/modules/ftrack/scripts/sub_legacy_server.py (100%) rename {openpype => client/openpype}/modules/ftrack/scripts/sub_user_server.py (100%) rename {openpype => client/openpype}/modules/ftrack/tray/__init__.py (100%) rename {openpype => client/openpype}/modules/ftrack/tray/ftrack_tray.py (100%) rename {openpype => client/openpype}/modules/ftrack/tray/login_dialog.py (100%) rename {openpype => client/openpype}/modules/ftrack/tray/login_tools.py (100%) rename {openpype => client/openpype}/modules/interfaces.py (100%) rename {openpype => client/openpype}/modules/job_queue/__init__.py (100%) rename {openpype => client/openpype}/modules/job_queue/job_server/__init__.py (100%) rename {openpype => client/openpype}/modules/job_queue/job_server/job_queue_route.py (100%) rename {openpype => client/openpype}/modules/job_queue/job_server/jobs.py (100%) rename {openpype => client/openpype}/modules/job_queue/job_server/server.py (100%) rename {openpype => client/openpype}/modules/job_queue/job_server/utils.py (100%) rename {openpype => client/openpype}/modules/job_queue/job_server/workers.py (100%) rename {openpype => client/openpype}/modules/job_queue/job_server/workers_rpc_route.py (100%) rename {openpype => client/openpype}/modules/job_queue/job_workers/__init__.py (100%) rename {openpype => client/openpype}/modules/job_queue/job_workers/base_worker.py (100%) rename {openpype => client/openpype}/modules/job_queue/module.py (100%) rename {openpype => client/openpype}/modules/kitsu/__init__.py (100%) rename {openpype => client/openpype}/modules/kitsu/actions/launcher_show_in_kitsu.py (100%) rename {openpype => client/openpype}/modules/kitsu/kitsu_module.py (100%) rename {openpype => client/openpype}/modules/kitsu/kitsu_widgets.py (100%) rename {openpype => client/openpype}/modules/kitsu/plugins/publish/collect_kitsu_credential.py (100%) rename {openpype => client/openpype}/modules/kitsu/plugins/publish/collect_kitsu_entities.py (100%) rename {openpype => client/openpype}/modules/kitsu/plugins/publish/collect_kitsu_username.py (100%) rename {openpype => client/openpype}/modules/kitsu/plugins/publish/integrate_kitsu_note.py (100%) rename {openpype => client/openpype}/modules/kitsu/plugins/publish/integrate_kitsu_review.py (100%) rename {openpype => client/openpype}/modules/kitsu/plugins/publish/other_kitsu_log_out.py (100%) rename {openpype => client/openpype}/modules/kitsu/utils/__init__.py (100%) rename {openpype => client/openpype}/modules/kitsu/utils/credentials.py (100%) rename {openpype => client/openpype}/modules/kitsu/utils/sync_service.py (100%) rename {openpype => client/openpype}/modules/kitsu/utils/update_op_with_zou.py (100%) rename {openpype => client/openpype}/modules/kitsu/utils/update_zou_with_op.py (100%) rename {openpype => client/openpype}/modules/launcher_action.py (100%) rename {openpype => client/openpype}/modules/log_viewer/__init__.py (100%) rename {openpype => client/openpype}/modules/log_viewer/log_view_module.py (100%) rename {openpype => client/openpype}/modules/log_viewer/tray/__init__.py (100%) rename {openpype => client/openpype}/modules/log_viewer/tray/app.py (100%) rename {openpype => client/openpype}/modules/log_viewer/tray/models.py (100%) rename {openpype => client/openpype}/modules/log_viewer/tray/widgets.py (100%) rename {openpype => client/openpype}/modules/project_manager_action.py (100%) rename {openpype => client/openpype}/modules/python_console_interpreter/__init__.py (100%) rename {openpype => client/openpype}/modules/python_console_interpreter/module.py (100%) rename {openpype => client/openpype}/modules/python_console_interpreter/window/__init__.py (100%) rename {openpype => client/openpype}/modules/python_console_interpreter/window/widgets.py (100%) rename {openpype => client/openpype}/modules/royalrender/__init__.py (100%) rename {openpype => client/openpype}/modules/royalrender/api.py (100%) rename {openpype => client/openpype}/modules/royalrender/lib.py (100%) rename {openpype => client/openpype}/modules/royalrender/plugins/publish/collect_rr_path_from_instance.py (100%) rename {openpype => client/openpype}/modules/royalrender/plugins/publish/collect_sequences_from_job.py (100%) rename {openpype => client/openpype}/modules/royalrender/plugins/publish/create_maya_royalrender_job.py (100%) rename {openpype => client/openpype}/modules/royalrender/plugins/publish/create_nuke_royalrender_job.py (100%) rename {openpype => client/openpype}/modules/royalrender/plugins/publish/create_publish_royalrender_job.py (100%) rename {openpype => client/openpype}/modules/royalrender/plugins/publish/submit_jobs_to_royalrender.py (100%) rename {openpype => client/openpype}/modules/royalrender/royal_render_module.py (100%) rename {openpype => client/openpype}/modules/royalrender/rr_job.py (100%) rename {openpype => client/openpype}/modules/royalrender/rr_root/README.md (100%) rename {openpype => client/openpype}/modules/royalrender/rr_root/plugins/control_job/perjob/m50__openpype_publish_render.py (100%) rename {openpype => client/openpype}/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype.png (100%) rename {openpype => client/openpype}/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype__PublishJob.cfg (100%) rename {openpype => client/openpype}/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype___global.inc (100%) rename {openpype => client/openpype}/modules/royalrender/rr_root/render_apps/_install_paths/OpenPype.cfg (100%) rename {openpype => client/openpype}/modules/royalrender/rr_root/render_apps/_prepost_scripts/OpenPypeEnvironment.cfg (100%) rename {openpype => client/openpype}/modules/royalrender/rr_root/render_apps/_prepost_scripts/PreOpenPypeInjectEnvironments.py (100%) rename {openpype => client/openpype}/modules/settings_action.py (100%) rename {openpype => client/openpype}/modules/shotgrid/README.md (100%) rename {openpype => client/openpype}/modules/shotgrid/__init__.py (100%) rename {openpype => client/openpype}/modules/shotgrid/lib/__init__.py (100%) rename {openpype => client/openpype}/modules/shotgrid/lib/const.py (100%) rename {openpype => client/openpype}/modules/shotgrid/lib/credentials.py (100%) rename {openpype => client/openpype}/modules/shotgrid/lib/record.py (100%) rename {openpype => client/openpype}/modules/shotgrid/lib/settings.py (100%) rename {openpype => client/openpype}/modules/shotgrid/plugins/publish/collect_shotgrid_entities.py (100%) rename {openpype => client/openpype}/modules/shotgrid/plugins/publish/collect_shotgrid_session.py (100%) rename {openpype => client/openpype}/modules/shotgrid/plugins/publish/integrate_shotgrid_publish.py (100%) rename {openpype => client/openpype}/modules/shotgrid/plugins/publish/integrate_shotgrid_version.py (100%) rename {openpype => client/openpype}/modules/shotgrid/plugins/publish/validate_shotgrid_user.py (100%) rename {openpype => client/openpype}/modules/shotgrid/server/README.md (100%) rename {openpype => client/openpype}/modules/shotgrid/shotgrid_module.py (100%) rename {openpype => client/openpype}/modules/shotgrid/tests/shotgrid/lib/test_credentials.py (100%) rename {openpype => client/openpype}/modules/shotgrid/tray/credential_dialog.py (100%) rename {openpype => client/openpype}/modules/shotgrid/tray/shotgrid_tray.py (100%) rename {openpype => client/openpype}/modules/slack/README.md (100%) rename {openpype => client/openpype}/modules/slack/__init__.py (100%) rename {openpype => client/openpype}/modules/slack/launch_hooks/pre_python2_vendor.py (100%) rename {openpype => client/openpype}/modules/slack/manifest.yml (100%) rename {openpype => client/openpype}/modules/slack/plugins/publish/collect_slack_family.py (100%) rename {openpype => client/openpype}/modules/slack/plugins/publish/integrate_slack_api.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/.appveyor.yml (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/.coveragerc (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/.flake8 (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/.github/contributing.md (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/.github/issue_template.md (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/.github/maintainers_guide.md (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/.github/pull_request_template.md (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/.gitignore (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/.travis.yml (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/LICENSE (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/MANIFEST.in (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/README.rst (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/.gitignore (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/Makefile (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/conf.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/layout.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/localtoc.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/relations.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/sidebar.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/default.css_t (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/docs.css_t (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/pygments.css_t (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/theme.conf (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/about.rst (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/auth.rst (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/basic_usage.rst (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/changelog.rst (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/conf.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/conversations.rst (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/faq.rst (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/index.rst (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/make.bat (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/metadata.rst (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/real_time_messaging.rst (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs.sh (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/.buildinfo (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/.nojekyll (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/ajax-loader.gif (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/basic.css (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/classic.css (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment-bright.png (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment-close.png (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment.png (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/default.css (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/docs.css (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/doctools.js (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/documentation_options.js (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/down-pressed.png (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/down.png (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/file.png (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery-3.2.1.js (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery.js (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/language_data.js (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/minus.png (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/plus.png (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/pygments.css (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/searchtools.js (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/sidebar.js (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/underscore-1.3.1.js (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/underscore.js (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/up-pressed.png (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/up.png (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/websupport.js (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/about.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/auth.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/basic_usage.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/changelog.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/conversations.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/faq.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/genindex.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/index.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/metadata.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/objects.inv (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/real_time_messaging.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/search.html (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/docs/searchindex.js (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/requirements.txt (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/setup.cfg (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/setup.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/__init__.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/channel.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/client.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/exceptions.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/im.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/server.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/slackrequest.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/user.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/util.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/version.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/test_requirements.txt (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/tests/conftest.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/channel.created.json (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/im.created.json (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/rtm.start.json (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/slack_logo.png (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_channel.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_server.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_slackclient.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_slackrequest.py (100%) rename {openpype => client/openpype}/modules/slack/python2_vendor/python-slack-sdk-1/tox.ini (100%) rename {openpype => client/openpype}/modules/slack/resources/openpype_icon.png (100%) rename {openpype => client/openpype}/modules/slack/slack_module.py (100%) rename {openpype => client/openpype}/modules/sync_server/README.md (100%) rename {openpype => client/openpype}/modules/sync_server/__init__.py (100%) rename {openpype => client/openpype}/modules/sync_server/launch_hooks/pre_copy_last_published_workfile.py (100%) rename {openpype => client/openpype}/modules/sync_server/plugins/load/add_site.py (100%) rename {openpype => client/openpype}/modules/sync_server/plugins/load/remove_site.py (100%) rename {openpype => client/openpype}/modules/sync_server/providers/__init__.py (100%) rename {openpype => client/openpype}/modules/sync_server/providers/abstract_provider.py (100%) rename {openpype => client/openpype}/modules/sync_server/providers/dropbox.py (100%) rename {openpype => client/openpype}/modules/sync_server/providers/gdrive.py (100%) rename {openpype => client/openpype}/modules/sync_server/providers/lib.py (100%) rename {openpype => client/openpype}/modules/sync_server/providers/local_drive.py (100%) rename {openpype => client/openpype}/modules/sync_server/providers/resources/dropbox.png (100%) rename {openpype => client/openpype}/modules/sync_server/providers/resources/folder.png (100%) rename {openpype => client/openpype}/modules/sync_server/providers/resources/gdrive.png (100%) rename {openpype => client/openpype}/modules/sync_server/providers/resources/local_drive.png (100%) rename {openpype => client/openpype}/modules/sync_server/providers/resources/sftp.png (100%) rename {openpype => client/openpype}/modules/sync_server/providers/resources/studio.png (100%) rename {openpype => client/openpype}/modules/sync_server/providers/sftp.py (100%) rename {openpype => client/openpype}/modules/sync_server/resources/disabled.png (100%) rename {openpype => client/openpype}/modules/sync_server/resources/paused.png (100%) rename {openpype => client/openpype}/modules/sync_server/resources/refresh.png (100%) rename {openpype => client/openpype}/modules/sync_server/resources/synced.png (100%) rename {openpype => client/openpype}/modules/sync_server/rest_api.py (100%) rename {openpype => client/openpype}/modules/sync_server/sync_server.py (100%) rename {openpype => client/openpype}/modules/sync_server/sync_server_module.py (100%) rename {openpype => client/openpype}/modules/sync_server/tray/app.py (100%) rename {openpype => client/openpype}/modules/sync_server/tray/delegates.py (100%) rename {openpype => client/openpype}/modules/sync_server/tray/lib.py (100%) rename {openpype => client/openpype}/modules/sync_server/tray/models.py (100%) rename {openpype => client/openpype}/modules/sync_server/tray/widgets.py (100%) rename {openpype => client/openpype}/modules/sync_server/utils.py (100%) rename {openpype => client/openpype}/modules/timers_manager/__init__.py (100%) rename {openpype => client/openpype}/modules/timers_manager/exceptions.py (100%) rename {openpype => client/openpype}/modules/timers_manager/idle_threads.py (100%) rename {openpype => client/openpype}/modules/timers_manager/launch_hooks/post_start_timer.py (100%) rename {openpype => client/openpype}/modules/timers_manager/plugins/publish/start_timer.py (100%) rename {openpype => client/openpype}/modules/timers_manager/plugins/publish/stop_timer.py (100%) rename {openpype => client/openpype}/modules/timers_manager/rest_api.py (100%) rename {openpype => client/openpype}/modules/timers_manager/timers_manager.py (100%) rename {openpype => client/openpype}/modules/timers_manager/widget_user_idle.py (100%) rename {openpype => client/openpype}/modules/webserver/__init__.py (100%) rename {openpype => client/openpype}/modules/webserver/base_routes.py (100%) rename {openpype => client/openpype}/modules/webserver/cors_middleware.py (100%) rename {openpype => client/openpype}/modules/webserver/host_console_listener.py (100%) rename {openpype => client/openpype}/modules/webserver/server.py (100%) rename {openpype => client/openpype}/modules/webserver/webserver_module.py (100%) rename {openpype => client/openpype}/pipeline/__init__.py (100%) rename {openpype => client/openpype}/pipeline/actions.py (100%) rename {openpype => client/openpype}/pipeline/anatomy.py (100%) rename {openpype => client/openpype}/pipeline/colorspace.py (100%) rename {openpype => client/openpype}/pipeline/constants.py (100%) rename {openpype => client/openpype}/pipeline/context_tools.py (100%) rename {openpype => client/openpype}/pipeline/create/README.md (100%) rename {openpype => client/openpype}/pipeline/create/__init__.py (100%) rename {openpype => client/openpype}/pipeline/create/constants.py (100%) rename {openpype => client/openpype}/pipeline/create/context.py (100%) rename {openpype => client/openpype}/pipeline/create/creator_plugins.py (100%) rename {openpype => client/openpype}/pipeline/create/legacy_create.py (100%) rename {openpype => client/openpype}/pipeline/create/subset_name.py (100%) rename {openpype => client/openpype}/pipeline/create/utils.py (100%) rename {openpype => client/openpype}/pipeline/delivery.py (100%) rename {openpype => client/openpype}/pipeline/editorial.py (100%) rename {openpype => client/openpype}/pipeline/farm/__init__.py (100%) rename {openpype => client/openpype}/pipeline/farm/patterning.py (100%) rename {openpype => client/openpype}/pipeline/farm/pyblish_functions.py (100%) rename {openpype => client/openpype}/pipeline/farm/pyblish_functions.pyi (100%) rename {openpype => client/openpype}/pipeline/farm/tools.py (100%) rename {openpype => client/openpype}/pipeline/legacy_io.py (100%) rename {openpype => client/openpype}/pipeline/load/__init__.py (100%) rename {openpype => client/openpype}/pipeline/load/plugins.py (100%) rename {openpype => client/openpype}/pipeline/load/utils.py (100%) rename {openpype => client/openpype}/pipeline/mongodb.py (100%) rename {openpype => client/openpype}/pipeline/plugin_discover.py (100%) rename {openpype => client/openpype}/pipeline/project_folders.py (100%) rename {openpype => client/openpype}/pipeline/publish/README.md (100%) rename {openpype => client/openpype}/pipeline/publish/__init__.py (100%) rename {openpype => client/openpype}/pipeline/publish/abstract_collect_render.py (100%) rename {openpype => client/openpype}/pipeline/publish/abstract_expected_files.py (100%) rename {openpype => client/openpype}/pipeline/publish/constants.py (100%) rename {openpype => client/openpype}/pipeline/publish/lib.py (100%) rename {openpype => client/openpype}/pipeline/publish/publish_plugins.py (100%) rename {openpype => client/openpype}/pipeline/schema/__init__.py (100%) rename {openpype => client/openpype}/pipeline/schema/application-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/asset-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/asset-2.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/asset-3.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/config-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/config-1.1.json (100%) rename {openpype => client/openpype}/pipeline/schema/config-2.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/container-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/container-2.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/hero_version-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/inventory-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/inventory-1.1.json (100%) rename {openpype => client/openpype}/pipeline/schema/project-2.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/project-2.1.json (100%) rename {openpype => client/openpype}/pipeline/schema/project-3.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/representation-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/representation-2.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/session-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/session-2.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/session-3.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/session-4.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/shaders-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/subset-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/subset-2.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/subset-3.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/thumbnail-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/version-1.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/version-2.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/version-3.0.json (100%) rename {openpype => client/openpype}/pipeline/schema/workfile-1.0.json (100%) rename {openpype => client/openpype}/pipeline/tempdir.py (100%) rename {openpype => client/openpype}/pipeline/template_data.py (100%) rename {openpype => client/openpype}/pipeline/thumbnail.py (100%) rename {openpype => client/openpype}/pipeline/version_start.py (100%) rename {openpype => client/openpype}/pipeline/workfile/__init__.py (100%) rename {openpype => client/openpype}/pipeline/workfile/build_workfile.py (100%) rename {openpype => client/openpype}/pipeline/workfile/lock_workfile.py (100%) rename {openpype => client/openpype}/pipeline/workfile/path_resolving.py (100%) rename {openpype => client/openpype}/pipeline/workfile/workfile_template_builder.py (100%) rename {openpype => client/openpype}/plugins/actions/open_file_explorer.py (100%) rename {openpype => client/openpype}/plugins/inventory/remove_and_load.py (100%) rename {openpype => client/openpype}/plugins/load/copy_file.py (100%) rename {openpype => client/openpype}/plugins/load/copy_file_path.py (100%) rename {openpype => client/openpype}/plugins/load/delete_old_versions.py (100%) rename {openpype => client/openpype}/plugins/load/delivery.py (100%) rename {openpype => client/openpype}/plugins/load/open_djv.py (100%) rename {openpype => client/openpype}/plugins/load/open_file.py (100%) rename {openpype => client/openpype}/plugins/load/push_to_library.py (100%) rename {openpype => client/openpype}/plugins/publish/cleanup.py (100%) rename {openpype => client/openpype}/plugins/publish/cleanup_explicit.py (100%) rename {openpype => client/openpype}/plugins/publish/cleanup_farm.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_anatomy_context_data.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_anatomy_instance_data.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_anatomy_object.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_audio.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_cleanup_keys.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_comment.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_context_entities.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_context_label.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_current_context.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_current_pype_user.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_current_shell_file.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_custom_staging_dir.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_datetime_data.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_farm_target.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_frames_fix.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_from_create_context.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_hierarchy.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_host_name.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_input_representations_to_versions.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_machine_name.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_modules.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_otio_frame_ranges.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_otio_review.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_otio_subset_resources.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_rendered_files.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_resources_path.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_scene_loaded_versions.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_scene_version.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_settings.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_shell_workspace.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_source_for_source.py (100%) rename {openpype => client/openpype}/plugins/publish/collect_time.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_burnin.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_color_transcode.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_colorspace_data.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_hierarchy_avalon.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_hierarchy_to_ayon.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_otio_audio_tracks.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_otio_file.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_otio_review.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_otio_trimming_video.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_review.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_review_slate.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_scanline_exr.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_thumbnail.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_thumbnail_from_source.py (100%) rename {openpype => client/openpype}/plugins/publish/extract_trim_video_audio.py (100%) rename {openpype => client/openpype}/plugins/publish/help/validate_containers.xml (100%) rename {openpype => client/openpype}/plugins/publish/help/validate_publish_dir.xml (100%) rename {openpype => client/openpype}/plugins/publish/help/validate_unique_subsets.xml (100%) rename {openpype => client/openpype}/plugins/publish/integrate.py (100%) rename {openpype => client/openpype}/plugins/publish/integrate_hero_version.py (100%) rename {openpype => client/openpype}/plugins/publish/integrate_inputlinks.py (100%) rename {openpype => client/openpype}/plugins/publish/integrate_inputlinks_ayon.py (100%) rename {openpype => client/openpype}/plugins/publish/integrate_resources_path.py (100%) rename {openpype => client/openpype}/plugins/publish/integrate_subset_group.py (100%) rename {openpype => client/openpype}/plugins/publish/integrate_thumbnail.py (100%) rename {openpype => client/openpype}/plugins/publish/integrate_thumbnail_ayon.py (100%) rename {openpype => client/openpype}/plugins/publish/integrate_version_attrs.py (100%) rename {openpype => client/openpype}/plugins/publish/preintegrate_thumbnail_representation.py (100%) rename {openpype => client/openpype}/plugins/publish/repair_unicode_strings.py (100%) rename {openpype => client/openpype}/plugins/publish/validate_asset_docs.py (100%) rename {openpype => client/openpype}/plugins/publish/validate_containers.py (100%) rename {openpype => client/openpype}/plugins/publish/validate_editorial_asset_name.py (100%) rename {openpype => client/openpype}/plugins/publish/validate_file_saved.py (100%) rename {openpype => client/openpype}/plugins/publish/validate_filesequences.py (100%) rename {openpype => client/openpype}/plugins/publish/validate_intent.py (100%) rename {openpype => client/openpype}/plugins/publish/validate_publish_dir.py (100%) rename {openpype => client/openpype}/plugins/publish/validate_resources.py (100%) rename {openpype => client/openpype}/plugins/publish/validate_unique_subsets.py (100%) rename {openpype => client/openpype}/plugins/publish/validate_version.py (100%) rename {openpype => client/openpype}/pype_commands.py (100%) rename {openpype => client/openpype}/resources/__init__.py (100%) rename {openpype => client/openpype}/resources/app_icons/3dsmax.png (100%) rename {openpype => client/openpype}/resources/app_icons/Aport.png (100%) rename {openpype => client/openpype}/resources/app_icons/aftereffects.png (100%) rename {openpype => client/openpype}/resources/app_icons/blender.png (100%) rename {openpype => client/openpype}/resources/app_icons/celaction.png (100%) rename {openpype => client/openpype}/resources/app_icons/clockify-white.png (100%) rename {openpype => client/openpype}/resources/app_icons/clockify.png (100%) rename {openpype => client/openpype}/resources/app_icons/djvView.png (100%) rename {openpype => client/openpype}/resources/app_icons/flame.png (100%) rename {openpype => client/openpype}/resources/app_icons/fusion.png (100%) rename {openpype => client/openpype}/resources/app_icons/harmony.png (100%) rename {openpype => client/openpype}/resources/app_icons/hiero.png (100%) rename {openpype => client/openpype}/resources/app_icons/houdini.png (100%) rename {openpype => client/openpype}/resources/app_icons/maya.png (100%) rename {openpype => client/openpype}/resources/app_icons/nuke.png (100%) rename {openpype => client/openpype}/resources/app_icons/nukestudio.png (100%) rename {openpype => client/openpype}/resources/app_icons/nukex.png (100%) rename {openpype => client/openpype}/resources/app_icons/photoshop.png (100%) rename {openpype => client/openpype}/resources/app_icons/premiere.png (100%) rename {openpype => client/openpype}/resources/app_icons/python.png (100%) rename {openpype => client/openpype}/resources/app_icons/resolve.png (100%) rename {openpype => client/openpype}/resources/app_icons/shotgrid.png (100%) rename {openpype => client/openpype}/resources/app_icons/storyboardpro.png (100%) rename {openpype => client/openpype}/resources/app_icons/substancepainter.png (100%) rename {openpype => client/openpype}/resources/app_icons/tvpaint.png (100%) rename {openpype => client/openpype}/resources/app_icons/ue4.png (100%) rename {openpype => client/openpype}/resources/app_icons/wrap.png (100%) rename {openpype => client/openpype}/resources/fonts/LiberationSans/LiberationSans-Bold.ttf (100%) rename {openpype => client/openpype}/resources/fonts/LiberationSans/LiberationSans-BoldItalic.ttf (100%) rename {openpype => client/openpype}/resources/fonts/LiberationSans/LiberationSans-Italic.ttf (100%) rename {openpype => client/openpype}/resources/fonts/LiberationSans/LiberationSans-Regular.ttf (100%) rename {openpype => client/openpype}/resources/fonts/LiberationSans/License.txt (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/ActionAskWhereIRun.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/AssetsRemover.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/BatchTasks.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/ComponentOpen.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/CreateFolders.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/CreateProjectFolders.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/DeleteAsset.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/Delivery.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/MultipleNotes.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/OpenPypeAdmin.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/PrepareProject.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/RV.png (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/SeedProject.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/SortReview.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/TestAction.svg (100%) rename {openpype => client/openpype}/resources/ftrack/action_icons/Thumbnail.svg (100%) rename {openpype => client/openpype}/resources/ftrack/sign_in_message.html (100%) rename {openpype => client/openpype}/resources/icons/AYON_icon.png (100%) rename {openpype => client/openpype}/resources/icons/AYON_icon_dev.png (100%) rename {openpype => client/openpype}/resources/icons/AYON_icon_staging.png (100%) rename {openpype => client/openpype}/resources/icons/AYON_splash.png (100%) rename {openpype => client/openpype}/resources/icons/AYON_splash_dev.png (100%) rename {openpype => client/openpype}/resources/icons/AYON_splash_staging.png (100%) rename {openpype => client/openpype}/resources/icons/circle_green.png (100%) rename {openpype => client/openpype}/resources/icons/circle_orange.png (100%) rename {openpype => client/openpype}/resources/icons/circle_red.png (100%) rename {openpype => client/openpype}/resources/icons/circle_yellow.png (100%) rename {openpype => client/openpype}/resources/icons/eye.png (100%) rename {openpype => client/openpype}/resources/icons/folder-favorite.png (100%) rename {openpype => client/openpype}/resources/icons/inventory.png (100%) rename {openpype => client/openpype}/resources/icons/loader.png (100%) rename {openpype => client/openpype}/resources/icons/lookmanager.png (100%) rename {openpype => client/openpype}/resources/icons/openpype_icon.png (100%) rename {openpype => client/openpype}/resources/icons/openpype_icon_staging.png (100%) rename {openpype => client/openpype}/resources/icons/openpype_rim.png (100%) rename {openpype => client/openpype}/resources/icons/openpype_splash.png (100%) rename {openpype => client/openpype}/resources/icons/openpype_splash_staging.png (100%) rename {openpype => client/openpype}/resources/icons/workfiles.png (100%) rename {openpype => client/openpype}/resources/images/spinner-200.svg (100%) rename {openpype => client/openpype}/resources/images/warning.png (100%) rename {openpype => client/openpype}/scripts/__init__.py (100%) rename {openpype => client/openpype}/scripts/non_python_host_launch.py (100%) rename {openpype => client/openpype}/scripts/ocio_wrapper.py (100%) rename {openpype => client/openpype}/scripts/otio_burnin.py (100%) rename {openpype => client/openpype}/scripts/remote_publish.py (100%) rename {openpype => client/openpype}/scripts/slates/__init__.py (100%) rename {openpype => client/openpype}/scripts/slates/__main__.py (100%) rename {openpype => client/openpype}/scripts/slates/slate_base/__init__.py (100%) rename {openpype => client/openpype}/scripts/slates/slate_base/api.py (100%) rename {openpype => client/openpype}/scripts/slates/slate_base/base.py (100%) rename {openpype => client/openpype}/scripts/slates/slate_base/default_style.json (100%) rename {openpype => client/openpype}/scripts/slates/slate_base/example.py (100%) rename {openpype => client/openpype}/scripts/slates/slate_base/font_factory.py (100%) rename {openpype => client/openpype}/scripts/slates/slate_base/items.py (100%) rename {openpype => client/openpype}/scripts/slates/slate_base/layer.py (100%) rename {openpype => client/openpype}/scripts/slates/slate_base/lib.py (100%) rename {openpype => client/openpype}/scripts/slates/slate_base/main_frame.py (100%) rename {openpype => client/openpype}/settings/__init__.py (100%) rename {openpype => client/openpype}/settings/ayon_settings.py (100%) rename {openpype => client/openpype}/settings/constants.py (100%) rename {openpype => client/openpype}/settings/defaults/project_anatomy/attributes.json (100%) rename {openpype => client/openpype}/settings/defaults/project_anatomy/imageio.json (100%) rename {openpype => client/openpype}/settings/defaults/project_anatomy/roots.json (100%) rename {openpype => client/openpype}/settings/defaults/project_anatomy/tasks.json (100%) rename {openpype => client/openpype}/settings/defaults/project_anatomy/templates.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/aftereffects.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/applications.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/blender.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/celaction.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/deadline.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/flame.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/ftrack.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/fusion.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/global.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/harmony.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/hiero.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/houdini.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/kitsu.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/max.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/maya.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/nuke.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/photoshop.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/resolve.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/royalrender.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/shotgrid.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/slack.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/standalonepublisher.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/substancepainter.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/traypublisher.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/tvpaint.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/unreal.json (100%) rename {openpype => client/openpype}/settings/defaults/project_settings/webpublisher.json (100%) rename {openpype => client/openpype}/settings/defaults/system_settings/applications.json (100%) rename {openpype => client/openpype}/settings/defaults/system_settings/general.json (100%) rename {openpype => client/openpype}/settings/defaults/system_settings/modules.json (100%) rename {openpype => client/openpype}/settings/defaults/system_settings/tools.json (100%) rename {openpype => client/openpype}/settings/entities/__init__.py (100%) rename {openpype => client/openpype}/settings/entities/anatomy_entities.py (100%) rename {openpype => client/openpype}/settings/entities/base_entity.py (100%) rename {openpype => client/openpype}/settings/entities/color_entity.py (100%) rename {openpype => client/openpype}/settings/entities/dict_conditional.py (100%) rename {openpype => client/openpype}/settings/entities/dict_immutable_keys_entity.py (100%) rename {openpype => client/openpype}/settings/entities/dict_mutable_keys_entity.py (100%) rename {openpype => client/openpype}/settings/entities/enum_entity.py (100%) rename {openpype => client/openpype}/settings/entities/exceptions.py (100%) rename {openpype => client/openpype}/settings/entities/input_entities.py (100%) rename {openpype => client/openpype}/settings/entities/item_entities.py (100%) rename {openpype => client/openpype}/settings/entities/lib.py (100%) rename {openpype => client/openpype}/settings/entities/list_entity.py (100%) rename {openpype => client/openpype}/settings/entities/op_version_entity.py (100%) rename {openpype => client/openpype}/settings/entities/root_entities.py (100%) rename {openpype => client/openpype}/settings/entities/schemas/README.md (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_main.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_aftereffects.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_applications.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_blender.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_celaction.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_deadline.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_flame.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_ftrack.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_fusion.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_global.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_harmony.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_hiero.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_houdini.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_kitsu.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_max.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_maya.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_nuke.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_photoshop.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_resolve.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_royalrender.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_shotgrid.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_slack.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_standalonepublisher.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_substancepainter.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_syncserver.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_traypublisher.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_tvpaint.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_unreal.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schema_project_webpublisher.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_blender_publish.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_global_tools.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_houdini_create.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_houdini_general.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_houdini_publish.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_houdini_scriptshelf.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_max_publish.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_maya_capture.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_maya_load.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_maya_render_settings.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_nuke_imageio.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_nuke_load.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_nuke_publish.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_nuke_scriptsgizmo.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_publish_gui_filter.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_representation_tags.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_scriptsmenu.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_templated_workfile_build.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_colorspace_remapping.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_create_plugin.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_host_color_management_derived.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_host_color_management_ocio.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_host_color_management_remapped.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_imageio_config.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_imageio_file_rules.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_loader_plugin_nuke.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_nuke_knob_inputs.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_nuke_write_attrs.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_publish_families.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_publish_plugin.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_validate_plugin.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_workfile_builder_simple.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/projects_schema/schemas/template_workfile_options.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/example_infinite_hierarchy.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/example_schema.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/example_template.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_3dsmax.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_aftereffects.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_blender.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_celaction.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_djv.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_flame.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_fusion.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_harmony.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_houdini.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_maya.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_mayapy.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_photoshop.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_resolve.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_substancepainter.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_tvpaint.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/schema_unreal.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/template_host_unchangables.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/template_host_variant.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/template_host_variant_items.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/host_settings/template_nuke.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/module_settings/schema_ftrack.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/module_settings/schema_kitsu.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/module_settings/template_custom_attribute.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/schema_applications.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/schema_general.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/schema_main.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/schema_modules.json (100%) rename {openpype => client/openpype}/settings/entities/schemas/system_schema/schema_tools.json (100%) rename {openpype => client/openpype}/settings/exceptions.py (100%) rename {openpype => client/openpype}/settings/handlers.py (100%) rename {openpype => client/openpype}/settings/lib.py (100%) rename {openpype => client/openpype}/settings/local_settings.md (100%) rename {openpype => client/openpype}/style/__init__.py (100%) rename {openpype => client/openpype}/style/color_defs.py (100%) rename {openpype => client/openpype}/style/data.json (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans/NotoSans-Bold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans/NotoSans-BoldItalic.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans/NotoSans-Italic.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans/NotoSans-Regular.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans/OFL.txt (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/NotoSansMono-VariableFont_wdth,wght.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/OFL.txt (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/README.txt (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Black.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Bold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-ExtraBold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-ExtraLight.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Light.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Medium.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Regular.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-SemiBold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Thin.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Black.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Bold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-ExtraBold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-ExtraLight.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Light.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Medium.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Regular.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-SemiBold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Thin.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Black.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Bold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-ExtraBold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-ExtraLight.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Light.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Medium.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Regular.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-SemiBold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Thin.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Black.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Bold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-ExtraBold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-ExtraLight.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Light.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Medium.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Regular.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-SemiBold.ttf (100%) rename {openpype => client/openpype}/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Thin.ttf (100%) rename {openpype => client/openpype}/style/images/branch_closed.png (100%) rename {openpype => client/openpype}/style/images/branch_closed_on.png (100%) rename {openpype => client/openpype}/style/images/branch_open.png (100%) rename {openpype => client/openpype}/style/images/branch_open_on.png (100%) rename {openpype => client/openpype}/style/images/checkbox_checked.png (100%) rename {openpype => client/openpype}/style/images/checkbox_checked_disabled.png (100%) rename {openpype => client/openpype}/style/images/checkbox_checked_focus.png (100%) rename {openpype => client/openpype}/style/images/checkbox_checked_hover.png (100%) rename {openpype => client/openpype}/style/images/checkbox_indeterminate.png (100%) rename {openpype => client/openpype}/style/images/checkbox_indeterminate_disabled.png (100%) rename {openpype => client/openpype}/style/images/checkbox_indeterminate_focus.png (100%) rename {openpype => client/openpype}/style/images/checkbox_indeterminate_hover.png (100%) rename {openpype => client/openpype}/style/images/checkbox_unchecked.png (100%) rename {openpype => client/openpype}/style/images/checkbox_unchecked_disabled.png (100%) rename {openpype => client/openpype}/style/images/checkbox_unchecked_focus.png (100%) rename {openpype => client/openpype}/style/images/checkbox_unchecked_hover.png (100%) rename {openpype => client/openpype}/style/images/combobox_arrow.png (100%) rename {openpype => client/openpype}/style/images/combobox_arrow_disabled.png (100%) rename {openpype => client/openpype}/style/images/combobox_arrow_on.png (100%) rename {openpype => client/openpype}/style/images/down_arrow.png (100%) rename {openpype => client/openpype}/style/images/down_arrow_disabled.png (100%) rename {openpype => client/openpype}/style/images/down_arrow_on.png (100%) rename {openpype => client/openpype}/style/images/left_arrow.png (100%) rename {openpype => client/openpype}/style/images/left_arrow_disabled.png (100%) rename {openpype => client/openpype}/style/images/left_arrow_on.png (100%) rename {openpype => client/openpype}/style/images/right_arrow.png (100%) rename {openpype => client/openpype}/style/images/right_arrow_disabled.png (100%) rename {openpype => client/openpype}/style/images/right_arrow_on.png (100%) rename {openpype => client/openpype}/style/images/transparent.png (100%) rename {openpype => client/openpype}/style/images/up_arrow.png (100%) rename {openpype => client/openpype}/style/images/up_arrow_disabled.png (100%) rename {openpype => client/openpype}/style/images/up_arrow_on.png (100%) rename {openpype => client/openpype}/style/pyqt5_resources.py (100%) rename {openpype => client/openpype}/style/pyside2_resources.py (100%) rename {openpype => client/openpype}/style/pyside6_resources.py (100%) rename {openpype => client/openpype}/style/qrc_resources.py (100%) rename {openpype => client/openpype}/style/resources.qrc (100%) rename {openpype => client/openpype}/style/style.css (100%) rename {openpype => client/openpype}/tests/README.md (100%) rename {openpype => client/openpype}/tests/__init__.py (100%) rename {openpype => client/openpype}/tests/lib.py (100%) rename {openpype => client/openpype}/tests/mongo_performance.py (100%) rename {openpype => client/openpype}/tests/test_avalon_plugin_presets.py (100%) rename {openpype => client/openpype}/tests/test_lib_restructuralization.py (100%) rename {openpype => client/openpype}/tests/test_pyblish_filter.py (100%) rename {openpype => client/openpype}/tools/__init__.py (100%) rename {openpype => client/openpype}/tools/adobe_webserver/app.py (100%) rename {openpype => client/openpype}/tools/adobe_webserver/readme.txt (100%) rename {openpype => client/openpype}/tools/assetlinks/__init__.py (100%) rename {openpype => client/openpype}/tools/assetlinks/widgets.py (100%) rename {openpype => client/openpype}/tools/attribute_defs/__init__.py (100%) rename {openpype => client/openpype}/tools/attribute_defs/dialog.py (100%) rename {openpype => client/openpype}/tools/attribute_defs/files_widget.py (100%) rename {openpype => client/openpype}/tools/attribute_defs/widgets.py (100%) rename {openpype => client/openpype}/tools/ayon_launcher/abstract.py (100%) rename {openpype => client/openpype}/tools/ayon_launcher/control.py (100%) rename {openpype => client/openpype}/tools/ayon_launcher/models/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_launcher/models/actions.py (100%) rename {openpype => client/openpype}/tools/ayon_launcher/models/selection.py (100%) rename {openpype => client/openpype}/tools/ayon_launcher/ui/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_launcher/ui/actions_widget.py (100%) rename {openpype => client/openpype}/tools/ayon_launcher/ui/hierarchy_page.py (100%) rename {openpype => client/openpype}/tools/ayon_launcher/ui/projects_widget.py (100%) rename {openpype => client/openpype}/tools/ayon_launcher/ui/resources/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_launcher/ui/resources/options.png (100%) rename {openpype => client/openpype}/tools/ayon_launcher/ui/window.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/abstract.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/control.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/models/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/models/actions.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/models/products.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/models/selection.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/models/site_sync.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/ui/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/ui/actions_utils.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/ui/folders_widget.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/ui/info_widget.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/ui/product_group_dialog.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/ui/product_types_widget.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/ui/products_delegates.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/ui/products_model.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/ui/products_widget.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/ui/repres_widget.py (100%) rename {openpype => client/openpype}/tools/ayon_loader/ui/window.py (100%) rename {openpype => client/openpype}/tools/ayon_push_to_project/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_push_to_project/control.py (100%) rename {openpype => client/openpype}/tools/ayon_push_to_project/main.py (100%) rename {openpype => client/openpype}/tools/ayon_push_to_project/models/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_push_to_project/models/integrate.py (100%) rename {openpype => client/openpype}/tools/ayon_push_to_project/models/selection.py (100%) rename {openpype => client/openpype}/tools/ayon_push_to_project/models/user_values.py (100%) rename {openpype => client/openpype}/tools/ayon_push_to_project/ui/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_push_to_project/ui/window.py (100%) rename {openpype => client/openpype}/tools/ayon_sceneinventory/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_sceneinventory/control.py (100%) rename {openpype => client/openpype}/tools/ayon_sceneinventory/model.py (100%) rename {openpype => client/openpype}/tools/ayon_sceneinventory/models/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_sceneinventory/models/site_sync.py (100%) rename {openpype => client/openpype}/tools/ayon_sceneinventory/switch_dialog/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_sceneinventory/switch_dialog/dialog.py (100%) rename {openpype => client/openpype}/tools/ayon_sceneinventory/switch_dialog/folders_input.py (100%) rename {openpype => client/openpype}/tools/ayon_sceneinventory/switch_dialog/widgets.py (100%) rename {openpype => client/openpype}/tools/ayon_sceneinventory/view.py (100%) rename {openpype => client/openpype}/tools/ayon_sceneinventory/window.py (100%) rename {openpype => client/openpype}/tools/ayon_utils/models/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_utils/models/cache.py (100%) rename {openpype => client/openpype}/tools/ayon_utils/models/hierarchy.py (100%) rename {openpype => client/openpype}/tools/ayon_utils/models/projects.py (100%) rename {openpype => client/openpype}/tools/ayon_utils/models/selection.py (100%) rename {openpype => client/openpype}/tools/ayon_utils/models/thumbnails.py (100%) rename {openpype => client/openpype}/tools/ayon_utils/widgets/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_utils/widgets/folders_widget.py (100%) rename {openpype => client/openpype}/tools/ayon_utils/widgets/projects_widget.py (100%) rename {openpype => client/openpype}/tools/ayon_utils/widgets/tasks_widget.py (100%) rename {openpype => client/openpype}/tools/ayon_utils/widgets/utils.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/abstract.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/control.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/models/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/models/selection.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/models/workfiles.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/widgets/__init__.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/widgets/constants.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/widgets/files_widget.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/widgets/files_widget_published.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/widgets/files_widget_workarea.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/widgets/save_as_dialog.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/widgets/side_panel.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/widgets/utils.py (100%) rename {openpype => client/openpype}/tools/ayon_workfiles/widgets/window.py (100%) rename {openpype => client/openpype}/tools/context_dialog/__init__.py (100%) rename {openpype => client/openpype}/tools/context_dialog/_ayon_window.py (100%) rename {openpype => client/openpype}/tools/context_dialog/_openpype_window.py (100%) rename {openpype => client/openpype}/tools/creator/__init__.py (100%) rename {openpype => client/openpype}/tools/creator/constants.py (100%) rename {openpype => client/openpype}/tools/creator/model.py (100%) rename {openpype => client/openpype}/tools/creator/widgets.py (100%) rename {openpype => client/openpype}/tools/creator/window.py (100%) rename {openpype => client/openpype}/tools/experimental_tools/__init__.py (100%) rename {openpype => client/openpype}/tools/experimental_tools/dialog.py (100%) rename {openpype => client/openpype}/tools/experimental_tools/tools_def.py (100%) rename {openpype => client/openpype}/tools/flickcharm.py (100%) rename {openpype => client/openpype}/tools/launcher/__init__.py (100%) rename {openpype => client/openpype}/tools/launcher/actions.py (100%) rename {openpype => client/openpype}/tools/launcher/constants.py (100%) rename {openpype => client/openpype}/tools/launcher/delegates.py (100%) rename {openpype => client/openpype}/tools/launcher/lib.py (100%) rename {openpype => client/openpype}/tools/launcher/models.py (100%) rename {openpype => client/openpype}/tools/launcher/widgets.py (100%) rename {openpype => client/openpype}/tools/launcher/window.py (100%) rename {openpype => client/openpype}/tools/libraryloader/__init__.py (100%) rename {openpype => client/openpype}/tools/libraryloader/__main__.py (100%) rename {openpype => client/openpype}/tools/libraryloader/app.py (100%) rename {openpype => client/openpype}/tools/loader/__init__.py (100%) rename {openpype => client/openpype}/tools/loader/__main__.py (100%) rename {openpype => client/openpype}/tools/loader/app.py (100%) rename {openpype => client/openpype}/tools/loader/delegates.py (100%) rename {openpype => client/openpype}/tools/loader/images/default_thumbnail.png (100%) rename {openpype => client/openpype}/tools/loader/lib.py (100%) rename {openpype => client/openpype}/tools/loader/model.py (100%) rename {openpype => client/openpype}/tools/loader/widgets.py (100%) rename {openpype => client/openpype}/tools/project_manager/__init__.py (100%) rename {openpype => client/openpype}/tools/project_manager/__main__.py (100%) rename {openpype => client/openpype}/tools/project_manager/project_manager/__init__.py (100%) rename {openpype => client/openpype}/tools/project_manager/project_manager/constants.py (100%) rename {openpype => client/openpype}/tools/project_manager/project_manager/delegates.py (100%) rename {openpype => client/openpype}/tools/project_manager/project_manager/images/bin.png (100%) rename {openpype => client/openpype}/tools/project_manager/project_manager/images/warning.png (100%) rename {openpype => client/openpype}/tools/project_manager/project_manager/model.py (100%) rename {openpype => client/openpype}/tools/project_manager/project_manager/multiselection_combobox.py (100%) rename {openpype => client/openpype}/tools/project_manager/project_manager/style.py (100%) rename {openpype => client/openpype}/tools/project_manager/project_manager/view.py (100%) rename {openpype => client/openpype}/tools/project_manager/project_manager/widgets.py (100%) rename {openpype => client/openpype}/tools/project_manager/project_manager/window.py (100%) rename {openpype => client/openpype}/tools/publisher/__init__.py (100%) rename {openpype => client/openpype}/tools/publisher/app.py (100%) rename {openpype => client/openpype}/tools/publisher/constants.py (100%) rename {openpype => client/openpype}/tools/publisher/control.py (100%) rename {openpype => client/openpype}/tools/publisher/control_qt.py (100%) rename {openpype => client/openpype}/tools/publisher/publish_report_viewer/__init__.py (100%) rename {openpype => client/openpype}/tools/publisher/publish_report_viewer/constants.py (100%) rename {openpype => client/openpype}/tools/publisher/publish_report_viewer/delegates.py (100%) rename {openpype => client/openpype}/tools/publisher/publish_report_viewer/model.py (100%) rename {openpype => client/openpype}/tools/publisher/publish_report_viewer/report_items.py (100%) rename {openpype => client/openpype}/tools/publisher/publish_report_viewer/widgets.py (100%) rename {openpype => client/openpype}/tools/publisher/publish_report_viewer/window.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/__init__.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/assets_widget.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/border_label_widget.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/card_view_widgets.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/create_widget.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/help_widget.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/icons.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/add.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/branch_closed.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/branch_open.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/browse.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/change_view.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/clear_thumbnail.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/create.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/error.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/minus.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/options.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/paste.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/play.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/refresh.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/save.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/stop.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/success.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/take_screenshot.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/thumbnail.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/validate.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/view_report.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/images/warning.png (100%) rename {openpype => client/openpype}/tools/publisher/widgets/list_view_widgets.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/overview_widget.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/precreate_widget.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/publish_frame.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/report_page.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/screenshot_widget.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/tabs_widget.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/tasks_widget.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/thumbnail_widget.py (100%) rename {openpype => client/openpype}/tools/publisher/widgets/widgets.py (100%) rename {openpype => client/openpype}/tools/publisher/window.py (100%) rename {openpype => client/openpype}/tools/push_to_project/__init__.py (100%) rename {openpype => client/openpype}/tools/push_to_project/app.py (100%) rename {openpype => client/openpype}/tools/push_to_project/control_context.py (100%) rename {openpype => client/openpype}/tools/push_to_project/control_integrate.py (100%) rename {openpype => client/openpype}/tools/push_to_project/window.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/__init__.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/__main__.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/app.css (100%) rename {openpype => client/openpype}/tools/pyblish_pype/app.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/awesome.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/constants.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/control.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/delegate.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/fontawesome/fontawesome-webfont.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/opensans/LICENSE.txt (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/opensans/OpenSans-Bold.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/opensans/OpenSans-BoldItalic.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/opensans/OpenSans-ExtraBold.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/opensans/OpenSans-ExtraBoldItalic.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/opensans/OpenSans-Italic.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/opensans/OpenSans-Light.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/opensans/OpenSans-LightItalic.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/opensans/OpenSans-Regular.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/opensans/OpenSans-Semibold.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/font/opensans/OpenSans-SemiboldItalic.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/i18n/pyblish_lite.pro (100%) rename {openpype => client/openpype}/tools/pyblish_pype/i18n/zh_CN.qm (100%) rename {openpype => client/openpype}/tools/pyblish_pype/i18n/zh_CN.ts (100%) rename {openpype => client/openpype}/tools/pyblish_pype/img/down_arrow.png (100%) rename {openpype => client/openpype}/tools/pyblish_pype/img/logo-extrasmall.png (100%) rename {openpype => client/openpype}/tools/pyblish_pype/img/tab-overview.png (100%) rename {openpype => client/openpype}/tools/pyblish_pype/img/tab-terminal.png (100%) rename {openpype => client/openpype}/tools/pyblish_pype/mock.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/model.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/settings.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/util.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/vendor/__init__.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/vendor/qtawesome/__init__.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/vendor/qtawesome/_version.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/vendor/qtawesome/animation.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont-charmap.json (100%) rename {openpype => client/openpype}/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont-charmap.json (100%) rename {openpype => client/openpype}/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont.ttf (100%) rename {openpype => client/openpype}/tools/pyblish_pype/vendor/qtawesome/iconic_font.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/version.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/view.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/widgets.py (100%) rename {openpype => client/openpype}/tools/pyblish_pype/window.py (100%) rename {openpype => client/openpype}/tools/repack_version.py (100%) rename {openpype => client/openpype}/tools/resources/__init__.py (100%) rename {openpype => client/openpype}/tools/resources/images/delete.png (100%) rename {openpype => client/openpype}/tools/resources/images/file.png (100%) rename {openpype => client/openpype}/tools/resources/images/files.png (100%) rename {openpype => client/openpype}/tools/resources/images/folder.png (100%) rename {openpype => client/openpype}/tools/resources/images/menu.png (100%) rename {openpype => client/openpype}/tools/sceneinventory/__init__.py (100%) rename {openpype => client/openpype}/tools/sceneinventory/lib.py (100%) rename {openpype => client/openpype}/tools/sceneinventory/model.py (100%) rename {openpype => client/openpype}/tools/sceneinventory/switch_dialog.py (100%) rename {openpype => client/openpype}/tools/sceneinventory/view.py (100%) rename {openpype => client/openpype}/tools/sceneinventory/widgets.py (100%) rename {openpype => client/openpype}/tools/sceneinventory/window.py (100%) rename {openpype => client/openpype}/tools/settings/__init__.py (100%) rename {openpype => client/openpype}/tools/settings/__main__.py (100%) rename {openpype => client/openpype}/tools/settings/lib.py (100%) rename {openpype => client/openpype}/tools/settings/local_settings/__init__.py (100%) rename {openpype => client/openpype}/tools/settings/local_settings/apps_widget.py (100%) rename {openpype => client/openpype}/tools/settings/local_settings/constants.py (100%) rename {openpype => client/openpype}/tools/settings/local_settings/environments_widget.py (100%) rename {openpype => client/openpype}/tools/settings/local_settings/experimental_widget.py (100%) rename {openpype => client/openpype}/tools/settings/local_settings/general_widget.py (100%) rename {openpype => client/openpype}/tools/settings/local_settings/mongo_widget.py (100%) rename {openpype => client/openpype}/tools/settings/local_settings/projects_widget.py (100%) rename {openpype => client/openpype}/tools/settings/local_settings/widgets.py (100%) rename {openpype => client/openpype}/tools/settings/local_settings/window.py (100%) rename {openpype => client/openpype}/tools/settings/resources/__init__.py (100%) rename {openpype => client/openpype}/tools/settings/settings/README.md (100%) rename {openpype => client/openpype}/tools/settings/settings/__init__.py (100%) rename {openpype => client/openpype}/tools/settings/settings/base.py (100%) rename {openpype => client/openpype}/tools/settings/settings/breadcrumbs_widget.py (100%) rename {openpype => client/openpype}/tools/settings/settings/categories.py (100%) rename {openpype => client/openpype}/tools/settings/settings/color_widget.py (100%) rename {openpype => client/openpype}/tools/settings/settings/constants.py (100%) rename {openpype => client/openpype}/tools/settings/settings/dialogs.py (100%) rename {openpype => client/openpype}/tools/settings/settings/dict_conditional.py (100%) rename {openpype => client/openpype}/tools/settings/settings/dict_mutable_widget.py (100%) rename {openpype => client/openpype}/tools/settings/settings/images/__init__.py (100%) rename {openpype => client/openpype}/tools/settings/settings/images/add.png (100%) rename {openpype => client/openpype}/tools/settings/settings/images/confirm.png (100%) rename {openpype => client/openpype}/tools/settings/settings/images/down.png (100%) rename {openpype => client/openpype}/tools/settings/settings/images/mask.png (100%) rename {openpype => client/openpype}/tools/settings/settings/images/remove.png (100%) rename {openpype => client/openpype}/tools/settings/settings/images/up.png (100%) rename {openpype => client/openpype}/tools/settings/settings/item_widgets.py (100%) rename {openpype => client/openpype}/tools/settings/settings/lib.py (100%) rename {openpype => client/openpype}/tools/settings/settings/list_item_widget.py (100%) rename {openpype => client/openpype}/tools/settings/settings/list_strict_widget.py (100%) rename {openpype => client/openpype}/tools/settings/settings/search_dialog.py (100%) rename {openpype => client/openpype}/tools/settings/settings/tests.py (100%) rename {openpype => client/openpype}/tools/settings/settings/widgets.py (100%) rename {openpype => client/openpype}/tools/settings/settings/window.py (100%) rename {openpype => client/openpype}/tools/settings/settings/wrapper_widgets.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/__init__.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/app.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/publish.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/__init__.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/constants.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/model_asset.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/model_filter_proxy_exact_match.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/model_filter_proxy_recursive_sort.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/model_node.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/model_tasks_template.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/model_tree.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/model_tree_view_deselectable.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/__init__.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/edit.svg (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/file.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/files.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/houdini.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/image_file.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/image_files.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/information.svg (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/maya.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/menu.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/menu_disabled.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/menu_hover.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/menu_pressed.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/menu_pressed_hover.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/nuke.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/premiere.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/trash.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/trash_disabled.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/trash_hover.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/trash_pressed.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/trash_pressed_hover.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/resources/video_file.png (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/widget_asset.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/widget_component_item.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/widget_components.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/widget_components_list.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/widget_drop_empty.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/widget_drop_frame.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/widget_family.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/widget_family_desc.py (100%) rename {openpype => client/openpype}/tools/standalonepublish/widgets/widget_shadow.py (100%) rename {openpype => client/openpype}/tools/stdout_broker/__init__.py (100%) rename {openpype => client/openpype}/tools/stdout_broker/app.py (100%) rename {openpype => client/openpype}/tools/stdout_broker/window.py (100%) rename {openpype => client/openpype}/tools/subsetmanager/README.md (100%) rename {openpype => client/openpype}/tools/subsetmanager/__init__.py (100%) rename {openpype => client/openpype}/tools/subsetmanager/model.py (100%) rename {openpype => client/openpype}/tools/subsetmanager/widgets.py (100%) rename {openpype => client/openpype}/tools/subsetmanager/window.py (100%) rename {openpype => client/openpype}/tools/texture_copy/app.py (100%) rename {openpype => client/openpype}/tools/tray/__init__.py (100%) rename {openpype => client/openpype}/tools/tray/__main__.py (100%) rename {openpype => client/openpype}/tools/tray/images/gifts.png (100%) rename {openpype => client/openpype}/tools/tray/pype_info_widget.py (100%) rename {openpype => client/openpype}/tools/tray/pype_tray.py (100%) rename {openpype => client/openpype}/tools/traypublisher/__init__.py (100%) rename {openpype => client/openpype}/tools/traypublisher/window.py (100%) rename {openpype => client/openpype}/tools/utils/__init__.py (100%) rename {openpype => client/openpype}/tools/utils/assets_widget.py (100%) rename {openpype => client/openpype}/tools/utils/constants.py (100%) rename {openpype => client/openpype}/tools/utils/delegates.py (100%) rename {openpype => client/openpype}/tools/utils/error_dialog.py (100%) rename {openpype => client/openpype}/tools/utils/host_tools.py (100%) rename {openpype => client/openpype}/tools/utils/images/__init__.py (100%) rename {openpype => client/openpype}/tools/utils/images/thumbnail.png (100%) rename {openpype => client/openpype}/tools/utils/layouts.py (100%) rename {openpype => client/openpype}/tools/utils/lib.py (100%) rename {openpype => client/openpype}/tools/utils/models.py (100%) rename {openpype => client/openpype}/tools/utils/multiselection_combobox.py (100%) rename {openpype => client/openpype}/tools/utils/overlay_messages.py (100%) rename {openpype => client/openpype}/tools/utils/tasks_widget.py (100%) rename {openpype => client/openpype}/tools/utils/thumbnail_paint_widget.py (100%) rename {openpype => client/openpype}/tools/utils/views.py (100%) rename {openpype => client/openpype}/tools/utils/widgets.py (100%) rename {openpype => client/openpype}/tools/workfile_template_build/__init__.py (100%) rename {openpype => client/openpype}/tools/workfile_template_build/window.py (100%) rename {openpype => client/openpype}/tools/workfiles/README.md (100%) rename {openpype => client/openpype}/tools/workfiles/__init__.py (100%) rename {openpype => client/openpype}/tools/workfiles/app.py (100%) rename {openpype => client/openpype}/tools/workfiles/files_widget.py (100%) rename {openpype => client/openpype}/tools/workfiles/lock_dialog.py (100%) rename {openpype => client/openpype}/tools/workfiles/model.py (100%) rename {openpype => client/openpype}/tools/workfiles/save_as_dialog.py (100%) rename {openpype => client/openpype}/tools/workfiles/window.py (100%) rename {openpype => client/openpype}/vendor/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/common/README.md (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/_api.py (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/constants.py (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/entity_hub.py (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/events.py (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/exceptions.py (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/graphql.py (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/graphql_queries.py (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/operations.py (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/server_api.py (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/utils.py (100%) rename {openpype => client/openpype}/vendor/python/common/ayon_api/version.py (100%) rename {openpype => client/openpype}/vendor/python/common/capture.py (100%) rename {openpype => client/openpype}/vendor/python/common/pysync.py (100%) rename {openpype => client/openpype}/vendor/python/common/qargparse.py (100%) rename {openpype => client/openpype}/vendor/python/common/scriptsmenu/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/common/scriptsmenu/action.py (100%) rename {openpype => client/openpype}/vendor/python/common/scriptsmenu/launchformari.py (100%) rename {openpype => client/openpype}/vendor/python/common/scriptsmenu/launchformaya.py (100%) rename {openpype => client/openpype}/vendor/python/common/scriptsmenu/launchfornuke.py (100%) rename {openpype => client/openpype}/vendor/python/common/scriptsmenu/scriptsmenu.py (100%) rename {openpype => client/openpype}/vendor/python/common/scriptsmenu/version.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/README.md (100%) rename {openpype => client/openpype}/vendor/python/python_2/arrow/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/arrow/_version.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/arrow/api.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/arrow/arrow.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/arrow/constants.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/arrow/factory.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/arrow/formatter.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/arrow/locales.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/arrow/parser.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/arrow/util.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/__init__.pyi (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/_cmp.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/_cmp.pyi (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/_compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/_config.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/_funcs.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/_make.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/_next_gen.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/_version_info.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/_version_info.pyi (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/converters.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/converters.pyi (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/exceptions.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/exceptions.pyi (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/filters.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/filters.pyi (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/py.typed (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/setters.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/setters.pyi (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/validators.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attr/validators.pyi (100%) rename {openpype => client/openpype}/vendor/python/python_2/attrs/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attrs/__init__.pyi (100%) rename {openpype => client/openpype}/vendor/python/python_2/attrs/converters.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attrs/exceptions.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attrs/filters.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attrs/py.typed (100%) rename {openpype => client/openpype}/vendor/python/python_2/attrs/setters.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/attrs/validators.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/backports/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/backports/configparser/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/backports/configparser/helpers.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/backports/functools_lru_cache.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/builtins/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/certifi/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/certifi/__main__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/certifi/cacert.pem (100%) rename {openpype => client/openpype}/vendor/python/python_2/certifi/core.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/big5freq.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/big5prober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/chardistribution.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/charsetgroupprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/charsetprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/cli/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/cli/chardetect.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/codingstatemachine.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/cp949prober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/enums.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/escprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/escsm.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/eucjpprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/euckrfreq.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/euckrprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/euctwfreq.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/euctwprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/gb2312freq.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/gb2312prober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/hebrewprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/jisfreq.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/jpcntx.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/langbulgarianmodel.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/langgreekmodel.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/langhebrewmodel.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/langhungarianmodel.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/langrussianmodel.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/langthaimodel.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/langturkishmodel.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/latin1prober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/mbcharsetprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/mbcsgroupprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/mbcssm.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/metadata/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/metadata/languages.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/sbcharsetprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/sbcsgroupprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/sjisprober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/universaldetector.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/utf8prober.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/chardet/version.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/charset_normalizer.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/_bashcomplete.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/_compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/_termui_impl.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/_textwrap.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/_unicodefun.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/_winconsole.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/core.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/decorators.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/exceptions.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/formatting.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/globals.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/parser.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/termui.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/testing.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/types.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/click/utils.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/_compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/dnssec.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/e164.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/edns.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/entropy.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/exception.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/flags.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/grange.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/hash.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/inet.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/ipv4.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/ipv6.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/message.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/name.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/namedict.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/node.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/opcode.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/py.typed (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/query.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rcode.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdata.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdataclass.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdataset.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdatatype.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/AFSDB.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/AVC.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/CAA.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/CDNSKEY.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/CDS.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/CERT.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/CNAME.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/CSYNC.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/DLV.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/DNAME.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/DNSKEY.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/DS.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/EUI48.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/EUI64.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/GPOS.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/HINFO.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/HIP.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/ISDN.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/LOC.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/MX.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/NS.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/NSEC.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/NSEC3.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/NSEC3PARAM.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/OPENPGPKEY.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/PTR.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/RP.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/RRSIG.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/RT.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/SOA.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/SPF.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/SSHFP.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/TLSA.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/TXT.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/URI.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/X25.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/ANY/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/CH/A.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/CH/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/A.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/AAAA.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/APL.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/DHCID.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/IPSECKEY.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/KX.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/NAPTR.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/NSAP.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/NSAP_PTR.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/PX.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/SRV.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/WKS.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/IN/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/dnskeybase.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/dsbase.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/euibase.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/mxbase.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/nsbase.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rdtypes/txtbase.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/renderer.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/resolver.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/reversename.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/rrset.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/set.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/tokenizer.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/tsig.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/tsigkeyring.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/ttl.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/update.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/version.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/wiredata.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/dns/zone.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_aiohttp.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_asgi.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_drivers/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_drivers/aiohttp.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_drivers/asgi.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_drivers/eventlet.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_drivers/gevent.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_drivers/gevent_uwsgi.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_drivers/sanic.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_drivers/threading.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_drivers/tornado.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_eventlet.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_gevent.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_gevent_uwsgi.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_sanic.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_threading.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/async_tornado.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/asyncio_client.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/asyncio_server.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/asyncio_socket.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/client.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/exceptions.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/middleware.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/packet.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/payload.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/server.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/socket.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/engineio/static_files.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/functools32/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/functools32/_dummy_thread32.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/functools32/functools32.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/functools32/reprlib32.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/idna/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/idna/codec.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/idna/compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/idna/core.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/idna/idnadata.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/idna/intranges.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/idna/package_data.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/idna/uts46data.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/adapters/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/adapters/adapter.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/adapters/builtin_adapters.plugin_manifest.json (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/adapters/cmx_3600.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/adapters/fcp_xml.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/adapters/otio_json.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/algorithms/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/algorithms/filter.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/algorithms/stack_algo.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/algorithms/timeline_algo.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/algorithms/track_algo.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/console/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/console/autogen_serialized_datamodel.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/console/console_utils.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/console/otiocat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/console/otioconvert.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/console/otiostat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/core/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/core/composable.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/core/composition.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/core/item.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/core/json_serializer.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/core/media_reference.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/core/serializable_object.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/core/type_registry.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/core/unknown_schema.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/exceptions.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/hooks.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/media_linker.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/opentime.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/plugins/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/plugins/manifest.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/plugins/python_plugin.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/clip.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/effect.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/external_reference.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/gap.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/generator_reference.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/marker.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/missing_reference.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/schemadef.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/serializable_collection.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/stack.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/timeline.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/track.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schema/transition.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/schemadef/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio/test_utils.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/aaf_writer.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/advanced_authoring_format.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/ale.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/burnins.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/contrib_adapters.plugin_manifest.json (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/extern_maya_sequencer.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/extern_rv.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/fcpx_xml.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/ffmpeg_burnins.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/hls_playlist.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/maya_sequencer.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/rv.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/opentimelineio_contrib/adapters/xges.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/appdirs.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/packaging/__about__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/packaging/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/packaging/_compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/packaging/_structures.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/packaging/markers.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/packaging/requirements.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/packaging/specifiers.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/packaging/utils.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/packaging/version.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/pyparsing.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/_vendor/six.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/extern/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/py2_warn.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/pkg_resources/py31compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/Qt3DAnimation.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/Qt3DCore.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/Qt3DExtras.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/Qt3DInput.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/Qt3DLogic.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/Qt3DRender.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtCharts.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtCore.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtDataVisualization.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtDesigner.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtGui.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtHelp.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtLocation.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtMultimedia.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtMultimediaWidgets.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtNetwork.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtOpenGL.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtPositioning.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtPrintSupport.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtQml.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtQuick.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtQuickWidgets.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtSerialPort.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtSql.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtSvg.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtTest.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtWebChannel.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtWebEngineWidgets.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtWebSockets.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtWidgets.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtWinExtras.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/QtXmlPatterns.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/_patch/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/_patch/qcombobox.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/_patch/qheaderview.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/_version.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/py3compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/conftest.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/runtests.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_macos_checks.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_main.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_patch_qcombobox.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_patch_qheaderview.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qdesktopservice_split.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qt3danimation.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qt3dcore.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qt3dextras.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qt3dinput.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qt3dlogic.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qt3drender.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtcharts.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtcore.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtdatavisualization.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtdesigner.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qthelp.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtlocation.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtmultimedia.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtmultimediawidgets.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtnetwork.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtpositioning.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtprintsupport.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtqml.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtquick.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtquickwidgets.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtserialport.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtsql.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtsvg.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qttest.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtwebchannel.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtwebenginewidgets.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtwebsockets.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtwinextras.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_qtxmlpatterns.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/tests/test_uic.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/qtpy/uic.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/__version__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/_internal_utils.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/adapters.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/api.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/auth.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/certs.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/cookies.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/exceptions.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/help.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/hooks.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/models.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/packages.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/sessions.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/status_codes.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/structures.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/requests/utils.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/secrets/LICENSE (100%) rename {openpype => client/openpype}/vendor/python/python_2/secrets/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/secrets/secrets.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools-45.0.0.dist-info/INSTALLER (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools-45.0.0.dist-info/LICENSE (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools-45.0.0.dist-info/METADATA (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools-45.0.0.dist-info/RECORD (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools-45.0.0.dist-info/REQUESTED (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools-45.0.0.dist-info/WHEEL (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools-45.0.0.dist-info/dependency_links.txt (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools-45.0.0.dist-info/entry_points.txt (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools-45.0.0.dist-info/top_level.txt (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools-45.0.0.dist-info/zip-safe (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_deprecation_warning.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_imp.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/ordered_set.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/packaging/__about__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/packaging/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/packaging/_compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/packaging/_structures.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/packaging/markers.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/packaging/requirements.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/packaging/specifiers.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/packaging/tags.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/packaging/utils.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/packaging/version.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/pyparsing.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/_vendor/six.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/archive_util.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/build_meta.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/cli-32.exe (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/cli-64.exe (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/cli.exe (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/alias.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/bdist_egg.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/bdist_rpm.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/bdist_wininst.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/build_clib.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/build_ext.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/build_py.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/develop.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/dist_info.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/easy_install.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/egg_info.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/install.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/install_egg_info.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/install_lib.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/install_scripts.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/launcher manifest.xml (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/py36compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/register.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/rotate.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/saveopts.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/sdist.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/setopt.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/test.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/upload.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/command/upload_docs.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/config.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/dep_util.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/depends.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/dist.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/errors.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/extension.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/extern/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/glob.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/gui-32.exe (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/gui-64.exe (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/gui.exe (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/installer.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/launch.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/lib2to3_ex.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/monkey.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/msvc.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/namespaces.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/package_index.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/py27compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/py31compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/py33compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/py34compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/sandbox.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/script (dev).tmpl (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/script.tmpl (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/site-patch.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/ssl_support.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/unicode_utils.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/version.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/wheel.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/setuptools/windows_support.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/asgi.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/asyncio_client.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/asyncio_manager.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/asyncio_namespace.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/asyncio_pubsub_manager.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/asyncio_redis_manager.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/asyncio_server.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/base_manager.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/client.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/exceptions.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/kombu_manager.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/middleware.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/namespace.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/packet.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/pubsub_manager.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/redis_manager.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/server.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/tornado.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/socketio/zmq_manager.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/_collections.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/_version.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/connection.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/connectionpool.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/contrib/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/contrib/_appengine_environ.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/contrib/_securetransport/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/contrib/_securetransport/bindings.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/contrib/_securetransport/low_level.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/contrib/appengine.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/contrib/ntlmpool.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/contrib/pyopenssl.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/contrib/securetransport.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/contrib/socks.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/exceptions.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/fields.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/filepost.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/packages/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/packages/backports/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/packages/backports/makefile.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/packages/six.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/poolmanager.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/request.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/response.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/connection.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/proxy.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/queue.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/request.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/response.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/retry.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/ssl_.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/ssl_match_hostname.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/ssltransport.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/timeout.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/url.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/urllib3/util/wait.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_abnf.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_app.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_cookiejar.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_core.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_exceptions.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_handshake.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_http.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_logging.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_socket.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_ssl_compat.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_url.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/_utils.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/tests/__init__.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/tests/data/header01.txt (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/tests/data/header02.txt (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/tests/data/header03.txt (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/tests/test_abnf.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/tests/test_app.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/tests/test_cookiejar.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/tests/test_http.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/tests/test_url.py (100%) rename {openpype => client/openpype}/vendor/python/python_2/websocket/tests/test_websocket.py (100%) rename {openpype => client/openpype}/vendor/python/python_3/README.md (100%) rename {openpype => client/openpype}/version.py (100%) rename {openpype => client/openpype}/widgets/README.md (100%) rename {openpype => client/openpype}/widgets/__init__.py (100%) rename {openpype => client/openpype}/widgets/color_widgets/__init__.py (100%) rename {openpype => client/openpype}/widgets/color_widgets/color_inputs.py (100%) rename {openpype => client/openpype}/widgets/color_widgets/color_picker_widget.py (100%) rename {openpype => client/openpype}/widgets/color_widgets/color_screen_pick.py (100%) rename {openpype => client/openpype}/widgets/color_widgets/color_triangle.py (100%) rename {openpype => client/openpype}/widgets/color_widgets/color_view.py (100%) rename {openpype => client/openpype}/widgets/color_widgets/eyedropper.png (100%) rename {openpype => client/openpype}/widgets/message_window.py (100%) rename {openpype => client/openpype}/widgets/nice_checkbox.py (100%) rename {openpype => client/openpype}/widgets/password_dialog.py (100%) rename {openpype => client/openpype}/widgets/popup.py (100%) rename {openpype => client/openpype}/widgets/sliders.py (100%) diff --git a/.gitignore b/.gitignore index 622d55fb88..249322b667 100644 --- a/.gitignore +++ b/.gitignore @@ -74,9 +74,6 @@ package-lock.json package.json yarn.lock -openpype/premiere/ppro/js/debug.log - - # IDEA ###### .idea/ diff --git a/.gitmodules b/.gitmodules index ddf5618adb..d022bdcfe6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "openpype/hosts/unreal/integration"] - path = openpype/hosts/unreal/integration +[submodule "client/openpype/hosts/unreal/integration"] + path = client/openpype/hosts/unreal/integration url = https://github.com/ynput/ayon-unreal-plugin.git diff --git a/openpype/__init__.py b/client/openpype/__init__.py similarity index 100% rename from openpype/__init__.py rename to client/openpype/__init__.py diff --git a/openpype/__main__.py b/client/openpype/__main__.py similarity index 100% rename from openpype/__main__.py rename to client/openpype/__main__.py diff --git a/openpype/addons/README.md b/client/openpype/addons/README.md similarity index 100% rename from openpype/addons/README.md rename to client/openpype/addons/README.md diff --git a/openpype/cli.py b/client/openpype/cli.py similarity index 100% rename from openpype/cli.py rename to client/openpype/cli.py diff --git a/openpype/client/__init__.py b/client/openpype/client/__init__.py similarity index 100% rename from openpype/client/__init__.py rename to client/openpype/client/__init__.py diff --git a/openpype/client/entities.py b/client/openpype/client/entities.py similarity index 100% rename from openpype/client/entities.py rename to client/openpype/client/entities.py diff --git a/openpype/client/entity_links.py b/client/openpype/client/entity_links.py similarity index 100% rename from openpype/client/entity_links.py rename to client/openpype/client/entity_links.py diff --git a/openpype/client/mongo/__init__.py b/client/openpype/client/mongo/__init__.py similarity index 100% rename from openpype/client/mongo/__init__.py rename to client/openpype/client/mongo/__init__.py diff --git a/openpype/client/mongo/entities.py b/client/openpype/client/mongo/entities.py similarity index 100% rename from openpype/client/mongo/entities.py rename to client/openpype/client/mongo/entities.py diff --git a/openpype/client/mongo/entity_links.py b/client/openpype/client/mongo/entity_links.py similarity index 100% rename from openpype/client/mongo/entity_links.py rename to client/openpype/client/mongo/entity_links.py diff --git a/openpype/client/mongo/mongo.py b/client/openpype/client/mongo/mongo.py similarity index 100% rename from openpype/client/mongo/mongo.py rename to client/openpype/client/mongo/mongo.py diff --git a/openpype/client/mongo/operations.py b/client/openpype/client/mongo/operations.py similarity index 100% rename from openpype/client/mongo/operations.py rename to client/openpype/client/mongo/operations.py diff --git a/openpype/client/notes.md b/client/openpype/client/notes.md similarity index 100% rename from openpype/client/notes.md rename to client/openpype/client/notes.md diff --git a/openpype/client/operations.py b/client/openpype/client/operations.py similarity index 100% rename from openpype/client/operations.py rename to client/openpype/client/operations.py diff --git a/openpype/client/operations_base.py b/client/openpype/client/operations_base.py similarity index 100% rename from openpype/client/operations_base.py rename to client/openpype/client/operations_base.py diff --git a/openpype/client/server/__init__.py b/client/openpype/client/server/__init__.py similarity index 100% rename from openpype/client/server/__init__.py rename to client/openpype/client/server/__init__.py diff --git a/openpype/client/server/constants.py b/client/openpype/client/server/constants.py similarity index 100% rename from openpype/client/server/constants.py rename to client/openpype/client/server/constants.py diff --git a/openpype/client/server/conversion_utils.py b/client/openpype/client/server/conversion_utils.py similarity index 100% rename from openpype/client/server/conversion_utils.py rename to client/openpype/client/server/conversion_utils.py diff --git a/openpype/client/server/entities.py b/client/openpype/client/server/entities.py similarity index 100% rename from openpype/client/server/entities.py rename to client/openpype/client/server/entities.py diff --git a/openpype/client/server/entity_links.py b/client/openpype/client/server/entity_links.py similarity index 100% rename from openpype/client/server/entity_links.py rename to client/openpype/client/server/entity_links.py diff --git a/openpype/client/server/openpype_comp.py b/client/openpype/client/server/openpype_comp.py similarity index 100% rename from openpype/client/server/openpype_comp.py rename to client/openpype/client/server/openpype_comp.py diff --git a/openpype/client/server/operations.py b/client/openpype/client/server/operations.py similarity index 100% rename from openpype/client/server/operations.py rename to client/openpype/client/server/operations.py diff --git a/openpype/client/server/thumbnails.py b/client/openpype/client/server/thumbnails.py similarity index 100% rename from openpype/client/server/thumbnails.py rename to client/openpype/client/server/thumbnails.py diff --git a/openpype/client/server/utils.py b/client/openpype/client/server/utils.py similarity index 100% rename from openpype/client/server/utils.py rename to client/openpype/client/server/utils.py diff --git a/openpype/hooks/pre_add_last_workfile_arg.py b/client/openpype/hooks/pre_add_last_workfile_arg.py similarity index 100% rename from openpype/hooks/pre_add_last_workfile_arg.py rename to client/openpype/hooks/pre_add_last_workfile_arg.py diff --git a/openpype/hooks/pre_copy_template_workfile.py b/client/openpype/hooks/pre_copy_template_workfile.py similarity index 100% rename from openpype/hooks/pre_copy_template_workfile.py rename to client/openpype/hooks/pre_copy_template_workfile.py diff --git a/openpype/hooks/pre_create_extra_workdir_folders.py b/client/openpype/hooks/pre_create_extra_workdir_folders.py similarity index 100% rename from openpype/hooks/pre_create_extra_workdir_folders.py rename to client/openpype/hooks/pre_create_extra_workdir_folders.py diff --git a/openpype/hooks/pre_global_host_data.py b/client/openpype/hooks/pre_global_host_data.py similarity index 100% rename from openpype/hooks/pre_global_host_data.py rename to client/openpype/hooks/pre_global_host_data.py diff --git a/openpype/hooks/pre_mac_launch.py b/client/openpype/hooks/pre_mac_launch.py similarity index 100% rename from openpype/hooks/pre_mac_launch.py rename to client/openpype/hooks/pre_mac_launch.py diff --git a/openpype/hooks/pre_new_console_apps.py b/client/openpype/hooks/pre_new_console_apps.py similarity index 100% rename from openpype/hooks/pre_new_console_apps.py rename to client/openpype/hooks/pre_new_console_apps.py diff --git a/openpype/hooks/pre_non_python_host_launch.py b/client/openpype/hooks/pre_non_python_host_launch.py similarity index 100% rename from openpype/hooks/pre_non_python_host_launch.py rename to client/openpype/hooks/pre_non_python_host_launch.py diff --git a/openpype/hooks/pre_ocio_hook.py b/client/openpype/hooks/pre_ocio_hook.py similarity index 100% rename from openpype/hooks/pre_ocio_hook.py rename to client/openpype/hooks/pre_ocio_hook.py diff --git a/openpype/host/__init__.py b/client/openpype/host/__init__.py similarity index 100% rename from openpype/host/__init__.py rename to client/openpype/host/__init__.py diff --git a/openpype/host/dirmap.py b/client/openpype/host/dirmap.py similarity index 100% rename from openpype/host/dirmap.py rename to client/openpype/host/dirmap.py diff --git a/openpype/host/host.py b/client/openpype/host/host.py similarity index 100% rename from openpype/host/host.py rename to client/openpype/host/host.py diff --git a/openpype/host/interfaces.py b/client/openpype/host/interfaces.py similarity index 100% rename from openpype/host/interfaces.py rename to client/openpype/host/interfaces.py diff --git a/openpype/hosts/__init__.py b/client/openpype/hosts/__init__.py similarity index 100% rename from openpype/hosts/__init__.py rename to client/openpype/hosts/__init__.py diff --git a/openpype/hosts/aftereffects/__init__.py b/client/openpype/hosts/aftereffects/__init__.py similarity index 100% rename from openpype/hosts/aftereffects/__init__.py rename to client/openpype/hosts/aftereffects/__init__.py diff --git a/openpype/hosts/aftereffects/addon.py b/client/openpype/hosts/aftereffects/addon.py similarity index 100% rename from openpype/hosts/aftereffects/addon.py rename to client/openpype/hosts/aftereffects/addon.py diff --git a/openpype/hosts/aftereffects/api/README.md b/client/openpype/hosts/aftereffects/api/README.md similarity index 100% rename from openpype/hosts/aftereffects/api/README.md rename to client/openpype/hosts/aftereffects/api/README.md diff --git a/openpype/hosts/aftereffects/api/__init__.py b/client/openpype/hosts/aftereffects/api/__init__.py similarity index 100% rename from openpype/hosts/aftereffects/api/__init__.py rename to client/openpype/hosts/aftereffects/api/__init__.py diff --git a/openpype/hosts/aftereffects/api/extension.zxp b/client/openpype/hosts/aftereffects/api/extension.zxp similarity index 100% rename from openpype/hosts/aftereffects/api/extension.zxp rename to client/openpype/hosts/aftereffects/api/extension.zxp diff --git a/openpype/hosts/aftereffects/api/extension/.debug b/client/openpype/hosts/aftereffects/api/extension/.debug similarity index 100% rename from openpype/hosts/aftereffects/api/extension/.debug rename to client/openpype/hosts/aftereffects/api/extension/.debug diff --git a/openpype/hosts/aftereffects/api/extension/CSXS/manifest.xml b/client/openpype/hosts/aftereffects/api/extension/CSXS/manifest.xml similarity index 100% rename from openpype/hosts/aftereffects/api/extension/CSXS/manifest.xml rename to client/openpype/hosts/aftereffects/api/extension/CSXS/manifest.xml diff --git a/openpype/hosts/aftereffects/api/extension/css/boilerplate.css b/client/openpype/hosts/aftereffects/api/extension/css/boilerplate.css similarity index 100% rename from openpype/hosts/aftereffects/api/extension/css/boilerplate.css rename to client/openpype/hosts/aftereffects/api/extension/css/boilerplate.css diff --git a/openpype/hosts/aftereffects/api/extension/css/styles.css b/client/openpype/hosts/aftereffects/api/extension/css/styles.css similarity index 100% rename from openpype/hosts/aftereffects/api/extension/css/styles.css rename to client/openpype/hosts/aftereffects/api/extension/css/styles.css diff --git a/openpype/hosts/aftereffects/api/extension/css/topcoat-desktop-dark.min.css b/client/openpype/hosts/aftereffects/api/extension/css/topcoat-desktop-dark.min.css similarity index 100% rename from openpype/hosts/aftereffects/api/extension/css/topcoat-desktop-dark.min.css rename to client/openpype/hosts/aftereffects/api/extension/css/topcoat-desktop-dark.min.css diff --git a/openpype/hosts/aftereffects/api/extension/icons/ayon_logo.png b/client/openpype/hosts/aftereffects/api/extension/icons/ayon_logo.png similarity index 100% rename from openpype/hosts/aftereffects/api/extension/icons/ayon_logo.png rename to client/openpype/hosts/aftereffects/api/extension/icons/ayon_logo.png diff --git a/openpype/hosts/aftereffects/api/extension/icons/iconDarkNormal.png b/client/openpype/hosts/aftereffects/api/extension/icons/iconDarkNormal.png similarity index 100% rename from openpype/hosts/aftereffects/api/extension/icons/iconDarkNormal.png rename to client/openpype/hosts/aftereffects/api/extension/icons/iconDarkNormal.png diff --git a/openpype/hosts/aftereffects/api/extension/icons/iconDarkRollover.png b/client/openpype/hosts/aftereffects/api/extension/icons/iconDarkRollover.png similarity index 100% rename from openpype/hosts/aftereffects/api/extension/icons/iconDarkRollover.png rename to client/openpype/hosts/aftereffects/api/extension/icons/iconDarkRollover.png diff --git a/openpype/hosts/aftereffects/api/extension/icons/iconDisabled.png b/client/openpype/hosts/aftereffects/api/extension/icons/iconDisabled.png similarity index 100% rename from openpype/hosts/aftereffects/api/extension/icons/iconDisabled.png rename to client/openpype/hosts/aftereffects/api/extension/icons/iconDisabled.png diff --git a/openpype/hosts/aftereffects/api/extension/icons/iconNormal.png b/client/openpype/hosts/aftereffects/api/extension/icons/iconNormal.png similarity index 100% rename from openpype/hosts/aftereffects/api/extension/icons/iconNormal.png rename to client/openpype/hosts/aftereffects/api/extension/icons/iconNormal.png diff --git a/openpype/hosts/aftereffects/api/extension/icons/iconRollover.png b/client/openpype/hosts/aftereffects/api/extension/icons/iconRollover.png similarity index 100% rename from openpype/hosts/aftereffects/api/extension/icons/iconRollover.png rename to client/openpype/hosts/aftereffects/api/extension/icons/iconRollover.png diff --git a/openpype/hosts/aftereffects/api/extension/index.html b/client/openpype/hosts/aftereffects/api/extension/index.html similarity index 100% rename from openpype/hosts/aftereffects/api/extension/index.html rename to client/openpype/hosts/aftereffects/api/extension/index.html diff --git a/openpype/hosts/aftereffects/api/extension/js/libs/CSInterface.js b/client/openpype/hosts/aftereffects/api/extension/js/libs/CSInterface.js similarity index 100% rename from openpype/hosts/aftereffects/api/extension/js/libs/CSInterface.js rename to client/openpype/hosts/aftereffects/api/extension/js/libs/CSInterface.js diff --git a/openpype/hosts/aftereffects/api/extension/js/libs/jquery-2.0.2.min.js b/client/openpype/hosts/aftereffects/api/extension/js/libs/jquery-2.0.2.min.js similarity index 100% rename from openpype/hosts/aftereffects/api/extension/js/libs/jquery-2.0.2.min.js rename to client/openpype/hosts/aftereffects/api/extension/js/libs/jquery-2.0.2.min.js diff --git a/openpype/hosts/aftereffects/api/extension/js/libs/json.js b/client/openpype/hosts/aftereffects/api/extension/js/libs/json.js similarity index 100% rename from openpype/hosts/aftereffects/api/extension/js/libs/json.js rename to client/openpype/hosts/aftereffects/api/extension/js/libs/json.js diff --git a/openpype/hosts/aftereffects/api/extension/js/libs/loglevel.min.js b/client/openpype/hosts/aftereffects/api/extension/js/libs/loglevel.min.js similarity index 100% rename from openpype/hosts/aftereffects/api/extension/js/libs/loglevel.min.js rename to client/openpype/hosts/aftereffects/api/extension/js/libs/loglevel.min.js diff --git a/openpype/hosts/aftereffects/api/extension/js/libs/wsrpc.js b/client/openpype/hosts/aftereffects/api/extension/js/libs/wsrpc.js similarity index 100% rename from openpype/hosts/aftereffects/api/extension/js/libs/wsrpc.js rename to client/openpype/hosts/aftereffects/api/extension/js/libs/wsrpc.js diff --git a/openpype/hosts/aftereffects/api/extension/js/libs/wsrpc.min.js b/client/openpype/hosts/aftereffects/api/extension/js/libs/wsrpc.min.js similarity index 100% rename from openpype/hosts/aftereffects/api/extension/js/libs/wsrpc.min.js rename to client/openpype/hosts/aftereffects/api/extension/js/libs/wsrpc.min.js diff --git a/openpype/hosts/aftereffects/api/extension/js/main.js b/client/openpype/hosts/aftereffects/api/extension/js/main.js similarity index 100% rename from openpype/hosts/aftereffects/api/extension/js/main.js rename to client/openpype/hosts/aftereffects/api/extension/js/main.js diff --git a/openpype/hosts/aftereffects/api/extension/js/themeManager.js b/client/openpype/hosts/aftereffects/api/extension/js/themeManager.js similarity index 100% rename from openpype/hosts/aftereffects/api/extension/js/themeManager.js rename to client/openpype/hosts/aftereffects/api/extension/js/themeManager.js diff --git a/openpype/hosts/aftereffects/api/extension/jsx/hostscript.jsx b/client/openpype/hosts/aftereffects/api/extension/jsx/hostscript.jsx similarity index 100% rename from openpype/hosts/aftereffects/api/extension/jsx/hostscript.jsx rename to client/openpype/hosts/aftereffects/api/extension/jsx/hostscript.jsx diff --git a/openpype/hosts/aftereffects/api/launch_logic.py b/client/openpype/hosts/aftereffects/api/launch_logic.py similarity index 100% rename from openpype/hosts/aftereffects/api/launch_logic.py rename to client/openpype/hosts/aftereffects/api/launch_logic.py diff --git a/openpype/hosts/aftereffects/api/lib.py b/client/openpype/hosts/aftereffects/api/lib.py similarity index 100% rename from openpype/hosts/aftereffects/api/lib.py rename to client/openpype/hosts/aftereffects/api/lib.py diff --git a/openpype/hosts/aftereffects/api/panel.png b/client/openpype/hosts/aftereffects/api/panel.png similarity index 100% rename from openpype/hosts/aftereffects/api/panel.png rename to client/openpype/hosts/aftereffects/api/panel.png diff --git a/openpype/hosts/aftereffects/api/panel_failure.png b/client/openpype/hosts/aftereffects/api/panel_failure.png similarity index 100% rename from openpype/hosts/aftereffects/api/panel_failure.png rename to client/openpype/hosts/aftereffects/api/panel_failure.png diff --git a/openpype/hosts/aftereffects/api/pipeline.py b/client/openpype/hosts/aftereffects/api/pipeline.py similarity index 100% rename from openpype/hosts/aftereffects/api/pipeline.py rename to client/openpype/hosts/aftereffects/api/pipeline.py diff --git a/openpype/hosts/aftereffects/api/plugin.py b/client/openpype/hosts/aftereffects/api/plugin.py similarity index 100% rename from openpype/hosts/aftereffects/api/plugin.py rename to client/openpype/hosts/aftereffects/api/plugin.py diff --git a/openpype/hosts/aftereffects/api/workfile_template_builder.py b/client/openpype/hosts/aftereffects/api/workfile_template_builder.py similarity index 100% rename from openpype/hosts/aftereffects/api/workfile_template_builder.py rename to client/openpype/hosts/aftereffects/api/workfile_template_builder.py diff --git a/openpype/hosts/aftereffects/api/ws_stub.py b/client/openpype/hosts/aftereffects/api/ws_stub.py similarity index 100% rename from openpype/hosts/aftereffects/api/ws_stub.py rename to client/openpype/hosts/aftereffects/api/ws_stub.py diff --git a/openpype/hosts/aftereffects/plugins/__init__.py b/client/openpype/hosts/aftereffects/plugins/__init__.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/__init__.py rename to client/openpype/hosts/aftereffects/plugins/__init__.py diff --git a/openpype/hosts/aftereffects/plugins/create/create_render.py b/client/openpype/hosts/aftereffects/plugins/create/create_render.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/create/create_render.py rename to client/openpype/hosts/aftereffects/plugins/create/create_render.py diff --git a/openpype/hosts/aftereffects/plugins/create/workfile_creator.py b/client/openpype/hosts/aftereffects/plugins/create/workfile_creator.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/create/workfile_creator.py rename to client/openpype/hosts/aftereffects/plugins/create/workfile_creator.py diff --git a/openpype/hosts/aftereffects/plugins/load/load_background.py b/client/openpype/hosts/aftereffects/plugins/load/load_background.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/load/load_background.py rename to client/openpype/hosts/aftereffects/plugins/load/load_background.py diff --git a/openpype/hosts/aftereffects/plugins/load/load_file.py b/client/openpype/hosts/aftereffects/plugins/load/load_file.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/load/load_file.py rename to client/openpype/hosts/aftereffects/plugins/load/load_file.py diff --git a/openpype/hosts/aftereffects/plugins/publish/add_publish_highlight.py b/client/openpype/hosts/aftereffects/plugins/publish/add_publish_highlight.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/add_publish_highlight.py rename to client/openpype/hosts/aftereffects/plugins/publish/add_publish_highlight.py diff --git a/openpype/hosts/aftereffects/plugins/publish/closeAE.py b/client/openpype/hosts/aftereffects/plugins/publish/closeAE.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/closeAE.py rename to client/openpype/hosts/aftereffects/plugins/publish/closeAE.py diff --git a/openpype/hosts/aftereffects/plugins/publish/collect_audio.py b/client/openpype/hosts/aftereffects/plugins/publish/collect_audio.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/collect_audio.py rename to client/openpype/hosts/aftereffects/plugins/publish/collect_audio.py diff --git a/openpype/hosts/aftereffects/plugins/publish/collect_current_file.py b/client/openpype/hosts/aftereffects/plugins/publish/collect_current_file.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/collect_current_file.py rename to client/openpype/hosts/aftereffects/plugins/publish/collect_current_file.py diff --git a/openpype/hosts/aftereffects/plugins/publish/collect_extension_version.py b/client/openpype/hosts/aftereffects/plugins/publish/collect_extension_version.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/collect_extension_version.py rename to client/openpype/hosts/aftereffects/plugins/publish/collect_extension_version.py diff --git a/openpype/hosts/aftereffects/plugins/publish/collect_render.py b/client/openpype/hosts/aftereffects/plugins/publish/collect_render.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/collect_render.py rename to client/openpype/hosts/aftereffects/plugins/publish/collect_render.py diff --git a/openpype/hosts/aftereffects/plugins/publish/collect_review.py b/client/openpype/hosts/aftereffects/plugins/publish/collect_review.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/collect_review.py rename to client/openpype/hosts/aftereffects/plugins/publish/collect_review.py diff --git a/openpype/hosts/aftereffects/plugins/publish/collect_workfile.py b/client/openpype/hosts/aftereffects/plugins/publish/collect_workfile.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/collect_workfile.py rename to client/openpype/hosts/aftereffects/plugins/publish/collect_workfile.py diff --git a/openpype/hosts/aftereffects/plugins/publish/extract_local_render.py b/client/openpype/hosts/aftereffects/plugins/publish/extract_local_render.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/extract_local_render.py rename to client/openpype/hosts/aftereffects/plugins/publish/extract_local_render.py diff --git a/openpype/hosts/aftereffects/plugins/publish/extract_save_scene.py b/client/openpype/hosts/aftereffects/plugins/publish/extract_save_scene.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/extract_save_scene.py rename to client/openpype/hosts/aftereffects/plugins/publish/extract_save_scene.py diff --git a/openpype/hosts/aftereffects/plugins/publish/help/validate_footage_items.xml b/client/openpype/hosts/aftereffects/plugins/publish/help/validate_footage_items.xml similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/help/validate_footage_items.xml rename to client/openpype/hosts/aftereffects/plugins/publish/help/validate_footage_items.xml diff --git a/openpype/hosts/aftereffects/plugins/publish/help/validate_instance_asset.xml b/client/openpype/hosts/aftereffects/plugins/publish/help/validate_instance_asset.xml similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/help/validate_instance_asset.xml rename to client/openpype/hosts/aftereffects/plugins/publish/help/validate_instance_asset.xml diff --git a/openpype/hosts/aftereffects/plugins/publish/help/validate_scene_settings.xml b/client/openpype/hosts/aftereffects/plugins/publish/help/validate_scene_settings.xml similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/help/validate_scene_settings.xml rename to client/openpype/hosts/aftereffects/plugins/publish/help/validate_scene_settings.xml diff --git a/openpype/hosts/aftereffects/plugins/publish/increment_workfile.py b/client/openpype/hosts/aftereffects/plugins/publish/increment_workfile.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/increment_workfile.py rename to client/openpype/hosts/aftereffects/plugins/publish/increment_workfile.py diff --git a/openpype/hosts/aftereffects/plugins/publish/pre_collect_render.py b/client/openpype/hosts/aftereffects/plugins/publish/pre_collect_render.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/pre_collect_render.py rename to client/openpype/hosts/aftereffects/plugins/publish/pre_collect_render.py diff --git a/openpype/hosts/aftereffects/plugins/publish/remove_publish_highlight.py b/client/openpype/hosts/aftereffects/plugins/publish/remove_publish_highlight.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/remove_publish_highlight.py rename to client/openpype/hosts/aftereffects/plugins/publish/remove_publish_highlight.py diff --git a/openpype/hosts/aftereffects/plugins/publish/validate_footage_items.py b/client/openpype/hosts/aftereffects/plugins/publish/validate_footage_items.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/validate_footage_items.py rename to client/openpype/hosts/aftereffects/plugins/publish/validate_footage_items.py diff --git a/openpype/hosts/aftereffects/plugins/publish/validate_instance_asset.py b/client/openpype/hosts/aftereffects/plugins/publish/validate_instance_asset.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/validate_instance_asset.py rename to client/openpype/hosts/aftereffects/plugins/publish/validate_instance_asset.py diff --git a/openpype/hosts/aftereffects/plugins/publish/validate_scene_settings.py b/client/openpype/hosts/aftereffects/plugins/publish/validate_scene_settings.py similarity index 100% rename from openpype/hosts/aftereffects/plugins/publish/validate_scene_settings.py rename to client/openpype/hosts/aftereffects/plugins/publish/validate_scene_settings.py diff --git a/openpype/hosts/aftereffects/resources/template.aep b/client/openpype/hosts/aftereffects/resources/template.aep similarity index 100% rename from openpype/hosts/aftereffects/resources/template.aep rename to client/openpype/hosts/aftereffects/resources/template.aep diff --git a/openpype/hosts/blender/__init__.py b/client/openpype/hosts/blender/__init__.py similarity index 100% rename from openpype/hosts/blender/__init__.py rename to client/openpype/hosts/blender/__init__.py diff --git a/openpype/hosts/blender/addon.py b/client/openpype/hosts/blender/addon.py similarity index 100% rename from openpype/hosts/blender/addon.py rename to client/openpype/hosts/blender/addon.py diff --git a/openpype/hosts/blender/api/__init__.py b/client/openpype/hosts/blender/api/__init__.py similarity index 100% rename from openpype/hosts/blender/api/__init__.py rename to client/openpype/hosts/blender/api/__init__.py diff --git a/openpype/hosts/blender/api/action.py b/client/openpype/hosts/blender/api/action.py similarity index 100% rename from openpype/hosts/blender/api/action.py rename to client/openpype/hosts/blender/api/action.py diff --git a/openpype/hosts/blender/api/capture.py b/client/openpype/hosts/blender/api/capture.py similarity index 100% rename from openpype/hosts/blender/api/capture.py rename to client/openpype/hosts/blender/api/capture.py diff --git a/openpype/hosts/blender/api/colorspace.py b/client/openpype/hosts/blender/api/colorspace.py similarity index 100% rename from openpype/hosts/blender/api/colorspace.py rename to client/openpype/hosts/blender/api/colorspace.py diff --git a/openpype/hosts/blender/api/icons/pyblish-32x32.png b/client/openpype/hosts/blender/api/icons/pyblish-32x32.png similarity index 100% rename from openpype/hosts/blender/api/icons/pyblish-32x32.png rename to client/openpype/hosts/blender/api/icons/pyblish-32x32.png diff --git a/openpype/hosts/blender/api/lib.py b/client/openpype/hosts/blender/api/lib.py similarity index 100% rename from openpype/hosts/blender/api/lib.py rename to client/openpype/hosts/blender/api/lib.py diff --git a/openpype/hosts/blender/api/ops.py b/client/openpype/hosts/blender/api/ops.py similarity index 100% rename from openpype/hosts/blender/api/ops.py rename to client/openpype/hosts/blender/api/ops.py diff --git a/openpype/hosts/blender/api/pipeline.py b/client/openpype/hosts/blender/api/pipeline.py similarity index 100% rename from openpype/hosts/blender/api/pipeline.py rename to client/openpype/hosts/blender/api/pipeline.py diff --git a/openpype/hosts/blender/api/plugin.py b/client/openpype/hosts/blender/api/plugin.py similarity index 100% rename from openpype/hosts/blender/api/plugin.py rename to client/openpype/hosts/blender/api/plugin.py diff --git a/openpype/hosts/blender/api/render_lib.py b/client/openpype/hosts/blender/api/render_lib.py similarity index 100% rename from openpype/hosts/blender/api/render_lib.py rename to client/openpype/hosts/blender/api/render_lib.py diff --git a/openpype/hosts/blender/api/workio.py b/client/openpype/hosts/blender/api/workio.py similarity index 100% rename from openpype/hosts/blender/api/workio.py rename to client/openpype/hosts/blender/api/workio.py diff --git a/openpype/hosts/blender/blender_addon/startup/init.py b/client/openpype/hosts/blender/blender_addon/startup/init.py similarity index 100% rename from openpype/hosts/blender/blender_addon/startup/init.py rename to client/openpype/hosts/blender/blender_addon/startup/init.py diff --git a/openpype/hosts/blender/hooks/pre_add_run_python_script_arg.py b/client/openpype/hosts/blender/hooks/pre_add_run_python_script_arg.py similarity index 100% rename from openpype/hosts/blender/hooks/pre_add_run_python_script_arg.py rename to client/openpype/hosts/blender/hooks/pre_add_run_python_script_arg.py diff --git a/openpype/hosts/blender/hooks/pre_pyside_install.py b/client/openpype/hosts/blender/hooks/pre_pyside_install.py similarity index 100% rename from openpype/hosts/blender/hooks/pre_pyside_install.py rename to client/openpype/hosts/blender/hooks/pre_pyside_install.py diff --git a/openpype/hosts/blender/hooks/pre_windows_console.py b/client/openpype/hosts/blender/hooks/pre_windows_console.py similarity index 100% rename from openpype/hosts/blender/hooks/pre_windows_console.py rename to client/openpype/hosts/blender/hooks/pre_windows_console.py diff --git a/openpype/hosts/blender/plugins/create/convert_legacy.py b/client/openpype/hosts/blender/plugins/create/convert_legacy.py similarity index 100% rename from openpype/hosts/blender/plugins/create/convert_legacy.py rename to client/openpype/hosts/blender/plugins/create/convert_legacy.py diff --git a/openpype/hosts/blender/plugins/create/create_action.py b/client/openpype/hosts/blender/plugins/create/create_action.py similarity index 100% rename from openpype/hosts/blender/plugins/create/create_action.py rename to client/openpype/hosts/blender/plugins/create/create_action.py diff --git a/openpype/hosts/blender/plugins/create/create_animation.py b/client/openpype/hosts/blender/plugins/create/create_animation.py similarity index 100% rename from openpype/hosts/blender/plugins/create/create_animation.py rename to client/openpype/hosts/blender/plugins/create/create_animation.py diff --git a/openpype/hosts/blender/plugins/create/create_blendScene.py b/client/openpype/hosts/blender/plugins/create/create_blendScene.py similarity index 100% rename from openpype/hosts/blender/plugins/create/create_blendScene.py rename to client/openpype/hosts/blender/plugins/create/create_blendScene.py diff --git a/openpype/hosts/blender/plugins/create/create_camera.py b/client/openpype/hosts/blender/plugins/create/create_camera.py similarity index 100% rename from openpype/hosts/blender/plugins/create/create_camera.py rename to client/openpype/hosts/blender/plugins/create/create_camera.py diff --git a/openpype/hosts/blender/plugins/create/create_layout.py b/client/openpype/hosts/blender/plugins/create/create_layout.py similarity index 100% rename from openpype/hosts/blender/plugins/create/create_layout.py rename to client/openpype/hosts/blender/plugins/create/create_layout.py diff --git a/openpype/hosts/blender/plugins/create/create_model.py b/client/openpype/hosts/blender/plugins/create/create_model.py similarity index 100% rename from openpype/hosts/blender/plugins/create/create_model.py rename to client/openpype/hosts/blender/plugins/create/create_model.py diff --git a/openpype/hosts/blender/plugins/create/create_pointcache.py b/client/openpype/hosts/blender/plugins/create/create_pointcache.py similarity index 100% rename from openpype/hosts/blender/plugins/create/create_pointcache.py rename to client/openpype/hosts/blender/plugins/create/create_pointcache.py diff --git a/openpype/hosts/blender/plugins/create/create_render.py b/client/openpype/hosts/blender/plugins/create/create_render.py similarity index 100% rename from openpype/hosts/blender/plugins/create/create_render.py rename to client/openpype/hosts/blender/plugins/create/create_render.py diff --git a/openpype/hosts/blender/plugins/create/create_review.py b/client/openpype/hosts/blender/plugins/create/create_review.py similarity index 100% rename from openpype/hosts/blender/plugins/create/create_review.py rename to client/openpype/hosts/blender/plugins/create/create_review.py diff --git a/openpype/hosts/blender/plugins/create/create_rig.py b/client/openpype/hosts/blender/plugins/create/create_rig.py similarity index 100% rename from openpype/hosts/blender/plugins/create/create_rig.py rename to client/openpype/hosts/blender/plugins/create/create_rig.py diff --git a/openpype/hosts/blender/plugins/create/create_workfile.py b/client/openpype/hosts/blender/plugins/create/create_workfile.py similarity index 100% rename from openpype/hosts/blender/plugins/create/create_workfile.py rename to client/openpype/hosts/blender/plugins/create/create_workfile.py diff --git a/openpype/hosts/blender/plugins/load/import_workfile.py b/client/openpype/hosts/blender/plugins/load/import_workfile.py similarity index 100% rename from openpype/hosts/blender/plugins/load/import_workfile.py rename to client/openpype/hosts/blender/plugins/load/import_workfile.py diff --git a/openpype/hosts/blender/plugins/load/load_abc.py b/client/openpype/hosts/blender/plugins/load/load_abc.py similarity index 100% rename from openpype/hosts/blender/plugins/load/load_abc.py rename to client/openpype/hosts/blender/plugins/load/load_abc.py diff --git a/openpype/hosts/blender/plugins/load/load_action.py b/client/openpype/hosts/blender/plugins/load/load_action.py similarity index 100% rename from openpype/hosts/blender/plugins/load/load_action.py rename to client/openpype/hosts/blender/plugins/load/load_action.py diff --git a/openpype/hosts/blender/plugins/load/load_animation.py b/client/openpype/hosts/blender/plugins/load/load_animation.py similarity index 100% rename from openpype/hosts/blender/plugins/load/load_animation.py rename to client/openpype/hosts/blender/plugins/load/load_animation.py diff --git a/openpype/hosts/blender/plugins/load/load_audio.py b/client/openpype/hosts/blender/plugins/load/load_audio.py similarity index 100% rename from openpype/hosts/blender/plugins/load/load_audio.py rename to client/openpype/hosts/blender/plugins/load/load_audio.py diff --git a/openpype/hosts/blender/plugins/load/load_blend.py b/client/openpype/hosts/blender/plugins/load/load_blend.py similarity index 100% rename from openpype/hosts/blender/plugins/load/load_blend.py rename to client/openpype/hosts/blender/plugins/load/load_blend.py diff --git a/openpype/hosts/blender/plugins/load/load_blendscene.py b/client/openpype/hosts/blender/plugins/load/load_blendscene.py similarity index 100% rename from openpype/hosts/blender/plugins/load/load_blendscene.py rename to client/openpype/hosts/blender/plugins/load/load_blendscene.py diff --git a/openpype/hosts/blender/plugins/load/load_camera_abc.py b/client/openpype/hosts/blender/plugins/load/load_camera_abc.py similarity index 100% rename from openpype/hosts/blender/plugins/load/load_camera_abc.py rename to client/openpype/hosts/blender/plugins/load/load_camera_abc.py diff --git a/openpype/hosts/blender/plugins/load/load_camera_fbx.py b/client/openpype/hosts/blender/plugins/load/load_camera_fbx.py similarity index 100% rename from openpype/hosts/blender/plugins/load/load_camera_fbx.py rename to client/openpype/hosts/blender/plugins/load/load_camera_fbx.py diff --git a/openpype/hosts/blender/plugins/load/load_fbx.py b/client/openpype/hosts/blender/plugins/load/load_fbx.py similarity index 100% rename from openpype/hosts/blender/plugins/load/load_fbx.py rename to client/openpype/hosts/blender/plugins/load/load_fbx.py diff --git a/openpype/hosts/blender/plugins/load/load_layout_json.py b/client/openpype/hosts/blender/plugins/load/load_layout_json.py similarity index 100% rename from openpype/hosts/blender/plugins/load/load_layout_json.py rename to client/openpype/hosts/blender/plugins/load/load_layout_json.py diff --git a/openpype/hosts/blender/plugins/load/load_look.py b/client/openpype/hosts/blender/plugins/load/load_look.py similarity index 100% rename from openpype/hosts/blender/plugins/load/load_look.py rename to client/openpype/hosts/blender/plugins/load/load_look.py diff --git a/openpype/hosts/blender/plugins/publish/collect_current_file.py b/client/openpype/hosts/blender/plugins/publish/collect_current_file.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/collect_current_file.py rename to client/openpype/hosts/blender/plugins/publish/collect_current_file.py diff --git a/openpype/hosts/blender/plugins/publish/collect_instance.py b/client/openpype/hosts/blender/plugins/publish/collect_instance.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/collect_instance.py rename to client/openpype/hosts/blender/plugins/publish/collect_instance.py diff --git a/openpype/hosts/blender/plugins/publish/collect_render.py b/client/openpype/hosts/blender/plugins/publish/collect_render.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/collect_render.py rename to client/openpype/hosts/blender/plugins/publish/collect_render.py diff --git a/openpype/hosts/blender/plugins/publish/collect_review.py b/client/openpype/hosts/blender/plugins/publish/collect_review.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/collect_review.py rename to client/openpype/hosts/blender/plugins/publish/collect_review.py diff --git a/openpype/hosts/blender/plugins/publish/collect_workfile.py b/client/openpype/hosts/blender/plugins/publish/collect_workfile.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/collect_workfile.py rename to client/openpype/hosts/blender/plugins/publish/collect_workfile.py diff --git a/openpype/hosts/blender/plugins/publish/extract_abc.py b/client/openpype/hosts/blender/plugins/publish/extract_abc.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/extract_abc.py rename to client/openpype/hosts/blender/plugins/publish/extract_abc.py diff --git a/openpype/hosts/blender/plugins/publish/extract_abc_animation.py b/client/openpype/hosts/blender/plugins/publish/extract_abc_animation.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/extract_abc_animation.py rename to client/openpype/hosts/blender/plugins/publish/extract_abc_animation.py diff --git a/openpype/hosts/blender/plugins/publish/extract_blend.py b/client/openpype/hosts/blender/plugins/publish/extract_blend.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/extract_blend.py rename to client/openpype/hosts/blender/plugins/publish/extract_blend.py diff --git a/openpype/hosts/blender/plugins/publish/extract_blend_animation.py b/client/openpype/hosts/blender/plugins/publish/extract_blend_animation.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/extract_blend_animation.py rename to client/openpype/hosts/blender/plugins/publish/extract_blend_animation.py diff --git a/openpype/hosts/blender/plugins/publish/extract_camera_abc.py b/client/openpype/hosts/blender/plugins/publish/extract_camera_abc.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/extract_camera_abc.py rename to client/openpype/hosts/blender/plugins/publish/extract_camera_abc.py diff --git a/openpype/hosts/blender/plugins/publish/extract_camera_fbx.py b/client/openpype/hosts/blender/plugins/publish/extract_camera_fbx.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/extract_camera_fbx.py rename to client/openpype/hosts/blender/plugins/publish/extract_camera_fbx.py diff --git a/openpype/hosts/blender/plugins/publish/extract_fbx.py b/client/openpype/hosts/blender/plugins/publish/extract_fbx.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/extract_fbx.py rename to client/openpype/hosts/blender/plugins/publish/extract_fbx.py diff --git a/openpype/hosts/blender/plugins/publish/extract_fbx_animation.py b/client/openpype/hosts/blender/plugins/publish/extract_fbx_animation.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/extract_fbx_animation.py rename to client/openpype/hosts/blender/plugins/publish/extract_fbx_animation.py diff --git a/openpype/hosts/blender/plugins/publish/extract_layout.py b/client/openpype/hosts/blender/plugins/publish/extract_layout.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/extract_layout.py rename to client/openpype/hosts/blender/plugins/publish/extract_layout.py diff --git a/openpype/hosts/blender/plugins/publish/extract_playblast.py b/client/openpype/hosts/blender/plugins/publish/extract_playblast.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/extract_playblast.py rename to client/openpype/hosts/blender/plugins/publish/extract_playblast.py diff --git a/openpype/hosts/blender/plugins/publish/extract_thumbnail.py b/client/openpype/hosts/blender/plugins/publish/extract_thumbnail.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/extract_thumbnail.py rename to client/openpype/hosts/blender/plugins/publish/extract_thumbnail.py diff --git a/openpype/hosts/blender/plugins/publish/increment_workfile_version.py b/client/openpype/hosts/blender/plugins/publish/increment_workfile_version.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/increment_workfile_version.py rename to client/openpype/hosts/blender/plugins/publish/increment_workfile_version.py diff --git a/openpype/hosts/blender/plugins/publish/integrate_animation.py b/client/openpype/hosts/blender/plugins/publish/integrate_animation.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/integrate_animation.py rename to client/openpype/hosts/blender/plugins/publish/integrate_animation.py diff --git a/openpype/hosts/blender/plugins/publish/validate_camera_zero_keyframe.py b/client/openpype/hosts/blender/plugins/publish/validate_camera_zero_keyframe.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/validate_camera_zero_keyframe.py rename to client/openpype/hosts/blender/plugins/publish/validate_camera_zero_keyframe.py diff --git a/openpype/hosts/blender/plugins/publish/validate_deadline_publish.py b/client/openpype/hosts/blender/plugins/publish/validate_deadline_publish.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/validate_deadline_publish.py rename to client/openpype/hosts/blender/plugins/publish/validate_deadline_publish.py diff --git a/openpype/hosts/blender/plugins/publish/validate_file_saved.py b/client/openpype/hosts/blender/plugins/publish/validate_file_saved.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/validate_file_saved.py rename to client/openpype/hosts/blender/plugins/publish/validate_file_saved.py diff --git a/openpype/hosts/blender/plugins/publish/validate_instance_empty.py b/client/openpype/hosts/blender/plugins/publish/validate_instance_empty.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/validate_instance_empty.py rename to client/openpype/hosts/blender/plugins/publish/validate_instance_empty.py diff --git a/openpype/hosts/blender/plugins/publish/validate_mesh_has_uv.py b/client/openpype/hosts/blender/plugins/publish/validate_mesh_has_uv.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/validate_mesh_has_uv.py rename to client/openpype/hosts/blender/plugins/publish/validate_mesh_has_uv.py diff --git a/openpype/hosts/blender/plugins/publish/validate_mesh_no_negative_scale.py b/client/openpype/hosts/blender/plugins/publish/validate_mesh_no_negative_scale.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/validate_mesh_no_negative_scale.py rename to client/openpype/hosts/blender/plugins/publish/validate_mesh_no_negative_scale.py diff --git a/openpype/hosts/blender/plugins/publish/validate_no_colons_in_name.py b/client/openpype/hosts/blender/plugins/publish/validate_no_colons_in_name.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/validate_no_colons_in_name.py rename to client/openpype/hosts/blender/plugins/publish/validate_no_colons_in_name.py diff --git a/openpype/hosts/blender/plugins/publish/validate_object_mode.py b/client/openpype/hosts/blender/plugins/publish/validate_object_mode.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/validate_object_mode.py rename to client/openpype/hosts/blender/plugins/publish/validate_object_mode.py diff --git a/openpype/hosts/blender/plugins/publish/validate_render_camera_is_set.py b/client/openpype/hosts/blender/plugins/publish/validate_render_camera_is_set.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/validate_render_camera_is_set.py rename to client/openpype/hosts/blender/plugins/publish/validate_render_camera_is_set.py diff --git a/openpype/hosts/blender/plugins/publish/validate_transform_zero.py b/client/openpype/hosts/blender/plugins/publish/validate_transform_zero.py similarity index 100% rename from openpype/hosts/blender/plugins/publish/validate_transform_zero.py rename to client/openpype/hosts/blender/plugins/publish/validate_transform_zero.py diff --git a/openpype/hosts/celaction/__init__.py b/client/openpype/hosts/celaction/__init__.py similarity index 100% rename from openpype/hosts/celaction/__init__.py rename to client/openpype/hosts/celaction/__init__.py diff --git a/openpype/hosts/celaction/addon.py b/client/openpype/hosts/celaction/addon.py similarity index 100% rename from openpype/hosts/celaction/addon.py rename to client/openpype/hosts/celaction/addon.py diff --git a/openpype/hosts/celaction/hooks/pre_celaction_setup.py b/client/openpype/hosts/celaction/hooks/pre_celaction_setup.py similarity index 100% rename from openpype/hosts/celaction/hooks/pre_celaction_setup.py rename to client/openpype/hosts/celaction/hooks/pre_celaction_setup.py diff --git a/openpype/hosts/celaction/plugins/__init__.py b/client/openpype/hosts/celaction/plugins/__init__.py similarity index 100% rename from openpype/hosts/celaction/plugins/__init__.py rename to client/openpype/hosts/celaction/plugins/__init__.py diff --git a/openpype/hosts/celaction/plugins/publish/collect_celaction_cli_kwargs.py b/client/openpype/hosts/celaction/plugins/publish/collect_celaction_cli_kwargs.py similarity index 100% rename from openpype/hosts/celaction/plugins/publish/collect_celaction_cli_kwargs.py rename to client/openpype/hosts/celaction/plugins/publish/collect_celaction_cli_kwargs.py diff --git a/openpype/hosts/celaction/plugins/publish/collect_celaction_instances.py b/client/openpype/hosts/celaction/plugins/publish/collect_celaction_instances.py similarity index 100% rename from openpype/hosts/celaction/plugins/publish/collect_celaction_instances.py rename to client/openpype/hosts/celaction/plugins/publish/collect_celaction_instances.py diff --git a/openpype/hosts/celaction/plugins/publish/collect_render_path.py b/client/openpype/hosts/celaction/plugins/publish/collect_render_path.py similarity index 100% rename from openpype/hosts/celaction/plugins/publish/collect_render_path.py rename to client/openpype/hosts/celaction/plugins/publish/collect_render_path.py diff --git a/openpype/hosts/celaction/plugins/publish/integrate_version_up.py b/client/openpype/hosts/celaction/plugins/publish/integrate_version_up.py similarity index 100% rename from openpype/hosts/celaction/plugins/publish/integrate_version_up.py rename to client/openpype/hosts/celaction/plugins/publish/integrate_version_up.py diff --git a/openpype/hosts/celaction/resources/celaction_template_scene.scn b/client/openpype/hosts/celaction/resources/celaction_template_scene.scn similarity index 100% rename from openpype/hosts/celaction/resources/celaction_template_scene.scn rename to client/openpype/hosts/celaction/resources/celaction_template_scene.scn diff --git a/openpype/hosts/celaction/scripts/__init__.py b/client/openpype/hosts/celaction/scripts/__init__.py similarity index 100% rename from openpype/hosts/celaction/scripts/__init__.py rename to client/openpype/hosts/celaction/scripts/__init__.py diff --git a/openpype/hosts/celaction/scripts/publish_cli.py b/client/openpype/hosts/celaction/scripts/publish_cli.py similarity index 100% rename from openpype/hosts/celaction/scripts/publish_cli.py rename to client/openpype/hosts/celaction/scripts/publish_cli.py diff --git a/openpype/hosts/flame/__init__.py b/client/openpype/hosts/flame/__init__.py similarity index 100% rename from openpype/hosts/flame/__init__.py rename to client/openpype/hosts/flame/__init__.py diff --git a/openpype/hosts/flame/addon.py b/client/openpype/hosts/flame/addon.py similarity index 100% rename from openpype/hosts/flame/addon.py rename to client/openpype/hosts/flame/addon.py diff --git a/openpype/hosts/flame/api/__init__.py b/client/openpype/hosts/flame/api/__init__.py similarity index 100% rename from openpype/hosts/flame/api/__init__.py rename to client/openpype/hosts/flame/api/__init__.py diff --git a/openpype/hosts/flame/api/batch_utils.py b/client/openpype/hosts/flame/api/batch_utils.py similarity index 100% rename from openpype/hosts/flame/api/batch_utils.py rename to client/openpype/hosts/flame/api/batch_utils.py diff --git a/openpype/hosts/flame/api/constants.py b/client/openpype/hosts/flame/api/constants.py similarity index 100% rename from openpype/hosts/flame/api/constants.py rename to client/openpype/hosts/flame/api/constants.py diff --git a/openpype/hosts/flame/api/lib.py b/client/openpype/hosts/flame/api/lib.py similarity index 100% rename from openpype/hosts/flame/api/lib.py rename to client/openpype/hosts/flame/api/lib.py diff --git a/openpype/hosts/flame/api/menu.py b/client/openpype/hosts/flame/api/menu.py similarity index 100% rename from openpype/hosts/flame/api/menu.py rename to client/openpype/hosts/flame/api/menu.py diff --git a/openpype/hosts/flame/api/pipeline.py b/client/openpype/hosts/flame/api/pipeline.py similarity index 100% rename from openpype/hosts/flame/api/pipeline.py rename to client/openpype/hosts/flame/api/pipeline.py diff --git a/openpype/hosts/flame/api/plugin.py b/client/openpype/hosts/flame/api/plugin.py similarity index 100% rename from openpype/hosts/flame/api/plugin.py rename to client/openpype/hosts/flame/api/plugin.py diff --git a/openpype/hosts/flame/api/render_utils.py b/client/openpype/hosts/flame/api/render_utils.py similarity index 100% rename from openpype/hosts/flame/api/render_utils.py rename to client/openpype/hosts/flame/api/render_utils.py diff --git a/openpype/hosts/flame/api/scripts/wiretap_com.py b/client/openpype/hosts/flame/api/scripts/wiretap_com.py similarity index 100% rename from openpype/hosts/flame/api/scripts/wiretap_com.py rename to client/openpype/hosts/flame/api/scripts/wiretap_com.py diff --git a/openpype/hosts/flame/api/utils.py b/client/openpype/hosts/flame/api/utils.py similarity index 100% rename from openpype/hosts/flame/api/utils.py rename to client/openpype/hosts/flame/api/utils.py diff --git a/openpype/hosts/flame/api/workio.py b/client/openpype/hosts/flame/api/workio.py similarity index 100% rename from openpype/hosts/flame/api/workio.py rename to client/openpype/hosts/flame/api/workio.py diff --git a/openpype/hosts/flame/hooks/pre_flame_setup.py b/client/openpype/hosts/flame/hooks/pre_flame_setup.py similarity index 100% rename from openpype/hosts/flame/hooks/pre_flame_setup.py rename to client/openpype/hosts/flame/hooks/pre_flame_setup.py diff --git a/openpype/hosts/flame/otio/__init__.py b/client/openpype/hosts/flame/otio/__init__.py similarity index 100% rename from openpype/hosts/flame/otio/__init__.py rename to client/openpype/hosts/flame/otio/__init__.py diff --git a/openpype/hosts/flame/otio/flame_export.py b/client/openpype/hosts/flame/otio/flame_export.py similarity index 100% rename from openpype/hosts/flame/otio/flame_export.py rename to client/openpype/hosts/flame/otio/flame_export.py diff --git a/openpype/hosts/flame/otio/utils.py b/client/openpype/hosts/flame/otio/utils.py similarity index 100% rename from openpype/hosts/flame/otio/utils.py rename to client/openpype/hosts/flame/otio/utils.py diff --git a/openpype/hosts/flame/plugins/create/create_shot_clip.py b/client/openpype/hosts/flame/plugins/create/create_shot_clip.py similarity index 100% rename from openpype/hosts/flame/plugins/create/create_shot_clip.py rename to client/openpype/hosts/flame/plugins/create/create_shot_clip.py diff --git a/openpype/hosts/flame/plugins/load/load_clip.py b/client/openpype/hosts/flame/plugins/load/load_clip.py similarity index 100% rename from openpype/hosts/flame/plugins/load/load_clip.py rename to client/openpype/hosts/flame/plugins/load/load_clip.py diff --git a/openpype/hosts/flame/plugins/load/load_clip_batch.py b/client/openpype/hosts/flame/plugins/load/load_clip_batch.py similarity index 100% rename from openpype/hosts/flame/plugins/load/load_clip_batch.py rename to client/openpype/hosts/flame/plugins/load/load_clip_batch.py diff --git a/openpype/hosts/flame/plugins/publish/collect_test_selection.py b/client/openpype/hosts/flame/plugins/publish/collect_test_selection.py similarity index 100% rename from openpype/hosts/flame/plugins/publish/collect_test_selection.py rename to client/openpype/hosts/flame/plugins/publish/collect_test_selection.py diff --git a/openpype/hosts/flame/plugins/publish/collect_timeline_instances.py b/client/openpype/hosts/flame/plugins/publish/collect_timeline_instances.py similarity index 100% rename from openpype/hosts/flame/plugins/publish/collect_timeline_instances.py rename to client/openpype/hosts/flame/plugins/publish/collect_timeline_instances.py diff --git a/openpype/hosts/flame/plugins/publish/collect_timeline_otio.py b/client/openpype/hosts/flame/plugins/publish/collect_timeline_otio.py similarity index 100% rename from openpype/hosts/flame/plugins/publish/collect_timeline_otio.py rename to client/openpype/hosts/flame/plugins/publish/collect_timeline_otio.py diff --git a/openpype/hosts/flame/plugins/publish/extract_otio_file.py b/client/openpype/hosts/flame/plugins/publish/extract_otio_file.py similarity index 100% rename from openpype/hosts/flame/plugins/publish/extract_otio_file.py rename to client/openpype/hosts/flame/plugins/publish/extract_otio_file.py diff --git a/openpype/hosts/flame/plugins/publish/extract_subset_resources.py b/client/openpype/hosts/flame/plugins/publish/extract_subset_resources.py similarity index 100% rename from openpype/hosts/flame/plugins/publish/extract_subset_resources.py rename to client/openpype/hosts/flame/plugins/publish/extract_subset_resources.py diff --git a/openpype/hosts/flame/plugins/publish/integrate_batch_group.py b/client/openpype/hosts/flame/plugins/publish/integrate_batch_group.py similarity index 100% rename from openpype/hosts/flame/plugins/publish/integrate_batch_group.py rename to client/openpype/hosts/flame/plugins/publish/integrate_batch_group.py diff --git a/openpype/hosts/flame/startup/openpype_babypublisher/export_preset/openpype_seg_thumbnails_jpg.xml b/client/openpype/hosts/flame/startup/openpype_babypublisher/export_preset/openpype_seg_thumbnails_jpg.xml similarity index 100% rename from openpype/hosts/flame/startup/openpype_babypublisher/export_preset/openpype_seg_thumbnails_jpg.xml rename to client/openpype/hosts/flame/startup/openpype_babypublisher/export_preset/openpype_seg_thumbnails_jpg.xml diff --git a/openpype/hosts/flame/startup/openpype_babypublisher/export_preset/openpype_seg_video_h264.xml b/client/openpype/hosts/flame/startup/openpype_babypublisher/export_preset/openpype_seg_video_h264.xml similarity index 100% rename from openpype/hosts/flame/startup/openpype_babypublisher/export_preset/openpype_seg_video_h264.xml rename to client/openpype/hosts/flame/startup/openpype_babypublisher/export_preset/openpype_seg_video_h264.xml diff --git a/openpype/hosts/flame/startup/openpype_babypublisher/modules/__init__.py b/client/openpype/hosts/flame/startup/openpype_babypublisher/modules/__init__.py similarity index 100% rename from openpype/hosts/flame/startup/openpype_babypublisher/modules/__init__.py rename to client/openpype/hosts/flame/startup/openpype_babypublisher/modules/__init__.py diff --git a/openpype/hosts/flame/startup/openpype_babypublisher/modules/app_utils.py b/client/openpype/hosts/flame/startup/openpype_babypublisher/modules/app_utils.py similarity index 100% rename from openpype/hosts/flame/startup/openpype_babypublisher/modules/app_utils.py rename to client/openpype/hosts/flame/startup/openpype_babypublisher/modules/app_utils.py diff --git a/openpype/hosts/flame/startup/openpype_babypublisher/modules/ftrack_lib.py b/client/openpype/hosts/flame/startup/openpype_babypublisher/modules/ftrack_lib.py similarity index 100% rename from openpype/hosts/flame/startup/openpype_babypublisher/modules/ftrack_lib.py rename to client/openpype/hosts/flame/startup/openpype_babypublisher/modules/ftrack_lib.py diff --git a/openpype/hosts/flame/startup/openpype_babypublisher/modules/panel_app.py b/client/openpype/hosts/flame/startup/openpype_babypublisher/modules/panel_app.py similarity index 100% rename from openpype/hosts/flame/startup/openpype_babypublisher/modules/panel_app.py rename to client/openpype/hosts/flame/startup/openpype_babypublisher/modules/panel_app.py diff --git a/openpype/hosts/flame/startup/openpype_babypublisher/modules/uiwidgets.py b/client/openpype/hosts/flame/startup/openpype_babypublisher/modules/uiwidgets.py similarity index 100% rename from openpype/hosts/flame/startup/openpype_babypublisher/modules/uiwidgets.py rename to client/openpype/hosts/flame/startup/openpype_babypublisher/modules/uiwidgets.py diff --git a/openpype/hosts/flame/startup/openpype_babypublisher/openpype_babypublisher.py b/client/openpype/hosts/flame/startup/openpype_babypublisher/openpype_babypublisher.py similarity index 100% rename from openpype/hosts/flame/startup/openpype_babypublisher/openpype_babypublisher.py rename to client/openpype/hosts/flame/startup/openpype_babypublisher/openpype_babypublisher.py diff --git a/openpype/hosts/flame/startup/openpype_in_flame.py b/client/openpype/hosts/flame/startup/openpype_in_flame.py similarity index 100% rename from openpype/hosts/flame/startup/openpype_in_flame.py rename to client/openpype/hosts/flame/startup/openpype_in_flame.py diff --git a/openpype/hosts/fusion/__init__.py b/client/openpype/hosts/fusion/__init__.py similarity index 100% rename from openpype/hosts/fusion/__init__.py rename to client/openpype/hosts/fusion/__init__.py diff --git a/openpype/hosts/fusion/addon.py b/client/openpype/hosts/fusion/addon.py similarity index 100% rename from openpype/hosts/fusion/addon.py rename to client/openpype/hosts/fusion/addon.py diff --git a/openpype/hosts/fusion/api/__init__.py b/client/openpype/hosts/fusion/api/__init__.py similarity index 100% rename from openpype/hosts/fusion/api/__init__.py rename to client/openpype/hosts/fusion/api/__init__.py diff --git a/openpype/hosts/fusion/api/action.py b/client/openpype/hosts/fusion/api/action.py similarity index 100% rename from openpype/hosts/fusion/api/action.py rename to client/openpype/hosts/fusion/api/action.py diff --git a/openpype/hosts/fusion/api/lib.py b/client/openpype/hosts/fusion/api/lib.py similarity index 100% rename from openpype/hosts/fusion/api/lib.py rename to client/openpype/hosts/fusion/api/lib.py diff --git a/openpype/hosts/fusion/api/menu.py b/client/openpype/hosts/fusion/api/menu.py similarity index 100% rename from openpype/hosts/fusion/api/menu.py rename to client/openpype/hosts/fusion/api/menu.py diff --git a/openpype/hosts/fusion/api/pipeline.py b/client/openpype/hosts/fusion/api/pipeline.py similarity index 100% rename from openpype/hosts/fusion/api/pipeline.py rename to client/openpype/hosts/fusion/api/pipeline.py diff --git a/openpype/hosts/fusion/api/plugin.py b/client/openpype/hosts/fusion/api/plugin.py similarity index 100% rename from openpype/hosts/fusion/api/plugin.py rename to client/openpype/hosts/fusion/api/plugin.py diff --git a/openpype/hosts/fusion/api/pulse.py b/client/openpype/hosts/fusion/api/pulse.py similarity index 100% rename from openpype/hosts/fusion/api/pulse.py rename to client/openpype/hosts/fusion/api/pulse.py diff --git a/openpype/hosts/fusion/deploy/MenuScripts/README.md b/client/openpype/hosts/fusion/deploy/MenuScripts/README.md similarity index 100% rename from openpype/hosts/fusion/deploy/MenuScripts/README.md rename to client/openpype/hosts/fusion/deploy/MenuScripts/README.md diff --git a/openpype/hosts/fusion/deploy/MenuScripts/install_pyside2.py b/client/openpype/hosts/fusion/deploy/MenuScripts/install_pyside2.py similarity index 100% rename from openpype/hosts/fusion/deploy/MenuScripts/install_pyside2.py rename to client/openpype/hosts/fusion/deploy/MenuScripts/install_pyside2.py diff --git a/openpype/hosts/fusion/deploy/MenuScripts/launch_menu.py b/client/openpype/hosts/fusion/deploy/MenuScripts/launch_menu.py similarity index 100% rename from openpype/hosts/fusion/deploy/MenuScripts/launch_menu.py rename to client/openpype/hosts/fusion/deploy/MenuScripts/launch_menu.py diff --git a/openpype/hosts/fusion/deploy/ayon/Config/menu.fu b/client/openpype/hosts/fusion/deploy/ayon/Config/menu.fu similarity index 100% rename from openpype/hosts/fusion/deploy/ayon/Config/menu.fu rename to client/openpype/hosts/fusion/deploy/ayon/Config/menu.fu diff --git a/openpype/hosts/fusion/deploy/ayon/fusion_shared.prefs b/client/openpype/hosts/fusion/deploy/ayon/fusion_shared.prefs similarity index 100% rename from openpype/hosts/fusion/deploy/ayon/fusion_shared.prefs rename to client/openpype/hosts/fusion/deploy/ayon/fusion_shared.prefs diff --git a/openpype/hosts/fusion/deploy/openpype/Config/menu.fu b/client/openpype/hosts/fusion/deploy/openpype/Config/menu.fu similarity index 100% rename from openpype/hosts/fusion/deploy/openpype/Config/menu.fu rename to client/openpype/hosts/fusion/deploy/openpype/Config/menu.fu diff --git a/openpype/hosts/fusion/deploy/openpype/fusion_shared.prefs b/client/openpype/hosts/fusion/deploy/openpype/fusion_shared.prefs similarity index 100% rename from openpype/hosts/fusion/deploy/openpype/fusion_shared.prefs rename to client/openpype/hosts/fusion/deploy/openpype/fusion_shared.prefs diff --git a/openpype/hosts/fusion/hooks/pre_fusion_profile_hook.py b/client/openpype/hosts/fusion/hooks/pre_fusion_profile_hook.py similarity index 100% rename from openpype/hosts/fusion/hooks/pre_fusion_profile_hook.py rename to client/openpype/hosts/fusion/hooks/pre_fusion_profile_hook.py diff --git a/openpype/hosts/fusion/hooks/pre_fusion_setup.py b/client/openpype/hosts/fusion/hooks/pre_fusion_setup.py similarity index 100% rename from openpype/hosts/fusion/hooks/pre_fusion_setup.py rename to client/openpype/hosts/fusion/hooks/pre_fusion_setup.py diff --git a/openpype/hosts/fusion/hooks/pre_pyside_install.py b/client/openpype/hosts/fusion/hooks/pre_pyside_install.py similarity index 100% rename from openpype/hosts/fusion/hooks/pre_pyside_install.py rename to client/openpype/hosts/fusion/hooks/pre_pyside_install.py diff --git a/openpype/hosts/fusion/plugins/create/create_image_saver.py b/client/openpype/hosts/fusion/plugins/create/create_image_saver.py similarity index 100% rename from openpype/hosts/fusion/plugins/create/create_image_saver.py rename to client/openpype/hosts/fusion/plugins/create/create_image_saver.py diff --git a/openpype/hosts/fusion/plugins/create/create_saver.py b/client/openpype/hosts/fusion/plugins/create/create_saver.py similarity index 100% rename from openpype/hosts/fusion/plugins/create/create_saver.py rename to client/openpype/hosts/fusion/plugins/create/create_saver.py diff --git a/openpype/hosts/fusion/plugins/create/create_workfile.py b/client/openpype/hosts/fusion/plugins/create/create_workfile.py similarity index 100% rename from openpype/hosts/fusion/plugins/create/create_workfile.py rename to client/openpype/hosts/fusion/plugins/create/create_workfile.py diff --git a/openpype/hosts/fusion/plugins/inventory/select_containers.py b/client/openpype/hosts/fusion/plugins/inventory/select_containers.py similarity index 100% rename from openpype/hosts/fusion/plugins/inventory/select_containers.py rename to client/openpype/hosts/fusion/plugins/inventory/select_containers.py diff --git a/openpype/hosts/fusion/plugins/inventory/set_tool_color.py b/client/openpype/hosts/fusion/plugins/inventory/set_tool_color.py similarity index 100% rename from openpype/hosts/fusion/plugins/inventory/set_tool_color.py rename to client/openpype/hosts/fusion/plugins/inventory/set_tool_color.py diff --git a/openpype/hosts/fusion/plugins/load/actions.py b/client/openpype/hosts/fusion/plugins/load/actions.py similarity index 100% rename from openpype/hosts/fusion/plugins/load/actions.py rename to client/openpype/hosts/fusion/plugins/load/actions.py diff --git a/openpype/hosts/fusion/plugins/load/load_alembic.py b/client/openpype/hosts/fusion/plugins/load/load_alembic.py similarity index 100% rename from openpype/hosts/fusion/plugins/load/load_alembic.py rename to client/openpype/hosts/fusion/plugins/load/load_alembic.py diff --git a/openpype/hosts/fusion/plugins/load/load_fbx.py b/client/openpype/hosts/fusion/plugins/load/load_fbx.py similarity index 100% rename from openpype/hosts/fusion/plugins/load/load_fbx.py rename to client/openpype/hosts/fusion/plugins/load/load_fbx.py diff --git a/openpype/hosts/fusion/plugins/load/load_sequence.py b/client/openpype/hosts/fusion/plugins/load/load_sequence.py similarity index 100% rename from openpype/hosts/fusion/plugins/load/load_sequence.py rename to client/openpype/hosts/fusion/plugins/load/load_sequence.py diff --git a/openpype/hosts/fusion/plugins/load/load_usd.py b/client/openpype/hosts/fusion/plugins/load/load_usd.py similarity index 100% rename from openpype/hosts/fusion/plugins/load/load_usd.py rename to client/openpype/hosts/fusion/plugins/load/load_usd.py diff --git a/openpype/hosts/fusion/plugins/load/load_workfile.py b/client/openpype/hosts/fusion/plugins/load/load_workfile.py similarity index 100% rename from openpype/hosts/fusion/plugins/load/load_workfile.py rename to client/openpype/hosts/fusion/plugins/load/load_workfile.py diff --git a/openpype/hosts/fusion/plugins/publish/collect_comp.py b/client/openpype/hosts/fusion/plugins/publish/collect_comp.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/collect_comp.py rename to client/openpype/hosts/fusion/plugins/publish/collect_comp.py diff --git a/openpype/hosts/fusion/plugins/publish/collect_comp_frame_range.py b/client/openpype/hosts/fusion/plugins/publish/collect_comp_frame_range.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/collect_comp_frame_range.py rename to client/openpype/hosts/fusion/plugins/publish/collect_comp_frame_range.py diff --git a/openpype/hosts/fusion/plugins/publish/collect_inputs.py b/client/openpype/hosts/fusion/plugins/publish/collect_inputs.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/collect_inputs.py rename to client/openpype/hosts/fusion/plugins/publish/collect_inputs.py diff --git a/openpype/hosts/fusion/plugins/publish/collect_instances.py b/client/openpype/hosts/fusion/plugins/publish/collect_instances.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/collect_instances.py rename to client/openpype/hosts/fusion/plugins/publish/collect_instances.py diff --git a/openpype/hosts/fusion/plugins/publish/collect_render.py b/client/openpype/hosts/fusion/plugins/publish/collect_render.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/collect_render.py rename to client/openpype/hosts/fusion/plugins/publish/collect_render.py diff --git a/openpype/hosts/fusion/plugins/publish/collect_workfile.py b/client/openpype/hosts/fusion/plugins/publish/collect_workfile.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/collect_workfile.py rename to client/openpype/hosts/fusion/plugins/publish/collect_workfile.py diff --git a/openpype/hosts/fusion/plugins/publish/extract_render_local.py b/client/openpype/hosts/fusion/plugins/publish/extract_render_local.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/extract_render_local.py rename to client/openpype/hosts/fusion/plugins/publish/extract_render_local.py diff --git a/openpype/hosts/fusion/plugins/publish/increment_current_file.py b/client/openpype/hosts/fusion/plugins/publish/increment_current_file.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/increment_current_file.py rename to client/openpype/hosts/fusion/plugins/publish/increment_current_file.py diff --git a/openpype/hosts/fusion/plugins/publish/save_scene.py b/client/openpype/hosts/fusion/plugins/publish/save_scene.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/save_scene.py rename to client/openpype/hosts/fusion/plugins/publish/save_scene.py diff --git a/openpype/hosts/fusion/plugins/publish/validate_background_depth.py b/client/openpype/hosts/fusion/plugins/publish/validate_background_depth.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/validate_background_depth.py rename to client/openpype/hosts/fusion/plugins/publish/validate_background_depth.py diff --git a/openpype/hosts/fusion/plugins/publish/validate_comp_saved.py b/client/openpype/hosts/fusion/plugins/publish/validate_comp_saved.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/validate_comp_saved.py rename to client/openpype/hosts/fusion/plugins/publish/validate_comp_saved.py diff --git a/openpype/hosts/fusion/plugins/publish/validate_create_folder_checked.py b/client/openpype/hosts/fusion/plugins/publish/validate_create_folder_checked.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/validate_create_folder_checked.py rename to client/openpype/hosts/fusion/plugins/publish/validate_create_folder_checked.py diff --git a/openpype/hosts/fusion/plugins/publish/validate_expected_frames_existence.py b/client/openpype/hosts/fusion/plugins/publish/validate_expected_frames_existence.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/validate_expected_frames_existence.py rename to client/openpype/hosts/fusion/plugins/publish/validate_expected_frames_existence.py diff --git a/openpype/hosts/fusion/plugins/publish/validate_filename_has_extension.py b/client/openpype/hosts/fusion/plugins/publish/validate_filename_has_extension.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/validate_filename_has_extension.py rename to client/openpype/hosts/fusion/plugins/publish/validate_filename_has_extension.py diff --git a/openpype/hosts/fusion/plugins/publish/validate_image_frame.py b/client/openpype/hosts/fusion/plugins/publish/validate_image_frame.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/validate_image_frame.py rename to client/openpype/hosts/fusion/plugins/publish/validate_image_frame.py diff --git a/openpype/hosts/fusion/plugins/publish/validate_instance_frame_range.py b/client/openpype/hosts/fusion/plugins/publish/validate_instance_frame_range.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/validate_instance_frame_range.py rename to client/openpype/hosts/fusion/plugins/publish/validate_instance_frame_range.py diff --git a/openpype/hosts/fusion/plugins/publish/validate_saver_has_input.py b/client/openpype/hosts/fusion/plugins/publish/validate_saver_has_input.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/validate_saver_has_input.py rename to client/openpype/hosts/fusion/plugins/publish/validate_saver_has_input.py diff --git a/openpype/hosts/fusion/plugins/publish/validate_saver_passthrough.py b/client/openpype/hosts/fusion/plugins/publish/validate_saver_passthrough.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/validate_saver_passthrough.py rename to client/openpype/hosts/fusion/plugins/publish/validate_saver_passthrough.py diff --git a/openpype/hosts/fusion/plugins/publish/validate_saver_resolution.py b/client/openpype/hosts/fusion/plugins/publish/validate_saver_resolution.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/validate_saver_resolution.py rename to client/openpype/hosts/fusion/plugins/publish/validate_saver_resolution.py diff --git a/openpype/hosts/fusion/plugins/publish/validate_unique_subsets.py b/client/openpype/hosts/fusion/plugins/publish/validate_unique_subsets.py similarity index 100% rename from openpype/hosts/fusion/plugins/publish/validate_unique_subsets.py rename to client/openpype/hosts/fusion/plugins/publish/validate_unique_subsets.py diff --git a/openpype/hosts/fusion/scripts/__init__.py b/client/openpype/hosts/fusion/scripts/__init__.py similarity index 100% rename from openpype/hosts/fusion/scripts/__init__.py rename to client/openpype/hosts/fusion/scripts/__init__.py diff --git a/openpype/hosts/fusion/scripts/duplicate_with_inputs.py b/client/openpype/hosts/fusion/scripts/duplicate_with_inputs.py similarity index 100% rename from openpype/hosts/fusion/scripts/duplicate_with_inputs.py rename to client/openpype/hosts/fusion/scripts/duplicate_with_inputs.py diff --git a/openpype/hosts/fusion/vendor/attr/__init__.py b/client/openpype/hosts/fusion/vendor/attr/__init__.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/__init__.py rename to client/openpype/hosts/fusion/vendor/attr/__init__.py diff --git a/openpype/hosts/fusion/vendor/attr/__init__.pyi b/client/openpype/hosts/fusion/vendor/attr/__init__.pyi similarity index 100% rename from openpype/hosts/fusion/vendor/attr/__init__.pyi rename to client/openpype/hosts/fusion/vendor/attr/__init__.pyi diff --git a/openpype/hosts/fusion/vendor/attr/_cmp.py b/client/openpype/hosts/fusion/vendor/attr/_cmp.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/_cmp.py rename to client/openpype/hosts/fusion/vendor/attr/_cmp.py diff --git a/openpype/hosts/fusion/vendor/attr/_cmp.pyi b/client/openpype/hosts/fusion/vendor/attr/_cmp.pyi similarity index 100% rename from openpype/hosts/fusion/vendor/attr/_cmp.pyi rename to client/openpype/hosts/fusion/vendor/attr/_cmp.pyi diff --git a/openpype/hosts/fusion/vendor/attr/_compat.py b/client/openpype/hosts/fusion/vendor/attr/_compat.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/_compat.py rename to client/openpype/hosts/fusion/vendor/attr/_compat.py diff --git a/openpype/hosts/fusion/vendor/attr/_config.py b/client/openpype/hosts/fusion/vendor/attr/_config.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/_config.py rename to client/openpype/hosts/fusion/vendor/attr/_config.py diff --git a/openpype/hosts/fusion/vendor/attr/_funcs.py b/client/openpype/hosts/fusion/vendor/attr/_funcs.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/_funcs.py rename to client/openpype/hosts/fusion/vendor/attr/_funcs.py diff --git a/openpype/hosts/fusion/vendor/attr/_make.py b/client/openpype/hosts/fusion/vendor/attr/_make.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/_make.py rename to client/openpype/hosts/fusion/vendor/attr/_make.py diff --git a/openpype/hosts/fusion/vendor/attr/_next_gen.py b/client/openpype/hosts/fusion/vendor/attr/_next_gen.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/_next_gen.py rename to client/openpype/hosts/fusion/vendor/attr/_next_gen.py diff --git a/openpype/hosts/fusion/vendor/attr/_version_info.py b/client/openpype/hosts/fusion/vendor/attr/_version_info.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/_version_info.py rename to client/openpype/hosts/fusion/vendor/attr/_version_info.py diff --git a/openpype/hosts/fusion/vendor/attr/_version_info.pyi b/client/openpype/hosts/fusion/vendor/attr/_version_info.pyi similarity index 100% rename from openpype/hosts/fusion/vendor/attr/_version_info.pyi rename to client/openpype/hosts/fusion/vendor/attr/_version_info.pyi diff --git a/openpype/hosts/fusion/vendor/attr/converters.py b/client/openpype/hosts/fusion/vendor/attr/converters.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/converters.py rename to client/openpype/hosts/fusion/vendor/attr/converters.py diff --git a/openpype/hosts/fusion/vendor/attr/converters.pyi b/client/openpype/hosts/fusion/vendor/attr/converters.pyi similarity index 100% rename from openpype/hosts/fusion/vendor/attr/converters.pyi rename to client/openpype/hosts/fusion/vendor/attr/converters.pyi diff --git a/openpype/hosts/fusion/vendor/attr/exceptions.py b/client/openpype/hosts/fusion/vendor/attr/exceptions.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/exceptions.py rename to client/openpype/hosts/fusion/vendor/attr/exceptions.py diff --git a/openpype/hosts/fusion/vendor/attr/exceptions.pyi b/client/openpype/hosts/fusion/vendor/attr/exceptions.pyi similarity index 100% rename from openpype/hosts/fusion/vendor/attr/exceptions.pyi rename to client/openpype/hosts/fusion/vendor/attr/exceptions.pyi diff --git a/openpype/hosts/fusion/vendor/attr/filters.py b/client/openpype/hosts/fusion/vendor/attr/filters.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/filters.py rename to client/openpype/hosts/fusion/vendor/attr/filters.py diff --git a/openpype/hosts/fusion/vendor/attr/filters.pyi b/client/openpype/hosts/fusion/vendor/attr/filters.pyi similarity index 100% rename from openpype/hosts/fusion/vendor/attr/filters.pyi rename to client/openpype/hosts/fusion/vendor/attr/filters.pyi diff --git a/openpype/hosts/fusion/vendor/attr/py.typed b/client/openpype/hosts/fusion/vendor/attr/py.typed similarity index 100% rename from openpype/hosts/fusion/vendor/attr/py.typed rename to client/openpype/hosts/fusion/vendor/attr/py.typed diff --git a/openpype/hosts/fusion/vendor/attr/setters.py b/client/openpype/hosts/fusion/vendor/attr/setters.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/setters.py rename to client/openpype/hosts/fusion/vendor/attr/setters.py diff --git a/openpype/hosts/fusion/vendor/attr/setters.pyi b/client/openpype/hosts/fusion/vendor/attr/setters.pyi similarity index 100% rename from openpype/hosts/fusion/vendor/attr/setters.pyi rename to client/openpype/hosts/fusion/vendor/attr/setters.pyi diff --git a/openpype/hosts/fusion/vendor/attr/validators.py b/client/openpype/hosts/fusion/vendor/attr/validators.py similarity index 100% rename from openpype/hosts/fusion/vendor/attr/validators.py rename to client/openpype/hosts/fusion/vendor/attr/validators.py diff --git a/openpype/hosts/fusion/vendor/attr/validators.pyi b/client/openpype/hosts/fusion/vendor/attr/validators.pyi similarity index 100% rename from openpype/hosts/fusion/vendor/attr/validators.pyi rename to client/openpype/hosts/fusion/vendor/attr/validators.pyi diff --git a/openpype/hosts/fusion/vendor/urllib3/__init__.py b/client/openpype/hosts/fusion/vendor/urllib3/__init__.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/__init__.py rename to client/openpype/hosts/fusion/vendor/urllib3/__init__.py diff --git a/openpype/hosts/fusion/vendor/urllib3/_collections.py b/client/openpype/hosts/fusion/vendor/urllib3/_collections.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/_collections.py rename to client/openpype/hosts/fusion/vendor/urllib3/_collections.py diff --git a/openpype/hosts/fusion/vendor/urllib3/_version.py b/client/openpype/hosts/fusion/vendor/urllib3/_version.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/_version.py rename to client/openpype/hosts/fusion/vendor/urllib3/_version.py diff --git a/openpype/hosts/fusion/vendor/urllib3/connection.py b/client/openpype/hosts/fusion/vendor/urllib3/connection.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/connection.py rename to client/openpype/hosts/fusion/vendor/urllib3/connection.py diff --git a/openpype/hosts/fusion/vendor/urllib3/connectionpool.py b/client/openpype/hosts/fusion/vendor/urllib3/connectionpool.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/connectionpool.py rename to client/openpype/hosts/fusion/vendor/urllib3/connectionpool.py diff --git a/openpype/hosts/fusion/vendor/urllib3/contrib/__init__.py b/client/openpype/hosts/fusion/vendor/urllib3/contrib/__init__.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/contrib/__init__.py rename to client/openpype/hosts/fusion/vendor/urllib3/contrib/__init__.py diff --git a/openpype/hosts/fusion/vendor/urllib3/contrib/_appengine_environ.py b/client/openpype/hosts/fusion/vendor/urllib3/contrib/_appengine_environ.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/contrib/_appengine_environ.py rename to client/openpype/hosts/fusion/vendor/urllib3/contrib/_appengine_environ.py diff --git a/openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/__init__.py b/client/openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/__init__.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/__init__.py rename to client/openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/__init__.py diff --git a/openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/bindings.py b/client/openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/bindings.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/bindings.py rename to client/openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/bindings.py diff --git a/openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/low_level.py b/client/openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/low_level.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/low_level.py rename to client/openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/low_level.py diff --git a/openpype/hosts/fusion/vendor/urllib3/contrib/appengine.py b/client/openpype/hosts/fusion/vendor/urllib3/contrib/appengine.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/contrib/appengine.py rename to client/openpype/hosts/fusion/vendor/urllib3/contrib/appengine.py diff --git a/openpype/hosts/fusion/vendor/urllib3/contrib/ntlmpool.py b/client/openpype/hosts/fusion/vendor/urllib3/contrib/ntlmpool.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/contrib/ntlmpool.py rename to client/openpype/hosts/fusion/vendor/urllib3/contrib/ntlmpool.py diff --git a/openpype/hosts/fusion/vendor/urllib3/contrib/pyopenssl.py b/client/openpype/hosts/fusion/vendor/urllib3/contrib/pyopenssl.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/contrib/pyopenssl.py rename to client/openpype/hosts/fusion/vendor/urllib3/contrib/pyopenssl.py diff --git a/openpype/hosts/fusion/vendor/urllib3/contrib/securetransport.py b/client/openpype/hosts/fusion/vendor/urllib3/contrib/securetransport.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/contrib/securetransport.py rename to client/openpype/hosts/fusion/vendor/urllib3/contrib/securetransport.py diff --git a/openpype/hosts/fusion/vendor/urllib3/contrib/socks.py b/client/openpype/hosts/fusion/vendor/urllib3/contrib/socks.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/contrib/socks.py rename to client/openpype/hosts/fusion/vendor/urllib3/contrib/socks.py diff --git a/openpype/hosts/fusion/vendor/urllib3/exceptions.py b/client/openpype/hosts/fusion/vendor/urllib3/exceptions.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/exceptions.py rename to client/openpype/hosts/fusion/vendor/urllib3/exceptions.py diff --git a/openpype/hosts/fusion/vendor/urllib3/fields.py b/client/openpype/hosts/fusion/vendor/urllib3/fields.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/fields.py rename to client/openpype/hosts/fusion/vendor/urllib3/fields.py diff --git a/openpype/hosts/fusion/vendor/urllib3/filepost.py b/client/openpype/hosts/fusion/vendor/urllib3/filepost.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/filepost.py rename to client/openpype/hosts/fusion/vendor/urllib3/filepost.py diff --git a/openpype/hosts/fusion/vendor/urllib3/packages/__init__.py b/client/openpype/hosts/fusion/vendor/urllib3/packages/__init__.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/packages/__init__.py rename to client/openpype/hosts/fusion/vendor/urllib3/packages/__init__.py diff --git a/openpype/hosts/fusion/vendor/urllib3/packages/backports/__init__.py b/client/openpype/hosts/fusion/vendor/urllib3/packages/backports/__init__.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/packages/backports/__init__.py rename to client/openpype/hosts/fusion/vendor/urllib3/packages/backports/__init__.py diff --git a/openpype/hosts/fusion/vendor/urllib3/packages/backports/makefile.py b/client/openpype/hosts/fusion/vendor/urllib3/packages/backports/makefile.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/packages/backports/makefile.py rename to client/openpype/hosts/fusion/vendor/urllib3/packages/backports/makefile.py diff --git a/openpype/hosts/fusion/vendor/urllib3/packages/six.py b/client/openpype/hosts/fusion/vendor/urllib3/packages/six.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/packages/six.py rename to client/openpype/hosts/fusion/vendor/urllib3/packages/six.py diff --git a/openpype/hosts/fusion/vendor/urllib3/packages/ssl_match_hostname/__init__.py b/client/openpype/hosts/fusion/vendor/urllib3/packages/ssl_match_hostname/__init__.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/packages/ssl_match_hostname/__init__.py rename to client/openpype/hosts/fusion/vendor/urllib3/packages/ssl_match_hostname/__init__.py diff --git a/openpype/hosts/fusion/vendor/urllib3/packages/ssl_match_hostname/_implementation.py b/client/openpype/hosts/fusion/vendor/urllib3/packages/ssl_match_hostname/_implementation.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/packages/ssl_match_hostname/_implementation.py rename to client/openpype/hosts/fusion/vendor/urllib3/packages/ssl_match_hostname/_implementation.py diff --git a/openpype/hosts/fusion/vendor/urllib3/poolmanager.py b/client/openpype/hosts/fusion/vendor/urllib3/poolmanager.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/poolmanager.py rename to client/openpype/hosts/fusion/vendor/urllib3/poolmanager.py diff --git a/openpype/hosts/fusion/vendor/urllib3/request.py b/client/openpype/hosts/fusion/vendor/urllib3/request.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/request.py rename to client/openpype/hosts/fusion/vendor/urllib3/request.py diff --git a/openpype/hosts/fusion/vendor/urllib3/response.py b/client/openpype/hosts/fusion/vendor/urllib3/response.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/response.py rename to client/openpype/hosts/fusion/vendor/urllib3/response.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/__init__.py b/client/openpype/hosts/fusion/vendor/urllib3/util/__init__.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/__init__.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/__init__.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/connection.py b/client/openpype/hosts/fusion/vendor/urllib3/util/connection.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/connection.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/connection.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/proxy.py b/client/openpype/hosts/fusion/vendor/urllib3/util/proxy.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/proxy.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/proxy.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/queue.py b/client/openpype/hosts/fusion/vendor/urllib3/util/queue.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/queue.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/queue.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/request.py b/client/openpype/hosts/fusion/vendor/urllib3/util/request.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/request.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/request.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/response.py b/client/openpype/hosts/fusion/vendor/urllib3/util/response.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/response.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/response.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/retry.py b/client/openpype/hosts/fusion/vendor/urllib3/util/retry.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/retry.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/retry.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/ssl_.py b/client/openpype/hosts/fusion/vendor/urllib3/util/ssl_.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/ssl_.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/ssl_.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/ssltransport.py b/client/openpype/hosts/fusion/vendor/urllib3/util/ssltransport.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/ssltransport.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/ssltransport.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/timeout.py b/client/openpype/hosts/fusion/vendor/urllib3/util/timeout.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/timeout.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/timeout.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/url.py b/client/openpype/hosts/fusion/vendor/urllib3/util/url.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/url.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/url.py diff --git a/openpype/hosts/fusion/vendor/urllib3/util/wait.py b/client/openpype/hosts/fusion/vendor/urllib3/util/wait.py similarity index 100% rename from openpype/hosts/fusion/vendor/urllib3/util/wait.py rename to client/openpype/hosts/fusion/vendor/urllib3/util/wait.py diff --git a/openpype/hosts/harmony/__init__.py b/client/openpype/hosts/harmony/__init__.py similarity index 100% rename from openpype/hosts/harmony/__init__.py rename to client/openpype/hosts/harmony/__init__.py diff --git a/openpype/hosts/harmony/addon.py b/client/openpype/hosts/harmony/addon.py similarity index 100% rename from openpype/hosts/harmony/addon.py rename to client/openpype/hosts/harmony/addon.py diff --git a/openpype/hosts/harmony/api/README.md b/client/openpype/hosts/harmony/api/README.md similarity index 100% rename from openpype/hosts/harmony/api/README.md rename to client/openpype/hosts/harmony/api/README.md diff --git a/openpype/hosts/harmony/api/TB_sceneOpened.js b/client/openpype/hosts/harmony/api/TB_sceneOpened.js similarity index 100% rename from openpype/hosts/harmony/api/TB_sceneOpened.js rename to client/openpype/hosts/harmony/api/TB_sceneOpened.js diff --git a/openpype/hosts/harmony/api/__init__.py b/client/openpype/hosts/harmony/api/__init__.py similarity index 100% rename from openpype/hosts/harmony/api/__init__.py rename to client/openpype/hosts/harmony/api/__init__.py diff --git a/openpype/hosts/harmony/api/js/.eslintrc.json b/client/openpype/hosts/harmony/api/js/.eslintrc.json similarity index 100% rename from openpype/hosts/harmony/api/js/.eslintrc.json rename to client/openpype/hosts/harmony/api/js/.eslintrc.json diff --git a/openpype/hosts/harmony/api/js/AvalonHarmony.js b/client/openpype/hosts/harmony/api/js/AvalonHarmony.js similarity index 100% rename from openpype/hosts/harmony/api/js/AvalonHarmony.js rename to client/openpype/hosts/harmony/api/js/AvalonHarmony.js diff --git a/openpype/hosts/harmony/api/js/package.json b/client/openpype/hosts/harmony/api/js/package.json similarity index 100% rename from openpype/hosts/harmony/api/js/package.json rename to client/openpype/hosts/harmony/api/js/package.json diff --git a/openpype/hosts/harmony/api/lib.py b/client/openpype/hosts/harmony/api/lib.py similarity index 100% rename from openpype/hosts/harmony/api/lib.py rename to client/openpype/hosts/harmony/api/lib.py diff --git a/openpype/hosts/harmony/api/pipeline.py b/client/openpype/hosts/harmony/api/pipeline.py similarity index 100% rename from openpype/hosts/harmony/api/pipeline.py rename to client/openpype/hosts/harmony/api/pipeline.py diff --git a/openpype/hosts/harmony/api/plugin.py b/client/openpype/hosts/harmony/api/plugin.py similarity index 100% rename from openpype/hosts/harmony/api/plugin.py rename to client/openpype/hosts/harmony/api/plugin.py diff --git a/openpype/hosts/harmony/api/server.py b/client/openpype/hosts/harmony/api/server.py similarity index 100% rename from openpype/hosts/harmony/api/server.py rename to client/openpype/hosts/harmony/api/server.py diff --git a/openpype/hosts/harmony/api/temp.zip b/client/openpype/hosts/harmony/api/temp.zip similarity index 100% rename from openpype/hosts/harmony/api/temp.zip rename to client/openpype/hosts/harmony/api/temp.zip diff --git a/openpype/hosts/harmony/api/workio.py b/client/openpype/hosts/harmony/api/workio.py similarity index 100% rename from openpype/hosts/harmony/api/workio.py rename to client/openpype/hosts/harmony/api/workio.py diff --git a/openpype/hosts/harmony/js/.eslintrc.json b/client/openpype/hosts/harmony/js/.eslintrc.json similarity index 100% rename from openpype/hosts/harmony/js/.eslintrc.json rename to client/openpype/hosts/harmony/js/.eslintrc.json diff --git a/openpype/hosts/harmony/js/PypeHarmony.js b/client/openpype/hosts/harmony/js/PypeHarmony.js similarity index 100% rename from openpype/hosts/harmony/js/PypeHarmony.js rename to client/openpype/hosts/harmony/js/PypeHarmony.js diff --git a/openpype/hosts/harmony/js/README.md b/client/openpype/hosts/harmony/js/README.md similarity index 100% rename from openpype/hosts/harmony/js/README.md rename to client/openpype/hosts/harmony/js/README.md diff --git a/openpype/hosts/harmony/js/creators/CreateRender.js b/client/openpype/hosts/harmony/js/creators/CreateRender.js similarity index 100% rename from openpype/hosts/harmony/js/creators/CreateRender.js rename to client/openpype/hosts/harmony/js/creators/CreateRender.js diff --git a/openpype/hosts/harmony/js/loaders/ImageSequenceLoader.js b/client/openpype/hosts/harmony/js/loaders/ImageSequenceLoader.js similarity index 100% rename from openpype/hosts/harmony/js/loaders/ImageSequenceLoader.js rename to client/openpype/hosts/harmony/js/loaders/ImageSequenceLoader.js diff --git a/openpype/hosts/harmony/js/loaders/TemplateLoader.js b/client/openpype/hosts/harmony/js/loaders/TemplateLoader.js similarity index 100% rename from openpype/hosts/harmony/js/loaders/TemplateLoader.js rename to client/openpype/hosts/harmony/js/loaders/TemplateLoader.js diff --git a/openpype/hosts/harmony/js/package.json b/client/openpype/hosts/harmony/js/package.json similarity index 100% rename from openpype/hosts/harmony/js/package.json rename to client/openpype/hosts/harmony/js/package.json diff --git a/openpype/hosts/harmony/js/publish/CollectCurrentFile.js b/client/openpype/hosts/harmony/js/publish/CollectCurrentFile.js similarity index 100% rename from openpype/hosts/harmony/js/publish/CollectCurrentFile.js rename to client/openpype/hosts/harmony/js/publish/CollectCurrentFile.js diff --git a/openpype/hosts/harmony/js/publish/CollectFarmRender.js b/client/openpype/hosts/harmony/js/publish/CollectFarmRender.js similarity index 100% rename from openpype/hosts/harmony/js/publish/CollectFarmRender.js rename to client/openpype/hosts/harmony/js/publish/CollectFarmRender.js diff --git a/openpype/hosts/harmony/js/publish/CollectPalettes.js b/client/openpype/hosts/harmony/js/publish/CollectPalettes.js similarity index 100% rename from openpype/hosts/harmony/js/publish/CollectPalettes.js rename to client/openpype/hosts/harmony/js/publish/CollectPalettes.js diff --git a/openpype/hosts/harmony/js/publish/ExtractPalette.js b/client/openpype/hosts/harmony/js/publish/ExtractPalette.js similarity index 100% rename from openpype/hosts/harmony/js/publish/ExtractPalette.js rename to client/openpype/hosts/harmony/js/publish/ExtractPalette.js diff --git a/openpype/hosts/harmony/js/publish/ExtractTemplate.js b/client/openpype/hosts/harmony/js/publish/ExtractTemplate.js similarity index 100% rename from openpype/hosts/harmony/js/publish/ExtractTemplate.js rename to client/openpype/hosts/harmony/js/publish/ExtractTemplate.js diff --git a/openpype/hosts/harmony/plugins/__init__.py b/client/openpype/hosts/harmony/plugins/__init__.py similarity index 100% rename from openpype/hosts/harmony/plugins/__init__.py rename to client/openpype/hosts/harmony/plugins/__init__.py diff --git a/openpype/hosts/harmony/plugins/create/create_farm_render.py b/client/openpype/hosts/harmony/plugins/create/create_farm_render.py similarity index 100% rename from openpype/hosts/harmony/plugins/create/create_farm_render.py rename to client/openpype/hosts/harmony/plugins/create/create_farm_render.py diff --git a/openpype/hosts/harmony/plugins/create/create_render.py b/client/openpype/hosts/harmony/plugins/create/create_render.py similarity index 100% rename from openpype/hosts/harmony/plugins/create/create_render.py rename to client/openpype/hosts/harmony/plugins/create/create_render.py diff --git a/openpype/hosts/harmony/plugins/create/create_template.py b/client/openpype/hosts/harmony/plugins/create/create_template.py similarity index 100% rename from openpype/hosts/harmony/plugins/create/create_template.py rename to client/openpype/hosts/harmony/plugins/create/create_template.py diff --git a/openpype/hosts/harmony/plugins/load/load_audio.py b/client/openpype/hosts/harmony/plugins/load/load_audio.py similarity index 100% rename from openpype/hosts/harmony/plugins/load/load_audio.py rename to client/openpype/hosts/harmony/plugins/load/load_audio.py diff --git a/openpype/hosts/harmony/plugins/load/load_background.py b/client/openpype/hosts/harmony/plugins/load/load_background.py similarity index 100% rename from openpype/hosts/harmony/plugins/load/load_background.py rename to client/openpype/hosts/harmony/plugins/load/load_background.py diff --git a/openpype/hosts/harmony/plugins/load/load_imagesequence.py b/client/openpype/hosts/harmony/plugins/load/load_imagesequence.py similarity index 100% rename from openpype/hosts/harmony/plugins/load/load_imagesequence.py rename to client/openpype/hosts/harmony/plugins/load/load_imagesequence.py diff --git a/openpype/hosts/harmony/plugins/load/load_palette.py b/client/openpype/hosts/harmony/plugins/load/load_palette.py similarity index 100% rename from openpype/hosts/harmony/plugins/load/load_palette.py rename to client/openpype/hosts/harmony/plugins/load/load_palette.py diff --git a/openpype/hosts/harmony/plugins/load/load_template.py b/client/openpype/hosts/harmony/plugins/load/load_template.py similarity index 100% rename from openpype/hosts/harmony/plugins/load/load_template.py rename to client/openpype/hosts/harmony/plugins/load/load_template.py diff --git a/openpype/hosts/harmony/plugins/load/load_template_workfile.py b/client/openpype/hosts/harmony/plugins/load/load_template_workfile.py similarity index 100% rename from openpype/hosts/harmony/plugins/load/load_template_workfile.py rename to client/openpype/hosts/harmony/plugins/load/load_template_workfile.py diff --git a/openpype/hosts/harmony/plugins/publish/collect_audio.py b/client/openpype/hosts/harmony/plugins/publish/collect_audio.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/collect_audio.py rename to client/openpype/hosts/harmony/plugins/publish/collect_audio.py diff --git a/openpype/hosts/harmony/plugins/publish/collect_current_file.py b/client/openpype/hosts/harmony/plugins/publish/collect_current_file.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/collect_current_file.py rename to client/openpype/hosts/harmony/plugins/publish/collect_current_file.py diff --git a/openpype/hosts/harmony/plugins/publish/collect_farm_render.py b/client/openpype/hosts/harmony/plugins/publish/collect_farm_render.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/collect_farm_render.py rename to client/openpype/hosts/harmony/plugins/publish/collect_farm_render.py diff --git a/openpype/hosts/harmony/plugins/publish/collect_instances.py b/client/openpype/hosts/harmony/plugins/publish/collect_instances.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/collect_instances.py rename to client/openpype/hosts/harmony/plugins/publish/collect_instances.py diff --git a/openpype/hosts/harmony/plugins/publish/collect_palettes.py b/client/openpype/hosts/harmony/plugins/publish/collect_palettes.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/collect_palettes.py rename to client/openpype/hosts/harmony/plugins/publish/collect_palettes.py diff --git a/openpype/hosts/harmony/plugins/publish/collect_scene.py b/client/openpype/hosts/harmony/plugins/publish/collect_scene.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/collect_scene.py rename to client/openpype/hosts/harmony/plugins/publish/collect_scene.py diff --git a/openpype/hosts/harmony/plugins/publish/collect_workfile.py b/client/openpype/hosts/harmony/plugins/publish/collect_workfile.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/collect_workfile.py rename to client/openpype/hosts/harmony/plugins/publish/collect_workfile.py diff --git a/openpype/hosts/harmony/plugins/publish/extract_palette.py b/client/openpype/hosts/harmony/plugins/publish/extract_palette.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/extract_palette.py rename to client/openpype/hosts/harmony/plugins/publish/extract_palette.py diff --git a/openpype/hosts/harmony/plugins/publish/extract_render.py b/client/openpype/hosts/harmony/plugins/publish/extract_render.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/extract_render.py rename to client/openpype/hosts/harmony/plugins/publish/extract_render.py diff --git a/openpype/hosts/harmony/plugins/publish/extract_save_scene.py b/client/openpype/hosts/harmony/plugins/publish/extract_save_scene.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/extract_save_scene.py rename to client/openpype/hosts/harmony/plugins/publish/extract_save_scene.py diff --git a/openpype/hosts/harmony/plugins/publish/extract_template.py b/client/openpype/hosts/harmony/plugins/publish/extract_template.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/extract_template.py rename to client/openpype/hosts/harmony/plugins/publish/extract_template.py diff --git a/openpype/hosts/harmony/plugins/publish/extract_workfile.py b/client/openpype/hosts/harmony/plugins/publish/extract_workfile.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/extract_workfile.py rename to client/openpype/hosts/harmony/plugins/publish/extract_workfile.py diff --git a/openpype/hosts/harmony/plugins/publish/help/validate_audio.xml b/client/openpype/hosts/harmony/plugins/publish/help/validate_audio.xml similarity index 100% rename from openpype/hosts/harmony/plugins/publish/help/validate_audio.xml rename to client/openpype/hosts/harmony/plugins/publish/help/validate_audio.xml diff --git a/openpype/hosts/harmony/plugins/publish/help/validate_instances.xml b/client/openpype/hosts/harmony/plugins/publish/help/validate_instances.xml similarity index 100% rename from openpype/hosts/harmony/plugins/publish/help/validate_instances.xml rename to client/openpype/hosts/harmony/plugins/publish/help/validate_instances.xml diff --git a/openpype/hosts/harmony/plugins/publish/help/validate_scene_settings.xml b/client/openpype/hosts/harmony/plugins/publish/help/validate_scene_settings.xml similarity index 100% rename from openpype/hosts/harmony/plugins/publish/help/validate_scene_settings.xml rename to client/openpype/hosts/harmony/plugins/publish/help/validate_scene_settings.xml diff --git a/openpype/hosts/harmony/plugins/publish/increment_workfile.py b/client/openpype/hosts/harmony/plugins/publish/increment_workfile.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/increment_workfile.py rename to client/openpype/hosts/harmony/plugins/publish/increment_workfile.py diff --git a/openpype/hosts/harmony/plugins/publish/validate_audio.py b/client/openpype/hosts/harmony/plugins/publish/validate_audio.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/validate_audio.py rename to client/openpype/hosts/harmony/plugins/publish/validate_audio.py diff --git a/openpype/hosts/harmony/plugins/publish/validate_instances.py b/client/openpype/hosts/harmony/plugins/publish/validate_instances.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/validate_instances.py rename to client/openpype/hosts/harmony/plugins/publish/validate_instances.py diff --git a/openpype/hosts/harmony/plugins/publish/validate_scene_settings.py b/client/openpype/hosts/harmony/plugins/publish/validate_scene_settings.py similarity index 100% rename from openpype/hosts/harmony/plugins/publish/validate_scene_settings.py rename to client/openpype/hosts/harmony/plugins/publish/validate_scene_settings.py diff --git a/openpype/hosts/harmony/vendor/.eslintrc.json b/client/openpype/hosts/harmony/vendor/.eslintrc.json similarity index 100% rename from openpype/hosts/harmony/vendor/.eslintrc.json rename to client/openpype/hosts/harmony/vendor/.eslintrc.json diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/.gitattributes b/client/openpype/hosts/harmony/vendor/OpenHarmony/.gitattributes similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/.gitattributes rename to client/openpype/hosts/harmony/vendor/OpenHarmony/.gitattributes diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/.gitignore b/client/openpype/hosts/harmony/vendor/OpenHarmony/.gitignore similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/.gitignore rename to client/openpype/hosts/harmony/vendor/OpenHarmony/.gitignore diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/Install.bat b/client/openpype/hosts/harmony/vendor/OpenHarmony/Install.bat similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/Install.bat rename to client/openpype/hosts/harmony/vendor/OpenHarmony/Install.bat diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/LICENSE b/client/openpype/hosts/harmony/vendor/OpenHarmony/LICENSE similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/LICENSE rename to client/openpype/hosts/harmony/vendor/OpenHarmony/LICENSE diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/README.md b/client/openpype/hosts/harmony/vendor/OpenHarmony/README.md similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/README.md rename to client/openpype/hosts/harmony/vendor/OpenHarmony/README.md diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/build_doc.bat b/client/openpype/hosts/harmony/vendor/OpenHarmony/build_doc.bat similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/build_doc.bat rename to client/openpype/hosts/harmony/vendor/OpenHarmony/build_doc.bat diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/documentation.json b/client/openpype/hosts/harmony/vendor/OpenHarmony/documentation.json similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/documentation.json rename to client/openpype/hosts/harmony/vendor/OpenHarmony/documentation.json diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/install.sh b/client/openpype/hosts/harmony/vendor/OpenHarmony/install.sh similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/install.sh rename to client/openpype/hosts/harmony/vendor/OpenHarmony/install.sh diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/oH_DOM.jpg b/client/openpype/hosts/harmony/vendor/OpenHarmony/oH_DOM.jpg similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/oH_DOM.jpg rename to client/openpype/hosts/harmony/vendor/OpenHarmony/oH_DOM.jpg diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_actions.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_actions.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_actions.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_actions.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_application.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_application.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_application.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_application.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_attribute.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_attribute.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_attribute.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_attribute.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_backdrop.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_backdrop.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_backdrop.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_backdrop.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_color.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_color.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_color.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_color.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_column.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_column.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_column.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_column.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_database.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_database.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_database.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_database.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_dialog.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_dialog.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_dialog.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_dialog.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_drawing.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_drawing.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_drawing.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_drawing.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_element.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_element.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_element.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_element.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_file.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_file.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_file.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_file.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_frame.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_frame.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_frame.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_frame.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_list.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_list.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_list.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_list.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_math.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_math.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_math.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_math.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_metadata.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_metadata.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_metadata.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_metadata.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_misc.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_misc.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_misc.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_misc.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_network.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_network.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_network.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_network.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_node.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_node.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_node.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_node.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_nodeAttributes.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_nodeAttributes.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_nodeAttributes.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_nodeAttributes.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_nodeLink.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_nodeLink.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_nodeLink.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_nodeLink.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_palette.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_palette.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_palette.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_palette.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_path.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_path.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_path.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_path.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_preferencedoc.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_preferencedoc.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_preferencedoc.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_preferencedoc.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_preferences.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_preferences.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_preferences.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_preferences.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_scene.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_scene.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_scene.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_scene.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_threading.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_threading.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_threading.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_threading.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_timeline.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_timeline.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_timeline.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_timeline.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_tool.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_tool.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_tool.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_tool.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_toolInstall.ui b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_toolInstall.ui similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_toolInstall.ui rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_toolInstall.ui diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony_install.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony_install.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony_install.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony_install.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony_tools.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony_tools.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/openHarmony_tools.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/openHarmony_tools.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/package.json b/client/openpype/hosts/harmony/vendor/OpenHarmony/package.json similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/package.json rename to client/openpype/hosts/harmony/vendor/OpenHarmony/package.json diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/reference/Reference_view_currentToolManager().txt b/client/openpype/hosts/harmony/vendor/OpenHarmony/reference/Reference_view_currentToolManager().txt similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/reference/Reference_view_currentToolManager().txt rename to client/openpype/hosts/harmony/vendor/OpenHarmony/reference/Reference_view_currentToolManager().txt diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/tbpackage.json b/client/openpype/hosts/harmony/vendor/OpenHarmony/tbpackage.json similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/tbpackage.json rename to client/openpype/hosts/harmony/vendor/OpenHarmony/tbpackage.json diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/INSTALL b/client/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/INSTALL similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/INSTALL rename to client/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/INSTALL diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/README b/client/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/README similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/README rename to client/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/README diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_anim_tools.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_anim_tools.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_anim_tools.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_anim_tools.js diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_basic_backdropPicker.ui b/client/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_basic_backdropPicker.ui similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_basic_backdropPicker.ui rename to client/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_basic_backdropPicker.ui diff --git a/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_rigging_tools.js b/client/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_rigging_tools.js similarity index 100% rename from openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_rigging_tools.js rename to client/openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_rigging_tools.js diff --git a/openpype/hosts/hiero/__init__.py b/client/openpype/hosts/hiero/__init__.py similarity index 100% rename from openpype/hosts/hiero/__init__.py rename to client/openpype/hosts/hiero/__init__.py diff --git a/openpype/hosts/hiero/addon.py b/client/openpype/hosts/hiero/addon.py similarity index 100% rename from openpype/hosts/hiero/addon.py rename to client/openpype/hosts/hiero/addon.py diff --git a/openpype/hosts/hiero/api/__init__.py b/client/openpype/hosts/hiero/api/__init__.py similarity index 100% rename from openpype/hosts/hiero/api/__init__.py rename to client/openpype/hosts/hiero/api/__init__.py diff --git a/openpype/hosts/hiero/api/constants.py b/client/openpype/hosts/hiero/api/constants.py similarity index 100% rename from openpype/hosts/hiero/api/constants.py rename to client/openpype/hosts/hiero/api/constants.py diff --git a/openpype/hosts/hiero/api/events.py b/client/openpype/hosts/hiero/api/events.py similarity index 100% rename from openpype/hosts/hiero/api/events.py rename to client/openpype/hosts/hiero/api/events.py diff --git a/openpype/hosts/hiero/api/launchforhiero.py b/client/openpype/hosts/hiero/api/launchforhiero.py similarity index 100% rename from openpype/hosts/hiero/api/launchforhiero.py rename to client/openpype/hosts/hiero/api/launchforhiero.py diff --git a/openpype/hosts/hiero/api/lib.py b/client/openpype/hosts/hiero/api/lib.py similarity index 100% rename from openpype/hosts/hiero/api/lib.py rename to client/openpype/hosts/hiero/api/lib.py diff --git a/openpype/hosts/hiero/api/menu.py b/client/openpype/hosts/hiero/api/menu.py similarity index 100% rename from openpype/hosts/hiero/api/menu.py rename to client/openpype/hosts/hiero/api/menu.py diff --git a/openpype/hosts/hiero/api/otio/__init__.py b/client/openpype/hosts/hiero/api/otio/__init__.py similarity index 100% rename from openpype/hosts/hiero/api/otio/__init__.py rename to client/openpype/hosts/hiero/api/otio/__init__.py diff --git a/openpype/hosts/hiero/api/otio/hiero_export.py b/client/openpype/hosts/hiero/api/otio/hiero_export.py similarity index 100% rename from openpype/hosts/hiero/api/otio/hiero_export.py rename to client/openpype/hosts/hiero/api/otio/hiero_export.py diff --git a/openpype/hosts/hiero/api/otio/hiero_import.py b/client/openpype/hosts/hiero/api/otio/hiero_import.py similarity index 100% rename from openpype/hosts/hiero/api/otio/hiero_import.py rename to client/openpype/hosts/hiero/api/otio/hiero_import.py diff --git a/openpype/hosts/hiero/api/otio/utils.py b/client/openpype/hosts/hiero/api/otio/utils.py similarity index 100% rename from openpype/hosts/hiero/api/otio/utils.py rename to client/openpype/hosts/hiero/api/otio/utils.py diff --git a/openpype/hosts/hiero/api/pipeline.py b/client/openpype/hosts/hiero/api/pipeline.py similarity index 100% rename from openpype/hosts/hiero/api/pipeline.py rename to client/openpype/hosts/hiero/api/pipeline.py diff --git a/openpype/hosts/hiero/api/plugin.py b/client/openpype/hosts/hiero/api/plugin.py similarity index 100% rename from openpype/hosts/hiero/api/plugin.py rename to client/openpype/hosts/hiero/api/plugin.py diff --git a/openpype/hosts/hiero/api/startup/HieroPlayer/PlayerPresets.hrox b/client/openpype/hosts/hiero/api/startup/HieroPlayer/PlayerPresets.hrox similarity index 100% rename from openpype/hosts/hiero/api/startup/HieroPlayer/PlayerPresets.hrox rename to client/openpype/hosts/hiero/api/startup/HieroPlayer/PlayerPresets.hrox diff --git a/openpype/hosts/hiero/api/startup/Icons/1_add_handles_end.png b/client/openpype/hosts/hiero/api/startup/Icons/1_add_handles_end.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/1_add_handles_end.png rename to client/openpype/hosts/hiero/api/startup/Icons/1_add_handles_end.png diff --git a/openpype/hosts/hiero/api/startup/Icons/2_add_handles.png b/client/openpype/hosts/hiero/api/startup/Icons/2_add_handles.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/2_add_handles.png rename to client/openpype/hosts/hiero/api/startup/Icons/2_add_handles.png diff --git a/openpype/hosts/hiero/api/startup/Icons/3D.png b/client/openpype/hosts/hiero/api/startup/Icons/3D.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/3D.png rename to client/openpype/hosts/hiero/api/startup/Icons/3D.png diff --git a/openpype/hosts/hiero/api/startup/Icons/3_add_handles_start.png b/client/openpype/hosts/hiero/api/startup/Icons/3_add_handles_start.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/3_add_handles_start.png rename to client/openpype/hosts/hiero/api/startup/Icons/3_add_handles_start.png diff --git a/openpype/hosts/hiero/api/startup/Icons/4_2D.png b/client/openpype/hosts/hiero/api/startup/Icons/4_2D.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/4_2D.png rename to client/openpype/hosts/hiero/api/startup/Icons/4_2D.png diff --git a/openpype/hosts/hiero/api/startup/Icons/edit.png b/client/openpype/hosts/hiero/api/startup/Icons/edit.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/edit.png rename to client/openpype/hosts/hiero/api/startup/Icons/edit.png diff --git a/openpype/hosts/hiero/api/startup/Icons/fusion.png b/client/openpype/hosts/hiero/api/startup/Icons/fusion.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/fusion.png rename to client/openpype/hosts/hiero/api/startup/Icons/fusion.png diff --git a/openpype/hosts/hiero/api/startup/Icons/hierarchy.png b/client/openpype/hosts/hiero/api/startup/Icons/hierarchy.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/hierarchy.png rename to client/openpype/hosts/hiero/api/startup/Icons/hierarchy.png diff --git a/openpype/hosts/hiero/api/startup/Icons/houdini.png b/client/openpype/hosts/hiero/api/startup/Icons/houdini.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/houdini.png rename to client/openpype/hosts/hiero/api/startup/Icons/houdini.png diff --git a/openpype/hosts/hiero/api/startup/Icons/layers.psd b/client/openpype/hosts/hiero/api/startup/Icons/layers.psd similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/layers.psd rename to client/openpype/hosts/hiero/api/startup/Icons/layers.psd diff --git a/openpype/hosts/hiero/api/startup/Icons/lense.png b/client/openpype/hosts/hiero/api/startup/Icons/lense.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/lense.png rename to client/openpype/hosts/hiero/api/startup/Icons/lense.png diff --git a/openpype/hosts/hiero/api/startup/Icons/lense1.png b/client/openpype/hosts/hiero/api/startup/Icons/lense1.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/lense1.png rename to client/openpype/hosts/hiero/api/startup/Icons/lense1.png diff --git a/openpype/hosts/hiero/api/startup/Icons/maya.png b/client/openpype/hosts/hiero/api/startup/Icons/maya.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/maya.png rename to client/openpype/hosts/hiero/api/startup/Icons/maya.png diff --git a/openpype/hosts/hiero/api/startup/Icons/nuke.png b/client/openpype/hosts/hiero/api/startup/Icons/nuke.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/nuke.png rename to client/openpype/hosts/hiero/api/startup/Icons/nuke.png diff --git a/openpype/hosts/hiero/api/startup/Icons/pype_icon.png b/client/openpype/hosts/hiero/api/startup/Icons/pype_icon.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/pype_icon.png rename to client/openpype/hosts/hiero/api/startup/Icons/pype_icon.png diff --git a/openpype/hosts/hiero/api/startup/Icons/resolution.png b/client/openpype/hosts/hiero/api/startup/Icons/resolution.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/resolution.png rename to client/openpype/hosts/hiero/api/startup/Icons/resolution.png diff --git a/openpype/hosts/hiero/api/startup/Icons/resolution.psd b/client/openpype/hosts/hiero/api/startup/Icons/resolution.psd similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/resolution.psd rename to client/openpype/hosts/hiero/api/startup/Icons/resolution.psd diff --git a/openpype/hosts/hiero/api/startup/Icons/retiming.png b/client/openpype/hosts/hiero/api/startup/Icons/retiming.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/retiming.png rename to client/openpype/hosts/hiero/api/startup/Icons/retiming.png diff --git a/openpype/hosts/hiero/api/startup/Icons/retiming.psd b/client/openpype/hosts/hiero/api/startup/Icons/retiming.psd similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/retiming.psd rename to client/openpype/hosts/hiero/api/startup/Icons/retiming.psd diff --git a/openpype/hosts/hiero/api/startup/Icons/review.png b/client/openpype/hosts/hiero/api/startup/Icons/review.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/review.png rename to client/openpype/hosts/hiero/api/startup/Icons/review.png diff --git a/openpype/hosts/hiero/api/startup/Icons/review.psd b/client/openpype/hosts/hiero/api/startup/Icons/review.psd similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/review.psd rename to client/openpype/hosts/hiero/api/startup/Icons/review.psd diff --git a/openpype/hosts/hiero/api/startup/Icons/volume.png b/client/openpype/hosts/hiero/api/startup/Icons/volume.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/volume.png rename to client/openpype/hosts/hiero/api/startup/Icons/volume.png diff --git a/openpype/hosts/hiero/api/startup/Icons/z_layer_bg.png b/client/openpype/hosts/hiero/api/startup/Icons/z_layer_bg.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/z_layer_bg.png rename to client/openpype/hosts/hiero/api/startup/Icons/z_layer_bg.png diff --git a/openpype/hosts/hiero/api/startup/Icons/z_layer_fg.png b/client/openpype/hosts/hiero/api/startup/Icons/z_layer_fg.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/z_layer_fg.png rename to client/openpype/hosts/hiero/api/startup/Icons/z_layer_fg.png diff --git a/openpype/hosts/hiero/api/startup/Icons/z_layer_main.png b/client/openpype/hosts/hiero/api/startup/Icons/z_layer_main.png similarity index 100% rename from openpype/hosts/hiero/api/startup/Icons/z_layer_main.png rename to client/openpype/hosts/hiero/api/startup/Icons/z_layer_main.png diff --git a/openpype/hosts/hiero/api/startup/Python/Startup/SpreadsheetExport.py b/client/openpype/hosts/hiero/api/startup/Python/Startup/SpreadsheetExport.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/Startup/SpreadsheetExport.py rename to client/openpype/hosts/hiero/api/startup/Python/Startup/SpreadsheetExport.py diff --git a/openpype/hosts/hiero/api/startup/Python/Startup/Startup.py b/client/openpype/hosts/hiero/api/startup/Python/Startup/Startup.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/Startup/Startup.py rename to client/openpype/hosts/hiero/api/startup/Python/Startup/Startup.py diff --git a/openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportTask.py b/client/openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportTask.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportTask.py rename to client/openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportTask.py diff --git a/openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportUI.py b/client/openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportUI.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportUI.py rename to client/openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportUI.py diff --git a/openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/__init__.py b/client/openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/__init__.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/__init__.py rename to client/openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/__init__.py diff --git a/openpype/hosts/hiero/api/startup/Python/Startup/project_helpers.py b/client/openpype/hosts/hiero/api/startup/Python/Startup/project_helpers.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/Startup/project_helpers.py rename to client/openpype/hosts/hiero/api/startup/Python/Startup/project_helpers.py diff --git a/openpype/hosts/hiero/api/startup/Python/Startup/selection_tracker.py b/client/openpype/hosts/hiero/api/startup/Python/Startup/selection_tracker.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/Startup/selection_tracker.py rename to client/openpype/hosts/hiero/api/startup/Python/Startup/selection_tracker.py diff --git a/openpype/hosts/hiero/api/startup/Python/Startup/setFrameRate.py b/client/openpype/hosts/hiero/api/startup/Python/Startup/setFrameRate.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/Startup/setFrameRate.py rename to client/openpype/hosts/hiero/api/startup/Python/Startup/setFrameRate.py diff --git a/openpype/hosts/hiero/api/startup/Python/StartupUI/PimpMySpreadsheet.py b/client/openpype/hosts/hiero/api/startup/Python/StartupUI/PimpMySpreadsheet.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/StartupUI/PimpMySpreadsheet.py rename to client/openpype/hosts/hiero/api/startup/Python/StartupUI/PimpMySpreadsheet.py diff --git a/openpype/hosts/hiero/api/startup/Python/StartupUI/Purge.py b/client/openpype/hosts/hiero/api/startup/Python/StartupUI/Purge.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/StartupUI/Purge.py rename to client/openpype/hosts/hiero/api/startup/Python/StartupUI/Purge.py diff --git a/openpype/hosts/hiero/api/startup/Python/StartupUI/nukeStyleKeyboardShortcuts.py b/client/openpype/hosts/hiero/api/startup/Python/StartupUI/nukeStyleKeyboardShortcuts.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/StartupUI/nukeStyleKeyboardShortcuts.py rename to client/openpype/hosts/hiero/api/startup/Python/StartupUI/nukeStyleKeyboardShortcuts.py diff --git a/openpype/hosts/hiero/api/startup/Python/StartupUI/otioimporter/OTIOImport.py b/client/openpype/hosts/hiero/api/startup/Python/StartupUI/otioimporter/OTIOImport.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/StartupUI/otioimporter/OTIOImport.py rename to client/openpype/hosts/hiero/api/startup/Python/StartupUI/otioimporter/OTIOImport.py diff --git a/openpype/hosts/hiero/api/startup/Python/StartupUI/otioimporter/__init__.py b/client/openpype/hosts/hiero/api/startup/Python/StartupUI/otioimporter/__init__.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/StartupUI/otioimporter/__init__.py rename to client/openpype/hosts/hiero/api/startup/Python/StartupUI/otioimporter/__init__.py diff --git a/openpype/hosts/hiero/api/startup/Python/StartupUI/setPosterFrame.py b/client/openpype/hosts/hiero/api/startup/Python/StartupUI/setPosterFrame.py similarity index 100% rename from openpype/hosts/hiero/api/startup/Python/StartupUI/setPosterFrame.py rename to client/openpype/hosts/hiero/api/startup/Python/StartupUI/setPosterFrame.py diff --git a/openpype/hosts/hiero/api/startup/TaskPresets/10.5/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml b/client/openpype/hosts/hiero/api/startup/TaskPresets/10.5/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml similarity index 100% rename from openpype/hosts/hiero/api/startup/TaskPresets/10.5/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml rename to client/openpype/hosts/hiero/api/startup/TaskPresets/10.5/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml diff --git a/openpype/hosts/hiero/api/startup/TaskPresets/11.1/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml b/client/openpype/hosts/hiero/api/startup/TaskPresets/11.1/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml similarity index 100% rename from openpype/hosts/hiero/api/startup/TaskPresets/11.1/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml rename to client/openpype/hosts/hiero/api/startup/TaskPresets/11.1/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml diff --git a/openpype/hosts/hiero/api/startup/TaskPresets/11.2/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml b/client/openpype/hosts/hiero/api/startup/TaskPresets/11.2/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml similarity index 100% rename from openpype/hosts/hiero/api/startup/TaskPresets/11.2/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml rename to client/openpype/hosts/hiero/api/startup/TaskPresets/11.2/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml diff --git a/openpype/hosts/hiero/api/style.css b/client/openpype/hosts/hiero/api/style.css similarity index 100% rename from openpype/hosts/hiero/api/style.css rename to client/openpype/hosts/hiero/api/style.css diff --git a/openpype/hosts/hiero/api/tags.py b/client/openpype/hosts/hiero/api/tags.py similarity index 100% rename from openpype/hosts/hiero/api/tags.py rename to client/openpype/hosts/hiero/api/tags.py diff --git a/openpype/hosts/hiero/api/workio.py b/client/openpype/hosts/hiero/api/workio.py similarity index 100% rename from openpype/hosts/hiero/api/workio.py rename to client/openpype/hosts/hiero/api/workio.py diff --git a/openpype/hosts/hiero/plugins/create/create_shot_clip.py b/client/openpype/hosts/hiero/plugins/create/create_shot_clip.py similarity index 100% rename from openpype/hosts/hiero/plugins/create/create_shot_clip.py rename to client/openpype/hosts/hiero/plugins/create/create_shot_clip.py diff --git a/openpype/hosts/hiero/plugins/load/load_clip.py b/client/openpype/hosts/hiero/plugins/load/load_clip.py similarity index 100% rename from openpype/hosts/hiero/plugins/load/load_clip.py rename to client/openpype/hosts/hiero/plugins/load/load_clip.py diff --git a/openpype/hosts/hiero/plugins/load/load_effects.py b/client/openpype/hosts/hiero/plugins/load/load_effects.py similarity index 100% rename from openpype/hosts/hiero/plugins/load/load_effects.py rename to client/openpype/hosts/hiero/plugins/load/load_effects.py diff --git a/openpype/hosts/hiero/plugins/publish/collect_clip_effects.py b/client/openpype/hosts/hiero/plugins/publish/collect_clip_effects.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish/collect_clip_effects.py rename to client/openpype/hosts/hiero/plugins/publish/collect_clip_effects.py diff --git a/openpype/hosts/hiero/plugins/publish/collect_frame_tag_instances.py b/client/openpype/hosts/hiero/plugins/publish/collect_frame_tag_instances.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish/collect_frame_tag_instances.py rename to client/openpype/hosts/hiero/plugins/publish/collect_frame_tag_instances.py diff --git a/openpype/hosts/hiero/plugins/publish/collect_tag_tasks.py b/client/openpype/hosts/hiero/plugins/publish/collect_tag_tasks.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish/collect_tag_tasks.py rename to client/openpype/hosts/hiero/plugins/publish/collect_tag_tasks.py diff --git a/openpype/hosts/hiero/plugins/publish/extract_clip_effects.py b/client/openpype/hosts/hiero/plugins/publish/extract_clip_effects.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish/extract_clip_effects.py rename to client/openpype/hosts/hiero/plugins/publish/extract_clip_effects.py diff --git a/openpype/hosts/hiero/plugins/publish/extract_frames.py b/client/openpype/hosts/hiero/plugins/publish/extract_frames.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish/extract_frames.py rename to client/openpype/hosts/hiero/plugins/publish/extract_frames.py diff --git a/openpype/hosts/hiero/plugins/publish/extract_thumbnail.py b/client/openpype/hosts/hiero/plugins/publish/extract_thumbnail.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish/extract_thumbnail.py rename to client/openpype/hosts/hiero/plugins/publish/extract_thumbnail.py diff --git a/openpype/hosts/hiero/plugins/publish/integrate_version_up_workfile.py b/client/openpype/hosts/hiero/plugins/publish/integrate_version_up_workfile.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish/integrate_version_up_workfile.py rename to client/openpype/hosts/hiero/plugins/publish/integrate_version_up_workfile.py diff --git a/openpype/hosts/hiero/plugins/publish/precollect_instances.py b/client/openpype/hosts/hiero/plugins/publish/precollect_instances.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish/precollect_instances.py rename to client/openpype/hosts/hiero/plugins/publish/precollect_instances.py diff --git a/openpype/hosts/hiero/plugins/publish/precollect_workfile.py b/client/openpype/hosts/hiero/plugins/publish/precollect_workfile.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish/precollect_workfile.py rename to client/openpype/hosts/hiero/plugins/publish/precollect_workfile.py diff --git a/openpype/hosts/hiero/plugins/publish_old_workflow/collect_assetbuilds.py b/client/openpype/hosts/hiero/plugins/publish_old_workflow/collect_assetbuilds.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish_old_workflow/collect_assetbuilds.py rename to client/openpype/hosts/hiero/plugins/publish_old_workflow/collect_assetbuilds.py diff --git a/openpype/hosts/hiero/plugins/publish_old_workflow/collect_tag_comments.py b/client/openpype/hosts/hiero/plugins/publish_old_workflow/collect_tag_comments.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish_old_workflow/collect_tag_comments.py rename to client/openpype/hosts/hiero/plugins/publish_old_workflow/collect_tag_comments.py diff --git a/openpype/hosts/hiero/plugins/publish_old_workflow/precollect_retime.py b/client/openpype/hosts/hiero/plugins/publish_old_workflow/precollect_retime.py similarity index 100% rename from openpype/hosts/hiero/plugins/publish_old_workflow/precollect_retime.py rename to client/openpype/hosts/hiero/plugins/publish_old_workflow/precollect_retime.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/__init__.py b/client/openpype/hosts/hiero/vendor/google/protobuf/__init__.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/__init__.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/__init__.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/any_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/any_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/any_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/any_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/api_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/api_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/api_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/api_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/compiler/__init__.py b/client/openpype/hosts/hiero/vendor/google/protobuf/compiler/__init__.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/compiler/__init__.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/compiler/__init__.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/compiler/plugin_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/compiler/plugin_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/compiler/plugin_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/compiler/plugin_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/descriptor.py b/client/openpype/hosts/hiero/vendor/google/protobuf/descriptor.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/descriptor.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/descriptor.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/descriptor_database.py b/client/openpype/hosts/hiero/vendor/google/protobuf/descriptor_database.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/descriptor_database.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/descriptor_database.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/descriptor_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/descriptor_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/descriptor_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/descriptor_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/descriptor_pool.py b/client/openpype/hosts/hiero/vendor/google/protobuf/descriptor_pool.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/descriptor_pool.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/descriptor_pool.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/duration_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/duration_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/duration_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/duration_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/empty_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/empty_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/empty_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/empty_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/field_mask_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/field_mask_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/field_mask_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/field_mask_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/__init__.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/__init__.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/__init__.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/__init__.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/_parameterized.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/_parameterized.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/_parameterized.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/_parameterized.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/api_implementation.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/api_implementation.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/api_implementation.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/api_implementation.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/builder.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/builder.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/builder.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/builder.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/containers.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/containers.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/containers.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/containers.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/decoder.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/decoder.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/decoder.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/decoder.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/encoder.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/encoder.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/encoder.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/encoder.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/enum_type_wrapper.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/enum_type_wrapper.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/enum_type_wrapper.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/enum_type_wrapper.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/extension_dict.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/extension_dict.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/extension_dict.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/extension_dict.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/message_listener.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/message_listener.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/message_listener.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/message_listener.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/message_set_extensions_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/message_set_extensions_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/message_set_extensions_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/message_set_extensions_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/missing_enum_values_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/missing_enum_values_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/missing_enum_values_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/missing_enum_values_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/more_extensions_dynamic_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/more_extensions_dynamic_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/more_extensions_dynamic_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/more_extensions_dynamic_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/more_extensions_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/more_extensions_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/more_extensions_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/more_extensions_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/more_messages_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/more_messages_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/more_messages_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/more_messages_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/no_package_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/no_package_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/no_package_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/no_package_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/python_message.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/python_message.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/python_message.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/python_message.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/type_checkers.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/type_checkers.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/type_checkers.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/type_checkers.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/well_known_types.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/well_known_types.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/well_known_types.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/well_known_types.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/internal/wire_format.py b/client/openpype/hosts/hiero/vendor/google/protobuf/internal/wire_format.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/internal/wire_format.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/internal/wire_format.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/json_format.py b/client/openpype/hosts/hiero/vendor/google/protobuf/json_format.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/json_format.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/json_format.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/message.py b/client/openpype/hosts/hiero/vendor/google/protobuf/message.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/message.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/message.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/message_factory.py b/client/openpype/hosts/hiero/vendor/google/protobuf/message_factory.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/message_factory.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/message_factory.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/proto_builder.py b/client/openpype/hosts/hiero/vendor/google/protobuf/proto_builder.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/proto_builder.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/proto_builder.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/pyext/__init__.py b/client/openpype/hosts/hiero/vendor/google/protobuf/pyext/__init__.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/pyext/__init__.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/pyext/__init__.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/pyext/cpp_message.py b/client/openpype/hosts/hiero/vendor/google/protobuf/pyext/cpp_message.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/pyext/cpp_message.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/pyext/cpp_message.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/pyext/python_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/pyext/python_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/pyext/python_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/pyext/python_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/reflection.py b/client/openpype/hosts/hiero/vendor/google/protobuf/reflection.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/reflection.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/reflection.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/service.py b/client/openpype/hosts/hiero/vendor/google/protobuf/service.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/service.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/service.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/service_reflection.py b/client/openpype/hosts/hiero/vendor/google/protobuf/service_reflection.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/service_reflection.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/service_reflection.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/source_context_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/source_context_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/source_context_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/source_context_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/struct_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/struct_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/struct_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/struct_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/symbol_database.py b/client/openpype/hosts/hiero/vendor/google/protobuf/symbol_database.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/symbol_database.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/symbol_database.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/text_encoding.py b/client/openpype/hosts/hiero/vendor/google/protobuf/text_encoding.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/text_encoding.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/text_encoding.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/text_format.py b/client/openpype/hosts/hiero/vendor/google/protobuf/text_format.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/text_format.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/text_format.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/timestamp_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/timestamp_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/timestamp_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/timestamp_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/type_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/type_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/type_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/type_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/util/__init__.py b/client/openpype/hosts/hiero/vendor/google/protobuf/util/__init__.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/util/__init__.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/util/__init__.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/util/json_format_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/util/json_format_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/util/json_format_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/util/json_format_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/util/json_format_proto3_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/util/json_format_proto3_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/util/json_format_proto3_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/util/json_format_proto3_pb2.py diff --git a/openpype/hosts/hiero/vendor/google/protobuf/wrappers_pb2.py b/client/openpype/hosts/hiero/vendor/google/protobuf/wrappers_pb2.py similarity index 100% rename from openpype/hosts/hiero/vendor/google/protobuf/wrappers_pb2.py rename to client/openpype/hosts/hiero/vendor/google/protobuf/wrappers_pb2.py diff --git a/openpype/hosts/houdini/__init__.py b/client/openpype/hosts/houdini/__init__.py similarity index 100% rename from openpype/hosts/houdini/__init__.py rename to client/openpype/hosts/houdini/__init__.py diff --git a/openpype/hosts/houdini/addon.py b/client/openpype/hosts/houdini/addon.py similarity index 100% rename from openpype/hosts/houdini/addon.py rename to client/openpype/hosts/houdini/addon.py diff --git a/openpype/hosts/houdini/api/__init__.py b/client/openpype/hosts/houdini/api/__init__.py similarity index 100% rename from openpype/hosts/houdini/api/__init__.py rename to client/openpype/hosts/houdini/api/__init__.py diff --git a/openpype/hosts/houdini/api/action.py b/client/openpype/hosts/houdini/api/action.py similarity index 100% rename from openpype/hosts/houdini/api/action.py rename to client/openpype/hosts/houdini/api/action.py diff --git a/openpype/hosts/houdini/api/colorspace.py b/client/openpype/hosts/houdini/api/colorspace.py similarity index 100% rename from openpype/hosts/houdini/api/colorspace.py rename to client/openpype/hosts/houdini/api/colorspace.py diff --git a/openpype/hosts/houdini/api/creator_node_shelves.py b/client/openpype/hosts/houdini/api/creator_node_shelves.py similarity index 100% rename from openpype/hosts/houdini/api/creator_node_shelves.py rename to client/openpype/hosts/houdini/api/creator_node_shelves.py diff --git a/openpype/hosts/houdini/api/lib.py b/client/openpype/hosts/houdini/api/lib.py similarity index 100% rename from openpype/hosts/houdini/api/lib.py rename to client/openpype/hosts/houdini/api/lib.py diff --git a/openpype/hosts/houdini/api/pipeline.py b/client/openpype/hosts/houdini/api/pipeline.py similarity index 100% rename from openpype/hosts/houdini/api/pipeline.py rename to client/openpype/hosts/houdini/api/pipeline.py diff --git a/openpype/hosts/houdini/api/plugin.py b/client/openpype/hosts/houdini/api/plugin.py similarity index 100% rename from openpype/hosts/houdini/api/plugin.py rename to client/openpype/hosts/houdini/api/plugin.py diff --git a/openpype/hosts/houdini/api/shelves.py b/client/openpype/hosts/houdini/api/shelves.py similarity index 100% rename from openpype/hosts/houdini/api/shelves.py rename to client/openpype/hosts/houdini/api/shelves.py diff --git a/openpype/hosts/houdini/api/usd.py b/client/openpype/hosts/houdini/api/usd.py similarity index 100% rename from openpype/hosts/houdini/api/usd.py rename to client/openpype/hosts/houdini/api/usd.py diff --git a/openpype/hosts/houdini/hooks/set_paths.py b/client/openpype/hosts/houdini/hooks/set_paths.py similarity index 100% rename from openpype/hosts/houdini/hooks/set_paths.py rename to client/openpype/hosts/houdini/hooks/set_paths.py diff --git a/openpype/hosts/houdini/plugins/create/convert_legacy.py b/client/openpype/hosts/houdini/plugins/create/convert_legacy.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/convert_legacy.py rename to client/openpype/hosts/houdini/plugins/create/convert_legacy.py diff --git a/openpype/hosts/houdini/plugins/create/create_alembic_camera.py b/client/openpype/hosts/houdini/plugins/create/create_alembic_camera.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_alembic_camera.py rename to client/openpype/hosts/houdini/plugins/create/create_alembic_camera.py diff --git a/openpype/hosts/houdini/plugins/create/create_arnold_ass.py b/client/openpype/hosts/houdini/plugins/create/create_arnold_ass.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_arnold_ass.py rename to client/openpype/hosts/houdini/plugins/create/create_arnold_ass.py diff --git a/openpype/hosts/houdini/plugins/create/create_arnold_rop.py b/client/openpype/hosts/houdini/plugins/create/create_arnold_rop.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_arnold_rop.py rename to client/openpype/hosts/houdini/plugins/create/create_arnold_rop.py diff --git a/openpype/hosts/houdini/plugins/create/create_bgeo.py b/client/openpype/hosts/houdini/plugins/create/create_bgeo.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_bgeo.py rename to client/openpype/hosts/houdini/plugins/create/create_bgeo.py diff --git a/openpype/hosts/houdini/plugins/create/create_composite.py b/client/openpype/hosts/houdini/plugins/create/create_composite.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_composite.py rename to client/openpype/hosts/houdini/plugins/create/create_composite.py diff --git a/openpype/hosts/houdini/plugins/create/create_hda.py b/client/openpype/hosts/houdini/plugins/create/create_hda.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_hda.py rename to client/openpype/hosts/houdini/plugins/create/create_hda.py diff --git a/openpype/hosts/houdini/plugins/create/create_karma_rop.py b/client/openpype/hosts/houdini/plugins/create/create_karma_rop.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_karma_rop.py rename to client/openpype/hosts/houdini/plugins/create/create_karma_rop.py diff --git a/openpype/hosts/houdini/plugins/create/create_mantra_ifd.py b/client/openpype/hosts/houdini/plugins/create/create_mantra_ifd.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_mantra_ifd.py rename to client/openpype/hosts/houdini/plugins/create/create_mantra_ifd.py diff --git a/openpype/hosts/houdini/plugins/create/create_mantra_rop.py b/client/openpype/hosts/houdini/plugins/create/create_mantra_rop.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_mantra_rop.py rename to client/openpype/hosts/houdini/plugins/create/create_mantra_rop.py diff --git a/openpype/hosts/houdini/plugins/create/create_pointcache.py b/client/openpype/hosts/houdini/plugins/create/create_pointcache.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_pointcache.py rename to client/openpype/hosts/houdini/plugins/create/create_pointcache.py diff --git a/openpype/hosts/houdini/plugins/create/create_redshift_proxy.py b/client/openpype/hosts/houdini/plugins/create/create_redshift_proxy.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_redshift_proxy.py rename to client/openpype/hosts/houdini/plugins/create/create_redshift_proxy.py diff --git a/openpype/hosts/houdini/plugins/create/create_redshift_rop.py b/client/openpype/hosts/houdini/plugins/create/create_redshift_rop.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_redshift_rop.py rename to client/openpype/hosts/houdini/plugins/create/create_redshift_rop.py diff --git a/openpype/hosts/houdini/plugins/create/create_review.py b/client/openpype/hosts/houdini/plugins/create/create_review.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_review.py rename to client/openpype/hosts/houdini/plugins/create/create_review.py diff --git a/openpype/hosts/houdini/plugins/create/create_staticmesh.py b/client/openpype/hosts/houdini/plugins/create/create_staticmesh.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_staticmesh.py rename to client/openpype/hosts/houdini/plugins/create/create_staticmesh.py diff --git a/openpype/hosts/houdini/plugins/create/create_usd.py b/client/openpype/hosts/houdini/plugins/create/create_usd.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_usd.py rename to client/openpype/hosts/houdini/plugins/create/create_usd.py diff --git a/openpype/hosts/houdini/plugins/create/create_usdrender.py b/client/openpype/hosts/houdini/plugins/create/create_usdrender.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_usdrender.py rename to client/openpype/hosts/houdini/plugins/create/create_usdrender.py diff --git a/openpype/hosts/houdini/plugins/create/create_vbd_cache.py b/client/openpype/hosts/houdini/plugins/create/create_vbd_cache.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_vbd_cache.py rename to client/openpype/hosts/houdini/plugins/create/create_vbd_cache.py diff --git a/openpype/hosts/houdini/plugins/create/create_vray_rop.py b/client/openpype/hosts/houdini/plugins/create/create_vray_rop.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_vray_rop.py rename to client/openpype/hosts/houdini/plugins/create/create_vray_rop.py diff --git a/openpype/hosts/houdini/plugins/create/create_workfile.py b/client/openpype/hosts/houdini/plugins/create/create_workfile.py similarity index 100% rename from openpype/hosts/houdini/plugins/create/create_workfile.py rename to client/openpype/hosts/houdini/plugins/create/create_workfile.py diff --git a/openpype/hosts/houdini/plugins/inventory/set_camera_resolution.py b/client/openpype/hosts/houdini/plugins/inventory/set_camera_resolution.py similarity index 100% rename from openpype/hosts/houdini/plugins/inventory/set_camera_resolution.py rename to client/openpype/hosts/houdini/plugins/inventory/set_camera_resolution.py diff --git a/openpype/hosts/houdini/plugins/load/actions.py b/client/openpype/hosts/houdini/plugins/load/actions.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/actions.py rename to client/openpype/hosts/houdini/plugins/load/actions.py diff --git a/openpype/hosts/houdini/plugins/load/load_alembic.py b/client/openpype/hosts/houdini/plugins/load/load_alembic.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_alembic.py rename to client/openpype/hosts/houdini/plugins/load/load_alembic.py diff --git a/openpype/hosts/houdini/plugins/load/load_alembic_archive.py b/client/openpype/hosts/houdini/plugins/load/load_alembic_archive.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_alembic_archive.py rename to client/openpype/hosts/houdini/plugins/load/load_alembic_archive.py diff --git a/openpype/hosts/houdini/plugins/load/load_ass.py b/client/openpype/hosts/houdini/plugins/load/load_ass.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_ass.py rename to client/openpype/hosts/houdini/plugins/load/load_ass.py diff --git a/openpype/hosts/houdini/plugins/load/load_bgeo.py b/client/openpype/hosts/houdini/plugins/load/load_bgeo.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_bgeo.py rename to client/openpype/hosts/houdini/plugins/load/load_bgeo.py diff --git a/openpype/hosts/houdini/plugins/load/load_camera.py b/client/openpype/hosts/houdini/plugins/load/load_camera.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_camera.py rename to client/openpype/hosts/houdini/plugins/load/load_camera.py diff --git a/openpype/hosts/houdini/plugins/load/load_fbx.py b/client/openpype/hosts/houdini/plugins/load/load_fbx.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_fbx.py rename to client/openpype/hosts/houdini/plugins/load/load_fbx.py diff --git a/openpype/hosts/houdini/plugins/load/load_hda.py b/client/openpype/hosts/houdini/plugins/load/load_hda.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_hda.py rename to client/openpype/hosts/houdini/plugins/load/load_hda.py diff --git a/openpype/hosts/houdini/plugins/load/load_image.py b/client/openpype/hosts/houdini/plugins/load/load_image.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_image.py rename to client/openpype/hosts/houdini/plugins/load/load_image.py diff --git a/openpype/hosts/houdini/plugins/load/load_redshift_proxy.py b/client/openpype/hosts/houdini/plugins/load/load_redshift_proxy.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_redshift_proxy.py rename to client/openpype/hosts/houdini/plugins/load/load_redshift_proxy.py diff --git a/openpype/hosts/houdini/plugins/load/load_usd_layer.py b/client/openpype/hosts/houdini/plugins/load/load_usd_layer.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_usd_layer.py rename to client/openpype/hosts/houdini/plugins/load/load_usd_layer.py diff --git a/openpype/hosts/houdini/plugins/load/load_usd_reference.py b/client/openpype/hosts/houdini/plugins/load/load_usd_reference.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_usd_reference.py rename to client/openpype/hosts/houdini/plugins/load/load_usd_reference.py diff --git a/openpype/hosts/houdini/plugins/load/load_vdb.py b/client/openpype/hosts/houdini/plugins/load/load_vdb.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/load_vdb.py rename to client/openpype/hosts/houdini/plugins/load/load_vdb.py diff --git a/openpype/hosts/houdini/plugins/load/show_usdview.py b/client/openpype/hosts/houdini/plugins/load/show_usdview.py similarity index 100% rename from openpype/hosts/houdini/plugins/load/show_usdview.py rename to client/openpype/hosts/houdini/plugins/load/show_usdview.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_active_state.py b/client/openpype/hosts/houdini/plugins/publish/collect_active_state.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_active_state.py rename to client/openpype/hosts/houdini/plugins/publish/collect_active_state.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_arnold_rop.py b/client/openpype/hosts/houdini/plugins/publish/collect_arnold_rop.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_arnold_rop.py rename to client/openpype/hosts/houdini/plugins/publish/collect_arnold_rop.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_asset_handles.py b/client/openpype/hosts/houdini/plugins/publish/collect_asset_handles.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_asset_handles.py rename to client/openpype/hosts/houdini/plugins/publish/collect_asset_handles.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_cache_farm.py b/client/openpype/hosts/houdini/plugins/publish/collect_cache_farm.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_cache_farm.py rename to client/openpype/hosts/houdini/plugins/publish/collect_cache_farm.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_chunk_size.py b/client/openpype/hosts/houdini/plugins/publish/collect_chunk_size.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_chunk_size.py rename to client/openpype/hosts/houdini/plugins/publish/collect_chunk_size.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_current_file.py b/client/openpype/hosts/houdini/plugins/publish/collect_current_file.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_current_file.py rename to client/openpype/hosts/houdini/plugins/publish/collect_current_file.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_frames.py b/client/openpype/hosts/houdini/plugins/publish/collect_frames.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_frames.py rename to client/openpype/hosts/houdini/plugins/publish/collect_frames.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_inputs.py b/client/openpype/hosts/houdini/plugins/publish/collect_inputs.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_inputs.py rename to client/openpype/hosts/houdini/plugins/publish/collect_inputs.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_instances.py b/client/openpype/hosts/houdini/plugins/publish/collect_instances.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_instances.py rename to client/openpype/hosts/houdini/plugins/publish/collect_instances.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_instances_usd_layered.py b/client/openpype/hosts/houdini/plugins/publish/collect_instances_usd_layered.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_instances_usd_layered.py rename to client/openpype/hosts/houdini/plugins/publish/collect_instances_usd_layered.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_karma_rop.py b/client/openpype/hosts/houdini/plugins/publish/collect_karma_rop.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_karma_rop.py rename to client/openpype/hosts/houdini/plugins/publish/collect_karma_rop.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_mantra_rop.py b/client/openpype/hosts/houdini/plugins/publish/collect_mantra_rop.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_mantra_rop.py rename to client/openpype/hosts/houdini/plugins/publish/collect_mantra_rop.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_output_node.py b/client/openpype/hosts/houdini/plugins/publish/collect_output_node.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_output_node.py rename to client/openpype/hosts/houdini/plugins/publish/collect_output_node.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_pointcache_type.py b/client/openpype/hosts/houdini/plugins/publish/collect_pointcache_type.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_pointcache_type.py rename to client/openpype/hosts/houdini/plugins/publish/collect_pointcache_type.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_redshift_rop.py b/client/openpype/hosts/houdini/plugins/publish/collect_redshift_rop.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_redshift_rop.py rename to client/openpype/hosts/houdini/plugins/publish/collect_redshift_rop.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_remote_publish.py b/client/openpype/hosts/houdini/plugins/publish/collect_remote_publish.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_remote_publish.py rename to client/openpype/hosts/houdini/plugins/publish/collect_remote_publish.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_render_products.py b/client/openpype/hosts/houdini/plugins/publish/collect_render_products.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_render_products.py rename to client/openpype/hosts/houdini/plugins/publish/collect_render_products.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_review_data.py b/client/openpype/hosts/houdini/plugins/publish/collect_review_data.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_review_data.py rename to client/openpype/hosts/houdini/plugins/publish/collect_review_data.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_rop_frame_range.py b/client/openpype/hosts/houdini/plugins/publish/collect_rop_frame_range.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_rop_frame_range.py rename to client/openpype/hosts/houdini/plugins/publish/collect_rop_frame_range.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_staticmesh_type.py b/client/openpype/hosts/houdini/plugins/publish/collect_staticmesh_type.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_staticmesh_type.py rename to client/openpype/hosts/houdini/plugins/publish/collect_staticmesh_type.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_usd_bootstrap.py b/client/openpype/hosts/houdini/plugins/publish/collect_usd_bootstrap.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_usd_bootstrap.py rename to client/openpype/hosts/houdini/plugins/publish/collect_usd_bootstrap.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_usd_layers.py b/client/openpype/hosts/houdini/plugins/publish/collect_usd_layers.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_usd_layers.py rename to client/openpype/hosts/houdini/plugins/publish/collect_usd_layers.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_vray_rop.py b/client/openpype/hosts/houdini/plugins/publish/collect_vray_rop.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_vray_rop.py rename to client/openpype/hosts/houdini/plugins/publish/collect_vray_rop.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_workfile.py b/client/openpype/hosts/houdini/plugins/publish/collect_workfile.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_workfile.py rename to client/openpype/hosts/houdini/plugins/publish/collect_workfile.py diff --git a/openpype/hosts/houdini/plugins/publish/collect_workscene_fps.py b/client/openpype/hosts/houdini/plugins/publish/collect_workscene_fps.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/collect_workscene_fps.py rename to client/openpype/hosts/houdini/plugins/publish/collect_workscene_fps.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_alembic.py b/client/openpype/hosts/houdini/plugins/publish/extract_alembic.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_alembic.py rename to client/openpype/hosts/houdini/plugins/publish/extract_alembic.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_ass.py b/client/openpype/hosts/houdini/plugins/publish/extract_ass.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_ass.py rename to client/openpype/hosts/houdini/plugins/publish/extract_ass.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_bgeo.py b/client/openpype/hosts/houdini/plugins/publish/extract_bgeo.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_bgeo.py rename to client/openpype/hosts/houdini/plugins/publish/extract_bgeo.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_composite.py b/client/openpype/hosts/houdini/plugins/publish/extract_composite.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_composite.py rename to client/openpype/hosts/houdini/plugins/publish/extract_composite.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_fbx.py b/client/openpype/hosts/houdini/plugins/publish/extract_fbx.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_fbx.py rename to client/openpype/hosts/houdini/plugins/publish/extract_fbx.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_hda.py b/client/openpype/hosts/houdini/plugins/publish/extract_hda.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_hda.py rename to client/openpype/hosts/houdini/plugins/publish/extract_hda.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_mantra_ifd.py b/client/openpype/hosts/houdini/plugins/publish/extract_mantra_ifd.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_mantra_ifd.py rename to client/openpype/hosts/houdini/plugins/publish/extract_mantra_ifd.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_opengl.py b/client/openpype/hosts/houdini/plugins/publish/extract_opengl.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_opengl.py rename to client/openpype/hosts/houdini/plugins/publish/extract_opengl.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_redshift_proxy.py b/client/openpype/hosts/houdini/plugins/publish/extract_redshift_proxy.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_redshift_proxy.py rename to client/openpype/hosts/houdini/plugins/publish/extract_redshift_proxy.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_usd.py b/client/openpype/hosts/houdini/plugins/publish/extract_usd.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_usd.py rename to client/openpype/hosts/houdini/plugins/publish/extract_usd.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_usd_layered.py b/client/openpype/hosts/houdini/plugins/publish/extract_usd_layered.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_usd_layered.py rename to client/openpype/hosts/houdini/plugins/publish/extract_usd_layered.py diff --git a/openpype/hosts/houdini/plugins/publish/extract_vdb_cache.py b/client/openpype/hosts/houdini/plugins/publish/extract_vdb_cache.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/extract_vdb_cache.py rename to client/openpype/hosts/houdini/plugins/publish/extract_vdb_cache.py diff --git a/openpype/hosts/houdini/plugins/publish/help/validate_vdb_output_node.xml b/client/openpype/hosts/houdini/plugins/publish/help/validate_vdb_output_node.xml similarity index 100% rename from openpype/hosts/houdini/plugins/publish/help/validate_vdb_output_node.xml rename to client/openpype/hosts/houdini/plugins/publish/help/validate_vdb_output_node.xml diff --git a/openpype/hosts/houdini/plugins/publish/increment_current_file.py b/client/openpype/hosts/houdini/plugins/publish/increment_current_file.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/increment_current_file.py rename to client/openpype/hosts/houdini/plugins/publish/increment_current_file.py diff --git a/openpype/hosts/houdini/plugins/publish/save_scene.py b/client/openpype/hosts/houdini/plugins/publish/save_scene.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/save_scene.py rename to client/openpype/hosts/houdini/plugins/publish/save_scene.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_abc_primitive_to_detail.py b/client/openpype/hosts/houdini/plugins/publish/validate_abc_primitive_to_detail.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_abc_primitive_to_detail.py rename to client/openpype/hosts/houdini/plugins/publish/validate_abc_primitive_to_detail.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_alembic_face_sets.py b/client/openpype/hosts/houdini/plugins/publish/validate_alembic_face_sets.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_alembic_face_sets.py rename to client/openpype/hosts/houdini/plugins/publish/validate_alembic_face_sets.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_alembic_input_node.py b/client/openpype/hosts/houdini/plugins/publish/validate_alembic_input_node.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_alembic_input_node.py rename to client/openpype/hosts/houdini/plugins/publish/validate_alembic_input_node.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_animation_settings.py b/client/openpype/hosts/houdini/plugins/publish/validate_animation_settings.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_animation_settings.py rename to client/openpype/hosts/houdini/plugins/publish/validate_animation_settings.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_bypass.py b/client/openpype/hosts/houdini/plugins/publish/validate_bypass.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_bypass.py rename to client/openpype/hosts/houdini/plugins/publish/validate_bypass.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_camera_rop.py b/client/openpype/hosts/houdini/plugins/publish/validate_camera_rop.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_camera_rop.py rename to client/openpype/hosts/houdini/plugins/publish/validate_camera_rop.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_cop_output_node.py b/client/openpype/hosts/houdini/plugins/publish/validate_cop_output_node.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_cop_output_node.py rename to client/openpype/hosts/houdini/plugins/publish/validate_cop_output_node.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_fbx_output_node.py b/client/openpype/hosts/houdini/plugins/publish/validate_fbx_output_node.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_fbx_output_node.py rename to client/openpype/hosts/houdini/plugins/publish/validate_fbx_output_node.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_file_extension.py b/client/openpype/hosts/houdini/plugins/publish/validate_file_extension.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_file_extension.py rename to client/openpype/hosts/houdini/plugins/publish/validate_file_extension.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_frame_range.py b/client/openpype/hosts/houdini/plugins/publish/validate_frame_range.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_frame_range.py rename to client/openpype/hosts/houdini/plugins/publish/validate_frame_range.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_frame_token.py b/client/openpype/hosts/houdini/plugins/publish/validate_frame_token.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_frame_token.py rename to client/openpype/hosts/houdini/plugins/publish/validate_frame_token.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_houdini_license_category.py b/client/openpype/hosts/houdini/plugins/publish/validate_houdini_license_category.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_houdini_license_category.py rename to client/openpype/hosts/houdini/plugins/publish/validate_houdini_license_category.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_mesh_is_static.py b/client/openpype/hosts/houdini/plugins/publish/validate_mesh_is_static.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_mesh_is_static.py rename to client/openpype/hosts/houdini/plugins/publish/validate_mesh_is_static.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_mkpaths_toggled.py b/client/openpype/hosts/houdini/plugins/publish/validate_mkpaths_toggled.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_mkpaths_toggled.py rename to client/openpype/hosts/houdini/plugins/publish/validate_mkpaths_toggled.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_no_errors.py b/client/openpype/hosts/houdini/plugins/publish/validate_no_errors.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_no_errors.py rename to client/openpype/hosts/houdini/plugins/publish/validate_no_errors.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_primitive_hierarchy_paths.py b/client/openpype/hosts/houdini/plugins/publish/validate_primitive_hierarchy_paths.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_primitive_hierarchy_paths.py rename to client/openpype/hosts/houdini/plugins/publish/validate_primitive_hierarchy_paths.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_remote_publish.py b/client/openpype/hosts/houdini/plugins/publish/validate_remote_publish.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_remote_publish.py rename to client/openpype/hosts/houdini/plugins/publish/validate_remote_publish.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_remote_publish_enabled.py b/client/openpype/hosts/houdini/plugins/publish/validate_remote_publish_enabled.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_remote_publish_enabled.py rename to client/openpype/hosts/houdini/plugins/publish/validate_remote_publish_enabled.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_review_colorspace.py b/client/openpype/hosts/houdini/plugins/publish/validate_review_colorspace.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_review_colorspace.py rename to client/openpype/hosts/houdini/plugins/publish/validate_review_colorspace.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_scene_review.py b/client/openpype/hosts/houdini/plugins/publish/validate_scene_review.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_scene_review.py rename to client/openpype/hosts/houdini/plugins/publish/validate_scene_review.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_sop_output_node.py b/client/openpype/hosts/houdini/plugins/publish/validate_sop_output_node.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_sop_output_node.py rename to client/openpype/hosts/houdini/plugins/publish/validate_sop_output_node.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_subset_name.py b/client/openpype/hosts/houdini/plugins/publish/validate_subset_name.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_subset_name.py rename to client/openpype/hosts/houdini/plugins/publish/validate_subset_name.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_unreal_staticmesh_naming.py b/client/openpype/hosts/houdini/plugins/publish/validate_unreal_staticmesh_naming.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_unreal_staticmesh_naming.py rename to client/openpype/hosts/houdini/plugins/publish/validate_unreal_staticmesh_naming.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_usd_layer_path_backslashes.py b/client/openpype/hosts/houdini/plugins/publish/validate_usd_layer_path_backslashes.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_usd_layer_path_backslashes.py rename to client/openpype/hosts/houdini/plugins/publish/validate_usd_layer_path_backslashes.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_usd_model_and_shade.py b/client/openpype/hosts/houdini/plugins/publish/validate_usd_model_and_shade.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_usd_model_and_shade.py rename to client/openpype/hosts/houdini/plugins/publish/validate_usd_model_and_shade.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_usd_output_node.py b/client/openpype/hosts/houdini/plugins/publish/validate_usd_output_node.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_usd_output_node.py rename to client/openpype/hosts/houdini/plugins/publish/validate_usd_output_node.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_usd_render_product_names.py b/client/openpype/hosts/houdini/plugins/publish/validate_usd_render_product_names.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_usd_render_product_names.py rename to client/openpype/hosts/houdini/plugins/publish/validate_usd_render_product_names.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_usd_setdress.py b/client/openpype/hosts/houdini/plugins/publish/validate_usd_setdress.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_usd_setdress.py rename to client/openpype/hosts/houdini/plugins/publish/validate_usd_setdress.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_usd_shade_model_exists.py b/client/openpype/hosts/houdini/plugins/publish/validate_usd_shade_model_exists.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_usd_shade_model_exists.py rename to client/openpype/hosts/houdini/plugins/publish/validate_usd_shade_model_exists.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_usd_shade_workspace.py b/client/openpype/hosts/houdini/plugins/publish/validate_usd_shade_workspace.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_usd_shade_workspace.py rename to client/openpype/hosts/houdini/plugins/publish/validate_usd_shade_workspace.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_vdb_output_node.py b/client/openpype/hosts/houdini/plugins/publish/validate_vdb_output_node.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_vdb_output_node.py rename to client/openpype/hosts/houdini/plugins/publish/validate_vdb_output_node.py diff --git a/openpype/hosts/houdini/plugins/publish/validate_workfile_paths.py b/client/openpype/hosts/houdini/plugins/publish/validate_workfile_paths.py similarity index 100% rename from openpype/hosts/houdini/plugins/publish/validate_workfile_paths.py rename to client/openpype/hosts/houdini/plugins/publish/validate_workfile_paths.py diff --git a/openpype/hosts/houdini/startup/MainMenuCommon.xml b/client/openpype/hosts/houdini/startup/MainMenuCommon.xml similarity index 100% rename from openpype/hosts/houdini/startup/MainMenuCommon.xml rename to client/openpype/hosts/houdini/startup/MainMenuCommon.xml diff --git a/openpype/hosts/houdini/startup/python2.7libs/pythonrc.py b/client/openpype/hosts/houdini/startup/python2.7libs/pythonrc.py similarity index 100% rename from openpype/hosts/houdini/startup/python2.7libs/pythonrc.py rename to client/openpype/hosts/houdini/startup/python2.7libs/pythonrc.py diff --git a/openpype/hosts/houdini/startup/python3.10libs/pythonrc.py b/client/openpype/hosts/houdini/startup/python3.10libs/pythonrc.py similarity index 100% rename from openpype/hosts/houdini/startup/python3.10libs/pythonrc.py rename to client/openpype/hosts/houdini/startup/python3.10libs/pythonrc.py diff --git a/openpype/hosts/houdini/startup/python3.7libs/pythonrc.py b/client/openpype/hosts/houdini/startup/python3.7libs/pythonrc.py similarity index 100% rename from openpype/hosts/houdini/startup/python3.7libs/pythonrc.py rename to client/openpype/hosts/houdini/startup/python3.7libs/pythonrc.py diff --git a/openpype/hosts/houdini/startup/python3.9libs/pythonrc.py b/client/openpype/hosts/houdini/startup/python3.9libs/pythonrc.py similarity index 100% rename from openpype/hosts/houdini/startup/python3.9libs/pythonrc.py rename to client/openpype/hosts/houdini/startup/python3.9libs/pythonrc.py diff --git a/openpype/hosts/max/__init__.py b/client/openpype/hosts/max/__init__.py similarity index 100% rename from openpype/hosts/max/__init__.py rename to client/openpype/hosts/max/__init__.py diff --git a/openpype/hosts/max/addon.py b/client/openpype/hosts/max/addon.py similarity index 100% rename from openpype/hosts/max/addon.py rename to client/openpype/hosts/max/addon.py diff --git a/openpype/hosts/max/api/__init__.py b/client/openpype/hosts/max/api/__init__.py similarity index 100% rename from openpype/hosts/max/api/__init__.py rename to client/openpype/hosts/max/api/__init__.py diff --git a/openpype/hosts/max/api/colorspace.py b/client/openpype/hosts/max/api/colorspace.py similarity index 100% rename from openpype/hosts/max/api/colorspace.py rename to client/openpype/hosts/max/api/colorspace.py diff --git a/openpype/hosts/max/api/lib.py b/client/openpype/hosts/max/api/lib.py similarity index 100% rename from openpype/hosts/max/api/lib.py rename to client/openpype/hosts/max/api/lib.py diff --git a/openpype/hosts/max/api/lib_renderproducts.py b/client/openpype/hosts/max/api/lib_renderproducts.py similarity index 100% rename from openpype/hosts/max/api/lib_renderproducts.py rename to client/openpype/hosts/max/api/lib_renderproducts.py diff --git a/openpype/hosts/max/api/lib_rendersettings.py b/client/openpype/hosts/max/api/lib_rendersettings.py similarity index 100% rename from openpype/hosts/max/api/lib_rendersettings.py rename to client/openpype/hosts/max/api/lib_rendersettings.py diff --git a/openpype/hosts/max/api/menu.py b/client/openpype/hosts/max/api/menu.py similarity index 100% rename from openpype/hosts/max/api/menu.py rename to client/openpype/hosts/max/api/menu.py diff --git a/openpype/hosts/max/api/pipeline.py b/client/openpype/hosts/max/api/pipeline.py similarity index 100% rename from openpype/hosts/max/api/pipeline.py rename to client/openpype/hosts/max/api/pipeline.py diff --git a/openpype/hosts/max/api/plugin.py b/client/openpype/hosts/max/api/plugin.py similarity index 100% rename from openpype/hosts/max/api/plugin.py rename to client/openpype/hosts/max/api/plugin.py diff --git a/openpype/hosts/max/api/preview_animation.py b/client/openpype/hosts/max/api/preview_animation.py similarity index 100% rename from openpype/hosts/max/api/preview_animation.py rename to client/openpype/hosts/max/api/preview_animation.py diff --git a/openpype/hosts/max/hooks/force_startup_script.py b/client/openpype/hosts/max/hooks/force_startup_script.py similarity index 100% rename from openpype/hosts/max/hooks/force_startup_script.py rename to client/openpype/hosts/max/hooks/force_startup_script.py diff --git a/openpype/hosts/max/hooks/inject_python.py b/client/openpype/hosts/max/hooks/inject_python.py similarity index 100% rename from openpype/hosts/max/hooks/inject_python.py rename to client/openpype/hosts/max/hooks/inject_python.py diff --git a/openpype/hosts/max/hooks/set_paths.py b/client/openpype/hosts/max/hooks/set_paths.py similarity index 100% rename from openpype/hosts/max/hooks/set_paths.py rename to client/openpype/hosts/max/hooks/set_paths.py diff --git a/openpype/hosts/max/plugins/__init__.py b/client/openpype/hosts/max/plugins/__init__.py similarity index 100% rename from openpype/hosts/max/plugins/__init__.py rename to client/openpype/hosts/max/plugins/__init__.py diff --git a/openpype/hosts/max/plugins/create/create_camera.py b/client/openpype/hosts/max/plugins/create/create_camera.py similarity index 100% rename from openpype/hosts/max/plugins/create/create_camera.py rename to client/openpype/hosts/max/plugins/create/create_camera.py diff --git a/openpype/hosts/max/plugins/create/create_maxScene.py b/client/openpype/hosts/max/plugins/create/create_maxScene.py similarity index 100% rename from openpype/hosts/max/plugins/create/create_maxScene.py rename to client/openpype/hosts/max/plugins/create/create_maxScene.py diff --git a/openpype/hosts/max/plugins/create/create_model.py b/client/openpype/hosts/max/plugins/create/create_model.py similarity index 100% rename from openpype/hosts/max/plugins/create/create_model.py rename to client/openpype/hosts/max/plugins/create/create_model.py diff --git a/openpype/hosts/max/plugins/create/create_pointcache.py b/client/openpype/hosts/max/plugins/create/create_pointcache.py similarity index 100% rename from openpype/hosts/max/plugins/create/create_pointcache.py rename to client/openpype/hosts/max/plugins/create/create_pointcache.py diff --git a/openpype/hosts/max/plugins/create/create_pointcloud.py b/client/openpype/hosts/max/plugins/create/create_pointcloud.py similarity index 100% rename from openpype/hosts/max/plugins/create/create_pointcloud.py rename to client/openpype/hosts/max/plugins/create/create_pointcloud.py diff --git a/openpype/hosts/max/plugins/create/create_redshift_proxy.py b/client/openpype/hosts/max/plugins/create/create_redshift_proxy.py similarity index 100% rename from openpype/hosts/max/plugins/create/create_redshift_proxy.py rename to client/openpype/hosts/max/plugins/create/create_redshift_proxy.py diff --git a/openpype/hosts/max/plugins/create/create_render.py b/client/openpype/hosts/max/plugins/create/create_render.py similarity index 100% rename from openpype/hosts/max/plugins/create/create_render.py rename to client/openpype/hosts/max/plugins/create/create_render.py diff --git a/openpype/hosts/max/plugins/create/create_review.py b/client/openpype/hosts/max/plugins/create/create_review.py similarity index 100% rename from openpype/hosts/max/plugins/create/create_review.py rename to client/openpype/hosts/max/plugins/create/create_review.py diff --git a/openpype/hosts/max/plugins/create/create_tycache.py b/client/openpype/hosts/max/plugins/create/create_tycache.py similarity index 100% rename from openpype/hosts/max/plugins/create/create_tycache.py rename to client/openpype/hosts/max/plugins/create/create_tycache.py diff --git a/openpype/hosts/max/plugins/load/load_camera_fbx.py b/client/openpype/hosts/max/plugins/load/load_camera_fbx.py similarity index 100% rename from openpype/hosts/max/plugins/load/load_camera_fbx.py rename to client/openpype/hosts/max/plugins/load/load_camera_fbx.py diff --git a/openpype/hosts/max/plugins/load/load_max_scene.py b/client/openpype/hosts/max/plugins/load/load_max_scene.py similarity index 100% rename from openpype/hosts/max/plugins/load/load_max_scene.py rename to client/openpype/hosts/max/plugins/load/load_max_scene.py diff --git a/openpype/hosts/max/plugins/load/load_model.py b/client/openpype/hosts/max/plugins/load/load_model.py similarity index 100% rename from openpype/hosts/max/plugins/load/load_model.py rename to client/openpype/hosts/max/plugins/load/load_model.py diff --git a/openpype/hosts/max/plugins/load/load_model_fbx.py b/client/openpype/hosts/max/plugins/load/load_model_fbx.py similarity index 100% rename from openpype/hosts/max/plugins/load/load_model_fbx.py rename to client/openpype/hosts/max/plugins/load/load_model_fbx.py diff --git a/openpype/hosts/max/plugins/load/load_model_obj.py b/client/openpype/hosts/max/plugins/load/load_model_obj.py similarity index 100% rename from openpype/hosts/max/plugins/load/load_model_obj.py rename to client/openpype/hosts/max/plugins/load/load_model_obj.py diff --git a/openpype/hosts/max/plugins/load/load_model_usd.py b/client/openpype/hosts/max/plugins/load/load_model_usd.py similarity index 100% rename from openpype/hosts/max/plugins/load/load_model_usd.py rename to client/openpype/hosts/max/plugins/load/load_model_usd.py diff --git a/openpype/hosts/max/plugins/load/load_pointcache.py b/client/openpype/hosts/max/plugins/load/load_pointcache.py similarity index 100% rename from openpype/hosts/max/plugins/load/load_pointcache.py rename to client/openpype/hosts/max/plugins/load/load_pointcache.py diff --git a/openpype/hosts/max/plugins/load/load_pointcache_ornatrix.py b/client/openpype/hosts/max/plugins/load/load_pointcache_ornatrix.py similarity index 100% rename from openpype/hosts/max/plugins/load/load_pointcache_ornatrix.py rename to client/openpype/hosts/max/plugins/load/load_pointcache_ornatrix.py diff --git a/openpype/hosts/max/plugins/load/load_pointcloud.py b/client/openpype/hosts/max/plugins/load/load_pointcloud.py similarity index 100% rename from openpype/hosts/max/plugins/load/load_pointcloud.py rename to client/openpype/hosts/max/plugins/load/load_pointcloud.py diff --git a/openpype/hosts/max/plugins/load/load_redshift_proxy.py b/client/openpype/hosts/max/plugins/load/load_redshift_proxy.py similarity index 100% rename from openpype/hosts/max/plugins/load/load_redshift_proxy.py rename to client/openpype/hosts/max/plugins/load/load_redshift_proxy.py diff --git a/openpype/hosts/max/plugins/load/load_tycache.py b/client/openpype/hosts/max/plugins/load/load_tycache.py similarity index 100% rename from openpype/hosts/max/plugins/load/load_tycache.py rename to client/openpype/hosts/max/plugins/load/load_tycache.py diff --git a/openpype/hosts/max/plugins/publish/collect_frame_range.py b/client/openpype/hosts/max/plugins/publish/collect_frame_range.py similarity index 100% rename from openpype/hosts/max/plugins/publish/collect_frame_range.py rename to client/openpype/hosts/max/plugins/publish/collect_frame_range.py diff --git a/openpype/hosts/max/plugins/publish/collect_members.py b/client/openpype/hosts/max/plugins/publish/collect_members.py similarity index 100% rename from openpype/hosts/max/plugins/publish/collect_members.py rename to client/openpype/hosts/max/plugins/publish/collect_members.py diff --git a/openpype/hosts/max/plugins/publish/collect_render.py b/client/openpype/hosts/max/plugins/publish/collect_render.py similarity index 100% rename from openpype/hosts/max/plugins/publish/collect_render.py rename to client/openpype/hosts/max/plugins/publish/collect_render.py diff --git a/openpype/hosts/max/plugins/publish/collect_review.py b/client/openpype/hosts/max/plugins/publish/collect_review.py similarity index 100% rename from openpype/hosts/max/plugins/publish/collect_review.py rename to client/openpype/hosts/max/plugins/publish/collect_review.py diff --git a/openpype/hosts/max/plugins/publish/collect_tycache_attributes.py b/client/openpype/hosts/max/plugins/publish/collect_tycache_attributes.py similarity index 100% rename from openpype/hosts/max/plugins/publish/collect_tycache_attributes.py rename to client/openpype/hosts/max/plugins/publish/collect_tycache_attributes.py diff --git a/openpype/hosts/max/plugins/publish/collect_workfile.py b/client/openpype/hosts/max/plugins/publish/collect_workfile.py similarity index 100% rename from openpype/hosts/max/plugins/publish/collect_workfile.py rename to client/openpype/hosts/max/plugins/publish/collect_workfile.py diff --git a/openpype/hosts/max/plugins/publish/extract_alembic.py b/client/openpype/hosts/max/plugins/publish/extract_alembic.py similarity index 100% rename from openpype/hosts/max/plugins/publish/extract_alembic.py rename to client/openpype/hosts/max/plugins/publish/extract_alembic.py diff --git a/openpype/hosts/max/plugins/publish/extract_fbx.py b/client/openpype/hosts/max/plugins/publish/extract_fbx.py similarity index 100% rename from openpype/hosts/max/plugins/publish/extract_fbx.py rename to client/openpype/hosts/max/plugins/publish/extract_fbx.py diff --git a/openpype/hosts/max/plugins/publish/extract_max_scene_raw.py b/client/openpype/hosts/max/plugins/publish/extract_max_scene_raw.py similarity index 100% rename from openpype/hosts/max/plugins/publish/extract_max_scene_raw.py rename to client/openpype/hosts/max/plugins/publish/extract_max_scene_raw.py diff --git a/openpype/hosts/max/plugins/publish/extract_model_obj.py b/client/openpype/hosts/max/plugins/publish/extract_model_obj.py similarity index 100% rename from openpype/hosts/max/plugins/publish/extract_model_obj.py rename to client/openpype/hosts/max/plugins/publish/extract_model_obj.py diff --git a/openpype/hosts/max/plugins/publish/extract_model_usd.py b/client/openpype/hosts/max/plugins/publish/extract_model_usd.py similarity index 100% rename from openpype/hosts/max/plugins/publish/extract_model_usd.py rename to client/openpype/hosts/max/plugins/publish/extract_model_usd.py diff --git a/openpype/hosts/max/plugins/publish/extract_pointcloud.py b/client/openpype/hosts/max/plugins/publish/extract_pointcloud.py similarity index 100% rename from openpype/hosts/max/plugins/publish/extract_pointcloud.py rename to client/openpype/hosts/max/plugins/publish/extract_pointcloud.py diff --git a/openpype/hosts/max/plugins/publish/extract_redshift_proxy.py b/client/openpype/hosts/max/plugins/publish/extract_redshift_proxy.py similarity index 100% rename from openpype/hosts/max/plugins/publish/extract_redshift_proxy.py rename to client/openpype/hosts/max/plugins/publish/extract_redshift_proxy.py diff --git a/openpype/hosts/max/plugins/publish/extract_review_animation.py b/client/openpype/hosts/max/plugins/publish/extract_review_animation.py similarity index 100% rename from openpype/hosts/max/plugins/publish/extract_review_animation.py rename to client/openpype/hosts/max/plugins/publish/extract_review_animation.py diff --git a/openpype/hosts/max/plugins/publish/extract_thumbnail.py b/client/openpype/hosts/max/plugins/publish/extract_thumbnail.py similarity index 100% rename from openpype/hosts/max/plugins/publish/extract_thumbnail.py rename to client/openpype/hosts/max/plugins/publish/extract_thumbnail.py diff --git a/openpype/hosts/max/plugins/publish/extract_tycache.py b/client/openpype/hosts/max/plugins/publish/extract_tycache.py similarity index 100% rename from openpype/hosts/max/plugins/publish/extract_tycache.py rename to client/openpype/hosts/max/plugins/publish/extract_tycache.py diff --git a/openpype/hosts/max/plugins/publish/increment_workfile_version.py b/client/openpype/hosts/max/plugins/publish/increment_workfile_version.py similarity index 100% rename from openpype/hosts/max/plugins/publish/increment_workfile_version.py rename to client/openpype/hosts/max/plugins/publish/increment_workfile_version.py diff --git a/openpype/hosts/max/plugins/publish/save_scene.py b/client/openpype/hosts/max/plugins/publish/save_scene.py similarity index 100% rename from openpype/hosts/max/plugins/publish/save_scene.py rename to client/openpype/hosts/max/plugins/publish/save_scene.py diff --git a/openpype/hosts/max/plugins/publish/save_scenes_for_cameras.py b/client/openpype/hosts/max/plugins/publish/save_scenes_for_cameras.py similarity index 100% rename from openpype/hosts/max/plugins/publish/save_scenes_for_cameras.py rename to client/openpype/hosts/max/plugins/publish/save_scenes_for_cameras.py diff --git a/openpype/hosts/max/plugins/publish/validate_attributes.py b/client/openpype/hosts/max/plugins/publish/validate_attributes.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_attributes.py rename to client/openpype/hosts/max/plugins/publish/validate_attributes.py diff --git a/openpype/hosts/max/plugins/publish/validate_camera_contents.py b/client/openpype/hosts/max/plugins/publish/validate_camera_contents.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_camera_contents.py rename to client/openpype/hosts/max/plugins/publish/validate_camera_contents.py diff --git a/openpype/hosts/max/plugins/publish/validate_deadline_publish.py b/client/openpype/hosts/max/plugins/publish/validate_deadline_publish.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_deadline_publish.py rename to client/openpype/hosts/max/plugins/publish/validate_deadline_publish.py diff --git a/openpype/hosts/max/plugins/publish/validate_frame_range.py b/client/openpype/hosts/max/plugins/publish/validate_frame_range.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_frame_range.py rename to client/openpype/hosts/max/plugins/publish/validate_frame_range.py diff --git a/openpype/hosts/max/plugins/publish/validate_instance_has_members.py b/client/openpype/hosts/max/plugins/publish/validate_instance_has_members.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_instance_has_members.py rename to client/openpype/hosts/max/plugins/publish/validate_instance_has_members.py diff --git a/openpype/hosts/max/plugins/publish/validate_loaded_plugin.py b/client/openpype/hosts/max/plugins/publish/validate_loaded_plugin.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_loaded_plugin.py rename to client/openpype/hosts/max/plugins/publish/validate_loaded_plugin.py diff --git a/openpype/hosts/max/plugins/publish/validate_model_contents.py b/client/openpype/hosts/max/plugins/publish/validate_model_contents.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_model_contents.py rename to client/openpype/hosts/max/plugins/publish/validate_model_contents.py diff --git a/openpype/hosts/max/plugins/publish/validate_pointcloud.py b/client/openpype/hosts/max/plugins/publish/validate_pointcloud.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_pointcloud.py rename to client/openpype/hosts/max/plugins/publish/validate_pointcloud.py diff --git a/openpype/hosts/max/plugins/publish/validate_renderable_camera.py b/client/openpype/hosts/max/plugins/publish/validate_renderable_camera.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_renderable_camera.py rename to client/openpype/hosts/max/plugins/publish/validate_renderable_camera.py diff --git a/openpype/hosts/max/plugins/publish/validate_renderer_redshift_proxy.py b/client/openpype/hosts/max/plugins/publish/validate_renderer_redshift_proxy.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_renderer_redshift_proxy.py rename to client/openpype/hosts/max/plugins/publish/validate_renderer_redshift_proxy.py diff --git a/openpype/hosts/max/plugins/publish/validate_resolution_setting.py b/client/openpype/hosts/max/plugins/publish/validate_resolution_setting.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_resolution_setting.py rename to client/openpype/hosts/max/plugins/publish/validate_resolution_setting.py diff --git a/openpype/hosts/max/plugins/publish/validate_scene_saved.py b/client/openpype/hosts/max/plugins/publish/validate_scene_saved.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_scene_saved.py rename to client/openpype/hosts/max/plugins/publish/validate_scene_saved.py diff --git a/openpype/hosts/max/plugins/publish/validate_tyflow_data.py b/client/openpype/hosts/max/plugins/publish/validate_tyflow_data.py similarity index 100% rename from openpype/hosts/max/plugins/publish/validate_tyflow_data.py rename to client/openpype/hosts/max/plugins/publish/validate_tyflow_data.py diff --git a/openpype/hosts/max/startup/startup.ms b/client/openpype/hosts/max/startup/startup.ms similarity index 100% rename from openpype/hosts/max/startup/startup.ms rename to client/openpype/hosts/max/startup/startup.ms diff --git a/openpype/hosts/max/startup/startup.py b/client/openpype/hosts/max/startup/startup.py similarity index 100% rename from openpype/hosts/max/startup/startup.py rename to client/openpype/hosts/max/startup/startup.py diff --git a/openpype/hosts/maya/__init__.py b/client/openpype/hosts/maya/__init__.py similarity index 100% rename from openpype/hosts/maya/__init__.py rename to client/openpype/hosts/maya/__init__.py diff --git a/openpype/hosts/maya/addon.py b/client/openpype/hosts/maya/addon.py similarity index 100% rename from openpype/hosts/maya/addon.py rename to client/openpype/hosts/maya/addon.py diff --git a/openpype/hosts/maya/api/__init__.py b/client/openpype/hosts/maya/api/__init__.py similarity index 100% rename from openpype/hosts/maya/api/__init__.py rename to client/openpype/hosts/maya/api/__init__.py diff --git a/openpype/hosts/maya/api/action.py b/client/openpype/hosts/maya/api/action.py similarity index 100% rename from openpype/hosts/maya/api/action.py rename to client/openpype/hosts/maya/api/action.py diff --git a/openpype/hosts/maya/api/commands.py b/client/openpype/hosts/maya/api/commands.py similarity index 100% rename from openpype/hosts/maya/api/commands.py rename to client/openpype/hosts/maya/api/commands.py diff --git a/openpype/hosts/maya/api/customize.py b/client/openpype/hosts/maya/api/customize.py similarity index 100% rename from openpype/hosts/maya/api/customize.py rename to client/openpype/hosts/maya/api/customize.py diff --git a/openpype/hosts/maya/api/exitstack.py b/client/openpype/hosts/maya/api/exitstack.py similarity index 100% rename from openpype/hosts/maya/api/exitstack.py rename to client/openpype/hosts/maya/api/exitstack.py diff --git a/openpype/hosts/maya/api/fbx.py b/client/openpype/hosts/maya/api/fbx.py similarity index 100% rename from openpype/hosts/maya/api/fbx.py rename to client/openpype/hosts/maya/api/fbx.py diff --git a/openpype/hosts/maya/api/gltf.py b/client/openpype/hosts/maya/api/gltf.py similarity index 100% rename from openpype/hosts/maya/api/gltf.py rename to client/openpype/hosts/maya/api/gltf.py diff --git a/openpype/hosts/maya/api/lib.py b/client/openpype/hosts/maya/api/lib.py similarity index 100% rename from openpype/hosts/maya/api/lib.py rename to client/openpype/hosts/maya/api/lib.py diff --git a/openpype/hosts/maya/api/lib_renderproducts.py b/client/openpype/hosts/maya/api/lib_renderproducts.py similarity index 100% rename from openpype/hosts/maya/api/lib_renderproducts.py rename to client/openpype/hosts/maya/api/lib_renderproducts.py diff --git a/openpype/hosts/maya/api/lib_rendersettings.py b/client/openpype/hosts/maya/api/lib_rendersettings.py similarity index 100% rename from openpype/hosts/maya/api/lib_rendersettings.py rename to client/openpype/hosts/maya/api/lib_rendersettings.py diff --git a/openpype/hosts/maya/api/lib_rendersetup.py b/client/openpype/hosts/maya/api/lib_rendersetup.py similarity index 100% rename from openpype/hosts/maya/api/lib_rendersetup.py rename to client/openpype/hosts/maya/api/lib_rendersetup.py diff --git a/openpype/hosts/maya/api/menu.py b/client/openpype/hosts/maya/api/menu.py similarity index 100% rename from openpype/hosts/maya/api/menu.py rename to client/openpype/hosts/maya/api/menu.py diff --git a/openpype/hosts/maya/api/pipeline.py b/client/openpype/hosts/maya/api/pipeline.py similarity index 100% rename from openpype/hosts/maya/api/pipeline.py rename to client/openpype/hosts/maya/api/pipeline.py diff --git a/openpype/hosts/maya/api/plugin.py b/client/openpype/hosts/maya/api/plugin.py similarity index 100% rename from openpype/hosts/maya/api/plugin.py rename to client/openpype/hosts/maya/api/plugin.py diff --git a/openpype/hosts/maya/api/render_setup_tools.py b/client/openpype/hosts/maya/api/render_setup_tools.py similarity index 100% rename from openpype/hosts/maya/api/render_setup_tools.py rename to client/openpype/hosts/maya/api/render_setup_tools.py diff --git a/openpype/hosts/maya/api/setdress.py b/client/openpype/hosts/maya/api/setdress.py similarity index 100% rename from openpype/hosts/maya/api/setdress.py rename to client/openpype/hosts/maya/api/setdress.py diff --git a/openpype/hosts/maya/api/shader_definition_editor.py b/client/openpype/hosts/maya/api/shader_definition_editor.py similarity index 100% rename from openpype/hosts/maya/api/shader_definition_editor.py rename to client/openpype/hosts/maya/api/shader_definition_editor.py diff --git a/openpype/hosts/maya/api/workfile_template_builder.py b/client/openpype/hosts/maya/api/workfile_template_builder.py similarity index 100% rename from openpype/hosts/maya/api/workfile_template_builder.py rename to client/openpype/hosts/maya/api/workfile_template_builder.py diff --git a/openpype/hosts/maya/api/workio.py b/client/openpype/hosts/maya/api/workio.py similarity index 100% rename from openpype/hosts/maya/api/workio.py rename to client/openpype/hosts/maya/api/workio.py diff --git a/openpype/hosts/maya/hooks/pre_auto_load_plugins.py b/client/openpype/hosts/maya/hooks/pre_auto_load_plugins.py similarity index 100% rename from openpype/hosts/maya/hooks/pre_auto_load_plugins.py rename to client/openpype/hosts/maya/hooks/pre_auto_load_plugins.py diff --git a/openpype/hosts/maya/hooks/pre_copy_mel.py b/client/openpype/hosts/maya/hooks/pre_copy_mel.py similarity index 100% rename from openpype/hosts/maya/hooks/pre_copy_mel.py rename to client/openpype/hosts/maya/hooks/pre_copy_mel.py diff --git a/openpype/hosts/maya/hooks/pre_open_workfile_post_initialization.py b/client/openpype/hosts/maya/hooks/pre_open_workfile_post_initialization.py similarity index 100% rename from openpype/hosts/maya/hooks/pre_open_workfile_post_initialization.py rename to client/openpype/hosts/maya/hooks/pre_open_workfile_post_initialization.py diff --git a/openpype/hosts/maya/lib.py b/client/openpype/hosts/maya/lib.py similarity index 100% rename from openpype/hosts/maya/lib.py rename to client/openpype/hosts/maya/lib.py diff --git a/openpype/hosts/maya/plugins/__init__.py b/client/openpype/hosts/maya/plugins/__init__.py similarity index 100% rename from openpype/hosts/maya/plugins/__init__.py rename to client/openpype/hosts/maya/plugins/__init__.py diff --git a/openpype/hosts/maya/plugins/create/convert_legacy.py b/client/openpype/hosts/maya/plugins/create/convert_legacy.py similarity index 100% rename from openpype/hosts/maya/plugins/create/convert_legacy.py rename to client/openpype/hosts/maya/plugins/create/convert_legacy.py diff --git a/openpype/hosts/maya/plugins/create/create_animation.py b/client/openpype/hosts/maya/plugins/create/create_animation.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_animation.py rename to client/openpype/hosts/maya/plugins/create/create_animation.py diff --git a/openpype/hosts/maya/plugins/create/create_arnold_scene_source.py b/client/openpype/hosts/maya/plugins/create/create_arnold_scene_source.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_arnold_scene_source.py rename to client/openpype/hosts/maya/plugins/create/create_arnold_scene_source.py diff --git a/openpype/hosts/maya/plugins/create/create_assembly.py b/client/openpype/hosts/maya/plugins/create/create_assembly.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_assembly.py rename to client/openpype/hosts/maya/plugins/create/create_assembly.py diff --git a/openpype/hosts/maya/plugins/create/create_camera.py b/client/openpype/hosts/maya/plugins/create/create_camera.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_camera.py rename to client/openpype/hosts/maya/plugins/create/create_camera.py diff --git a/openpype/hosts/maya/plugins/create/create_layout.py b/client/openpype/hosts/maya/plugins/create/create_layout.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_layout.py rename to client/openpype/hosts/maya/plugins/create/create_layout.py diff --git a/openpype/hosts/maya/plugins/create/create_look.py b/client/openpype/hosts/maya/plugins/create/create_look.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_look.py rename to client/openpype/hosts/maya/plugins/create/create_look.py diff --git a/openpype/hosts/maya/plugins/create/create_matchmove.py b/client/openpype/hosts/maya/plugins/create/create_matchmove.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_matchmove.py rename to client/openpype/hosts/maya/plugins/create/create_matchmove.py diff --git a/openpype/hosts/maya/plugins/create/create_maya_usd.py b/client/openpype/hosts/maya/plugins/create/create_maya_usd.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_maya_usd.py rename to client/openpype/hosts/maya/plugins/create/create_maya_usd.py diff --git a/openpype/hosts/maya/plugins/create/create_mayascene.py b/client/openpype/hosts/maya/plugins/create/create_mayascene.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_mayascene.py rename to client/openpype/hosts/maya/plugins/create/create_mayascene.py diff --git a/openpype/hosts/maya/plugins/create/create_model.py b/client/openpype/hosts/maya/plugins/create/create_model.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_model.py rename to client/openpype/hosts/maya/plugins/create/create_model.py diff --git a/openpype/hosts/maya/plugins/create/create_multishot_layout.py b/client/openpype/hosts/maya/plugins/create/create_multishot_layout.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_multishot_layout.py rename to client/openpype/hosts/maya/plugins/create/create_multishot_layout.py diff --git a/openpype/hosts/maya/plugins/create/create_multiverse_look.py b/client/openpype/hosts/maya/plugins/create/create_multiverse_look.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_multiverse_look.py rename to client/openpype/hosts/maya/plugins/create/create_multiverse_look.py diff --git a/openpype/hosts/maya/plugins/create/create_multiverse_usd.py b/client/openpype/hosts/maya/plugins/create/create_multiverse_usd.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_multiverse_usd.py rename to client/openpype/hosts/maya/plugins/create/create_multiverse_usd.py diff --git a/openpype/hosts/maya/plugins/create/create_multiverse_usd_comp.py b/client/openpype/hosts/maya/plugins/create/create_multiverse_usd_comp.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_multiverse_usd_comp.py rename to client/openpype/hosts/maya/plugins/create/create_multiverse_usd_comp.py diff --git a/openpype/hosts/maya/plugins/create/create_multiverse_usd_over.py b/client/openpype/hosts/maya/plugins/create/create_multiverse_usd_over.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_multiverse_usd_over.py rename to client/openpype/hosts/maya/plugins/create/create_multiverse_usd_over.py diff --git a/openpype/hosts/maya/plugins/create/create_pointcache.py b/client/openpype/hosts/maya/plugins/create/create_pointcache.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_pointcache.py rename to client/openpype/hosts/maya/plugins/create/create_pointcache.py diff --git a/openpype/hosts/maya/plugins/create/create_proxy_abc.py b/client/openpype/hosts/maya/plugins/create/create_proxy_abc.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_proxy_abc.py rename to client/openpype/hosts/maya/plugins/create/create_proxy_abc.py diff --git a/openpype/hosts/maya/plugins/create/create_redshift_proxy.py b/client/openpype/hosts/maya/plugins/create/create_redshift_proxy.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_redshift_proxy.py rename to client/openpype/hosts/maya/plugins/create/create_redshift_proxy.py diff --git a/openpype/hosts/maya/plugins/create/create_render.py b/client/openpype/hosts/maya/plugins/create/create_render.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_render.py rename to client/openpype/hosts/maya/plugins/create/create_render.py diff --git a/openpype/hosts/maya/plugins/create/create_rendersetup.py b/client/openpype/hosts/maya/plugins/create/create_rendersetup.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_rendersetup.py rename to client/openpype/hosts/maya/plugins/create/create_rendersetup.py diff --git a/openpype/hosts/maya/plugins/create/create_review.py b/client/openpype/hosts/maya/plugins/create/create_review.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_review.py rename to client/openpype/hosts/maya/plugins/create/create_review.py diff --git a/openpype/hosts/maya/plugins/create/create_rig.py b/client/openpype/hosts/maya/plugins/create/create_rig.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_rig.py rename to client/openpype/hosts/maya/plugins/create/create_rig.py diff --git a/openpype/hosts/maya/plugins/create/create_setdress.py b/client/openpype/hosts/maya/plugins/create/create_setdress.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_setdress.py rename to client/openpype/hosts/maya/plugins/create/create_setdress.py diff --git a/openpype/hosts/maya/plugins/create/create_unreal_skeletalmesh.py b/client/openpype/hosts/maya/plugins/create/create_unreal_skeletalmesh.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_unreal_skeletalmesh.py rename to client/openpype/hosts/maya/plugins/create/create_unreal_skeletalmesh.py diff --git a/openpype/hosts/maya/plugins/create/create_unreal_staticmesh.py b/client/openpype/hosts/maya/plugins/create/create_unreal_staticmesh.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_unreal_staticmesh.py rename to client/openpype/hosts/maya/plugins/create/create_unreal_staticmesh.py diff --git a/openpype/hosts/maya/plugins/create/create_unreal_yeticache.py b/client/openpype/hosts/maya/plugins/create/create_unreal_yeticache.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_unreal_yeticache.py rename to client/openpype/hosts/maya/plugins/create/create_unreal_yeticache.py diff --git a/openpype/hosts/maya/plugins/create/create_vrayproxy.py b/client/openpype/hosts/maya/plugins/create/create_vrayproxy.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_vrayproxy.py rename to client/openpype/hosts/maya/plugins/create/create_vrayproxy.py diff --git a/openpype/hosts/maya/plugins/create/create_vrayscene.py b/client/openpype/hosts/maya/plugins/create/create_vrayscene.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_vrayscene.py rename to client/openpype/hosts/maya/plugins/create/create_vrayscene.py diff --git a/openpype/hosts/maya/plugins/create/create_workfile.py b/client/openpype/hosts/maya/plugins/create/create_workfile.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_workfile.py rename to client/openpype/hosts/maya/plugins/create/create_workfile.py diff --git a/openpype/hosts/maya/plugins/create/create_xgen.py b/client/openpype/hosts/maya/plugins/create/create_xgen.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_xgen.py rename to client/openpype/hosts/maya/plugins/create/create_xgen.py diff --git a/openpype/hosts/maya/plugins/create/create_yeti_cache.py b/client/openpype/hosts/maya/plugins/create/create_yeti_cache.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_yeti_cache.py rename to client/openpype/hosts/maya/plugins/create/create_yeti_cache.py diff --git a/openpype/hosts/maya/plugins/create/create_yeti_rig.py b/client/openpype/hosts/maya/plugins/create/create_yeti_rig.py similarity index 100% rename from openpype/hosts/maya/plugins/create/create_yeti_rig.py rename to client/openpype/hosts/maya/plugins/create/create_yeti_rig.py diff --git a/openpype/hosts/maya/plugins/inventory/connect_geometry.py b/client/openpype/hosts/maya/plugins/inventory/connect_geometry.py similarity index 100% rename from openpype/hosts/maya/plugins/inventory/connect_geometry.py rename to client/openpype/hosts/maya/plugins/inventory/connect_geometry.py diff --git a/openpype/hosts/maya/plugins/inventory/connect_xgen.py b/client/openpype/hosts/maya/plugins/inventory/connect_xgen.py similarity index 100% rename from openpype/hosts/maya/plugins/inventory/connect_xgen.py rename to client/openpype/hosts/maya/plugins/inventory/connect_xgen.py diff --git a/openpype/hosts/maya/plugins/inventory/connect_yeti_rig.py b/client/openpype/hosts/maya/plugins/inventory/connect_yeti_rig.py similarity index 100% rename from openpype/hosts/maya/plugins/inventory/connect_yeti_rig.py rename to client/openpype/hosts/maya/plugins/inventory/connect_yeti_rig.py diff --git a/openpype/hosts/maya/plugins/inventory/import_modelrender.py b/client/openpype/hosts/maya/plugins/inventory/import_modelrender.py similarity index 100% rename from openpype/hosts/maya/plugins/inventory/import_modelrender.py rename to client/openpype/hosts/maya/plugins/inventory/import_modelrender.py diff --git a/openpype/hosts/maya/plugins/inventory/import_reference.py b/client/openpype/hosts/maya/plugins/inventory/import_reference.py similarity index 100% rename from openpype/hosts/maya/plugins/inventory/import_reference.py rename to client/openpype/hosts/maya/plugins/inventory/import_reference.py diff --git a/openpype/hosts/maya/plugins/inventory/rig_recreate_animation_instance.py b/client/openpype/hosts/maya/plugins/inventory/rig_recreate_animation_instance.py similarity index 100% rename from openpype/hosts/maya/plugins/inventory/rig_recreate_animation_instance.py rename to client/openpype/hosts/maya/plugins/inventory/rig_recreate_animation_instance.py diff --git a/openpype/hosts/maya/plugins/inventory/select_containers.py b/client/openpype/hosts/maya/plugins/inventory/select_containers.py similarity index 100% rename from openpype/hosts/maya/plugins/inventory/select_containers.py rename to client/openpype/hosts/maya/plugins/inventory/select_containers.py diff --git a/openpype/hosts/maya/plugins/load/_load_animation.py b/client/openpype/hosts/maya/plugins/load/_load_animation.py similarity index 100% rename from openpype/hosts/maya/plugins/load/_load_animation.py rename to client/openpype/hosts/maya/plugins/load/_load_animation.py diff --git a/openpype/hosts/maya/plugins/load/actions.py b/client/openpype/hosts/maya/plugins/load/actions.py similarity index 100% rename from openpype/hosts/maya/plugins/load/actions.py rename to client/openpype/hosts/maya/plugins/load/actions.py diff --git a/openpype/hosts/maya/plugins/load/load_arnold_standin.py b/client/openpype/hosts/maya/plugins/load/load_arnold_standin.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_arnold_standin.py rename to client/openpype/hosts/maya/plugins/load/load_arnold_standin.py diff --git a/openpype/hosts/maya/plugins/load/load_assembly.py b/client/openpype/hosts/maya/plugins/load/load_assembly.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_assembly.py rename to client/openpype/hosts/maya/plugins/load/load_assembly.py diff --git a/openpype/hosts/maya/plugins/load/load_audio.py b/client/openpype/hosts/maya/plugins/load/load_audio.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_audio.py rename to client/openpype/hosts/maya/plugins/load/load_audio.py diff --git a/openpype/hosts/maya/plugins/load/load_gpucache.py b/client/openpype/hosts/maya/plugins/load/load_gpucache.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_gpucache.py rename to client/openpype/hosts/maya/plugins/load/load_gpucache.py diff --git a/openpype/hosts/maya/plugins/load/load_image.py b/client/openpype/hosts/maya/plugins/load/load_image.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_image.py rename to client/openpype/hosts/maya/plugins/load/load_image.py diff --git a/openpype/hosts/maya/plugins/load/load_image_plane.py b/client/openpype/hosts/maya/plugins/load/load_image_plane.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_image_plane.py rename to client/openpype/hosts/maya/plugins/load/load_image_plane.py diff --git a/openpype/hosts/maya/plugins/load/load_look.py b/client/openpype/hosts/maya/plugins/load/load_look.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_look.py rename to client/openpype/hosts/maya/plugins/load/load_look.py diff --git a/openpype/hosts/maya/plugins/load/load_matchmove.py b/client/openpype/hosts/maya/plugins/load/load_matchmove.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_matchmove.py rename to client/openpype/hosts/maya/plugins/load/load_matchmove.py diff --git a/openpype/hosts/maya/plugins/load/load_maya_usd.py b/client/openpype/hosts/maya/plugins/load/load_maya_usd.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_maya_usd.py rename to client/openpype/hosts/maya/plugins/load/load_maya_usd.py diff --git a/openpype/hosts/maya/plugins/load/load_multiverse_usd.py b/client/openpype/hosts/maya/plugins/load/load_multiverse_usd.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_multiverse_usd.py rename to client/openpype/hosts/maya/plugins/load/load_multiverse_usd.py diff --git a/openpype/hosts/maya/plugins/load/load_multiverse_usd_over.py b/client/openpype/hosts/maya/plugins/load/load_multiverse_usd_over.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_multiverse_usd_over.py rename to client/openpype/hosts/maya/plugins/load/load_multiverse_usd_over.py diff --git a/openpype/hosts/maya/plugins/load/load_redshift_proxy.py b/client/openpype/hosts/maya/plugins/load/load_redshift_proxy.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_redshift_proxy.py rename to client/openpype/hosts/maya/plugins/load/load_redshift_proxy.py diff --git a/openpype/hosts/maya/plugins/load/load_reference.py b/client/openpype/hosts/maya/plugins/load/load_reference.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_reference.py rename to client/openpype/hosts/maya/plugins/load/load_reference.py diff --git a/openpype/hosts/maya/plugins/load/load_rendersetup.py b/client/openpype/hosts/maya/plugins/load/load_rendersetup.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_rendersetup.py rename to client/openpype/hosts/maya/plugins/load/load_rendersetup.py diff --git a/openpype/hosts/maya/plugins/load/load_vdb_to_arnold.py b/client/openpype/hosts/maya/plugins/load/load_vdb_to_arnold.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_vdb_to_arnold.py rename to client/openpype/hosts/maya/plugins/load/load_vdb_to_arnold.py diff --git a/openpype/hosts/maya/plugins/load/load_vdb_to_redshift.py b/client/openpype/hosts/maya/plugins/load/load_vdb_to_redshift.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_vdb_to_redshift.py rename to client/openpype/hosts/maya/plugins/load/load_vdb_to_redshift.py diff --git a/openpype/hosts/maya/plugins/load/load_vdb_to_vray.py b/client/openpype/hosts/maya/plugins/load/load_vdb_to_vray.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_vdb_to_vray.py rename to client/openpype/hosts/maya/plugins/load/load_vdb_to_vray.py diff --git a/openpype/hosts/maya/plugins/load/load_vrayproxy.py b/client/openpype/hosts/maya/plugins/load/load_vrayproxy.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_vrayproxy.py rename to client/openpype/hosts/maya/plugins/load/load_vrayproxy.py diff --git a/openpype/hosts/maya/plugins/load/load_vrayscene.py b/client/openpype/hosts/maya/plugins/load/load_vrayscene.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_vrayscene.py rename to client/openpype/hosts/maya/plugins/load/load_vrayscene.py diff --git a/openpype/hosts/maya/plugins/load/load_xgen.py b/client/openpype/hosts/maya/plugins/load/load_xgen.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_xgen.py rename to client/openpype/hosts/maya/plugins/load/load_xgen.py diff --git a/openpype/hosts/maya/plugins/load/load_yeti_cache.py b/client/openpype/hosts/maya/plugins/load/load_yeti_cache.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_yeti_cache.py rename to client/openpype/hosts/maya/plugins/load/load_yeti_cache.py diff --git a/openpype/hosts/maya/plugins/load/load_yeti_rig.py b/client/openpype/hosts/maya/plugins/load/load_yeti_rig.py similarity index 100% rename from openpype/hosts/maya/plugins/load/load_yeti_rig.py rename to client/openpype/hosts/maya/plugins/load/load_yeti_rig.py diff --git a/openpype/hosts/maya/plugins/publish/__init__.py b/client/openpype/hosts/maya/plugins/publish/__init__.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/__init__.py rename to client/openpype/hosts/maya/plugins/publish/__init__.py diff --git a/openpype/hosts/maya/plugins/publish/collect_animation.py b/client/openpype/hosts/maya/plugins/publish/collect_animation.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_animation.py rename to client/openpype/hosts/maya/plugins/publish/collect_animation.py diff --git a/openpype/hosts/maya/plugins/publish/collect_arnold_scene_source.py b/client/openpype/hosts/maya/plugins/publish/collect_arnold_scene_source.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_arnold_scene_source.py rename to client/openpype/hosts/maya/plugins/publish/collect_arnold_scene_source.py diff --git a/openpype/hosts/maya/plugins/publish/collect_assembly.py b/client/openpype/hosts/maya/plugins/publish/collect_assembly.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_assembly.py rename to client/openpype/hosts/maya/plugins/publish/collect_assembly.py diff --git a/openpype/hosts/maya/plugins/publish/collect_current_file.py b/client/openpype/hosts/maya/plugins/publish/collect_current_file.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_current_file.py rename to client/openpype/hosts/maya/plugins/publish/collect_current_file.py diff --git a/openpype/hosts/maya/plugins/publish/collect_fbx_animation.py b/client/openpype/hosts/maya/plugins/publish/collect_fbx_animation.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_fbx_animation.py rename to client/openpype/hosts/maya/plugins/publish/collect_fbx_animation.py diff --git a/openpype/hosts/maya/plugins/publish/collect_fbx_camera.py b/client/openpype/hosts/maya/plugins/publish/collect_fbx_camera.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_fbx_camera.py rename to client/openpype/hosts/maya/plugins/publish/collect_fbx_camera.py diff --git a/openpype/hosts/maya/plugins/publish/collect_file_dependencies.py b/client/openpype/hosts/maya/plugins/publish/collect_file_dependencies.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_file_dependencies.py rename to client/openpype/hosts/maya/plugins/publish/collect_file_dependencies.py diff --git a/openpype/hosts/maya/plugins/publish/collect_gltf.py b/client/openpype/hosts/maya/plugins/publish/collect_gltf.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_gltf.py rename to client/openpype/hosts/maya/plugins/publish/collect_gltf.py diff --git a/openpype/hosts/maya/plugins/publish/collect_history.py b/client/openpype/hosts/maya/plugins/publish/collect_history.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_history.py rename to client/openpype/hosts/maya/plugins/publish/collect_history.py diff --git a/openpype/hosts/maya/plugins/publish/collect_inputs.py b/client/openpype/hosts/maya/plugins/publish/collect_inputs.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_inputs.py rename to client/openpype/hosts/maya/plugins/publish/collect_inputs.py diff --git a/openpype/hosts/maya/plugins/publish/collect_instances.py b/client/openpype/hosts/maya/plugins/publish/collect_instances.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_instances.py rename to client/openpype/hosts/maya/plugins/publish/collect_instances.py diff --git a/openpype/hosts/maya/plugins/publish/collect_look.py b/client/openpype/hosts/maya/plugins/publish/collect_look.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_look.py rename to client/openpype/hosts/maya/plugins/publish/collect_look.py diff --git a/openpype/hosts/maya/plugins/publish/collect_maya_scene_time.py b/client/openpype/hosts/maya/plugins/publish/collect_maya_scene_time.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_maya_scene_time.py rename to client/openpype/hosts/maya/plugins/publish/collect_maya_scene_time.py diff --git a/openpype/hosts/maya/plugins/publish/collect_maya_units.py b/client/openpype/hosts/maya/plugins/publish/collect_maya_units.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_maya_units.py rename to client/openpype/hosts/maya/plugins/publish/collect_maya_units.py diff --git a/openpype/hosts/maya/plugins/publish/collect_maya_workspace.py b/client/openpype/hosts/maya/plugins/publish/collect_maya_workspace.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_maya_workspace.py rename to client/openpype/hosts/maya/plugins/publish/collect_maya_workspace.py diff --git a/openpype/hosts/maya/plugins/publish/collect_model.py b/client/openpype/hosts/maya/plugins/publish/collect_model.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_model.py rename to client/openpype/hosts/maya/plugins/publish/collect_model.py diff --git a/openpype/hosts/maya/plugins/publish/collect_multiverse_look.py b/client/openpype/hosts/maya/plugins/publish/collect_multiverse_look.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_multiverse_look.py rename to client/openpype/hosts/maya/plugins/publish/collect_multiverse_look.py diff --git a/openpype/hosts/maya/plugins/publish/collect_pointcache.py b/client/openpype/hosts/maya/plugins/publish/collect_pointcache.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_pointcache.py rename to client/openpype/hosts/maya/plugins/publish/collect_pointcache.py diff --git a/openpype/hosts/maya/plugins/publish/collect_remove_marked.py b/client/openpype/hosts/maya/plugins/publish/collect_remove_marked.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_remove_marked.py rename to client/openpype/hosts/maya/plugins/publish/collect_remove_marked.py diff --git a/openpype/hosts/maya/plugins/publish/collect_render.py b/client/openpype/hosts/maya/plugins/publish/collect_render.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_render.py rename to client/openpype/hosts/maya/plugins/publish/collect_render.py diff --git a/openpype/hosts/maya/plugins/publish/collect_render_layer_aovs.py b/client/openpype/hosts/maya/plugins/publish/collect_render_layer_aovs.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_render_layer_aovs.py rename to client/openpype/hosts/maya/plugins/publish/collect_render_layer_aovs.py diff --git a/openpype/hosts/maya/plugins/publish/collect_renderable_camera.py b/client/openpype/hosts/maya/plugins/publish/collect_renderable_camera.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_renderable_camera.py rename to client/openpype/hosts/maya/plugins/publish/collect_renderable_camera.py diff --git a/openpype/hosts/maya/plugins/publish/collect_review.py b/client/openpype/hosts/maya/plugins/publish/collect_review.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_review.py rename to client/openpype/hosts/maya/plugins/publish/collect_review.py diff --git a/openpype/hosts/maya/plugins/publish/collect_rig_sets.py b/client/openpype/hosts/maya/plugins/publish/collect_rig_sets.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_rig_sets.py rename to client/openpype/hosts/maya/plugins/publish/collect_rig_sets.py diff --git a/openpype/hosts/maya/plugins/publish/collect_skeleton_mesh.py b/client/openpype/hosts/maya/plugins/publish/collect_skeleton_mesh.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_skeleton_mesh.py rename to client/openpype/hosts/maya/plugins/publish/collect_skeleton_mesh.py diff --git a/openpype/hosts/maya/plugins/publish/collect_unreal_skeletalmesh.py b/client/openpype/hosts/maya/plugins/publish/collect_unreal_skeletalmesh.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_unreal_skeletalmesh.py rename to client/openpype/hosts/maya/plugins/publish/collect_unreal_skeletalmesh.py diff --git a/openpype/hosts/maya/plugins/publish/collect_unreal_staticmesh.py b/client/openpype/hosts/maya/plugins/publish/collect_unreal_staticmesh.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_unreal_staticmesh.py rename to client/openpype/hosts/maya/plugins/publish/collect_unreal_staticmesh.py diff --git a/openpype/hosts/maya/plugins/publish/collect_user_defined_attributes.py b/client/openpype/hosts/maya/plugins/publish/collect_user_defined_attributes.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_user_defined_attributes.py rename to client/openpype/hosts/maya/plugins/publish/collect_user_defined_attributes.py diff --git a/openpype/hosts/maya/plugins/publish/collect_vrayproxy.py b/client/openpype/hosts/maya/plugins/publish/collect_vrayproxy.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_vrayproxy.py rename to client/openpype/hosts/maya/plugins/publish/collect_vrayproxy.py diff --git a/openpype/hosts/maya/plugins/publish/collect_vrayscene.py b/client/openpype/hosts/maya/plugins/publish/collect_vrayscene.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_vrayscene.py rename to client/openpype/hosts/maya/plugins/publish/collect_vrayscene.py diff --git a/openpype/hosts/maya/plugins/publish/collect_workfile.py b/client/openpype/hosts/maya/plugins/publish/collect_workfile.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_workfile.py rename to client/openpype/hosts/maya/plugins/publish/collect_workfile.py diff --git a/openpype/hosts/maya/plugins/publish/collect_workscene_fps.py b/client/openpype/hosts/maya/plugins/publish/collect_workscene_fps.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_workscene_fps.py rename to client/openpype/hosts/maya/plugins/publish/collect_workscene_fps.py diff --git a/openpype/hosts/maya/plugins/publish/collect_xgen.py b/client/openpype/hosts/maya/plugins/publish/collect_xgen.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_xgen.py rename to client/openpype/hosts/maya/plugins/publish/collect_xgen.py diff --git a/openpype/hosts/maya/plugins/publish/collect_yeti_cache.py b/client/openpype/hosts/maya/plugins/publish/collect_yeti_cache.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_yeti_cache.py rename to client/openpype/hosts/maya/plugins/publish/collect_yeti_cache.py diff --git a/openpype/hosts/maya/plugins/publish/collect_yeti_rig.py b/client/openpype/hosts/maya/plugins/publish/collect_yeti_rig.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/collect_yeti_rig.py rename to client/openpype/hosts/maya/plugins/publish/collect_yeti_rig.py diff --git a/openpype/hosts/maya/plugins/publish/determine_future_version.py b/client/openpype/hosts/maya/plugins/publish/determine_future_version.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/determine_future_version.py rename to client/openpype/hosts/maya/plugins/publish/determine_future_version.py diff --git a/openpype/hosts/maya/plugins/publish/extract_active_view_thumbnail.py b/client/openpype/hosts/maya/plugins/publish/extract_active_view_thumbnail.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_active_view_thumbnail.py rename to client/openpype/hosts/maya/plugins/publish/extract_active_view_thumbnail.py diff --git a/openpype/hosts/maya/plugins/publish/extract_arnold_scene_source.py b/client/openpype/hosts/maya/plugins/publish/extract_arnold_scene_source.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_arnold_scene_source.py rename to client/openpype/hosts/maya/plugins/publish/extract_arnold_scene_source.py diff --git a/openpype/hosts/maya/plugins/publish/extract_assembly.py b/client/openpype/hosts/maya/plugins/publish/extract_assembly.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_assembly.py rename to client/openpype/hosts/maya/plugins/publish/extract_assembly.py diff --git a/openpype/hosts/maya/plugins/publish/extract_camera_alembic.py b/client/openpype/hosts/maya/plugins/publish/extract_camera_alembic.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_camera_alembic.py rename to client/openpype/hosts/maya/plugins/publish/extract_camera_alembic.py diff --git a/openpype/hosts/maya/plugins/publish/extract_camera_mayaScene.py b/client/openpype/hosts/maya/plugins/publish/extract_camera_mayaScene.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_camera_mayaScene.py rename to client/openpype/hosts/maya/plugins/publish/extract_camera_mayaScene.py diff --git a/openpype/hosts/maya/plugins/publish/extract_fbx.py b/client/openpype/hosts/maya/plugins/publish/extract_fbx.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_fbx.py rename to client/openpype/hosts/maya/plugins/publish/extract_fbx.py diff --git a/openpype/hosts/maya/plugins/publish/extract_fbx_animation.py b/client/openpype/hosts/maya/plugins/publish/extract_fbx_animation.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_fbx_animation.py rename to client/openpype/hosts/maya/plugins/publish/extract_fbx_animation.py diff --git a/openpype/hosts/maya/plugins/publish/extract_gltf.py b/client/openpype/hosts/maya/plugins/publish/extract_gltf.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_gltf.py rename to client/openpype/hosts/maya/plugins/publish/extract_gltf.py diff --git a/openpype/hosts/maya/plugins/publish/extract_gpu_cache.py b/client/openpype/hosts/maya/plugins/publish/extract_gpu_cache.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_gpu_cache.py rename to client/openpype/hosts/maya/plugins/publish/extract_gpu_cache.py diff --git a/openpype/hosts/maya/plugins/publish/extract_import_reference.py b/client/openpype/hosts/maya/plugins/publish/extract_import_reference.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_import_reference.py rename to client/openpype/hosts/maya/plugins/publish/extract_import_reference.py diff --git a/openpype/hosts/maya/plugins/publish/extract_layout.py b/client/openpype/hosts/maya/plugins/publish/extract_layout.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_layout.py rename to client/openpype/hosts/maya/plugins/publish/extract_layout.py diff --git a/openpype/hosts/maya/plugins/publish/extract_look.py b/client/openpype/hosts/maya/plugins/publish/extract_look.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_look.py rename to client/openpype/hosts/maya/plugins/publish/extract_look.py diff --git a/openpype/hosts/maya/plugins/publish/extract_maya_scene_raw.py b/client/openpype/hosts/maya/plugins/publish/extract_maya_scene_raw.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_maya_scene_raw.py rename to client/openpype/hosts/maya/plugins/publish/extract_maya_scene_raw.py diff --git a/openpype/hosts/maya/plugins/publish/extract_maya_usd.py b/client/openpype/hosts/maya/plugins/publish/extract_maya_usd.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_maya_usd.py rename to client/openpype/hosts/maya/plugins/publish/extract_maya_usd.py diff --git a/openpype/hosts/maya/plugins/publish/extract_model.py b/client/openpype/hosts/maya/plugins/publish/extract_model.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_model.py rename to client/openpype/hosts/maya/plugins/publish/extract_model.py diff --git a/openpype/hosts/maya/plugins/publish/extract_multiverse_look.py b/client/openpype/hosts/maya/plugins/publish/extract_multiverse_look.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_multiverse_look.py rename to client/openpype/hosts/maya/plugins/publish/extract_multiverse_look.py diff --git a/openpype/hosts/maya/plugins/publish/extract_multiverse_usd.py b/client/openpype/hosts/maya/plugins/publish/extract_multiverse_usd.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_multiverse_usd.py rename to client/openpype/hosts/maya/plugins/publish/extract_multiverse_usd.py diff --git a/openpype/hosts/maya/plugins/publish/extract_multiverse_usd_comp.py b/client/openpype/hosts/maya/plugins/publish/extract_multiverse_usd_comp.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_multiverse_usd_comp.py rename to client/openpype/hosts/maya/plugins/publish/extract_multiverse_usd_comp.py diff --git a/openpype/hosts/maya/plugins/publish/extract_multiverse_usd_over.py b/client/openpype/hosts/maya/plugins/publish/extract_multiverse_usd_over.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_multiverse_usd_over.py rename to client/openpype/hosts/maya/plugins/publish/extract_multiverse_usd_over.py diff --git a/openpype/hosts/maya/plugins/publish/extract_obj.py b/client/openpype/hosts/maya/plugins/publish/extract_obj.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_obj.py rename to client/openpype/hosts/maya/plugins/publish/extract_obj.py diff --git a/openpype/hosts/maya/plugins/publish/extract_playblast.py b/client/openpype/hosts/maya/plugins/publish/extract_playblast.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_playblast.py rename to client/openpype/hosts/maya/plugins/publish/extract_playblast.py diff --git a/openpype/hosts/maya/plugins/publish/extract_pointcache.py b/client/openpype/hosts/maya/plugins/publish/extract_pointcache.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_pointcache.py rename to client/openpype/hosts/maya/plugins/publish/extract_pointcache.py diff --git a/openpype/hosts/maya/plugins/publish/extract_proxy_abc.py b/client/openpype/hosts/maya/plugins/publish/extract_proxy_abc.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_proxy_abc.py rename to client/openpype/hosts/maya/plugins/publish/extract_proxy_abc.py diff --git a/openpype/hosts/maya/plugins/publish/extract_redshift_proxy.py b/client/openpype/hosts/maya/plugins/publish/extract_redshift_proxy.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_redshift_proxy.py rename to client/openpype/hosts/maya/plugins/publish/extract_redshift_proxy.py diff --git a/openpype/hosts/maya/plugins/publish/extract_rendersetup.py b/client/openpype/hosts/maya/plugins/publish/extract_rendersetup.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_rendersetup.py rename to client/openpype/hosts/maya/plugins/publish/extract_rendersetup.py diff --git a/openpype/hosts/maya/plugins/publish/extract_rig.py b/client/openpype/hosts/maya/plugins/publish/extract_rig.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_rig.py rename to client/openpype/hosts/maya/plugins/publish/extract_rig.py diff --git a/openpype/hosts/maya/plugins/publish/extract_skeleton_mesh.py b/client/openpype/hosts/maya/plugins/publish/extract_skeleton_mesh.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_skeleton_mesh.py rename to client/openpype/hosts/maya/plugins/publish/extract_skeleton_mesh.py diff --git a/openpype/hosts/maya/plugins/publish/extract_thumbnail.py b/client/openpype/hosts/maya/plugins/publish/extract_thumbnail.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_thumbnail.py rename to client/openpype/hosts/maya/plugins/publish/extract_thumbnail.py diff --git a/openpype/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_abc.py b/client/openpype/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_abc.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_abc.py rename to client/openpype/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_abc.py diff --git a/openpype/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_fbx.py b/client/openpype/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_fbx.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_fbx.py rename to client/openpype/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_fbx.py diff --git a/openpype/hosts/maya/plugins/publish/extract_unreal_staticmesh.py b/client/openpype/hosts/maya/plugins/publish/extract_unreal_staticmesh.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_unreal_staticmesh.py rename to client/openpype/hosts/maya/plugins/publish/extract_unreal_staticmesh.py diff --git a/openpype/hosts/maya/plugins/publish/extract_unreal_yeticache.py b/client/openpype/hosts/maya/plugins/publish/extract_unreal_yeticache.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_unreal_yeticache.py rename to client/openpype/hosts/maya/plugins/publish/extract_unreal_yeticache.py diff --git a/openpype/hosts/maya/plugins/publish/extract_vrayproxy.py b/client/openpype/hosts/maya/plugins/publish/extract_vrayproxy.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_vrayproxy.py rename to client/openpype/hosts/maya/plugins/publish/extract_vrayproxy.py diff --git a/openpype/hosts/maya/plugins/publish/extract_vrayscene.py b/client/openpype/hosts/maya/plugins/publish/extract_vrayscene.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_vrayscene.py rename to client/openpype/hosts/maya/plugins/publish/extract_vrayscene.py diff --git a/openpype/hosts/maya/plugins/publish/extract_workfile_xgen.py b/client/openpype/hosts/maya/plugins/publish/extract_workfile_xgen.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_workfile_xgen.py rename to client/openpype/hosts/maya/plugins/publish/extract_workfile_xgen.py diff --git a/openpype/hosts/maya/plugins/publish/extract_xgen.py b/client/openpype/hosts/maya/plugins/publish/extract_xgen.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_xgen.py rename to client/openpype/hosts/maya/plugins/publish/extract_xgen.py diff --git a/openpype/hosts/maya/plugins/publish/extract_yeti_cache.py b/client/openpype/hosts/maya/plugins/publish/extract_yeti_cache.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_yeti_cache.py rename to client/openpype/hosts/maya/plugins/publish/extract_yeti_cache.py diff --git a/openpype/hosts/maya/plugins/publish/extract_yeti_rig.py b/client/openpype/hosts/maya/plugins/publish/extract_yeti_rig.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/extract_yeti_rig.py rename to client/openpype/hosts/maya/plugins/publish/extract_yeti_rig.py diff --git a/openpype/hosts/maya/plugins/publish/help/submit_maya_remote_publish_deadline.xml b/client/openpype/hosts/maya/plugins/publish/help/submit_maya_remote_publish_deadline.xml similarity index 100% rename from openpype/hosts/maya/plugins/publish/help/submit_maya_remote_publish_deadline.xml rename to client/openpype/hosts/maya/plugins/publish/help/submit_maya_remote_publish_deadline.xml diff --git a/openpype/hosts/maya/plugins/publish/help/validate_maya_units.xml b/client/openpype/hosts/maya/plugins/publish/help/validate_maya_units.xml similarity index 100% rename from openpype/hosts/maya/plugins/publish/help/validate_maya_units.xml rename to client/openpype/hosts/maya/plugins/publish/help/validate_maya_units.xml diff --git a/openpype/hosts/maya/plugins/publish/help/validate_node_ids.xml b/client/openpype/hosts/maya/plugins/publish/help/validate_node_ids.xml similarity index 100% rename from openpype/hosts/maya/plugins/publish/help/validate_node_ids.xml rename to client/openpype/hosts/maya/plugins/publish/help/validate_node_ids.xml diff --git a/openpype/hosts/maya/plugins/publish/help/validate_skeletalmesh_hierarchy.xml b/client/openpype/hosts/maya/plugins/publish/help/validate_skeletalmesh_hierarchy.xml similarity index 100% rename from openpype/hosts/maya/plugins/publish/help/validate_skeletalmesh_hierarchy.xml rename to client/openpype/hosts/maya/plugins/publish/help/validate_skeletalmesh_hierarchy.xml diff --git a/openpype/hosts/maya/plugins/publish/increment_current_file_deadline.py b/client/openpype/hosts/maya/plugins/publish/increment_current_file_deadline.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/increment_current_file_deadline.py rename to client/openpype/hosts/maya/plugins/publish/increment_current_file_deadline.py diff --git a/openpype/hosts/maya/plugins/publish/reset_xgen_attributes.py b/client/openpype/hosts/maya/plugins/publish/reset_xgen_attributes.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/reset_xgen_attributes.py rename to client/openpype/hosts/maya/plugins/publish/reset_xgen_attributes.py diff --git a/openpype/hosts/maya/plugins/publish/save_scene.py b/client/openpype/hosts/maya/plugins/publish/save_scene.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/save_scene.py rename to client/openpype/hosts/maya/plugins/publish/save_scene.py diff --git a/openpype/hosts/maya/plugins/publish/validate_animated_reference.py b/client/openpype/hosts/maya/plugins/publish/validate_animated_reference.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_animated_reference.py rename to client/openpype/hosts/maya/plugins/publish/validate_animated_reference.py diff --git a/openpype/hosts/maya/plugins/publish/validate_animation_content.py b/client/openpype/hosts/maya/plugins/publish/validate_animation_content.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_animation_content.py rename to client/openpype/hosts/maya/plugins/publish/validate_animation_content.py diff --git a/openpype/hosts/maya/plugins/publish/validate_animation_out_set_related_node_ids.py b/client/openpype/hosts/maya/plugins/publish/validate_animation_out_set_related_node_ids.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_animation_out_set_related_node_ids.py rename to client/openpype/hosts/maya/plugins/publish/validate_animation_out_set_related_node_ids.py diff --git a/openpype/hosts/maya/plugins/publish/validate_arnold_scene_source.py b/client/openpype/hosts/maya/plugins/publish/validate_arnold_scene_source.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_arnold_scene_source.py rename to client/openpype/hosts/maya/plugins/publish/validate_arnold_scene_source.py diff --git a/openpype/hosts/maya/plugins/publish/validate_arnold_scene_source_cbid.py b/client/openpype/hosts/maya/plugins/publish/validate_arnold_scene_source_cbid.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_arnold_scene_source_cbid.py rename to client/openpype/hosts/maya/plugins/publish/validate_arnold_scene_source_cbid.py diff --git a/openpype/hosts/maya/plugins/publish/validate_ass_relative_paths.py b/client/openpype/hosts/maya/plugins/publish/validate_ass_relative_paths.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_ass_relative_paths.py rename to client/openpype/hosts/maya/plugins/publish/validate_ass_relative_paths.py diff --git a/openpype/hosts/maya/plugins/publish/validate_assembly_name.py b/client/openpype/hosts/maya/plugins/publish/validate_assembly_name.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_assembly_name.py rename to client/openpype/hosts/maya/plugins/publish/validate_assembly_name.py diff --git a/openpype/hosts/maya/plugins/publish/validate_assembly_namespaces.py b/client/openpype/hosts/maya/plugins/publish/validate_assembly_namespaces.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_assembly_namespaces.py rename to client/openpype/hosts/maya/plugins/publish/validate_assembly_namespaces.py diff --git a/openpype/hosts/maya/plugins/publish/validate_assembly_transforms.py b/client/openpype/hosts/maya/plugins/publish/validate_assembly_transforms.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_assembly_transforms.py rename to client/openpype/hosts/maya/plugins/publish/validate_assembly_transforms.py diff --git a/openpype/hosts/maya/plugins/publish/validate_attributes.py b/client/openpype/hosts/maya/plugins/publish/validate_attributes.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_attributes.py rename to client/openpype/hosts/maya/plugins/publish/validate_attributes.py diff --git a/openpype/hosts/maya/plugins/publish/validate_camera_attributes.py b/client/openpype/hosts/maya/plugins/publish/validate_camera_attributes.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_camera_attributes.py rename to client/openpype/hosts/maya/plugins/publish/validate_camera_attributes.py diff --git a/openpype/hosts/maya/plugins/publish/validate_camera_contents.py b/client/openpype/hosts/maya/plugins/publish/validate_camera_contents.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_camera_contents.py rename to client/openpype/hosts/maya/plugins/publish/validate_camera_contents.py diff --git a/openpype/hosts/maya/plugins/publish/validate_color_sets.py b/client/openpype/hosts/maya/plugins/publish/validate_color_sets.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_color_sets.py rename to client/openpype/hosts/maya/plugins/publish/validate_color_sets.py diff --git a/openpype/hosts/maya/plugins/publish/validate_current_renderlayer_renderable.py b/client/openpype/hosts/maya/plugins/publish/validate_current_renderlayer_renderable.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_current_renderlayer_renderable.py rename to client/openpype/hosts/maya/plugins/publish/validate_current_renderlayer_renderable.py diff --git a/openpype/hosts/maya/plugins/publish/validate_cycle_error.py b/client/openpype/hosts/maya/plugins/publish/validate_cycle_error.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_cycle_error.py rename to client/openpype/hosts/maya/plugins/publish/validate_cycle_error.py diff --git a/openpype/hosts/maya/plugins/publish/validate_frame_range.py b/client/openpype/hosts/maya/plugins/publish/validate_frame_range.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_frame_range.py rename to client/openpype/hosts/maya/plugins/publish/validate_frame_range.py diff --git a/openpype/hosts/maya/plugins/publish/validate_glsl_material.py b/client/openpype/hosts/maya/plugins/publish/validate_glsl_material.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_glsl_material.py rename to client/openpype/hosts/maya/plugins/publish/validate_glsl_material.py diff --git a/openpype/hosts/maya/plugins/publish/validate_glsl_plugin.py b/client/openpype/hosts/maya/plugins/publish/validate_glsl_plugin.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_glsl_plugin.py rename to client/openpype/hosts/maya/plugins/publish/validate_glsl_plugin.py diff --git a/openpype/hosts/maya/plugins/publish/validate_instance_has_members.py b/client/openpype/hosts/maya/plugins/publish/validate_instance_has_members.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_instance_has_members.py rename to client/openpype/hosts/maya/plugins/publish/validate_instance_has_members.py diff --git a/openpype/hosts/maya/plugins/publish/validate_instance_in_context.py b/client/openpype/hosts/maya/plugins/publish/validate_instance_in_context.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_instance_in_context.py rename to client/openpype/hosts/maya/plugins/publish/validate_instance_in_context.py diff --git a/openpype/hosts/maya/plugins/publish/validate_instance_subset.py b/client/openpype/hosts/maya/plugins/publish/validate_instance_subset.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_instance_subset.py rename to client/openpype/hosts/maya/plugins/publish/validate_instance_subset.py diff --git a/openpype/hosts/maya/plugins/publish/validate_instancer_content.py b/client/openpype/hosts/maya/plugins/publish/validate_instancer_content.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_instancer_content.py rename to client/openpype/hosts/maya/plugins/publish/validate_instancer_content.py diff --git a/openpype/hosts/maya/plugins/publish/validate_instancer_frame_ranges.py b/client/openpype/hosts/maya/plugins/publish/validate_instancer_frame_ranges.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_instancer_frame_ranges.py rename to client/openpype/hosts/maya/plugins/publish/validate_instancer_frame_ranges.py diff --git a/openpype/hosts/maya/plugins/publish/validate_loaded_plugin.py b/client/openpype/hosts/maya/plugins/publish/validate_loaded_plugin.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_loaded_plugin.py rename to client/openpype/hosts/maya/plugins/publish/validate_loaded_plugin.py diff --git a/openpype/hosts/maya/plugins/publish/validate_look_contents.py b/client/openpype/hosts/maya/plugins/publish/validate_look_contents.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_look_contents.py rename to client/openpype/hosts/maya/plugins/publish/validate_look_contents.py diff --git a/openpype/hosts/maya/plugins/publish/validate_look_default_shaders_connections.py b/client/openpype/hosts/maya/plugins/publish/validate_look_default_shaders_connections.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_look_default_shaders_connections.py rename to client/openpype/hosts/maya/plugins/publish/validate_look_default_shaders_connections.py diff --git a/openpype/hosts/maya/plugins/publish/validate_look_id_reference_edits.py b/client/openpype/hosts/maya/plugins/publish/validate_look_id_reference_edits.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_look_id_reference_edits.py rename to client/openpype/hosts/maya/plugins/publish/validate_look_id_reference_edits.py diff --git a/openpype/hosts/maya/plugins/publish/validate_look_no_default_shaders.py b/client/openpype/hosts/maya/plugins/publish/validate_look_no_default_shaders.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_look_no_default_shaders.py rename to client/openpype/hosts/maya/plugins/publish/validate_look_no_default_shaders.py diff --git a/openpype/hosts/maya/plugins/publish/validate_look_sets.py b/client/openpype/hosts/maya/plugins/publish/validate_look_sets.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_look_sets.py rename to client/openpype/hosts/maya/plugins/publish/validate_look_sets.py diff --git a/openpype/hosts/maya/plugins/publish/validate_look_shading_group.py b/client/openpype/hosts/maya/plugins/publish/validate_look_shading_group.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_look_shading_group.py rename to client/openpype/hosts/maya/plugins/publish/validate_look_shading_group.py diff --git a/openpype/hosts/maya/plugins/publish/validate_look_single_shader.py b/client/openpype/hosts/maya/plugins/publish/validate_look_single_shader.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_look_single_shader.py rename to client/openpype/hosts/maya/plugins/publish/validate_look_single_shader.py diff --git a/openpype/hosts/maya/plugins/publish/validate_maya_units.py b/client/openpype/hosts/maya/plugins/publish/validate_maya_units.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_maya_units.py rename to client/openpype/hosts/maya/plugins/publish/validate_maya_units.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_arnold_attributes.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_arnold_attributes.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_arnold_attributes.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_arnold_attributes.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_empty.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_empty.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_empty.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_empty.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_has_uv.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_has_uv.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_has_uv.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_has_uv.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_lamina_faces.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_lamina_faces.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_lamina_faces.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_lamina_faces.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_ngons.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_ngons.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_ngons.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_ngons.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_no_negative_scale.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_no_negative_scale.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_no_negative_scale.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_no_negative_scale.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_non_manifold.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_non_manifold.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_non_manifold.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_non_manifold.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_non_zero_edge.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_non_zero_edge.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_non_zero_edge.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_non_zero_edge.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_normals_unlocked.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_normals_unlocked.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_normals_unlocked.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_normals_unlocked.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_overlapping_uvs.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_overlapping_uvs.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_overlapping_uvs.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_overlapping_uvs.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_shader_connections.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_shader_connections.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_shader_connections.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_shader_connections.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_single_uv_set.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_single_uv_set.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_single_uv_set.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_single_uv_set.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_uv_set_map1.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_uv_set_map1.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_uv_set_map1.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_uv_set_map1.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mesh_vertices_have_edges.py b/client/openpype/hosts/maya/plugins/publish/validate_mesh_vertices_have_edges.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mesh_vertices_have_edges.py rename to client/openpype/hosts/maya/plugins/publish/validate_mesh_vertices_have_edges.py diff --git a/openpype/hosts/maya/plugins/publish/validate_model_content.py b/client/openpype/hosts/maya/plugins/publish/validate_model_content.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_model_content.py rename to client/openpype/hosts/maya/plugins/publish/validate_model_content.py diff --git a/openpype/hosts/maya/plugins/publish/validate_model_name.py b/client/openpype/hosts/maya/plugins/publish/validate_model_name.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_model_name.py rename to client/openpype/hosts/maya/plugins/publish/validate_model_name.py diff --git a/openpype/hosts/maya/plugins/publish/validate_mvlook_contents.py b/client/openpype/hosts/maya/plugins/publish/validate_mvlook_contents.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_mvlook_contents.py rename to client/openpype/hosts/maya/plugins/publish/validate_mvlook_contents.py diff --git a/openpype/hosts/maya/plugins/publish/validate_no_animation.py b/client/openpype/hosts/maya/plugins/publish/validate_no_animation.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_no_animation.py rename to client/openpype/hosts/maya/plugins/publish/validate_no_animation.py diff --git a/openpype/hosts/maya/plugins/publish/validate_no_default_camera.py b/client/openpype/hosts/maya/plugins/publish/validate_no_default_camera.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_no_default_camera.py rename to client/openpype/hosts/maya/plugins/publish/validate_no_default_camera.py diff --git a/openpype/hosts/maya/plugins/publish/validate_no_namespace.py b/client/openpype/hosts/maya/plugins/publish/validate_no_namespace.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_no_namespace.py rename to client/openpype/hosts/maya/plugins/publish/validate_no_namespace.py diff --git a/openpype/hosts/maya/plugins/publish/validate_no_null_transforms.py b/client/openpype/hosts/maya/plugins/publish/validate_no_null_transforms.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_no_null_transforms.py rename to client/openpype/hosts/maya/plugins/publish/validate_no_null_transforms.py diff --git a/openpype/hosts/maya/plugins/publish/validate_no_unknown_nodes.py b/client/openpype/hosts/maya/plugins/publish/validate_no_unknown_nodes.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_no_unknown_nodes.py rename to client/openpype/hosts/maya/plugins/publish/validate_no_unknown_nodes.py diff --git a/openpype/hosts/maya/plugins/publish/validate_no_vraymesh.py b/client/openpype/hosts/maya/plugins/publish/validate_no_vraymesh.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_no_vraymesh.py rename to client/openpype/hosts/maya/plugins/publish/validate_no_vraymesh.py diff --git a/openpype/hosts/maya/plugins/publish/validate_node_ids.py b/client/openpype/hosts/maya/plugins/publish/validate_node_ids.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_node_ids.py rename to client/openpype/hosts/maya/plugins/publish/validate_node_ids.py diff --git a/openpype/hosts/maya/plugins/publish/validate_node_ids_deformed_shapes.py b/client/openpype/hosts/maya/plugins/publish/validate_node_ids_deformed_shapes.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_node_ids_deformed_shapes.py rename to client/openpype/hosts/maya/plugins/publish/validate_node_ids_deformed_shapes.py diff --git a/openpype/hosts/maya/plugins/publish/validate_node_ids_in_database.py b/client/openpype/hosts/maya/plugins/publish/validate_node_ids_in_database.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_node_ids_in_database.py rename to client/openpype/hosts/maya/plugins/publish/validate_node_ids_in_database.py diff --git a/openpype/hosts/maya/plugins/publish/validate_node_ids_related.py b/client/openpype/hosts/maya/plugins/publish/validate_node_ids_related.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_node_ids_related.py rename to client/openpype/hosts/maya/plugins/publish/validate_node_ids_related.py diff --git a/openpype/hosts/maya/plugins/publish/validate_node_ids_unique.py b/client/openpype/hosts/maya/plugins/publish/validate_node_ids_unique.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_node_ids_unique.py rename to client/openpype/hosts/maya/plugins/publish/validate_node_ids_unique.py diff --git a/openpype/hosts/maya/plugins/publish/validate_node_no_ghosting.py b/client/openpype/hosts/maya/plugins/publish/validate_node_no_ghosting.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_node_no_ghosting.py rename to client/openpype/hosts/maya/plugins/publish/validate_node_no_ghosting.py diff --git a/openpype/hosts/maya/plugins/publish/validate_plugin_path_attributes.py b/client/openpype/hosts/maya/plugins/publish/validate_plugin_path_attributes.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_plugin_path_attributes.py rename to client/openpype/hosts/maya/plugins/publish/validate_plugin_path_attributes.py diff --git a/openpype/hosts/maya/plugins/publish/validate_render_image_rule.py b/client/openpype/hosts/maya/plugins/publish/validate_render_image_rule.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_render_image_rule.py rename to client/openpype/hosts/maya/plugins/publish/validate_render_image_rule.py diff --git a/openpype/hosts/maya/plugins/publish/validate_render_no_default_cameras.py b/client/openpype/hosts/maya/plugins/publish/validate_render_no_default_cameras.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_render_no_default_cameras.py rename to client/openpype/hosts/maya/plugins/publish/validate_render_no_default_cameras.py diff --git a/openpype/hosts/maya/plugins/publish/validate_render_single_camera.py b/client/openpype/hosts/maya/plugins/publish/validate_render_single_camera.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_render_single_camera.py rename to client/openpype/hosts/maya/plugins/publish/validate_render_single_camera.py diff --git a/openpype/hosts/maya/plugins/publish/validate_renderlayer_aovs.py b/client/openpype/hosts/maya/plugins/publish/validate_renderlayer_aovs.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_renderlayer_aovs.py rename to client/openpype/hosts/maya/plugins/publish/validate_renderlayer_aovs.py diff --git a/openpype/hosts/maya/plugins/publish/validate_rendersettings.py b/client/openpype/hosts/maya/plugins/publish/validate_rendersettings.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_rendersettings.py rename to client/openpype/hosts/maya/plugins/publish/validate_rendersettings.py diff --git a/openpype/hosts/maya/plugins/publish/validate_resolution.py b/client/openpype/hosts/maya/plugins/publish/validate_resolution.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_resolution.py rename to client/openpype/hosts/maya/plugins/publish/validate_resolution.py diff --git a/openpype/hosts/maya/plugins/publish/validate_resources.py b/client/openpype/hosts/maya/plugins/publish/validate_resources.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_resources.py rename to client/openpype/hosts/maya/plugins/publish/validate_resources.py diff --git a/openpype/hosts/maya/plugins/publish/validate_review.py b/client/openpype/hosts/maya/plugins/publish/validate_review.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_review.py rename to client/openpype/hosts/maya/plugins/publish/validate_review.py diff --git a/openpype/hosts/maya/plugins/publish/validate_rig_contents.py b/client/openpype/hosts/maya/plugins/publish/validate_rig_contents.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_rig_contents.py rename to client/openpype/hosts/maya/plugins/publish/validate_rig_contents.py diff --git a/openpype/hosts/maya/plugins/publish/validate_rig_controllers.py b/client/openpype/hosts/maya/plugins/publish/validate_rig_controllers.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_rig_controllers.py rename to client/openpype/hosts/maya/plugins/publish/validate_rig_controllers.py diff --git a/openpype/hosts/maya/plugins/publish/validate_rig_controllers_arnold_attributes.py b/client/openpype/hosts/maya/plugins/publish/validate_rig_controllers_arnold_attributes.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_rig_controllers_arnold_attributes.py rename to client/openpype/hosts/maya/plugins/publish/validate_rig_controllers_arnold_attributes.py diff --git a/openpype/hosts/maya/plugins/publish/validate_rig_joints_hidden.py b/client/openpype/hosts/maya/plugins/publish/validate_rig_joints_hidden.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_rig_joints_hidden.py rename to client/openpype/hosts/maya/plugins/publish/validate_rig_joints_hidden.py diff --git a/openpype/hosts/maya/plugins/publish/validate_rig_out_set_node_ids.py b/client/openpype/hosts/maya/plugins/publish/validate_rig_out_set_node_ids.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_rig_out_set_node_ids.py rename to client/openpype/hosts/maya/plugins/publish/validate_rig_out_set_node_ids.py diff --git a/openpype/hosts/maya/plugins/publish/validate_rig_output_ids.py b/client/openpype/hosts/maya/plugins/publish/validate_rig_output_ids.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_rig_output_ids.py rename to client/openpype/hosts/maya/plugins/publish/validate_rig_output_ids.py diff --git a/openpype/hosts/maya/plugins/publish/validate_scene_set_workspace.py b/client/openpype/hosts/maya/plugins/publish/validate_scene_set_workspace.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_scene_set_workspace.py rename to client/openpype/hosts/maya/plugins/publish/validate_scene_set_workspace.py diff --git a/openpype/hosts/maya/plugins/publish/validate_setdress_root.py b/client/openpype/hosts/maya/plugins/publish/validate_setdress_root.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_setdress_root.py rename to client/openpype/hosts/maya/plugins/publish/validate_setdress_root.py diff --git a/openpype/hosts/maya/plugins/publish/validate_shader_name.py b/client/openpype/hosts/maya/plugins/publish/validate_shader_name.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_shader_name.py rename to client/openpype/hosts/maya/plugins/publish/validate_shader_name.py diff --git a/openpype/hosts/maya/plugins/publish/validate_shape_default_names.py b/client/openpype/hosts/maya/plugins/publish/validate_shape_default_names.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_shape_default_names.py rename to client/openpype/hosts/maya/plugins/publish/validate_shape_default_names.py diff --git a/openpype/hosts/maya/plugins/publish/validate_shape_render_stats.py b/client/openpype/hosts/maya/plugins/publish/validate_shape_render_stats.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_shape_render_stats.py rename to client/openpype/hosts/maya/plugins/publish/validate_shape_render_stats.py diff --git a/openpype/hosts/maya/plugins/publish/validate_shape_zero.py b/client/openpype/hosts/maya/plugins/publish/validate_shape_zero.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_shape_zero.py rename to client/openpype/hosts/maya/plugins/publish/validate_shape_zero.py diff --git a/openpype/hosts/maya/plugins/publish/validate_single_assembly.py b/client/openpype/hosts/maya/plugins/publish/validate_single_assembly.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_single_assembly.py rename to client/openpype/hosts/maya/plugins/publish/validate_single_assembly.py diff --git a/openpype/hosts/maya/plugins/publish/validate_skeletalmesh_hierarchy.py b/client/openpype/hosts/maya/plugins/publish/validate_skeletalmesh_hierarchy.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_skeletalmesh_hierarchy.py rename to client/openpype/hosts/maya/plugins/publish/validate_skeletalmesh_hierarchy.py diff --git a/openpype/hosts/maya/plugins/publish/validate_skeletalmesh_triangulated.py b/client/openpype/hosts/maya/plugins/publish/validate_skeletalmesh_triangulated.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_skeletalmesh_triangulated.py rename to client/openpype/hosts/maya/plugins/publish/validate_skeletalmesh_triangulated.py diff --git a/openpype/hosts/maya/plugins/publish/validate_skeleton_top_group_hierarchy.py b/client/openpype/hosts/maya/plugins/publish/validate_skeleton_top_group_hierarchy.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_skeleton_top_group_hierarchy.py rename to client/openpype/hosts/maya/plugins/publish/validate_skeleton_top_group_hierarchy.py diff --git a/openpype/hosts/maya/plugins/publish/validate_skinCluster_deformer_set.py b/client/openpype/hosts/maya/plugins/publish/validate_skinCluster_deformer_set.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_skinCluster_deformer_set.py rename to client/openpype/hosts/maya/plugins/publish/validate_skinCluster_deformer_set.py diff --git a/openpype/hosts/maya/plugins/publish/validate_step_size.py b/client/openpype/hosts/maya/plugins/publish/validate_step_size.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_step_size.py rename to client/openpype/hosts/maya/plugins/publish/validate_step_size.py diff --git a/openpype/hosts/maya/plugins/publish/validate_transform_naming_suffix.py b/client/openpype/hosts/maya/plugins/publish/validate_transform_naming_suffix.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_transform_naming_suffix.py rename to client/openpype/hosts/maya/plugins/publish/validate_transform_naming_suffix.py diff --git a/openpype/hosts/maya/plugins/publish/validate_transform_zero.py b/client/openpype/hosts/maya/plugins/publish/validate_transform_zero.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_transform_zero.py rename to client/openpype/hosts/maya/plugins/publish/validate_transform_zero.py diff --git a/openpype/hosts/maya/plugins/publish/validate_unique_names.py b/client/openpype/hosts/maya/plugins/publish/validate_unique_names.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_unique_names.py rename to client/openpype/hosts/maya/plugins/publish/validate_unique_names.py diff --git a/openpype/hosts/maya/plugins/publish/validate_unreal_mesh_triangulated.py b/client/openpype/hosts/maya/plugins/publish/validate_unreal_mesh_triangulated.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_unreal_mesh_triangulated.py rename to client/openpype/hosts/maya/plugins/publish/validate_unreal_mesh_triangulated.py diff --git a/openpype/hosts/maya/plugins/publish/validate_unreal_staticmesh_naming.py b/client/openpype/hosts/maya/plugins/publish/validate_unreal_staticmesh_naming.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_unreal_staticmesh_naming.py rename to client/openpype/hosts/maya/plugins/publish/validate_unreal_staticmesh_naming.py diff --git a/openpype/hosts/maya/plugins/publish/validate_unreal_up_axis.py b/client/openpype/hosts/maya/plugins/publish/validate_unreal_up_axis.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_unreal_up_axis.py rename to client/openpype/hosts/maya/plugins/publish/validate_unreal_up_axis.py diff --git a/openpype/hosts/maya/plugins/publish/validate_visible_only.py b/client/openpype/hosts/maya/plugins/publish/validate_visible_only.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_visible_only.py rename to client/openpype/hosts/maya/plugins/publish/validate_visible_only.py diff --git a/openpype/hosts/maya/plugins/publish/validate_vray.py b/client/openpype/hosts/maya/plugins/publish/validate_vray.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_vray.py rename to client/openpype/hosts/maya/plugins/publish/validate_vray.py diff --git a/openpype/hosts/maya/plugins/publish/validate_vray_distributed_rendering.py b/client/openpype/hosts/maya/plugins/publish/validate_vray_distributed_rendering.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_vray_distributed_rendering.py rename to client/openpype/hosts/maya/plugins/publish/validate_vray_distributed_rendering.py diff --git a/openpype/hosts/maya/plugins/publish/validate_vray_referenced_aovs.py b/client/openpype/hosts/maya/plugins/publish/validate_vray_referenced_aovs.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_vray_referenced_aovs.py rename to client/openpype/hosts/maya/plugins/publish/validate_vray_referenced_aovs.py diff --git a/openpype/hosts/maya/plugins/publish/validate_vray_translator_settings.py b/client/openpype/hosts/maya/plugins/publish/validate_vray_translator_settings.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_vray_translator_settings.py rename to client/openpype/hosts/maya/plugins/publish/validate_vray_translator_settings.py diff --git a/openpype/hosts/maya/plugins/publish/validate_vrayproxy.py b/client/openpype/hosts/maya/plugins/publish/validate_vrayproxy.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_vrayproxy.py rename to client/openpype/hosts/maya/plugins/publish/validate_vrayproxy.py diff --git a/openpype/hosts/maya/plugins/publish/validate_vrayproxy_members.py b/client/openpype/hosts/maya/plugins/publish/validate_vrayproxy_members.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_vrayproxy_members.py rename to client/openpype/hosts/maya/plugins/publish/validate_vrayproxy_members.py diff --git a/openpype/hosts/maya/plugins/publish/validate_xgen.py b/client/openpype/hosts/maya/plugins/publish/validate_xgen.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_xgen.py rename to client/openpype/hosts/maya/plugins/publish/validate_xgen.py diff --git a/openpype/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py b/client/openpype/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py rename to client/openpype/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py diff --git a/openpype/hosts/maya/plugins/publish/validate_yeti_rig_cache_state.py b/client/openpype/hosts/maya/plugins/publish/validate_yeti_rig_cache_state.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_yeti_rig_cache_state.py rename to client/openpype/hosts/maya/plugins/publish/validate_yeti_rig_cache_state.py diff --git a/openpype/hosts/maya/plugins/publish/validate_yeti_rig_input_in_instance.py b/client/openpype/hosts/maya/plugins/publish/validate_yeti_rig_input_in_instance.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_yeti_rig_input_in_instance.py rename to client/openpype/hosts/maya/plugins/publish/validate_yeti_rig_input_in_instance.py diff --git a/openpype/hosts/maya/plugins/publish/validate_yeti_rig_settings.py b/client/openpype/hosts/maya/plugins/publish/validate_yeti_rig_settings.py similarity index 100% rename from openpype/hosts/maya/plugins/publish/validate_yeti_rig_settings.py rename to client/openpype/hosts/maya/plugins/publish/validate_yeti_rig_settings.py diff --git a/openpype/hosts/maya/startup/userSetup.py b/client/openpype/hosts/maya/startup/userSetup.py similarity index 100% rename from openpype/hosts/maya/startup/userSetup.py rename to client/openpype/hosts/maya/startup/userSetup.py diff --git a/openpype/hosts/maya/tools/__init__.py b/client/openpype/hosts/maya/tools/__init__.py similarity index 100% rename from openpype/hosts/maya/tools/__init__.py rename to client/openpype/hosts/maya/tools/__init__.py diff --git a/openpype/hosts/maya/tools/mayalookassigner/LICENSE b/client/openpype/hosts/maya/tools/mayalookassigner/LICENSE similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/LICENSE rename to client/openpype/hosts/maya/tools/mayalookassigner/LICENSE diff --git a/openpype/hosts/maya/tools/mayalookassigner/__init__.py b/client/openpype/hosts/maya/tools/mayalookassigner/__init__.py similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/__init__.py rename to client/openpype/hosts/maya/tools/mayalookassigner/__init__.py diff --git a/openpype/hosts/maya/tools/mayalookassigner/alembic.py b/client/openpype/hosts/maya/tools/mayalookassigner/alembic.py similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/alembic.py rename to client/openpype/hosts/maya/tools/mayalookassigner/alembic.py diff --git a/openpype/hosts/maya/tools/mayalookassigner/app.py b/client/openpype/hosts/maya/tools/mayalookassigner/app.py similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/app.py rename to client/openpype/hosts/maya/tools/mayalookassigner/app.py diff --git a/openpype/hosts/maya/tools/mayalookassigner/arnold_standin.py b/client/openpype/hosts/maya/tools/mayalookassigner/arnold_standin.py similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/arnold_standin.py rename to client/openpype/hosts/maya/tools/mayalookassigner/arnold_standin.py diff --git a/openpype/hosts/maya/tools/mayalookassigner/commands.py b/client/openpype/hosts/maya/tools/mayalookassigner/commands.py similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/commands.py rename to client/openpype/hosts/maya/tools/mayalookassigner/commands.py diff --git a/openpype/hosts/maya/tools/mayalookassigner/lib.py b/client/openpype/hosts/maya/tools/mayalookassigner/lib.py similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/lib.py rename to client/openpype/hosts/maya/tools/mayalookassigner/lib.py diff --git a/openpype/hosts/maya/tools/mayalookassigner/models.py b/client/openpype/hosts/maya/tools/mayalookassigner/models.py similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/models.py rename to client/openpype/hosts/maya/tools/mayalookassigner/models.py diff --git a/openpype/hosts/maya/tools/mayalookassigner/usd.py b/client/openpype/hosts/maya/tools/mayalookassigner/usd.py similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/usd.py rename to client/openpype/hosts/maya/tools/mayalookassigner/usd.py diff --git a/openpype/hosts/maya/tools/mayalookassigner/views.py b/client/openpype/hosts/maya/tools/mayalookassigner/views.py similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/views.py rename to client/openpype/hosts/maya/tools/mayalookassigner/views.py diff --git a/openpype/hosts/maya/tools/mayalookassigner/vray_proxies.py b/client/openpype/hosts/maya/tools/mayalookassigner/vray_proxies.py similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/vray_proxies.py rename to client/openpype/hosts/maya/tools/mayalookassigner/vray_proxies.py diff --git a/openpype/hosts/maya/tools/mayalookassigner/widgets.py b/client/openpype/hosts/maya/tools/mayalookassigner/widgets.py similarity index 100% rename from openpype/hosts/maya/tools/mayalookassigner/widgets.py rename to client/openpype/hosts/maya/tools/mayalookassigner/widgets.py diff --git a/openpype/hosts/nuke/__init__.py b/client/openpype/hosts/nuke/__init__.py similarity index 100% rename from openpype/hosts/nuke/__init__.py rename to client/openpype/hosts/nuke/__init__.py diff --git a/openpype/hosts/nuke/addon.py b/client/openpype/hosts/nuke/addon.py similarity index 100% rename from openpype/hosts/nuke/addon.py rename to client/openpype/hosts/nuke/addon.py diff --git a/openpype/hosts/nuke/api/__init__.py b/client/openpype/hosts/nuke/api/__init__.py similarity index 100% rename from openpype/hosts/nuke/api/__init__.py rename to client/openpype/hosts/nuke/api/__init__.py diff --git a/openpype/hosts/nuke/api/actions.py b/client/openpype/hosts/nuke/api/actions.py similarity index 100% rename from openpype/hosts/nuke/api/actions.py rename to client/openpype/hosts/nuke/api/actions.py diff --git a/openpype/hosts/nuke/api/command.py b/client/openpype/hosts/nuke/api/command.py similarity index 100% rename from openpype/hosts/nuke/api/command.py rename to client/openpype/hosts/nuke/api/command.py diff --git a/openpype/hosts/nuke/api/constants.py b/client/openpype/hosts/nuke/api/constants.py similarity index 100% rename from openpype/hosts/nuke/api/constants.py rename to client/openpype/hosts/nuke/api/constants.py diff --git a/openpype/hosts/nuke/api/gizmo_menu.py b/client/openpype/hosts/nuke/api/gizmo_menu.py similarity index 100% rename from openpype/hosts/nuke/api/gizmo_menu.py rename to client/openpype/hosts/nuke/api/gizmo_menu.py diff --git a/openpype/hosts/nuke/api/lib.py b/client/openpype/hosts/nuke/api/lib.py similarity index 100% rename from openpype/hosts/nuke/api/lib.py rename to client/openpype/hosts/nuke/api/lib.py diff --git a/openpype/hosts/nuke/api/pipeline.py b/client/openpype/hosts/nuke/api/pipeline.py similarity index 100% rename from openpype/hosts/nuke/api/pipeline.py rename to client/openpype/hosts/nuke/api/pipeline.py diff --git a/openpype/hosts/nuke/api/plugin.py b/client/openpype/hosts/nuke/api/plugin.py similarity index 100% rename from openpype/hosts/nuke/api/plugin.py rename to client/openpype/hosts/nuke/api/plugin.py diff --git a/openpype/hosts/nuke/api/utils.py b/client/openpype/hosts/nuke/api/utils.py similarity index 100% rename from openpype/hosts/nuke/api/utils.py rename to client/openpype/hosts/nuke/api/utils.py diff --git a/openpype/hosts/nuke/api/workfile_template_builder.py b/client/openpype/hosts/nuke/api/workfile_template_builder.py similarity index 100% rename from openpype/hosts/nuke/api/workfile_template_builder.py rename to client/openpype/hosts/nuke/api/workfile_template_builder.py diff --git a/openpype/hosts/nuke/api/workio.py b/client/openpype/hosts/nuke/api/workio.py similarity index 100% rename from openpype/hosts/nuke/api/workio.py rename to client/openpype/hosts/nuke/api/workio.py diff --git a/openpype/hosts/nuke/hooks/pre_nukeassist_setup.py b/client/openpype/hosts/nuke/hooks/pre_nukeassist_setup.py similarity index 100% rename from openpype/hosts/nuke/hooks/pre_nukeassist_setup.py rename to client/openpype/hosts/nuke/hooks/pre_nukeassist_setup.py diff --git a/openpype/hosts/nuke/plugins/__init__.py b/client/openpype/hosts/nuke/plugins/__init__.py similarity index 100% rename from openpype/hosts/nuke/plugins/__init__.py rename to client/openpype/hosts/nuke/plugins/__init__.py diff --git a/openpype/hosts/nuke/plugins/create/__init__.py b/client/openpype/hosts/nuke/plugins/create/__init__.py similarity index 100% rename from openpype/hosts/nuke/plugins/create/__init__.py rename to client/openpype/hosts/nuke/plugins/create/__init__.py diff --git a/openpype/hosts/nuke/plugins/create/convert_legacy.py b/client/openpype/hosts/nuke/plugins/create/convert_legacy.py similarity index 100% rename from openpype/hosts/nuke/plugins/create/convert_legacy.py rename to client/openpype/hosts/nuke/plugins/create/convert_legacy.py diff --git a/openpype/hosts/nuke/plugins/create/create_backdrop.py b/client/openpype/hosts/nuke/plugins/create/create_backdrop.py similarity index 100% rename from openpype/hosts/nuke/plugins/create/create_backdrop.py rename to client/openpype/hosts/nuke/plugins/create/create_backdrop.py diff --git a/openpype/hosts/nuke/plugins/create/create_camera.py b/client/openpype/hosts/nuke/plugins/create/create_camera.py similarity index 100% rename from openpype/hosts/nuke/plugins/create/create_camera.py rename to client/openpype/hosts/nuke/plugins/create/create_camera.py diff --git a/openpype/hosts/nuke/plugins/create/create_gizmo.py b/client/openpype/hosts/nuke/plugins/create/create_gizmo.py similarity index 100% rename from openpype/hosts/nuke/plugins/create/create_gizmo.py rename to client/openpype/hosts/nuke/plugins/create/create_gizmo.py diff --git a/openpype/hosts/nuke/plugins/create/create_model.py b/client/openpype/hosts/nuke/plugins/create/create_model.py similarity index 100% rename from openpype/hosts/nuke/plugins/create/create_model.py rename to client/openpype/hosts/nuke/plugins/create/create_model.py diff --git a/openpype/hosts/nuke/plugins/create/create_source.py b/client/openpype/hosts/nuke/plugins/create/create_source.py similarity index 100% rename from openpype/hosts/nuke/plugins/create/create_source.py rename to client/openpype/hosts/nuke/plugins/create/create_source.py diff --git a/openpype/hosts/nuke/plugins/create/create_write_image.py b/client/openpype/hosts/nuke/plugins/create/create_write_image.py similarity index 100% rename from openpype/hosts/nuke/plugins/create/create_write_image.py rename to client/openpype/hosts/nuke/plugins/create/create_write_image.py diff --git a/openpype/hosts/nuke/plugins/create/create_write_prerender.py b/client/openpype/hosts/nuke/plugins/create/create_write_prerender.py similarity index 100% rename from openpype/hosts/nuke/plugins/create/create_write_prerender.py rename to client/openpype/hosts/nuke/plugins/create/create_write_prerender.py diff --git a/openpype/hosts/nuke/plugins/create/create_write_render.py b/client/openpype/hosts/nuke/plugins/create/create_write_render.py similarity index 100% rename from openpype/hosts/nuke/plugins/create/create_write_render.py rename to client/openpype/hosts/nuke/plugins/create/create_write_render.py diff --git a/openpype/hosts/nuke/plugins/create/workfile_creator.py b/client/openpype/hosts/nuke/plugins/create/workfile_creator.py similarity index 100% rename from openpype/hosts/nuke/plugins/create/workfile_creator.py rename to client/openpype/hosts/nuke/plugins/create/workfile_creator.py diff --git a/openpype/hosts/nuke/plugins/inventory/repair_old_loaders.py b/client/openpype/hosts/nuke/plugins/inventory/repair_old_loaders.py similarity index 100% rename from openpype/hosts/nuke/plugins/inventory/repair_old_loaders.py rename to client/openpype/hosts/nuke/plugins/inventory/repair_old_loaders.py diff --git a/openpype/hosts/nuke/plugins/inventory/select_containers.py b/client/openpype/hosts/nuke/plugins/inventory/select_containers.py similarity index 100% rename from openpype/hosts/nuke/plugins/inventory/select_containers.py rename to client/openpype/hosts/nuke/plugins/inventory/select_containers.py diff --git a/openpype/hosts/nuke/plugins/load/actions.py b/client/openpype/hosts/nuke/plugins/load/actions.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/actions.py rename to client/openpype/hosts/nuke/plugins/load/actions.py diff --git a/openpype/hosts/nuke/plugins/load/load_backdrop.py b/client/openpype/hosts/nuke/plugins/load/load_backdrop.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_backdrop.py rename to client/openpype/hosts/nuke/plugins/load/load_backdrop.py diff --git a/openpype/hosts/nuke/plugins/load/load_camera_abc.py b/client/openpype/hosts/nuke/plugins/load/load_camera_abc.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_camera_abc.py rename to client/openpype/hosts/nuke/plugins/load/load_camera_abc.py diff --git a/openpype/hosts/nuke/plugins/load/load_clip.py b/client/openpype/hosts/nuke/plugins/load/load_clip.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_clip.py rename to client/openpype/hosts/nuke/plugins/load/load_clip.py diff --git a/openpype/hosts/nuke/plugins/load/load_effects.py b/client/openpype/hosts/nuke/plugins/load/load_effects.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_effects.py rename to client/openpype/hosts/nuke/plugins/load/load_effects.py diff --git a/openpype/hosts/nuke/plugins/load/load_effects_ip.py b/client/openpype/hosts/nuke/plugins/load/load_effects_ip.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_effects_ip.py rename to client/openpype/hosts/nuke/plugins/load/load_effects_ip.py diff --git a/openpype/hosts/nuke/plugins/load/load_gizmo.py b/client/openpype/hosts/nuke/plugins/load/load_gizmo.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_gizmo.py rename to client/openpype/hosts/nuke/plugins/load/load_gizmo.py diff --git a/openpype/hosts/nuke/plugins/load/load_gizmo_ip.py b/client/openpype/hosts/nuke/plugins/load/load_gizmo_ip.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_gizmo_ip.py rename to client/openpype/hosts/nuke/plugins/load/load_gizmo_ip.py diff --git a/openpype/hosts/nuke/plugins/load/load_image.py b/client/openpype/hosts/nuke/plugins/load/load_image.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_image.py rename to client/openpype/hosts/nuke/plugins/load/load_image.py diff --git a/openpype/hosts/nuke/plugins/load/load_matchmove.py b/client/openpype/hosts/nuke/plugins/load/load_matchmove.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_matchmove.py rename to client/openpype/hosts/nuke/plugins/load/load_matchmove.py diff --git a/openpype/hosts/nuke/plugins/load/load_model.py b/client/openpype/hosts/nuke/plugins/load/load_model.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_model.py rename to client/openpype/hosts/nuke/plugins/load/load_model.py diff --git a/openpype/hosts/nuke/plugins/load/load_ociolook.py b/client/openpype/hosts/nuke/plugins/load/load_ociolook.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_ociolook.py rename to client/openpype/hosts/nuke/plugins/load/load_ociolook.py diff --git a/openpype/hosts/nuke/plugins/load/load_script_precomp.py b/client/openpype/hosts/nuke/plugins/load/load_script_precomp.py similarity index 100% rename from openpype/hosts/nuke/plugins/load/load_script_precomp.py rename to client/openpype/hosts/nuke/plugins/load/load_script_precomp.py diff --git a/openpype/hosts/nuke/plugins/publish/collect_backdrop.py b/client/openpype/hosts/nuke/plugins/publish/collect_backdrop.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/collect_backdrop.py rename to client/openpype/hosts/nuke/plugins/publish/collect_backdrop.py diff --git a/openpype/hosts/nuke/plugins/publish/collect_context_data.py b/client/openpype/hosts/nuke/plugins/publish/collect_context_data.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/collect_context_data.py rename to client/openpype/hosts/nuke/plugins/publish/collect_context_data.py diff --git a/openpype/hosts/nuke/plugins/publish/collect_framerate.py b/client/openpype/hosts/nuke/plugins/publish/collect_framerate.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/collect_framerate.py rename to client/openpype/hosts/nuke/plugins/publish/collect_framerate.py diff --git a/openpype/hosts/nuke/plugins/publish/collect_gizmo.py b/client/openpype/hosts/nuke/plugins/publish/collect_gizmo.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/collect_gizmo.py rename to client/openpype/hosts/nuke/plugins/publish/collect_gizmo.py diff --git a/openpype/hosts/nuke/plugins/publish/collect_model.py b/client/openpype/hosts/nuke/plugins/publish/collect_model.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/collect_model.py rename to client/openpype/hosts/nuke/plugins/publish/collect_model.py diff --git a/openpype/hosts/nuke/plugins/publish/collect_nuke_instance_data.py b/client/openpype/hosts/nuke/plugins/publish/collect_nuke_instance_data.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/collect_nuke_instance_data.py rename to client/openpype/hosts/nuke/plugins/publish/collect_nuke_instance_data.py diff --git a/openpype/hosts/nuke/plugins/publish/collect_reads.py b/client/openpype/hosts/nuke/plugins/publish/collect_reads.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/collect_reads.py rename to client/openpype/hosts/nuke/plugins/publish/collect_reads.py diff --git a/openpype/hosts/nuke/plugins/publish/collect_slate_node.py b/client/openpype/hosts/nuke/plugins/publish/collect_slate_node.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/collect_slate_node.py rename to client/openpype/hosts/nuke/plugins/publish/collect_slate_node.py diff --git a/openpype/hosts/nuke/plugins/publish/collect_workfile.py b/client/openpype/hosts/nuke/plugins/publish/collect_workfile.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/collect_workfile.py rename to client/openpype/hosts/nuke/plugins/publish/collect_workfile.py diff --git a/openpype/hosts/nuke/plugins/publish/collect_writes.py b/client/openpype/hosts/nuke/plugins/publish/collect_writes.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/collect_writes.py rename to client/openpype/hosts/nuke/plugins/publish/collect_writes.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_backdrop.py b/client/openpype/hosts/nuke/plugins/publish/extract_backdrop.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_backdrop.py rename to client/openpype/hosts/nuke/plugins/publish/extract_backdrop.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_camera.py b/client/openpype/hosts/nuke/plugins/publish/extract_camera.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_camera.py rename to client/openpype/hosts/nuke/plugins/publish/extract_camera.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_gizmo.py b/client/openpype/hosts/nuke/plugins/publish/extract_gizmo.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_gizmo.py rename to client/openpype/hosts/nuke/plugins/publish/extract_gizmo.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_model.py b/client/openpype/hosts/nuke/plugins/publish/extract_model.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_model.py rename to client/openpype/hosts/nuke/plugins/publish/extract_model.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_ouput_node.py b/client/openpype/hosts/nuke/plugins/publish/extract_ouput_node.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_ouput_node.py rename to client/openpype/hosts/nuke/plugins/publish/extract_ouput_node.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_output_directory.py b/client/openpype/hosts/nuke/plugins/publish/extract_output_directory.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_output_directory.py rename to client/openpype/hosts/nuke/plugins/publish/extract_output_directory.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_render_local.py b/client/openpype/hosts/nuke/plugins/publish/extract_render_local.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_render_local.py rename to client/openpype/hosts/nuke/plugins/publish/extract_render_local.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_review_data.py b/client/openpype/hosts/nuke/plugins/publish/extract_review_data.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_review_data.py rename to client/openpype/hosts/nuke/plugins/publish/extract_review_data.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_review_data_lut.py b/client/openpype/hosts/nuke/plugins/publish/extract_review_data_lut.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_review_data_lut.py rename to client/openpype/hosts/nuke/plugins/publish/extract_review_data_lut.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_review_intermediates.py b/client/openpype/hosts/nuke/plugins/publish/extract_review_intermediates.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_review_intermediates.py rename to client/openpype/hosts/nuke/plugins/publish/extract_review_intermediates.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_script_save.py b/client/openpype/hosts/nuke/plugins/publish/extract_script_save.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_script_save.py rename to client/openpype/hosts/nuke/plugins/publish/extract_script_save.py diff --git a/openpype/hosts/nuke/plugins/publish/extract_slate_frame.py b/client/openpype/hosts/nuke/plugins/publish/extract_slate_frame.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/extract_slate_frame.py rename to client/openpype/hosts/nuke/plugins/publish/extract_slate_frame.py diff --git a/openpype/hosts/nuke/plugins/publish/help/validate_asset_context.xml b/client/openpype/hosts/nuke/plugins/publish/help/validate_asset_context.xml similarity index 100% rename from openpype/hosts/nuke/plugins/publish/help/validate_asset_context.xml rename to client/openpype/hosts/nuke/plugins/publish/help/validate_asset_context.xml diff --git a/openpype/hosts/nuke/plugins/publish/help/validate_backdrop.xml b/client/openpype/hosts/nuke/plugins/publish/help/validate_backdrop.xml similarity index 100% rename from openpype/hosts/nuke/plugins/publish/help/validate_backdrop.xml rename to client/openpype/hosts/nuke/plugins/publish/help/validate_backdrop.xml diff --git a/openpype/hosts/nuke/plugins/publish/help/validate_gizmo.xml b/client/openpype/hosts/nuke/plugins/publish/help/validate_gizmo.xml similarity index 100% rename from openpype/hosts/nuke/plugins/publish/help/validate_gizmo.xml rename to client/openpype/hosts/nuke/plugins/publish/help/validate_gizmo.xml diff --git a/openpype/hosts/nuke/plugins/publish/help/validate_knobs.xml b/client/openpype/hosts/nuke/plugins/publish/help/validate_knobs.xml similarity index 100% rename from openpype/hosts/nuke/plugins/publish/help/validate_knobs.xml rename to client/openpype/hosts/nuke/plugins/publish/help/validate_knobs.xml diff --git a/openpype/hosts/nuke/plugins/publish/help/validate_output_resolution.xml b/client/openpype/hosts/nuke/plugins/publish/help/validate_output_resolution.xml similarity index 100% rename from openpype/hosts/nuke/plugins/publish/help/validate_output_resolution.xml rename to client/openpype/hosts/nuke/plugins/publish/help/validate_output_resolution.xml diff --git a/openpype/hosts/nuke/plugins/publish/help/validate_proxy_mode.xml b/client/openpype/hosts/nuke/plugins/publish/help/validate_proxy_mode.xml similarity index 100% rename from openpype/hosts/nuke/plugins/publish/help/validate_proxy_mode.xml rename to client/openpype/hosts/nuke/plugins/publish/help/validate_proxy_mode.xml diff --git a/openpype/hosts/nuke/plugins/publish/help/validate_rendered_frames.xml b/client/openpype/hosts/nuke/plugins/publish/help/validate_rendered_frames.xml similarity index 100% rename from openpype/hosts/nuke/plugins/publish/help/validate_rendered_frames.xml rename to client/openpype/hosts/nuke/plugins/publish/help/validate_rendered_frames.xml diff --git a/openpype/hosts/nuke/plugins/publish/help/validate_script_attributes.xml b/client/openpype/hosts/nuke/plugins/publish/help/validate_script_attributes.xml similarity index 100% rename from openpype/hosts/nuke/plugins/publish/help/validate_script_attributes.xml rename to client/openpype/hosts/nuke/plugins/publish/help/validate_script_attributes.xml diff --git a/openpype/hosts/nuke/plugins/publish/help/validate_write_nodes.xml b/client/openpype/hosts/nuke/plugins/publish/help/validate_write_nodes.xml similarity index 100% rename from openpype/hosts/nuke/plugins/publish/help/validate_write_nodes.xml rename to client/openpype/hosts/nuke/plugins/publish/help/validate_write_nodes.xml diff --git a/openpype/hosts/nuke/plugins/publish/increment_script_version.py b/client/openpype/hosts/nuke/plugins/publish/increment_script_version.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/increment_script_version.py rename to client/openpype/hosts/nuke/plugins/publish/increment_script_version.py diff --git a/openpype/hosts/nuke/plugins/publish/remove_ouput_node.py b/client/openpype/hosts/nuke/plugins/publish/remove_ouput_node.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/remove_ouput_node.py rename to client/openpype/hosts/nuke/plugins/publish/remove_ouput_node.py diff --git a/openpype/hosts/nuke/plugins/publish/validate_asset_context.py b/client/openpype/hosts/nuke/plugins/publish/validate_asset_context.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/validate_asset_context.py rename to client/openpype/hosts/nuke/plugins/publish/validate_asset_context.py diff --git a/openpype/hosts/nuke/plugins/publish/validate_backdrop.py b/client/openpype/hosts/nuke/plugins/publish/validate_backdrop.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/validate_backdrop.py rename to client/openpype/hosts/nuke/plugins/publish/validate_backdrop.py diff --git a/openpype/hosts/nuke/plugins/publish/validate_exposed_knobs.py b/client/openpype/hosts/nuke/plugins/publish/validate_exposed_knobs.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/validate_exposed_knobs.py rename to client/openpype/hosts/nuke/plugins/publish/validate_exposed_knobs.py diff --git a/openpype/hosts/nuke/plugins/publish/validate_gizmo.py b/client/openpype/hosts/nuke/plugins/publish/validate_gizmo.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/validate_gizmo.py rename to client/openpype/hosts/nuke/plugins/publish/validate_gizmo.py diff --git a/openpype/hosts/nuke/plugins/publish/validate_knobs.py b/client/openpype/hosts/nuke/plugins/publish/validate_knobs.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/validate_knobs.py rename to client/openpype/hosts/nuke/plugins/publish/validate_knobs.py diff --git a/openpype/hosts/nuke/plugins/publish/validate_output_resolution.py b/client/openpype/hosts/nuke/plugins/publish/validate_output_resolution.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/validate_output_resolution.py rename to client/openpype/hosts/nuke/plugins/publish/validate_output_resolution.py diff --git a/openpype/hosts/nuke/plugins/publish/validate_proxy_mode.py b/client/openpype/hosts/nuke/plugins/publish/validate_proxy_mode.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/validate_proxy_mode.py rename to client/openpype/hosts/nuke/plugins/publish/validate_proxy_mode.py diff --git a/openpype/hosts/nuke/plugins/publish/validate_rendered_frames.py b/client/openpype/hosts/nuke/plugins/publish/validate_rendered_frames.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/validate_rendered_frames.py rename to client/openpype/hosts/nuke/plugins/publish/validate_rendered_frames.py diff --git a/openpype/hosts/nuke/plugins/publish/validate_script_attributes.py b/client/openpype/hosts/nuke/plugins/publish/validate_script_attributes.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/validate_script_attributes.py rename to client/openpype/hosts/nuke/plugins/publish/validate_script_attributes.py diff --git a/openpype/hosts/nuke/plugins/publish/validate_write_nodes.py b/client/openpype/hosts/nuke/plugins/publish/validate_write_nodes.py similarity index 100% rename from openpype/hosts/nuke/plugins/publish/validate_write_nodes.py rename to client/openpype/hosts/nuke/plugins/publish/validate_write_nodes.py diff --git a/openpype/hosts/nuke/startup/__init__.py b/client/openpype/hosts/nuke/startup/__init__.py similarity index 100% rename from openpype/hosts/nuke/startup/__init__.py rename to client/openpype/hosts/nuke/startup/__init__.py diff --git a/openpype/hosts/nuke/startup/clear_rendered.py b/client/openpype/hosts/nuke/startup/clear_rendered.py similarity index 100% rename from openpype/hosts/nuke/startup/clear_rendered.py rename to client/openpype/hosts/nuke/startup/clear_rendered.py diff --git a/openpype/hosts/nuke/startup/custom_write_node.py b/client/openpype/hosts/nuke/startup/custom_write_node.py similarity index 100% rename from openpype/hosts/nuke/startup/custom_write_node.py rename to client/openpype/hosts/nuke/startup/custom_write_node.py diff --git a/openpype/hosts/nuke/startup/frame_setting_for_read_nodes.py b/client/openpype/hosts/nuke/startup/frame_setting_for_read_nodes.py similarity index 100% rename from openpype/hosts/nuke/startup/frame_setting_for_read_nodes.py rename to client/openpype/hosts/nuke/startup/frame_setting_for_read_nodes.py diff --git a/openpype/hosts/nuke/startup/menu.py b/client/openpype/hosts/nuke/startup/menu.py similarity index 100% rename from openpype/hosts/nuke/startup/menu.py rename to client/openpype/hosts/nuke/startup/menu.py diff --git a/openpype/hosts/nuke/startup/write_to_read.py b/client/openpype/hosts/nuke/startup/write_to_read.py similarity index 100% rename from openpype/hosts/nuke/startup/write_to_read.py rename to client/openpype/hosts/nuke/startup/write_to_read.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/__init__.py b/client/openpype/hosts/nuke/vendor/google/protobuf/__init__.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/__init__.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/__init__.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/any_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/any_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/any_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/any_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/api_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/api_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/api_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/api_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/compiler/__init__.py b/client/openpype/hosts/nuke/vendor/google/protobuf/compiler/__init__.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/compiler/__init__.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/compiler/__init__.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/compiler/plugin_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/compiler/plugin_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/compiler/plugin_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/compiler/plugin_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/descriptor.py b/client/openpype/hosts/nuke/vendor/google/protobuf/descriptor.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/descriptor.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/descriptor.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/descriptor_database.py b/client/openpype/hosts/nuke/vendor/google/protobuf/descriptor_database.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/descriptor_database.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/descriptor_database.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/descriptor_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/descriptor_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/descriptor_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/descriptor_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/descriptor_pool.py b/client/openpype/hosts/nuke/vendor/google/protobuf/descriptor_pool.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/descriptor_pool.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/descriptor_pool.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/duration_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/duration_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/duration_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/duration_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/empty_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/empty_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/empty_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/empty_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/field_mask_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/field_mask_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/field_mask_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/field_mask_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/__init__.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/__init__.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/__init__.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/__init__.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/_parameterized.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/_parameterized.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/_parameterized.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/_parameterized.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/api_implementation.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/api_implementation.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/api_implementation.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/api_implementation.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/builder.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/builder.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/builder.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/builder.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/containers.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/containers.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/containers.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/containers.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/decoder.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/decoder.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/decoder.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/decoder.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/encoder.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/encoder.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/encoder.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/encoder.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/enum_type_wrapper.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/enum_type_wrapper.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/enum_type_wrapper.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/enum_type_wrapper.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/extension_dict.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/extension_dict.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/extension_dict.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/extension_dict.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/message_listener.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/message_listener.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/message_listener.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/message_listener.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/message_set_extensions_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/message_set_extensions_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/message_set_extensions_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/message_set_extensions_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/missing_enum_values_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/missing_enum_values_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/missing_enum_values_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/missing_enum_values_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/more_extensions_dynamic_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/more_extensions_dynamic_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/more_extensions_dynamic_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/more_extensions_dynamic_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/more_extensions_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/more_extensions_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/more_extensions_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/more_extensions_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/more_messages_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/more_messages_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/more_messages_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/more_messages_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/no_package_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/no_package_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/no_package_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/no_package_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/python_message.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/python_message.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/python_message.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/python_message.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/type_checkers.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/type_checkers.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/type_checkers.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/type_checkers.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/well_known_types.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/well_known_types.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/well_known_types.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/well_known_types.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/internal/wire_format.py b/client/openpype/hosts/nuke/vendor/google/protobuf/internal/wire_format.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/internal/wire_format.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/internal/wire_format.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/json_format.py b/client/openpype/hosts/nuke/vendor/google/protobuf/json_format.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/json_format.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/json_format.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/message.py b/client/openpype/hosts/nuke/vendor/google/protobuf/message.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/message.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/message.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/message_factory.py b/client/openpype/hosts/nuke/vendor/google/protobuf/message_factory.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/message_factory.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/message_factory.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/proto_builder.py b/client/openpype/hosts/nuke/vendor/google/protobuf/proto_builder.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/proto_builder.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/proto_builder.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/pyext/__init__.py b/client/openpype/hosts/nuke/vendor/google/protobuf/pyext/__init__.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/pyext/__init__.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/pyext/__init__.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/pyext/cpp_message.py b/client/openpype/hosts/nuke/vendor/google/protobuf/pyext/cpp_message.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/pyext/cpp_message.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/pyext/cpp_message.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/pyext/python_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/pyext/python_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/pyext/python_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/pyext/python_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/reflection.py b/client/openpype/hosts/nuke/vendor/google/protobuf/reflection.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/reflection.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/reflection.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/service.py b/client/openpype/hosts/nuke/vendor/google/protobuf/service.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/service.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/service.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/service_reflection.py b/client/openpype/hosts/nuke/vendor/google/protobuf/service_reflection.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/service_reflection.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/service_reflection.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/source_context_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/source_context_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/source_context_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/source_context_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/struct_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/struct_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/struct_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/struct_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/symbol_database.py b/client/openpype/hosts/nuke/vendor/google/protobuf/symbol_database.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/symbol_database.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/symbol_database.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/text_encoding.py b/client/openpype/hosts/nuke/vendor/google/protobuf/text_encoding.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/text_encoding.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/text_encoding.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/text_format.py b/client/openpype/hosts/nuke/vendor/google/protobuf/text_format.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/text_format.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/text_format.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/timestamp_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/timestamp_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/timestamp_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/timestamp_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/type_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/type_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/type_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/type_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/util/__init__.py b/client/openpype/hosts/nuke/vendor/google/protobuf/util/__init__.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/util/__init__.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/util/__init__.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/util/json_format_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/util/json_format_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/util/json_format_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/util/json_format_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/util/json_format_proto3_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/util/json_format_proto3_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/util/json_format_proto3_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/util/json_format_proto3_pb2.py diff --git a/openpype/hosts/nuke/vendor/google/protobuf/wrappers_pb2.py b/client/openpype/hosts/nuke/vendor/google/protobuf/wrappers_pb2.py similarity index 100% rename from openpype/hosts/nuke/vendor/google/protobuf/wrappers_pb2.py rename to client/openpype/hosts/nuke/vendor/google/protobuf/wrappers_pb2.py diff --git a/openpype/hosts/photoshop/__init__.py b/client/openpype/hosts/photoshop/__init__.py similarity index 100% rename from openpype/hosts/photoshop/__init__.py rename to client/openpype/hosts/photoshop/__init__.py diff --git a/openpype/hosts/photoshop/addon.py b/client/openpype/hosts/photoshop/addon.py similarity index 100% rename from openpype/hosts/photoshop/addon.py rename to client/openpype/hosts/photoshop/addon.py diff --git a/openpype/hosts/photoshop/api/README.md b/client/openpype/hosts/photoshop/api/README.md similarity index 100% rename from openpype/hosts/photoshop/api/README.md rename to client/openpype/hosts/photoshop/api/README.md diff --git a/openpype/hosts/photoshop/api/__init__.py b/client/openpype/hosts/photoshop/api/__init__.py similarity index 100% rename from openpype/hosts/photoshop/api/__init__.py rename to client/openpype/hosts/photoshop/api/__init__.py diff --git a/openpype/hosts/photoshop/api/extension.zxp b/client/openpype/hosts/photoshop/api/extension.zxp similarity index 100% rename from openpype/hosts/photoshop/api/extension.zxp rename to client/openpype/hosts/photoshop/api/extension.zxp diff --git a/openpype/hosts/photoshop/api/extension/.debug b/client/openpype/hosts/photoshop/api/extension/.debug similarity index 100% rename from openpype/hosts/photoshop/api/extension/.debug rename to client/openpype/hosts/photoshop/api/extension/.debug diff --git a/openpype/hosts/photoshop/api/extension/CSXS/manifest.xml b/client/openpype/hosts/photoshop/api/extension/CSXS/manifest.xml similarity index 100% rename from openpype/hosts/photoshop/api/extension/CSXS/manifest.xml rename to client/openpype/hosts/photoshop/api/extension/CSXS/manifest.xml diff --git a/openpype/hosts/photoshop/api/extension/client/CSInterface.js b/client/openpype/hosts/photoshop/api/extension/client/CSInterface.js similarity index 100% rename from openpype/hosts/photoshop/api/extension/client/CSInterface.js rename to client/openpype/hosts/photoshop/api/extension/client/CSInterface.js diff --git a/openpype/hosts/photoshop/api/extension/client/client.js b/client/openpype/hosts/photoshop/api/extension/client/client.js similarity index 100% rename from openpype/hosts/photoshop/api/extension/client/client.js rename to client/openpype/hosts/photoshop/api/extension/client/client.js diff --git a/openpype/hosts/photoshop/api/extension/client/loglevel.min.js b/client/openpype/hosts/photoshop/api/extension/client/loglevel.min.js similarity index 100% rename from openpype/hosts/photoshop/api/extension/client/loglevel.min.js rename to client/openpype/hosts/photoshop/api/extension/client/loglevel.min.js diff --git a/openpype/hosts/photoshop/api/extension/client/wsrpc.js b/client/openpype/hosts/photoshop/api/extension/client/wsrpc.js similarity index 100% rename from openpype/hosts/photoshop/api/extension/client/wsrpc.js rename to client/openpype/hosts/photoshop/api/extension/client/wsrpc.js diff --git a/openpype/hosts/photoshop/api/extension/client/wsrpc.min.js b/client/openpype/hosts/photoshop/api/extension/client/wsrpc.min.js similarity index 100% rename from openpype/hosts/photoshop/api/extension/client/wsrpc.min.js rename to client/openpype/hosts/photoshop/api/extension/client/wsrpc.min.js diff --git a/openpype/hosts/photoshop/api/extension/host/JSX.js b/client/openpype/hosts/photoshop/api/extension/host/JSX.js similarity index 100% rename from openpype/hosts/photoshop/api/extension/host/JSX.js rename to client/openpype/hosts/photoshop/api/extension/host/JSX.js diff --git a/openpype/hosts/photoshop/api/extension/host/index.jsx b/client/openpype/hosts/photoshop/api/extension/host/index.jsx similarity index 100% rename from openpype/hosts/photoshop/api/extension/host/index.jsx rename to client/openpype/hosts/photoshop/api/extension/host/index.jsx diff --git a/openpype/hosts/photoshop/api/extension/host/json.js b/client/openpype/hosts/photoshop/api/extension/host/json.js similarity index 100% rename from openpype/hosts/photoshop/api/extension/host/json.js rename to client/openpype/hosts/photoshop/api/extension/host/json.js diff --git a/openpype/hosts/photoshop/api/extension/icons/ayon_logo.png b/client/openpype/hosts/photoshop/api/extension/icons/ayon_logo.png similarity index 100% rename from openpype/hosts/photoshop/api/extension/icons/ayon_logo.png rename to client/openpype/hosts/photoshop/api/extension/icons/ayon_logo.png diff --git a/openpype/hosts/photoshop/api/extension/index.html b/client/openpype/hosts/photoshop/api/extension/index.html similarity index 100% rename from openpype/hosts/photoshop/api/extension/index.html rename to client/openpype/hosts/photoshop/api/extension/index.html diff --git a/openpype/hosts/photoshop/api/launch_logic.py b/client/openpype/hosts/photoshop/api/launch_logic.py similarity index 100% rename from openpype/hosts/photoshop/api/launch_logic.py rename to client/openpype/hosts/photoshop/api/launch_logic.py diff --git a/openpype/hosts/photoshop/api/lib.py b/client/openpype/hosts/photoshop/api/lib.py similarity index 100% rename from openpype/hosts/photoshop/api/lib.py rename to client/openpype/hosts/photoshop/api/lib.py diff --git a/openpype/hosts/photoshop/api/panel.png b/client/openpype/hosts/photoshop/api/panel.png similarity index 100% rename from openpype/hosts/photoshop/api/panel.png rename to client/openpype/hosts/photoshop/api/panel.png diff --git a/openpype/hosts/photoshop/api/panel_failure.png b/client/openpype/hosts/photoshop/api/panel_failure.png similarity index 100% rename from openpype/hosts/photoshop/api/panel_failure.png rename to client/openpype/hosts/photoshop/api/panel_failure.png diff --git a/openpype/hosts/photoshop/api/pipeline.py b/client/openpype/hosts/photoshop/api/pipeline.py similarity index 100% rename from openpype/hosts/photoshop/api/pipeline.py rename to client/openpype/hosts/photoshop/api/pipeline.py diff --git a/openpype/hosts/photoshop/api/plugin.py b/client/openpype/hosts/photoshop/api/plugin.py similarity index 100% rename from openpype/hosts/photoshop/api/plugin.py rename to client/openpype/hosts/photoshop/api/plugin.py diff --git a/openpype/hosts/photoshop/api/ws_stub.py b/client/openpype/hosts/photoshop/api/ws_stub.py similarity index 100% rename from openpype/hosts/photoshop/api/ws_stub.py rename to client/openpype/hosts/photoshop/api/ws_stub.py diff --git a/openpype/hosts/photoshop/lib.py b/client/openpype/hosts/photoshop/lib.py similarity index 100% rename from openpype/hosts/photoshop/lib.py rename to client/openpype/hosts/photoshop/lib.py diff --git a/openpype/hosts/photoshop/plugins/create/create_flatten_image.py b/client/openpype/hosts/photoshop/plugins/create/create_flatten_image.py similarity index 100% rename from openpype/hosts/photoshop/plugins/create/create_flatten_image.py rename to client/openpype/hosts/photoshop/plugins/create/create_flatten_image.py diff --git a/openpype/hosts/photoshop/plugins/create/create_image.py b/client/openpype/hosts/photoshop/plugins/create/create_image.py similarity index 100% rename from openpype/hosts/photoshop/plugins/create/create_image.py rename to client/openpype/hosts/photoshop/plugins/create/create_image.py diff --git a/openpype/hosts/photoshop/plugins/create/create_review.py b/client/openpype/hosts/photoshop/plugins/create/create_review.py similarity index 100% rename from openpype/hosts/photoshop/plugins/create/create_review.py rename to client/openpype/hosts/photoshop/plugins/create/create_review.py diff --git a/openpype/hosts/photoshop/plugins/create/create_workfile.py b/client/openpype/hosts/photoshop/plugins/create/create_workfile.py similarity index 100% rename from openpype/hosts/photoshop/plugins/create/create_workfile.py rename to client/openpype/hosts/photoshop/plugins/create/create_workfile.py diff --git a/openpype/hosts/photoshop/plugins/load/load_image.py b/client/openpype/hosts/photoshop/plugins/load/load_image.py similarity index 100% rename from openpype/hosts/photoshop/plugins/load/load_image.py rename to client/openpype/hosts/photoshop/plugins/load/load_image.py diff --git a/openpype/hosts/photoshop/plugins/load/load_image_from_sequence.py b/client/openpype/hosts/photoshop/plugins/load/load_image_from_sequence.py similarity index 100% rename from openpype/hosts/photoshop/plugins/load/load_image_from_sequence.py rename to client/openpype/hosts/photoshop/plugins/load/load_image_from_sequence.py diff --git a/openpype/hosts/photoshop/plugins/load/load_reference.py b/client/openpype/hosts/photoshop/plugins/load/load_reference.py similarity index 100% rename from openpype/hosts/photoshop/plugins/load/load_reference.py rename to client/openpype/hosts/photoshop/plugins/load/load_reference.py diff --git a/openpype/hosts/photoshop/plugins/publish/closePS.py b/client/openpype/hosts/photoshop/plugins/publish/closePS.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/closePS.py rename to client/openpype/hosts/photoshop/plugins/publish/closePS.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_auto_image.py b/client/openpype/hosts/photoshop/plugins/publish/collect_auto_image.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_auto_image.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_auto_image.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_auto_image_refresh.py b/client/openpype/hosts/photoshop/plugins/publish/collect_auto_image_refresh.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_auto_image_refresh.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_auto_image_refresh.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_auto_review.py b/client/openpype/hosts/photoshop/plugins/publish/collect_auto_review.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_auto_review.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_auto_review.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_auto_workfile.py b/client/openpype/hosts/photoshop/plugins/publish/collect_auto_workfile.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_auto_workfile.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_auto_workfile.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_batch_data.py b/client/openpype/hosts/photoshop/plugins/publish/collect_batch_data.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_batch_data.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_batch_data.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_color_coded_instances.py b/client/openpype/hosts/photoshop/plugins/publish/collect_color_coded_instances.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_color_coded_instances.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_color_coded_instances.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_current_file.py b/client/openpype/hosts/photoshop/plugins/publish/collect_current_file.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_current_file.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_current_file.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_extension_version.py b/client/openpype/hosts/photoshop/plugins/publish/collect_extension_version.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_extension_version.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_extension_version.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_image.py b/client/openpype/hosts/photoshop/plugins/publish/collect_image.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_image.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_image.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_published_version.py b/client/openpype/hosts/photoshop/plugins/publish/collect_published_version.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_published_version.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_published_version.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_review.py b/client/openpype/hosts/photoshop/plugins/publish/collect_review.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_review.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_review.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_version.py b/client/openpype/hosts/photoshop/plugins/publish/collect_version.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_version.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_version.py diff --git a/openpype/hosts/photoshop/plugins/publish/collect_workfile.py b/client/openpype/hosts/photoshop/plugins/publish/collect_workfile.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/collect_workfile.py rename to client/openpype/hosts/photoshop/plugins/publish/collect_workfile.py diff --git a/openpype/hosts/photoshop/plugins/publish/extract_image.py b/client/openpype/hosts/photoshop/plugins/publish/extract_image.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/extract_image.py rename to client/openpype/hosts/photoshop/plugins/publish/extract_image.py diff --git a/openpype/hosts/photoshop/plugins/publish/extract_review.py b/client/openpype/hosts/photoshop/plugins/publish/extract_review.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/extract_review.py rename to client/openpype/hosts/photoshop/plugins/publish/extract_review.py diff --git a/openpype/hosts/photoshop/plugins/publish/extract_save_scene.py b/client/openpype/hosts/photoshop/plugins/publish/extract_save_scene.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/extract_save_scene.py rename to client/openpype/hosts/photoshop/plugins/publish/extract_save_scene.py diff --git a/openpype/hosts/photoshop/plugins/publish/help/validate_instance_asset.xml b/client/openpype/hosts/photoshop/plugins/publish/help/validate_instance_asset.xml similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/help/validate_instance_asset.xml rename to client/openpype/hosts/photoshop/plugins/publish/help/validate_instance_asset.xml diff --git a/openpype/hosts/photoshop/plugins/publish/help/validate_naming.xml b/client/openpype/hosts/photoshop/plugins/publish/help/validate_naming.xml similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/help/validate_naming.xml rename to client/openpype/hosts/photoshop/plugins/publish/help/validate_naming.xml diff --git a/openpype/hosts/photoshop/plugins/publish/increment_workfile.py b/client/openpype/hosts/photoshop/plugins/publish/increment_workfile.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/increment_workfile.py rename to client/openpype/hosts/photoshop/plugins/publish/increment_workfile.py diff --git a/openpype/hosts/photoshop/plugins/publish/validate_instance_asset.py b/client/openpype/hosts/photoshop/plugins/publish/validate_instance_asset.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/validate_instance_asset.py rename to client/openpype/hosts/photoshop/plugins/publish/validate_instance_asset.py diff --git a/openpype/hosts/photoshop/plugins/publish/validate_naming.py b/client/openpype/hosts/photoshop/plugins/publish/validate_naming.py similarity index 100% rename from openpype/hosts/photoshop/plugins/publish/validate_naming.py rename to client/openpype/hosts/photoshop/plugins/publish/validate_naming.py diff --git a/openpype/hosts/photoshop/resources/template.psd b/client/openpype/hosts/photoshop/resources/template.psd similarity index 100% rename from openpype/hosts/photoshop/resources/template.psd rename to client/openpype/hosts/photoshop/resources/template.psd diff --git a/openpype/hosts/resolve/README.markdown b/client/openpype/hosts/resolve/README.markdown similarity index 100% rename from openpype/hosts/resolve/README.markdown rename to client/openpype/hosts/resolve/README.markdown diff --git a/openpype/hosts/resolve/RESOLVE_API_v18.5.1-build6.txt b/client/openpype/hosts/resolve/RESOLVE_API_v18.5.1-build6.txt similarity index 100% rename from openpype/hosts/resolve/RESOLVE_API_v18.5.1-build6.txt rename to client/openpype/hosts/resolve/RESOLVE_API_v18.5.1-build6.txt diff --git a/openpype/hosts/resolve/__init__.py b/client/openpype/hosts/resolve/__init__.py similarity index 100% rename from openpype/hosts/resolve/__init__.py rename to client/openpype/hosts/resolve/__init__.py diff --git a/openpype/hosts/resolve/addon.py b/client/openpype/hosts/resolve/addon.py similarity index 100% rename from openpype/hosts/resolve/addon.py rename to client/openpype/hosts/resolve/addon.py diff --git a/openpype/hosts/resolve/api/__init__.py b/client/openpype/hosts/resolve/api/__init__.py similarity index 100% rename from openpype/hosts/resolve/api/__init__.py rename to client/openpype/hosts/resolve/api/__init__.py diff --git a/openpype/hosts/resolve/api/action.py b/client/openpype/hosts/resolve/api/action.py similarity index 100% rename from openpype/hosts/resolve/api/action.py rename to client/openpype/hosts/resolve/api/action.py diff --git a/openpype/hosts/resolve/api/lib.py b/client/openpype/hosts/resolve/api/lib.py similarity index 100% rename from openpype/hosts/resolve/api/lib.py rename to client/openpype/hosts/resolve/api/lib.py diff --git a/openpype/hosts/resolve/api/menu.py b/client/openpype/hosts/resolve/api/menu.py similarity index 100% rename from openpype/hosts/resolve/api/menu.py rename to client/openpype/hosts/resolve/api/menu.py diff --git a/openpype/hosts/resolve/api/menu_style.qss b/client/openpype/hosts/resolve/api/menu_style.qss similarity index 100% rename from openpype/hosts/resolve/api/menu_style.qss rename to client/openpype/hosts/resolve/api/menu_style.qss diff --git a/openpype/hosts/resolve/api/pipeline.py b/client/openpype/hosts/resolve/api/pipeline.py similarity index 100% rename from openpype/hosts/resolve/api/pipeline.py rename to client/openpype/hosts/resolve/api/pipeline.py diff --git a/openpype/hosts/resolve/api/plugin.py b/client/openpype/hosts/resolve/api/plugin.py similarity index 100% rename from openpype/hosts/resolve/api/plugin.py rename to client/openpype/hosts/resolve/api/plugin.py diff --git a/openpype/hosts/resolve/api/testing_utils.py b/client/openpype/hosts/resolve/api/testing_utils.py similarity index 100% rename from openpype/hosts/resolve/api/testing_utils.py rename to client/openpype/hosts/resolve/api/testing_utils.py diff --git a/openpype/hosts/resolve/api/todo-rendering.py b/client/openpype/hosts/resolve/api/todo-rendering.py similarity index 100% rename from openpype/hosts/resolve/api/todo-rendering.py rename to client/openpype/hosts/resolve/api/todo-rendering.py diff --git a/openpype/hosts/resolve/api/utils.py b/client/openpype/hosts/resolve/api/utils.py similarity index 100% rename from openpype/hosts/resolve/api/utils.py rename to client/openpype/hosts/resolve/api/utils.py diff --git a/openpype/hosts/resolve/api/workio.py b/client/openpype/hosts/resolve/api/workio.py similarity index 100% rename from openpype/hosts/resolve/api/workio.py rename to client/openpype/hosts/resolve/api/workio.py diff --git a/openpype/hosts/resolve/hooks/pre_resolve_last_workfile.py b/client/openpype/hosts/resolve/hooks/pre_resolve_last_workfile.py similarity index 100% rename from openpype/hosts/resolve/hooks/pre_resolve_last_workfile.py rename to client/openpype/hosts/resolve/hooks/pre_resolve_last_workfile.py diff --git a/openpype/hosts/resolve/hooks/pre_resolve_setup.py b/client/openpype/hosts/resolve/hooks/pre_resolve_setup.py similarity index 100% rename from openpype/hosts/resolve/hooks/pre_resolve_setup.py rename to client/openpype/hosts/resolve/hooks/pre_resolve_setup.py diff --git a/openpype/hosts/resolve/hooks/pre_resolve_startup.py b/client/openpype/hosts/resolve/hooks/pre_resolve_startup.py similarity index 100% rename from openpype/hosts/resolve/hooks/pre_resolve_startup.py rename to client/openpype/hosts/resolve/hooks/pre_resolve_startup.py diff --git a/openpype/hosts/resolve/otio/__init__.py b/client/openpype/hosts/resolve/otio/__init__.py similarity index 100% rename from openpype/hosts/resolve/otio/__init__.py rename to client/openpype/hosts/resolve/otio/__init__.py diff --git a/openpype/hosts/resolve/otio/davinci_export.py b/client/openpype/hosts/resolve/otio/davinci_export.py similarity index 100% rename from openpype/hosts/resolve/otio/davinci_export.py rename to client/openpype/hosts/resolve/otio/davinci_export.py diff --git a/openpype/hosts/resolve/otio/davinci_import.py b/client/openpype/hosts/resolve/otio/davinci_import.py similarity index 100% rename from openpype/hosts/resolve/otio/davinci_import.py rename to client/openpype/hosts/resolve/otio/davinci_import.py diff --git a/openpype/hosts/resolve/otio/utils.py b/client/openpype/hosts/resolve/otio/utils.py similarity index 100% rename from openpype/hosts/resolve/otio/utils.py rename to client/openpype/hosts/resolve/otio/utils.py diff --git a/openpype/hosts/resolve/plugins/create/create_shot_clip.py b/client/openpype/hosts/resolve/plugins/create/create_shot_clip.py similarity index 100% rename from openpype/hosts/resolve/plugins/create/create_shot_clip.py rename to client/openpype/hosts/resolve/plugins/create/create_shot_clip.py diff --git a/openpype/hosts/resolve/plugins/load/load_clip.py b/client/openpype/hosts/resolve/plugins/load/load_clip.py similarity index 100% rename from openpype/hosts/resolve/plugins/load/load_clip.py rename to client/openpype/hosts/resolve/plugins/load/load_clip.py diff --git a/openpype/hosts/resolve/plugins/publish/extract_workfile.py b/client/openpype/hosts/resolve/plugins/publish/extract_workfile.py similarity index 100% rename from openpype/hosts/resolve/plugins/publish/extract_workfile.py rename to client/openpype/hosts/resolve/plugins/publish/extract_workfile.py diff --git a/openpype/hosts/resolve/plugins/publish/precollect_instances.py b/client/openpype/hosts/resolve/plugins/publish/precollect_instances.py similarity index 100% rename from openpype/hosts/resolve/plugins/publish/precollect_instances.py rename to client/openpype/hosts/resolve/plugins/publish/precollect_instances.py diff --git a/openpype/hosts/resolve/plugins/publish/precollect_workfile.py b/client/openpype/hosts/resolve/plugins/publish/precollect_workfile.py similarity index 100% rename from openpype/hosts/resolve/plugins/publish/precollect_workfile.py rename to client/openpype/hosts/resolve/plugins/publish/precollect_workfile.py diff --git a/openpype/hosts/resolve/startup.py b/client/openpype/hosts/resolve/startup.py similarity index 100% rename from openpype/hosts/resolve/startup.py rename to client/openpype/hosts/resolve/startup.py diff --git a/openpype/hosts/resolve/utility_scripts/AYON__Menu.py b/client/openpype/hosts/resolve/utility_scripts/AYON__Menu.py similarity index 100% rename from openpype/hosts/resolve/utility_scripts/AYON__Menu.py rename to client/openpype/hosts/resolve/utility_scripts/AYON__Menu.py diff --git a/openpype/hosts/resolve/utility_scripts/OpenPype__Menu.py b/client/openpype/hosts/resolve/utility_scripts/OpenPype__Menu.py similarity index 100% rename from openpype/hosts/resolve/utility_scripts/OpenPype__Menu.py rename to client/openpype/hosts/resolve/utility_scripts/OpenPype__Menu.py diff --git a/openpype/hosts/resolve/utility_scripts/develop/OTIO_export.py b/client/openpype/hosts/resolve/utility_scripts/develop/OTIO_export.py similarity index 100% rename from openpype/hosts/resolve/utility_scripts/develop/OTIO_export.py rename to client/openpype/hosts/resolve/utility_scripts/develop/OTIO_export.py diff --git a/openpype/hosts/resolve/utility_scripts/develop/OTIO_import.py b/client/openpype/hosts/resolve/utility_scripts/develop/OTIO_import.py similarity index 100% rename from openpype/hosts/resolve/utility_scripts/develop/OTIO_import.py rename to client/openpype/hosts/resolve/utility_scripts/develop/OTIO_import.py diff --git a/openpype/hosts/resolve/utility_scripts/develop/OpenPype_sync_util_scripts.py b/client/openpype/hosts/resolve/utility_scripts/develop/OpenPype_sync_util_scripts.py similarity index 100% rename from openpype/hosts/resolve/utility_scripts/develop/OpenPype_sync_util_scripts.py rename to client/openpype/hosts/resolve/utility_scripts/develop/OpenPype_sync_util_scripts.py diff --git a/openpype/hosts/resolve/utility_scripts/openpype_startup.scriptlib b/client/openpype/hosts/resolve/utility_scripts/openpype_startup.scriptlib similarity index 100% rename from openpype/hosts/resolve/utility_scripts/openpype_startup.scriptlib rename to client/openpype/hosts/resolve/utility_scripts/openpype_startup.scriptlib diff --git a/openpype/hosts/resolve/utils.py b/client/openpype/hosts/resolve/utils.py similarity index 100% rename from openpype/hosts/resolve/utils.py rename to client/openpype/hosts/resolve/utils.py diff --git a/openpype/hosts/standalonepublisher/__init__.py b/client/openpype/hosts/standalonepublisher/__init__.py similarity index 100% rename from openpype/hosts/standalonepublisher/__init__.py rename to client/openpype/hosts/standalonepublisher/__init__.py diff --git a/openpype/hosts/standalonepublisher/addon.py b/client/openpype/hosts/standalonepublisher/addon.py similarity index 100% rename from openpype/hosts/standalonepublisher/addon.py rename to client/openpype/hosts/standalonepublisher/addon.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_app_name.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_app_name.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_app_name.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_app_name.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_bulk_mov_instances.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_bulk_mov_instances.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_bulk_mov_instances.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_bulk_mov_instances.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_context.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_context.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_context.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_context.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_editorial.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_editorial.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_editorial.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_editorial.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_editorial_instances.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_editorial_instances.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_editorial_instances.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_editorial_instances.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_editorial_resources.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_editorial_resources.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_editorial_resources.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_editorial_resources.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_scenes.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_scenes.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_scenes.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_scenes.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_zips.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_zips.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_zips.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_zips.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_hierarchy.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_hierarchy.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_hierarchy.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_hierarchy.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_instance_data.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_instance_data.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_instance_data.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_instance_data.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_matching_asset.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_matching_asset.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_matching_asset.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_matching_asset.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_remove_marked.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_remove_marked.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_remove_marked.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_remove_marked.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_representation_names.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_representation_names.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_representation_names.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_representation_names.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/collect_texture.py b/client/openpype/hosts/standalonepublisher/plugins/publish/collect_texture.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/collect_texture.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/collect_texture.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/extract_resources.py b/client/openpype/hosts/standalonepublisher/plugins/publish/extract_resources.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/extract_resources.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/extract_resources.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/extract_thumbnail.py b/client/openpype/hosts/standalonepublisher/plugins/publish/extract_thumbnail.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/extract_thumbnail.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/extract_thumbnail.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/extract_workfile_location.py b/client/openpype/hosts/standalonepublisher/plugins/publish/extract_workfile_location.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/extract_workfile_location.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/extract_workfile_location.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/help/validate_editorial_resources.xml b/client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_editorial_resources.xml similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/help/validate_editorial_resources.xml rename to client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_editorial_resources.xml diff --git a/openpype/hosts/standalonepublisher/plugins/publish/help/validate_frame_ranges.xml b/client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_frame_ranges.xml similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/help/validate_frame_ranges.xml rename to client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_frame_ranges.xml diff --git a/openpype/hosts/standalonepublisher/plugins/publish/help/validate_shot_duplicates.xml b/client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_shot_duplicates.xml similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/help/validate_shot_duplicates.xml rename to client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_shot_duplicates.xml diff --git a/openpype/hosts/standalonepublisher/plugins/publish/help/validate_simple_texture_naming.xml b/client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_simple_texture_naming.xml similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/help/validate_simple_texture_naming.xml rename to client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_simple_texture_naming.xml diff --git a/openpype/hosts/standalonepublisher/plugins/publish/help/validate_sources.xml b/client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_sources.xml similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/help/validate_sources.xml rename to client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_sources.xml diff --git a/openpype/hosts/standalonepublisher/plugins/publish/help/validate_task_existence.xml b/client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_task_existence.xml similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/help/validate_task_existence.xml rename to client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_task_existence.xml diff --git a/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_batch.xml b/client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_batch.xml similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_batch.xml rename to client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_batch.xml diff --git a/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_has_workfile.xml b/client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_has_workfile.xml similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_has_workfile.xml rename to client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_has_workfile.xml diff --git a/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_name.xml b/client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_name.xml similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_name.xml rename to client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_name.xml diff --git a/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_versions.xml b/client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_versions.xml similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_versions.xml rename to client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_versions.xml diff --git a/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_workfiles.xml b/client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_workfiles.xml similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_workfiles.xml rename to client/openpype/hosts/standalonepublisher/plugins/publish/help/validate_texture_workfiles.xml diff --git a/openpype/hosts/standalonepublisher/plugins/publish/validate_editorial_resources.py b/client/openpype/hosts/standalonepublisher/plugins/publish/validate_editorial_resources.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/validate_editorial_resources.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/validate_editorial_resources.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/validate_frame_ranges.py b/client/openpype/hosts/standalonepublisher/plugins/publish/validate_frame_ranges.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/validate_frame_ranges.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/validate_frame_ranges.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/validate_shot_duplicates.py b/client/openpype/hosts/standalonepublisher/plugins/publish/validate_shot_duplicates.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/validate_shot_duplicates.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/validate_shot_duplicates.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/validate_sources.py b/client/openpype/hosts/standalonepublisher/plugins/publish/validate_sources.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/validate_sources.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/validate_sources.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/validate_task_existence.py b/client/openpype/hosts/standalonepublisher/plugins/publish/validate_task_existence.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/validate_task_existence.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/validate_task_existence.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_batch.py b/client/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_batch.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/validate_texture_batch.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_batch.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_has_workfile.py b/client/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_has_workfile.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/validate_texture_has_workfile.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_has_workfile.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_name.py b/client/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_name.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/validate_texture_name.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_name.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_versions.py b/client/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_versions.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/validate_texture_versions.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_versions.py diff --git a/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_workfiles.py b/client/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_workfiles.py similarity index 100% rename from openpype/hosts/standalonepublisher/plugins/publish/validate_texture_workfiles.py rename to client/openpype/hosts/standalonepublisher/plugins/publish/validate_texture_workfiles.py diff --git a/openpype/hosts/substancepainter/__init__.py b/client/openpype/hosts/substancepainter/__init__.py similarity index 100% rename from openpype/hosts/substancepainter/__init__.py rename to client/openpype/hosts/substancepainter/__init__.py diff --git a/openpype/hosts/substancepainter/addon.py b/client/openpype/hosts/substancepainter/addon.py similarity index 100% rename from openpype/hosts/substancepainter/addon.py rename to client/openpype/hosts/substancepainter/addon.py diff --git a/openpype/hosts/substancepainter/api/__init__.py b/client/openpype/hosts/substancepainter/api/__init__.py similarity index 100% rename from openpype/hosts/substancepainter/api/__init__.py rename to client/openpype/hosts/substancepainter/api/__init__.py diff --git a/openpype/hosts/substancepainter/api/colorspace.py b/client/openpype/hosts/substancepainter/api/colorspace.py similarity index 100% rename from openpype/hosts/substancepainter/api/colorspace.py rename to client/openpype/hosts/substancepainter/api/colorspace.py diff --git a/openpype/hosts/substancepainter/api/lib.py b/client/openpype/hosts/substancepainter/api/lib.py similarity index 100% rename from openpype/hosts/substancepainter/api/lib.py rename to client/openpype/hosts/substancepainter/api/lib.py diff --git a/openpype/hosts/substancepainter/api/pipeline.py b/client/openpype/hosts/substancepainter/api/pipeline.py similarity index 100% rename from openpype/hosts/substancepainter/api/pipeline.py rename to client/openpype/hosts/substancepainter/api/pipeline.py diff --git a/openpype/hosts/substancepainter/deploy/plugins/openpype_plugin.py b/client/openpype/hosts/substancepainter/deploy/plugins/openpype_plugin.py similarity index 100% rename from openpype/hosts/substancepainter/deploy/plugins/openpype_plugin.py rename to client/openpype/hosts/substancepainter/deploy/plugins/openpype_plugin.py diff --git a/openpype/hosts/substancepainter/deploy/startup/openpype_load_on_first_run.py b/client/openpype/hosts/substancepainter/deploy/startup/openpype_load_on_first_run.py similarity index 100% rename from openpype/hosts/substancepainter/deploy/startup/openpype_load_on_first_run.py rename to client/openpype/hosts/substancepainter/deploy/startup/openpype_load_on_first_run.py diff --git a/openpype/hosts/substancepainter/plugins/create/create_textures.py b/client/openpype/hosts/substancepainter/plugins/create/create_textures.py similarity index 100% rename from openpype/hosts/substancepainter/plugins/create/create_textures.py rename to client/openpype/hosts/substancepainter/plugins/create/create_textures.py diff --git a/openpype/hosts/substancepainter/plugins/create/create_workfile.py b/client/openpype/hosts/substancepainter/plugins/create/create_workfile.py similarity index 100% rename from openpype/hosts/substancepainter/plugins/create/create_workfile.py rename to client/openpype/hosts/substancepainter/plugins/create/create_workfile.py diff --git a/openpype/hosts/substancepainter/plugins/load/load_mesh.py b/client/openpype/hosts/substancepainter/plugins/load/load_mesh.py similarity index 100% rename from openpype/hosts/substancepainter/plugins/load/load_mesh.py rename to client/openpype/hosts/substancepainter/plugins/load/load_mesh.py diff --git a/openpype/hosts/substancepainter/plugins/publish/collect_current_file.py b/client/openpype/hosts/substancepainter/plugins/publish/collect_current_file.py similarity index 100% rename from openpype/hosts/substancepainter/plugins/publish/collect_current_file.py rename to client/openpype/hosts/substancepainter/plugins/publish/collect_current_file.py diff --git a/openpype/hosts/substancepainter/plugins/publish/collect_textureset_images.py b/client/openpype/hosts/substancepainter/plugins/publish/collect_textureset_images.py similarity index 100% rename from openpype/hosts/substancepainter/plugins/publish/collect_textureset_images.py rename to client/openpype/hosts/substancepainter/plugins/publish/collect_textureset_images.py diff --git a/openpype/hosts/substancepainter/plugins/publish/collect_workfile_representation.py b/client/openpype/hosts/substancepainter/plugins/publish/collect_workfile_representation.py similarity index 100% rename from openpype/hosts/substancepainter/plugins/publish/collect_workfile_representation.py rename to client/openpype/hosts/substancepainter/plugins/publish/collect_workfile_representation.py diff --git a/openpype/hosts/substancepainter/plugins/publish/extract_textures.py b/client/openpype/hosts/substancepainter/plugins/publish/extract_textures.py similarity index 100% rename from openpype/hosts/substancepainter/plugins/publish/extract_textures.py rename to client/openpype/hosts/substancepainter/plugins/publish/extract_textures.py diff --git a/openpype/hosts/substancepainter/plugins/publish/increment_workfile.py b/client/openpype/hosts/substancepainter/plugins/publish/increment_workfile.py similarity index 100% rename from openpype/hosts/substancepainter/plugins/publish/increment_workfile.py rename to client/openpype/hosts/substancepainter/plugins/publish/increment_workfile.py diff --git a/openpype/hosts/substancepainter/plugins/publish/save_workfile.py b/client/openpype/hosts/substancepainter/plugins/publish/save_workfile.py similarity index 100% rename from openpype/hosts/substancepainter/plugins/publish/save_workfile.py rename to client/openpype/hosts/substancepainter/plugins/publish/save_workfile.py diff --git a/openpype/hosts/substancepainter/plugins/publish/validate_ouput_maps.py b/client/openpype/hosts/substancepainter/plugins/publish/validate_ouput_maps.py similarity index 100% rename from openpype/hosts/substancepainter/plugins/publish/validate_ouput_maps.py rename to client/openpype/hosts/substancepainter/plugins/publish/validate_ouput_maps.py diff --git a/openpype/hosts/traypublisher/__init__.py b/client/openpype/hosts/traypublisher/__init__.py similarity index 100% rename from openpype/hosts/traypublisher/__init__.py rename to client/openpype/hosts/traypublisher/__init__.py diff --git a/openpype/hosts/traypublisher/addon.py b/client/openpype/hosts/traypublisher/addon.py similarity index 100% rename from openpype/hosts/traypublisher/addon.py rename to client/openpype/hosts/traypublisher/addon.py diff --git a/openpype/hosts/traypublisher/api/__init__.py b/client/openpype/hosts/traypublisher/api/__init__.py similarity index 100% rename from openpype/hosts/traypublisher/api/__init__.py rename to client/openpype/hosts/traypublisher/api/__init__.py diff --git a/openpype/hosts/traypublisher/api/editorial.py b/client/openpype/hosts/traypublisher/api/editorial.py similarity index 100% rename from openpype/hosts/traypublisher/api/editorial.py rename to client/openpype/hosts/traypublisher/api/editorial.py diff --git a/openpype/hosts/traypublisher/api/pipeline.py b/client/openpype/hosts/traypublisher/api/pipeline.py similarity index 100% rename from openpype/hosts/traypublisher/api/pipeline.py rename to client/openpype/hosts/traypublisher/api/pipeline.py diff --git a/openpype/hosts/traypublisher/api/plugin.py b/client/openpype/hosts/traypublisher/api/plugin.py similarity index 100% rename from openpype/hosts/traypublisher/api/plugin.py rename to client/openpype/hosts/traypublisher/api/plugin.py diff --git a/openpype/hosts/traypublisher/batch_parsing.py b/client/openpype/hosts/traypublisher/batch_parsing.py similarity index 100% rename from openpype/hosts/traypublisher/batch_parsing.py rename to client/openpype/hosts/traypublisher/batch_parsing.py diff --git a/openpype/hosts/traypublisher/plugins/create/create_colorspace_look.py b/client/openpype/hosts/traypublisher/plugins/create/create_colorspace_look.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/create/create_colorspace_look.py rename to client/openpype/hosts/traypublisher/plugins/create/create_colorspace_look.py diff --git a/openpype/hosts/traypublisher/plugins/create/create_editorial.py b/client/openpype/hosts/traypublisher/plugins/create/create_editorial.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/create/create_editorial.py rename to client/openpype/hosts/traypublisher/plugins/create/create_editorial.py diff --git a/openpype/hosts/traypublisher/plugins/create/create_from_settings.py b/client/openpype/hosts/traypublisher/plugins/create/create_from_settings.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/create/create_from_settings.py rename to client/openpype/hosts/traypublisher/plugins/create/create_from_settings.py diff --git a/openpype/hosts/traypublisher/plugins/create/create_movie_batch.py b/client/openpype/hosts/traypublisher/plugins/create/create_movie_batch.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/create/create_movie_batch.py rename to client/openpype/hosts/traypublisher/plugins/create/create_movie_batch.py diff --git a/openpype/hosts/traypublisher/plugins/create/create_online.py b/client/openpype/hosts/traypublisher/plugins/create/create_online.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/create/create_online.py rename to client/openpype/hosts/traypublisher/plugins/create/create_online.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_app_name.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_app_name.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_app_name.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_app_name.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_clip_instances.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_clip_instances.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_clip_instances.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_clip_instances.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_colorspace_look.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_colorspace_look.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_colorspace_look.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_colorspace_look.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_editorial_instances.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_editorial_instances.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_editorial_instances.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_editorial_instances.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_editorial_reviewable.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_editorial_reviewable.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_editorial_reviewable.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_editorial_reviewable.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_explicit_colorspace.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_explicit_colorspace.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_explicit_colorspace.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_explicit_colorspace.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_frame_data_from_asset_entity.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_frame_data_from_asset_entity.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_frame_data_from_asset_entity.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_frame_data_from_asset_entity.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_movie_batch.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_movie_batch.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_movie_batch.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_movie_batch.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_online_file.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_online_file.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_online_file.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_online_file.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_review_frames.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_review_frames.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_review_frames.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_review_frames.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_sequence_frame_data.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_sequence_frame_data.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_sequence_frame_data.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_sequence_frame_data.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_shot_instances.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_shot_instances.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_shot_instances.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_shot_instances.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_simple_instances.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_simple_instances.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_simple_instances.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_simple_instances.py diff --git a/openpype/hosts/traypublisher/plugins/publish/collect_source.py b/client/openpype/hosts/traypublisher/plugins/publish/collect_source.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/collect_source.py rename to client/openpype/hosts/traypublisher/plugins/publish/collect_source.py diff --git a/openpype/hosts/traypublisher/plugins/publish/extract_colorspace_look.py b/client/openpype/hosts/traypublisher/plugins/publish/extract_colorspace_look.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/extract_colorspace_look.py rename to client/openpype/hosts/traypublisher/plugins/publish/extract_colorspace_look.py diff --git a/openpype/hosts/traypublisher/plugins/publish/help/validate_existing_version.xml b/client/openpype/hosts/traypublisher/plugins/publish/help/validate_existing_version.xml similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/help/validate_existing_version.xml rename to client/openpype/hosts/traypublisher/plugins/publish/help/validate_existing_version.xml diff --git a/openpype/hosts/traypublisher/plugins/publish/help/validate_frame_ranges.xml b/client/openpype/hosts/traypublisher/plugins/publish/help/validate_frame_ranges.xml similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/help/validate_frame_ranges.xml rename to client/openpype/hosts/traypublisher/plugins/publish/help/validate_frame_ranges.xml diff --git a/openpype/hosts/traypublisher/plugins/publish/validate_colorspace.py b/client/openpype/hosts/traypublisher/plugins/publish/validate_colorspace.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/validate_colorspace.py rename to client/openpype/hosts/traypublisher/plugins/publish/validate_colorspace.py diff --git a/openpype/hosts/traypublisher/plugins/publish/validate_colorspace_look.py b/client/openpype/hosts/traypublisher/plugins/publish/validate_colorspace_look.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/validate_colorspace_look.py rename to client/openpype/hosts/traypublisher/plugins/publish/validate_colorspace_look.py diff --git a/openpype/hosts/traypublisher/plugins/publish/validate_existing_version.py b/client/openpype/hosts/traypublisher/plugins/publish/validate_existing_version.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/validate_existing_version.py rename to client/openpype/hosts/traypublisher/plugins/publish/validate_existing_version.py diff --git a/openpype/hosts/traypublisher/plugins/publish/validate_filepaths.py b/client/openpype/hosts/traypublisher/plugins/publish/validate_filepaths.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/validate_filepaths.py rename to client/openpype/hosts/traypublisher/plugins/publish/validate_filepaths.py diff --git a/openpype/hosts/traypublisher/plugins/publish/validate_frame_ranges.py b/client/openpype/hosts/traypublisher/plugins/publish/validate_frame_ranges.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/validate_frame_ranges.py rename to client/openpype/hosts/traypublisher/plugins/publish/validate_frame_ranges.py diff --git a/openpype/hosts/traypublisher/plugins/publish/validate_online_file.py b/client/openpype/hosts/traypublisher/plugins/publish/validate_online_file.py similarity index 100% rename from openpype/hosts/traypublisher/plugins/publish/validate_online_file.py rename to client/openpype/hosts/traypublisher/plugins/publish/validate_online_file.py diff --git a/openpype/hosts/tvpaint/__init__.py b/client/openpype/hosts/tvpaint/__init__.py similarity index 100% rename from openpype/hosts/tvpaint/__init__.py rename to client/openpype/hosts/tvpaint/__init__.py diff --git a/openpype/hosts/tvpaint/addon.py b/client/openpype/hosts/tvpaint/addon.py similarity index 100% rename from openpype/hosts/tvpaint/addon.py rename to client/openpype/hosts/tvpaint/addon.py diff --git a/openpype/hosts/tvpaint/api/__init__.py b/client/openpype/hosts/tvpaint/api/__init__.py similarity index 100% rename from openpype/hosts/tvpaint/api/__init__.py rename to client/openpype/hosts/tvpaint/api/__init__.py diff --git a/openpype/hosts/tvpaint/api/communication_server.py b/client/openpype/hosts/tvpaint/api/communication_server.py similarity index 100% rename from openpype/hosts/tvpaint/api/communication_server.py rename to client/openpype/hosts/tvpaint/api/communication_server.py diff --git a/openpype/hosts/tvpaint/api/launch_script.py b/client/openpype/hosts/tvpaint/api/launch_script.py similarity index 100% rename from openpype/hosts/tvpaint/api/launch_script.py rename to client/openpype/hosts/tvpaint/api/launch_script.py diff --git a/openpype/hosts/tvpaint/api/lib.py b/client/openpype/hosts/tvpaint/api/lib.py similarity index 100% rename from openpype/hosts/tvpaint/api/lib.py rename to client/openpype/hosts/tvpaint/api/lib.py diff --git a/openpype/hosts/tvpaint/api/pipeline.py b/client/openpype/hosts/tvpaint/api/pipeline.py similarity index 100% rename from openpype/hosts/tvpaint/api/pipeline.py rename to client/openpype/hosts/tvpaint/api/pipeline.py diff --git a/openpype/hosts/tvpaint/api/plugin.py b/client/openpype/hosts/tvpaint/api/plugin.py similarity index 100% rename from openpype/hosts/tvpaint/api/plugin.py rename to client/openpype/hosts/tvpaint/api/plugin.py diff --git a/openpype/hosts/tvpaint/hooks/pre_launch_args.py b/client/openpype/hosts/tvpaint/hooks/pre_launch_args.py similarity index 100% rename from openpype/hosts/tvpaint/hooks/pre_launch_args.py rename to client/openpype/hosts/tvpaint/hooks/pre_launch_args.py diff --git a/openpype/hosts/tvpaint/lib.py b/client/openpype/hosts/tvpaint/lib.py similarity index 100% rename from openpype/hosts/tvpaint/lib.py rename to client/openpype/hosts/tvpaint/lib.py diff --git a/openpype/hosts/tvpaint/plugins/create/convert_legacy.py b/client/openpype/hosts/tvpaint/plugins/create/convert_legacy.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/create/convert_legacy.py rename to client/openpype/hosts/tvpaint/plugins/create/convert_legacy.py diff --git a/openpype/hosts/tvpaint/plugins/create/create_render.py b/client/openpype/hosts/tvpaint/plugins/create/create_render.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/create/create_render.py rename to client/openpype/hosts/tvpaint/plugins/create/create_render.py diff --git a/openpype/hosts/tvpaint/plugins/create/create_review.py b/client/openpype/hosts/tvpaint/plugins/create/create_review.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/create/create_review.py rename to client/openpype/hosts/tvpaint/plugins/create/create_review.py diff --git a/openpype/hosts/tvpaint/plugins/create/create_workfile.py b/client/openpype/hosts/tvpaint/plugins/create/create_workfile.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/create/create_workfile.py rename to client/openpype/hosts/tvpaint/plugins/create/create_workfile.py diff --git a/openpype/hosts/tvpaint/plugins/load/load_image.py b/client/openpype/hosts/tvpaint/plugins/load/load_image.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/load/load_image.py rename to client/openpype/hosts/tvpaint/plugins/load/load_image.py diff --git a/openpype/hosts/tvpaint/plugins/load/load_reference_image.py b/client/openpype/hosts/tvpaint/plugins/load/load_reference_image.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/load/load_reference_image.py rename to client/openpype/hosts/tvpaint/plugins/load/load_reference_image.py diff --git a/openpype/hosts/tvpaint/plugins/load/load_sound.py b/client/openpype/hosts/tvpaint/plugins/load/load_sound.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/load/load_sound.py rename to client/openpype/hosts/tvpaint/plugins/load/load_sound.py diff --git a/openpype/hosts/tvpaint/plugins/load/load_workfile.py b/client/openpype/hosts/tvpaint/plugins/load/load_workfile.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/load/load_workfile.py rename to client/openpype/hosts/tvpaint/plugins/load/load_workfile.py diff --git a/openpype/hosts/tvpaint/plugins/publish/collect_instance_frames.py b/client/openpype/hosts/tvpaint/plugins/publish/collect_instance_frames.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/collect_instance_frames.py rename to client/openpype/hosts/tvpaint/plugins/publish/collect_instance_frames.py diff --git a/openpype/hosts/tvpaint/plugins/publish/collect_render_instances.py b/client/openpype/hosts/tvpaint/plugins/publish/collect_render_instances.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/collect_render_instances.py rename to client/openpype/hosts/tvpaint/plugins/publish/collect_render_instances.py diff --git a/openpype/hosts/tvpaint/plugins/publish/collect_workfile.py b/client/openpype/hosts/tvpaint/plugins/publish/collect_workfile.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/collect_workfile.py rename to client/openpype/hosts/tvpaint/plugins/publish/collect_workfile.py diff --git a/openpype/hosts/tvpaint/plugins/publish/collect_workfile_data.py b/client/openpype/hosts/tvpaint/plugins/publish/collect_workfile_data.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/collect_workfile_data.py rename to client/openpype/hosts/tvpaint/plugins/publish/collect_workfile_data.py diff --git a/openpype/hosts/tvpaint/plugins/publish/extract_convert_to_exr.py b/client/openpype/hosts/tvpaint/plugins/publish/extract_convert_to_exr.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/extract_convert_to_exr.py rename to client/openpype/hosts/tvpaint/plugins/publish/extract_convert_to_exr.py diff --git a/openpype/hosts/tvpaint/plugins/publish/extract_sequence.py b/client/openpype/hosts/tvpaint/plugins/publish/extract_sequence.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/extract_sequence.py rename to client/openpype/hosts/tvpaint/plugins/publish/extract_sequence.py diff --git a/openpype/hosts/tvpaint/plugins/publish/help/validate_asset_name.xml b/client/openpype/hosts/tvpaint/plugins/publish/help/validate_asset_name.xml similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/help/validate_asset_name.xml rename to client/openpype/hosts/tvpaint/plugins/publish/help/validate_asset_name.xml diff --git a/openpype/hosts/tvpaint/plugins/publish/help/validate_duplicated_layer_names.xml b/client/openpype/hosts/tvpaint/plugins/publish/help/validate_duplicated_layer_names.xml similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/help/validate_duplicated_layer_names.xml rename to client/openpype/hosts/tvpaint/plugins/publish/help/validate_duplicated_layer_names.xml diff --git a/openpype/hosts/tvpaint/plugins/publish/help/validate_layers_visibility.xml b/client/openpype/hosts/tvpaint/plugins/publish/help/validate_layers_visibility.xml similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/help/validate_layers_visibility.xml rename to client/openpype/hosts/tvpaint/plugins/publish/help/validate_layers_visibility.xml diff --git a/openpype/hosts/tvpaint/plugins/publish/help/validate_marks.xml b/client/openpype/hosts/tvpaint/plugins/publish/help/validate_marks.xml similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/help/validate_marks.xml rename to client/openpype/hosts/tvpaint/plugins/publish/help/validate_marks.xml diff --git a/openpype/hosts/tvpaint/plugins/publish/help/validate_missing_layer_names.xml b/client/openpype/hosts/tvpaint/plugins/publish/help/validate_missing_layer_names.xml similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/help/validate_missing_layer_names.xml rename to client/openpype/hosts/tvpaint/plugins/publish/help/validate_missing_layer_names.xml diff --git a/openpype/hosts/tvpaint/plugins/publish/help/validate_render_layer_group.xml b/client/openpype/hosts/tvpaint/plugins/publish/help/validate_render_layer_group.xml similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/help/validate_render_layer_group.xml rename to client/openpype/hosts/tvpaint/plugins/publish/help/validate_render_layer_group.xml diff --git a/openpype/hosts/tvpaint/plugins/publish/help/validate_render_pass_group.xml b/client/openpype/hosts/tvpaint/plugins/publish/help/validate_render_pass_group.xml similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/help/validate_render_pass_group.xml rename to client/openpype/hosts/tvpaint/plugins/publish/help/validate_render_pass_group.xml diff --git a/openpype/hosts/tvpaint/plugins/publish/help/validate_scene_settings.xml b/client/openpype/hosts/tvpaint/plugins/publish/help/validate_scene_settings.xml similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/help/validate_scene_settings.xml rename to client/openpype/hosts/tvpaint/plugins/publish/help/validate_scene_settings.xml diff --git a/openpype/hosts/tvpaint/plugins/publish/help/validate_start_frame.xml b/client/openpype/hosts/tvpaint/plugins/publish/help/validate_start_frame.xml similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/help/validate_start_frame.xml rename to client/openpype/hosts/tvpaint/plugins/publish/help/validate_start_frame.xml diff --git a/openpype/hosts/tvpaint/plugins/publish/help/validate_workfile_metadata.xml b/client/openpype/hosts/tvpaint/plugins/publish/help/validate_workfile_metadata.xml similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/help/validate_workfile_metadata.xml rename to client/openpype/hosts/tvpaint/plugins/publish/help/validate_workfile_metadata.xml diff --git a/openpype/hosts/tvpaint/plugins/publish/help/validate_workfile_project_name.xml b/client/openpype/hosts/tvpaint/plugins/publish/help/validate_workfile_project_name.xml similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/help/validate_workfile_project_name.xml rename to client/openpype/hosts/tvpaint/plugins/publish/help/validate_workfile_project_name.xml diff --git a/openpype/hosts/tvpaint/plugins/publish/increment_workfile_version.py b/client/openpype/hosts/tvpaint/plugins/publish/increment_workfile_version.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/increment_workfile_version.py rename to client/openpype/hosts/tvpaint/plugins/publish/increment_workfile_version.py diff --git a/openpype/hosts/tvpaint/plugins/publish/validate_asset_name.py b/client/openpype/hosts/tvpaint/plugins/publish/validate_asset_name.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/validate_asset_name.py rename to client/openpype/hosts/tvpaint/plugins/publish/validate_asset_name.py diff --git a/openpype/hosts/tvpaint/plugins/publish/validate_duplicated_layer_names.py b/client/openpype/hosts/tvpaint/plugins/publish/validate_duplicated_layer_names.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/validate_duplicated_layer_names.py rename to client/openpype/hosts/tvpaint/plugins/publish/validate_duplicated_layer_names.py diff --git a/openpype/hosts/tvpaint/plugins/publish/validate_layers_visibility.py b/client/openpype/hosts/tvpaint/plugins/publish/validate_layers_visibility.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/validate_layers_visibility.py rename to client/openpype/hosts/tvpaint/plugins/publish/validate_layers_visibility.py diff --git a/openpype/hosts/tvpaint/plugins/publish/validate_marks.py b/client/openpype/hosts/tvpaint/plugins/publish/validate_marks.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/validate_marks.py rename to client/openpype/hosts/tvpaint/plugins/publish/validate_marks.py diff --git a/openpype/hosts/tvpaint/plugins/publish/validate_missing_layer_names.py b/client/openpype/hosts/tvpaint/plugins/publish/validate_missing_layer_names.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/validate_missing_layer_names.py rename to client/openpype/hosts/tvpaint/plugins/publish/validate_missing_layer_names.py diff --git a/openpype/hosts/tvpaint/plugins/publish/validate_render_layer_group.py b/client/openpype/hosts/tvpaint/plugins/publish/validate_render_layer_group.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/validate_render_layer_group.py rename to client/openpype/hosts/tvpaint/plugins/publish/validate_render_layer_group.py diff --git a/openpype/hosts/tvpaint/plugins/publish/validate_render_pass_group.py b/client/openpype/hosts/tvpaint/plugins/publish/validate_render_pass_group.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/validate_render_pass_group.py rename to client/openpype/hosts/tvpaint/plugins/publish/validate_render_pass_group.py diff --git a/openpype/hosts/tvpaint/plugins/publish/validate_scene_settings.py b/client/openpype/hosts/tvpaint/plugins/publish/validate_scene_settings.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/validate_scene_settings.py rename to client/openpype/hosts/tvpaint/plugins/publish/validate_scene_settings.py diff --git a/openpype/hosts/tvpaint/plugins/publish/validate_start_frame.py b/client/openpype/hosts/tvpaint/plugins/publish/validate_start_frame.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/validate_start_frame.py rename to client/openpype/hosts/tvpaint/plugins/publish/validate_start_frame.py diff --git a/openpype/hosts/tvpaint/plugins/publish/validate_workfile_metadata.py b/client/openpype/hosts/tvpaint/plugins/publish/validate_workfile_metadata.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/validate_workfile_metadata.py rename to client/openpype/hosts/tvpaint/plugins/publish/validate_workfile_metadata.py diff --git a/openpype/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py b/client/openpype/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py similarity index 100% rename from openpype/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py rename to client/openpype/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py diff --git a/openpype/hosts/tvpaint/resources/template.tvpp b/client/openpype/hosts/tvpaint/resources/template.tvpp similarity index 100% rename from openpype/hosts/tvpaint/resources/template.tvpp rename to client/openpype/hosts/tvpaint/resources/template.tvpp diff --git a/openpype/hosts/tvpaint/tvpaint_plugin/__init__.py b/client/openpype/hosts/tvpaint/tvpaint_plugin/__init__.py similarity index 100% rename from openpype/hosts/tvpaint/tvpaint_plugin/__init__.py rename to client/openpype/hosts/tvpaint/tvpaint_plugin/__init__.py diff --git a/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/CMakeLists.txt b/client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/CMakeLists.txt similarity index 100% rename from openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/CMakeLists.txt rename to client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/CMakeLists.txt diff --git a/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/README.md b/client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/README.md similarity index 100% rename from openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/README.md rename to client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/README.md diff --git a/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/library.cpp b/client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/library.cpp similarity index 100% rename from openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/library.cpp rename to client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/library.cpp diff --git a/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/library.def b/client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/library.def similarity index 100% rename from openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/library.def rename to client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/library.def diff --git a/openpype/hosts/tvpaint/tvpaint_plugin/plugin_files/windows_x64/plugin/OpenPypePlugin.dll b/client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_files/windows_x64/plugin/OpenPypePlugin.dll similarity index 100% rename from openpype/hosts/tvpaint/tvpaint_plugin/plugin_files/windows_x64/plugin/OpenPypePlugin.dll rename to client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_files/windows_x64/plugin/OpenPypePlugin.dll diff --git a/openpype/hosts/tvpaint/tvpaint_plugin/plugin_files/windows_x86/plugin/OpenPypePlugin.dll b/client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_files/windows_x86/plugin/OpenPypePlugin.dll similarity index 100% rename from openpype/hosts/tvpaint/tvpaint_plugin/plugin_files/windows_x86/plugin/OpenPypePlugin.dll rename to client/openpype/hosts/tvpaint/tvpaint_plugin/plugin_files/windows_x86/plugin/OpenPypePlugin.dll diff --git a/openpype/hosts/tvpaint/worker/__init__.py b/client/openpype/hosts/tvpaint/worker/__init__.py similarity index 100% rename from openpype/hosts/tvpaint/worker/__init__.py rename to client/openpype/hosts/tvpaint/worker/__init__.py diff --git a/openpype/hosts/tvpaint/worker/init_file.tvpp b/client/openpype/hosts/tvpaint/worker/init_file.tvpp similarity index 100% rename from openpype/hosts/tvpaint/worker/init_file.tvpp rename to client/openpype/hosts/tvpaint/worker/init_file.tvpp diff --git a/openpype/hosts/tvpaint/worker/worker.py b/client/openpype/hosts/tvpaint/worker/worker.py similarity index 100% rename from openpype/hosts/tvpaint/worker/worker.py rename to client/openpype/hosts/tvpaint/worker/worker.py diff --git a/openpype/hosts/tvpaint/worker/worker_job.py b/client/openpype/hosts/tvpaint/worker/worker_job.py similarity index 100% rename from openpype/hosts/tvpaint/worker/worker_job.py rename to client/openpype/hosts/tvpaint/worker/worker_job.py diff --git a/openpype/hosts/unreal/README.md b/client/openpype/hosts/unreal/README.md similarity index 100% rename from openpype/hosts/unreal/README.md rename to client/openpype/hosts/unreal/README.md diff --git a/openpype/hosts/unreal/__init__.py b/client/openpype/hosts/unreal/__init__.py similarity index 100% rename from openpype/hosts/unreal/__init__.py rename to client/openpype/hosts/unreal/__init__.py diff --git a/openpype/hosts/unreal/addon.py b/client/openpype/hosts/unreal/addon.py similarity index 100% rename from openpype/hosts/unreal/addon.py rename to client/openpype/hosts/unreal/addon.py diff --git a/openpype/hosts/unreal/api/__init__.py b/client/openpype/hosts/unreal/api/__init__.py similarity index 100% rename from openpype/hosts/unreal/api/__init__.py rename to client/openpype/hosts/unreal/api/__init__.py diff --git a/openpype/hosts/unreal/api/helpers.py b/client/openpype/hosts/unreal/api/helpers.py similarity index 100% rename from openpype/hosts/unreal/api/helpers.py rename to client/openpype/hosts/unreal/api/helpers.py diff --git a/openpype/hosts/unreal/api/pipeline.py b/client/openpype/hosts/unreal/api/pipeline.py similarity index 100% rename from openpype/hosts/unreal/api/pipeline.py rename to client/openpype/hosts/unreal/api/pipeline.py diff --git a/openpype/hosts/unreal/api/plugin.py b/client/openpype/hosts/unreal/api/plugin.py similarity index 100% rename from openpype/hosts/unreal/api/plugin.py rename to client/openpype/hosts/unreal/api/plugin.py diff --git a/openpype/hosts/unreal/api/rendering.py b/client/openpype/hosts/unreal/api/rendering.py similarity index 100% rename from openpype/hosts/unreal/api/rendering.py rename to client/openpype/hosts/unreal/api/rendering.py diff --git a/openpype/hosts/unreal/api/tools_ui.py b/client/openpype/hosts/unreal/api/tools_ui.py similarity index 100% rename from openpype/hosts/unreal/api/tools_ui.py rename to client/openpype/hosts/unreal/api/tools_ui.py diff --git a/openpype/hosts/unreal/hooks/pre_workfile_preparation.py b/client/openpype/hosts/unreal/hooks/pre_workfile_preparation.py similarity index 100% rename from openpype/hosts/unreal/hooks/pre_workfile_preparation.py rename to client/openpype/hosts/unreal/hooks/pre_workfile_preparation.py diff --git a/openpype/hosts/unreal/lib.py b/client/openpype/hosts/unreal/lib.py similarity index 100% rename from openpype/hosts/unreal/lib.py rename to client/openpype/hosts/unreal/lib.py diff --git a/openpype/hosts/unreal/plugins/__init__.py b/client/openpype/hosts/unreal/plugins/__init__.py similarity index 100% rename from openpype/hosts/unreal/plugins/__init__.py rename to client/openpype/hosts/unreal/plugins/__init__.py diff --git a/openpype/hosts/unreal/plugins/create/create_camera.py b/client/openpype/hosts/unreal/plugins/create/create_camera.py similarity index 100% rename from openpype/hosts/unreal/plugins/create/create_camera.py rename to client/openpype/hosts/unreal/plugins/create/create_camera.py diff --git a/openpype/hosts/unreal/plugins/create/create_layout.py b/client/openpype/hosts/unreal/plugins/create/create_layout.py similarity index 100% rename from openpype/hosts/unreal/plugins/create/create_layout.py rename to client/openpype/hosts/unreal/plugins/create/create_layout.py diff --git a/openpype/hosts/unreal/plugins/create/create_look.py b/client/openpype/hosts/unreal/plugins/create/create_look.py similarity index 100% rename from openpype/hosts/unreal/plugins/create/create_look.py rename to client/openpype/hosts/unreal/plugins/create/create_look.py diff --git a/openpype/hosts/unreal/plugins/create/create_render.py b/client/openpype/hosts/unreal/plugins/create/create_render.py similarity index 100% rename from openpype/hosts/unreal/plugins/create/create_render.py rename to client/openpype/hosts/unreal/plugins/create/create_render.py diff --git a/openpype/hosts/unreal/plugins/create/create_staticmeshfbx.py b/client/openpype/hosts/unreal/plugins/create/create_staticmeshfbx.py similarity index 100% rename from openpype/hosts/unreal/plugins/create/create_staticmeshfbx.py rename to client/openpype/hosts/unreal/plugins/create/create_staticmeshfbx.py diff --git a/openpype/hosts/unreal/plugins/create/create_uasset.py b/client/openpype/hosts/unreal/plugins/create/create_uasset.py similarity index 100% rename from openpype/hosts/unreal/plugins/create/create_uasset.py rename to client/openpype/hosts/unreal/plugins/create/create_uasset.py diff --git a/openpype/hosts/unreal/plugins/inventory/delete_unused_assets.py b/client/openpype/hosts/unreal/plugins/inventory/delete_unused_assets.py similarity index 100% rename from openpype/hosts/unreal/plugins/inventory/delete_unused_assets.py rename to client/openpype/hosts/unreal/plugins/inventory/delete_unused_assets.py diff --git a/openpype/hosts/unreal/plugins/inventory/update_actors.py b/client/openpype/hosts/unreal/plugins/inventory/update_actors.py similarity index 100% rename from openpype/hosts/unreal/plugins/inventory/update_actors.py rename to client/openpype/hosts/unreal/plugins/inventory/update_actors.py diff --git a/openpype/hosts/unreal/plugins/load/load_alembic_animation.py b/client/openpype/hosts/unreal/plugins/load/load_alembic_animation.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_alembic_animation.py rename to client/openpype/hosts/unreal/plugins/load/load_alembic_animation.py diff --git a/openpype/hosts/unreal/plugins/load/load_animation.py b/client/openpype/hosts/unreal/plugins/load/load_animation.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_animation.py rename to client/openpype/hosts/unreal/plugins/load/load_animation.py diff --git a/openpype/hosts/unreal/plugins/load/load_camera.py b/client/openpype/hosts/unreal/plugins/load/load_camera.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_camera.py rename to client/openpype/hosts/unreal/plugins/load/load_camera.py diff --git a/openpype/hosts/unreal/plugins/load/load_geometrycache_abc.py b/client/openpype/hosts/unreal/plugins/load/load_geometrycache_abc.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_geometrycache_abc.py rename to client/openpype/hosts/unreal/plugins/load/load_geometrycache_abc.py diff --git a/openpype/hosts/unreal/plugins/load/load_layout.py b/client/openpype/hosts/unreal/plugins/load/load_layout.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_layout.py rename to client/openpype/hosts/unreal/plugins/load/load_layout.py diff --git a/openpype/hosts/unreal/plugins/load/load_layout_existing.py b/client/openpype/hosts/unreal/plugins/load/load_layout_existing.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_layout_existing.py rename to client/openpype/hosts/unreal/plugins/load/load_layout_existing.py diff --git a/openpype/hosts/unreal/plugins/load/load_skeletalmesh_abc.py b/client/openpype/hosts/unreal/plugins/load/load_skeletalmesh_abc.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_skeletalmesh_abc.py rename to client/openpype/hosts/unreal/plugins/load/load_skeletalmesh_abc.py diff --git a/openpype/hosts/unreal/plugins/load/load_skeletalmesh_fbx.py b/client/openpype/hosts/unreal/plugins/load/load_skeletalmesh_fbx.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_skeletalmesh_fbx.py rename to client/openpype/hosts/unreal/plugins/load/load_skeletalmesh_fbx.py diff --git a/openpype/hosts/unreal/plugins/load/load_staticmesh_abc.py b/client/openpype/hosts/unreal/plugins/load/load_staticmesh_abc.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_staticmesh_abc.py rename to client/openpype/hosts/unreal/plugins/load/load_staticmesh_abc.py diff --git a/openpype/hosts/unreal/plugins/load/load_staticmesh_fbx.py b/client/openpype/hosts/unreal/plugins/load/load_staticmesh_fbx.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_staticmesh_fbx.py rename to client/openpype/hosts/unreal/plugins/load/load_staticmesh_fbx.py diff --git a/openpype/hosts/unreal/plugins/load/load_uasset.py b/client/openpype/hosts/unreal/plugins/load/load_uasset.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_uasset.py rename to client/openpype/hosts/unreal/plugins/load/load_uasset.py diff --git a/openpype/hosts/unreal/plugins/load/load_yeticache.py b/client/openpype/hosts/unreal/plugins/load/load_yeticache.py similarity index 100% rename from openpype/hosts/unreal/plugins/load/load_yeticache.py rename to client/openpype/hosts/unreal/plugins/load/load_yeticache.py diff --git a/openpype/hosts/unreal/plugins/publish/collect_current_file.py b/client/openpype/hosts/unreal/plugins/publish/collect_current_file.py similarity index 100% rename from openpype/hosts/unreal/plugins/publish/collect_current_file.py rename to client/openpype/hosts/unreal/plugins/publish/collect_current_file.py diff --git a/openpype/hosts/unreal/plugins/publish/collect_instance_members.py b/client/openpype/hosts/unreal/plugins/publish/collect_instance_members.py similarity index 100% rename from openpype/hosts/unreal/plugins/publish/collect_instance_members.py rename to client/openpype/hosts/unreal/plugins/publish/collect_instance_members.py diff --git a/openpype/hosts/unreal/plugins/publish/collect_remove_marked.py b/client/openpype/hosts/unreal/plugins/publish/collect_remove_marked.py similarity index 100% rename from openpype/hosts/unreal/plugins/publish/collect_remove_marked.py rename to client/openpype/hosts/unreal/plugins/publish/collect_remove_marked.py diff --git a/openpype/hosts/unreal/plugins/publish/collect_render_instances.py b/client/openpype/hosts/unreal/plugins/publish/collect_render_instances.py similarity index 100% rename from openpype/hosts/unreal/plugins/publish/collect_render_instances.py rename to client/openpype/hosts/unreal/plugins/publish/collect_render_instances.py diff --git a/openpype/hosts/unreal/plugins/publish/extract_camera.py b/client/openpype/hosts/unreal/plugins/publish/extract_camera.py similarity index 100% rename from openpype/hosts/unreal/plugins/publish/extract_camera.py rename to client/openpype/hosts/unreal/plugins/publish/extract_camera.py diff --git a/openpype/hosts/unreal/plugins/publish/extract_layout.py b/client/openpype/hosts/unreal/plugins/publish/extract_layout.py similarity index 100% rename from openpype/hosts/unreal/plugins/publish/extract_layout.py rename to client/openpype/hosts/unreal/plugins/publish/extract_layout.py diff --git a/openpype/hosts/unreal/plugins/publish/extract_look.py b/client/openpype/hosts/unreal/plugins/publish/extract_look.py similarity index 100% rename from openpype/hosts/unreal/plugins/publish/extract_look.py rename to client/openpype/hosts/unreal/plugins/publish/extract_look.py diff --git a/openpype/hosts/unreal/plugins/publish/extract_uasset.py b/client/openpype/hosts/unreal/plugins/publish/extract_uasset.py similarity index 100% rename from openpype/hosts/unreal/plugins/publish/extract_uasset.py rename to client/openpype/hosts/unreal/plugins/publish/extract_uasset.py diff --git a/openpype/hosts/unreal/plugins/publish/validate_no_dependencies.py b/client/openpype/hosts/unreal/plugins/publish/validate_no_dependencies.py similarity index 100% rename from openpype/hosts/unreal/plugins/publish/validate_no_dependencies.py rename to client/openpype/hosts/unreal/plugins/publish/validate_no_dependencies.py diff --git a/openpype/hosts/unreal/plugins/publish/validate_sequence_frames.py b/client/openpype/hosts/unreal/plugins/publish/validate_sequence_frames.py similarity index 100% rename from openpype/hosts/unreal/plugins/publish/validate_sequence_frames.py rename to client/openpype/hosts/unreal/plugins/publish/validate_sequence_frames.py diff --git a/openpype/hosts/unreal/ue_workers.py b/client/openpype/hosts/unreal/ue_workers.py similarity index 100% rename from openpype/hosts/unreal/ue_workers.py rename to client/openpype/hosts/unreal/ue_workers.py diff --git a/openpype/hosts/unreal/ui/__init__.py b/client/openpype/hosts/unreal/ui/__init__.py similarity index 100% rename from openpype/hosts/unreal/ui/__init__.py rename to client/openpype/hosts/unreal/ui/__init__.py diff --git a/openpype/hosts/unreal/ui/splash_screen.py b/client/openpype/hosts/unreal/ui/splash_screen.py similarity index 100% rename from openpype/hosts/unreal/ui/splash_screen.py rename to client/openpype/hosts/unreal/ui/splash_screen.py diff --git a/openpype/hosts/webpublisher/README.md b/client/openpype/hosts/webpublisher/README.md similarity index 100% rename from openpype/hosts/webpublisher/README.md rename to client/openpype/hosts/webpublisher/README.md diff --git a/openpype/hosts/webpublisher/__init__.py b/client/openpype/hosts/webpublisher/__init__.py similarity index 100% rename from openpype/hosts/webpublisher/__init__.py rename to client/openpype/hosts/webpublisher/__init__.py diff --git a/openpype/hosts/webpublisher/addon.py b/client/openpype/hosts/webpublisher/addon.py similarity index 100% rename from openpype/hosts/webpublisher/addon.py rename to client/openpype/hosts/webpublisher/addon.py diff --git a/openpype/hosts/webpublisher/api/__init__.py b/client/openpype/hosts/webpublisher/api/__init__.py similarity index 100% rename from openpype/hosts/webpublisher/api/__init__.py rename to client/openpype/hosts/webpublisher/api/__init__.py diff --git a/openpype/hosts/webpublisher/lib.py b/client/openpype/hosts/webpublisher/lib.py similarity index 100% rename from openpype/hosts/webpublisher/lib.py rename to client/openpype/hosts/webpublisher/lib.py diff --git a/openpype/hosts/webpublisher/plugins/publish/collect_batch_data.py b/client/openpype/hosts/webpublisher/plugins/publish/collect_batch_data.py similarity index 100% rename from openpype/hosts/webpublisher/plugins/publish/collect_batch_data.py rename to client/openpype/hosts/webpublisher/plugins/publish/collect_batch_data.py diff --git a/openpype/hosts/webpublisher/plugins/publish/collect_fps.py b/client/openpype/hosts/webpublisher/plugins/publish/collect_fps.py similarity index 100% rename from openpype/hosts/webpublisher/plugins/publish/collect_fps.py rename to client/openpype/hosts/webpublisher/plugins/publish/collect_fps.py diff --git a/openpype/hosts/webpublisher/plugins/publish/collect_published_files.py b/client/openpype/hosts/webpublisher/plugins/publish/collect_published_files.py similarity index 100% rename from openpype/hosts/webpublisher/plugins/publish/collect_published_files.py rename to client/openpype/hosts/webpublisher/plugins/publish/collect_published_files.py diff --git a/openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_instances.py b/client/openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_instances.py similarity index 100% rename from openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_instances.py rename to client/openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_instances.py diff --git a/openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_workfile_data.py b/client/openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_workfile_data.py similarity index 100% rename from openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_workfile_data.py rename to client/openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_workfile_data.py diff --git a/openpype/hosts/webpublisher/plugins/publish/extract_tvpaint_workfile.py b/client/openpype/hosts/webpublisher/plugins/publish/extract_tvpaint_workfile.py similarity index 100% rename from openpype/hosts/webpublisher/plugins/publish/extract_tvpaint_workfile.py rename to client/openpype/hosts/webpublisher/plugins/publish/extract_tvpaint_workfile.py diff --git a/openpype/hosts/webpublisher/plugins/publish/others_cleanup_job_root.py b/client/openpype/hosts/webpublisher/plugins/publish/others_cleanup_job_root.py similarity index 100% rename from openpype/hosts/webpublisher/plugins/publish/others_cleanup_job_root.py rename to client/openpype/hosts/webpublisher/plugins/publish/others_cleanup_job_root.py diff --git a/openpype/hosts/webpublisher/plugins/publish/validate_tvpaint_workfile_data.py b/client/openpype/hosts/webpublisher/plugins/publish/validate_tvpaint_workfile_data.py similarity index 100% rename from openpype/hosts/webpublisher/plugins/publish/validate_tvpaint_workfile_data.py rename to client/openpype/hosts/webpublisher/plugins/publish/validate_tvpaint_workfile_data.py diff --git a/openpype/hosts/webpublisher/publish_functions.py b/client/openpype/hosts/webpublisher/publish_functions.py similarity index 100% rename from openpype/hosts/webpublisher/publish_functions.py rename to client/openpype/hosts/webpublisher/publish_functions.py diff --git a/openpype/hosts/webpublisher/webserver_service/__init__.py b/client/openpype/hosts/webpublisher/webserver_service/__init__.py similarity index 100% rename from openpype/hosts/webpublisher/webserver_service/__init__.py rename to client/openpype/hosts/webpublisher/webserver_service/__init__.py diff --git a/openpype/hosts/webpublisher/webserver_service/webpublish_routes.py b/client/openpype/hosts/webpublisher/webserver_service/webpublish_routes.py similarity index 100% rename from openpype/hosts/webpublisher/webserver_service/webpublish_routes.py rename to client/openpype/hosts/webpublisher/webserver_service/webpublish_routes.py diff --git a/openpype/hosts/webpublisher/webserver_service/webserver.py b/client/openpype/hosts/webpublisher/webserver_service/webserver.py similarity index 100% rename from openpype/hosts/webpublisher/webserver_service/webserver.py rename to client/openpype/hosts/webpublisher/webserver_service/webserver.py diff --git a/openpype/lib/__init__.py b/client/openpype/lib/__init__.py similarity index 100% rename from openpype/lib/__init__.py rename to client/openpype/lib/__init__.py diff --git a/openpype/lib/applications.py b/client/openpype/lib/applications.py similarity index 100% rename from openpype/lib/applications.py rename to client/openpype/lib/applications.py diff --git a/openpype/lib/attribute_definitions.py b/client/openpype/lib/attribute_definitions.py similarity index 100% rename from openpype/lib/attribute_definitions.py rename to client/openpype/lib/attribute_definitions.py diff --git a/openpype/lib/connections.py b/client/openpype/lib/connections.py similarity index 100% rename from openpype/lib/connections.py rename to client/openpype/lib/connections.py diff --git a/openpype/lib/dateutils.py b/client/openpype/lib/dateutils.py similarity index 100% rename from openpype/lib/dateutils.py rename to client/openpype/lib/dateutils.py diff --git a/openpype/lib/env_tools.py b/client/openpype/lib/env_tools.py similarity index 100% rename from openpype/lib/env_tools.py rename to client/openpype/lib/env_tools.py diff --git a/openpype/lib/events.py b/client/openpype/lib/events.py similarity index 100% rename from openpype/lib/events.py rename to client/openpype/lib/events.py diff --git a/openpype/lib/execute.py b/client/openpype/lib/execute.py similarity index 100% rename from openpype/lib/execute.py rename to client/openpype/lib/execute.py diff --git a/openpype/lib/file_transaction.py b/client/openpype/lib/file_transaction.py similarity index 100% rename from openpype/lib/file_transaction.py rename to client/openpype/lib/file_transaction.py diff --git a/openpype/lib/local_settings.py b/client/openpype/lib/local_settings.py similarity index 100% rename from openpype/lib/local_settings.py rename to client/openpype/lib/local_settings.py diff --git a/openpype/lib/log.py b/client/openpype/lib/log.py similarity index 100% rename from openpype/lib/log.py rename to client/openpype/lib/log.py diff --git a/openpype/lib/openpype_version.py b/client/openpype/lib/openpype_version.py similarity index 100% rename from openpype/lib/openpype_version.py rename to client/openpype/lib/openpype_version.py diff --git a/openpype/lib/path_templates.py b/client/openpype/lib/path_templates.py similarity index 100% rename from openpype/lib/path_templates.py rename to client/openpype/lib/path_templates.py diff --git a/openpype/lib/path_tools.py b/client/openpype/lib/path_tools.py similarity index 100% rename from openpype/lib/path_tools.py rename to client/openpype/lib/path_tools.py diff --git a/openpype/lib/plugin_tools.py b/client/openpype/lib/plugin_tools.py similarity index 100% rename from openpype/lib/plugin_tools.py rename to client/openpype/lib/plugin_tools.py diff --git a/openpype/lib/profiles_filtering.py b/client/openpype/lib/profiles_filtering.py similarity index 100% rename from openpype/lib/profiles_filtering.py rename to client/openpype/lib/profiles_filtering.py diff --git a/openpype/lib/profiling.py b/client/openpype/lib/profiling.py similarity index 100% rename from openpype/lib/profiling.py rename to client/openpype/lib/profiling.py diff --git a/openpype/lib/project_backpack.py b/client/openpype/lib/project_backpack.py similarity index 100% rename from openpype/lib/project_backpack.py rename to client/openpype/lib/project_backpack.py diff --git a/openpype/lib/pype_info.py b/client/openpype/lib/pype_info.py similarity index 100% rename from openpype/lib/pype_info.py rename to client/openpype/lib/pype_info.py diff --git a/openpype/lib/python_2_comp.py b/client/openpype/lib/python_2_comp.py similarity index 100% rename from openpype/lib/python_2_comp.py rename to client/openpype/lib/python_2_comp.py diff --git a/openpype/lib/python_module_tools.py b/client/openpype/lib/python_module_tools.py similarity index 100% rename from openpype/lib/python_module_tools.py rename to client/openpype/lib/python_module_tools.py diff --git a/openpype/lib/terminal.py b/client/openpype/lib/terminal.py similarity index 100% rename from openpype/lib/terminal.py rename to client/openpype/lib/terminal.py diff --git a/openpype/lib/transcoding.py b/client/openpype/lib/transcoding.py similarity index 100% rename from openpype/lib/transcoding.py rename to client/openpype/lib/transcoding.py diff --git a/openpype/lib/usdlib.py b/client/openpype/lib/usdlib.py similarity index 100% rename from openpype/lib/usdlib.py rename to client/openpype/lib/usdlib.py diff --git a/openpype/lib/vendor_bin_utils.py b/client/openpype/lib/vendor_bin_utils.py similarity index 100% rename from openpype/lib/vendor_bin_utils.py rename to client/openpype/lib/vendor_bin_utils.py diff --git a/openpype/modules/README.md b/client/openpype/modules/README.md similarity index 100% rename from openpype/modules/README.md rename to client/openpype/modules/README.md diff --git a/openpype/modules/__init__.py b/client/openpype/modules/__init__.py similarity index 100% rename from openpype/modules/__init__.py rename to client/openpype/modules/__init__.py diff --git a/openpype/modules/asset_reporter/__init__.py b/client/openpype/modules/asset_reporter/__init__.py similarity index 100% rename from openpype/modules/asset_reporter/__init__.py rename to client/openpype/modules/asset_reporter/__init__.py diff --git a/openpype/modules/asset_reporter/module.py b/client/openpype/modules/asset_reporter/module.py similarity index 100% rename from openpype/modules/asset_reporter/module.py rename to client/openpype/modules/asset_reporter/module.py diff --git a/openpype/modules/asset_reporter/window.py b/client/openpype/modules/asset_reporter/window.py similarity index 100% rename from openpype/modules/asset_reporter/window.py rename to client/openpype/modules/asset_reporter/window.py diff --git a/openpype/modules/avalon_apps/__init__.py b/client/openpype/modules/avalon_apps/__init__.py similarity index 100% rename from openpype/modules/avalon_apps/__init__.py rename to client/openpype/modules/avalon_apps/__init__.py diff --git a/openpype/modules/avalon_apps/avalon_app.py b/client/openpype/modules/avalon_apps/avalon_app.py similarity index 100% rename from openpype/modules/avalon_apps/avalon_app.py rename to client/openpype/modules/avalon_apps/avalon_app.py diff --git a/openpype/modules/avalon_apps/rest_api.py b/client/openpype/modules/avalon_apps/rest_api.py similarity index 100% rename from openpype/modules/avalon_apps/rest_api.py rename to client/openpype/modules/avalon_apps/rest_api.py diff --git a/openpype/modules/base.py b/client/openpype/modules/base.py similarity index 100% rename from openpype/modules/base.py rename to client/openpype/modules/base.py diff --git a/openpype/modules/click_wrap.py b/client/openpype/modules/click_wrap.py similarity index 100% rename from openpype/modules/click_wrap.py rename to client/openpype/modules/click_wrap.py diff --git a/openpype/modules/clockify/__init__.py b/client/openpype/modules/clockify/__init__.py similarity index 100% rename from openpype/modules/clockify/__init__.py rename to client/openpype/modules/clockify/__init__.py diff --git a/openpype/modules/clockify/clockify_api.py b/client/openpype/modules/clockify/clockify_api.py similarity index 100% rename from openpype/modules/clockify/clockify_api.py rename to client/openpype/modules/clockify/clockify_api.py diff --git a/openpype/modules/clockify/clockify_module.py b/client/openpype/modules/clockify/clockify_module.py similarity index 100% rename from openpype/modules/clockify/clockify_module.py rename to client/openpype/modules/clockify/clockify_module.py diff --git a/openpype/modules/clockify/constants.py b/client/openpype/modules/clockify/constants.py similarity index 100% rename from openpype/modules/clockify/constants.py rename to client/openpype/modules/clockify/constants.py diff --git a/openpype/modules/clockify/ftrack/server/action_clockify_sync_server.py b/client/openpype/modules/clockify/ftrack/server/action_clockify_sync_server.py similarity index 100% rename from openpype/modules/clockify/ftrack/server/action_clockify_sync_server.py rename to client/openpype/modules/clockify/ftrack/server/action_clockify_sync_server.py diff --git a/openpype/modules/clockify/ftrack/user/action_clockify_sync_local.py b/client/openpype/modules/clockify/ftrack/user/action_clockify_sync_local.py similarity index 100% rename from openpype/modules/clockify/ftrack/user/action_clockify_sync_local.py rename to client/openpype/modules/clockify/ftrack/user/action_clockify_sync_local.py diff --git a/openpype/modules/clockify/launcher_actions/ClockifyStart.py b/client/openpype/modules/clockify/launcher_actions/ClockifyStart.py similarity index 100% rename from openpype/modules/clockify/launcher_actions/ClockifyStart.py rename to client/openpype/modules/clockify/launcher_actions/ClockifyStart.py diff --git a/openpype/modules/clockify/launcher_actions/ClockifySync.py b/client/openpype/modules/clockify/launcher_actions/ClockifySync.py similarity index 100% rename from openpype/modules/clockify/launcher_actions/ClockifySync.py rename to client/openpype/modules/clockify/launcher_actions/ClockifySync.py diff --git a/openpype/modules/clockify/widgets.py b/client/openpype/modules/clockify/widgets.py similarity index 100% rename from openpype/modules/clockify/widgets.py rename to client/openpype/modules/clockify/widgets.py diff --git a/openpype/modules/deadline/__init__.py b/client/openpype/modules/deadline/__init__.py similarity index 100% rename from openpype/modules/deadline/__init__.py rename to client/openpype/modules/deadline/__init__.py diff --git a/openpype/modules/deadline/abstract_submit_deadline.py b/client/openpype/modules/deadline/abstract_submit_deadline.py similarity index 100% rename from openpype/modules/deadline/abstract_submit_deadline.py rename to client/openpype/modules/deadline/abstract_submit_deadline.py diff --git a/openpype/modules/deadline/deadline_module.py b/client/openpype/modules/deadline/deadline_module.py similarity index 100% rename from openpype/modules/deadline/deadline_module.py rename to client/openpype/modules/deadline/deadline_module.py diff --git a/openpype/modules/deadline/plugins/publish/collect_deadline_server_from_instance.py b/client/openpype/modules/deadline/plugins/publish/collect_deadline_server_from_instance.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/collect_deadline_server_from_instance.py rename to client/openpype/modules/deadline/plugins/publish/collect_deadline_server_from_instance.py diff --git a/openpype/modules/deadline/plugins/publish/collect_default_deadline_server.py b/client/openpype/modules/deadline/plugins/publish/collect_default_deadline_server.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/collect_default_deadline_server.py rename to client/openpype/modules/deadline/plugins/publish/collect_default_deadline_server.py diff --git a/openpype/modules/deadline/plugins/publish/collect_pools.py b/client/openpype/modules/deadline/plugins/publish/collect_pools.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/collect_pools.py rename to client/openpype/modules/deadline/plugins/publish/collect_pools.py diff --git a/openpype/modules/deadline/plugins/publish/collect_publishable_instances.py b/client/openpype/modules/deadline/plugins/publish/collect_publishable_instances.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/collect_publishable_instances.py rename to client/openpype/modules/deadline/plugins/publish/collect_publishable_instances.py diff --git a/openpype/modules/deadline/plugins/publish/help/validate_deadline_pools.xml b/client/openpype/modules/deadline/plugins/publish/help/validate_deadline_pools.xml similarity index 100% rename from openpype/modules/deadline/plugins/publish/help/validate_deadline_pools.xml rename to client/openpype/modules/deadline/plugins/publish/help/validate_deadline_pools.xml diff --git a/openpype/modules/deadline/plugins/publish/submit_aftereffects_deadline.py b/client/openpype/modules/deadline/plugins/publish/submit_aftereffects_deadline.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_aftereffects_deadline.py rename to client/openpype/modules/deadline/plugins/publish/submit_aftereffects_deadline.py diff --git a/openpype/modules/deadline/plugins/publish/submit_blender_deadline.py b/client/openpype/modules/deadline/plugins/publish/submit_blender_deadline.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_blender_deadline.py rename to client/openpype/modules/deadline/plugins/publish/submit_blender_deadline.py diff --git a/openpype/modules/deadline/plugins/publish/submit_celaction_deadline.py b/client/openpype/modules/deadline/plugins/publish/submit_celaction_deadline.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_celaction_deadline.py rename to client/openpype/modules/deadline/plugins/publish/submit_celaction_deadline.py diff --git a/openpype/modules/deadline/plugins/publish/submit_fusion_deadline.py b/client/openpype/modules/deadline/plugins/publish/submit_fusion_deadline.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_fusion_deadline.py rename to client/openpype/modules/deadline/plugins/publish/submit_fusion_deadline.py diff --git a/openpype/modules/deadline/plugins/publish/submit_harmony_deadline.py b/client/openpype/modules/deadline/plugins/publish/submit_harmony_deadline.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_harmony_deadline.py rename to client/openpype/modules/deadline/plugins/publish/submit_harmony_deadline.py diff --git a/openpype/modules/deadline/plugins/publish/submit_houdini_cache_deadline.py b/client/openpype/modules/deadline/plugins/publish/submit_houdini_cache_deadline.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_houdini_cache_deadline.py rename to client/openpype/modules/deadline/plugins/publish/submit_houdini_cache_deadline.py diff --git a/openpype/modules/deadline/plugins/publish/submit_houdini_remote_publish.py b/client/openpype/modules/deadline/plugins/publish/submit_houdini_remote_publish.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_houdini_remote_publish.py rename to client/openpype/modules/deadline/plugins/publish/submit_houdini_remote_publish.py diff --git a/openpype/modules/deadline/plugins/publish/submit_houdini_render_deadline.py b/client/openpype/modules/deadline/plugins/publish/submit_houdini_render_deadline.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_houdini_render_deadline.py rename to client/openpype/modules/deadline/plugins/publish/submit_houdini_render_deadline.py diff --git a/openpype/modules/deadline/plugins/publish/submit_max_deadline.py b/client/openpype/modules/deadline/plugins/publish/submit_max_deadline.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_max_deadline.py rename to client/openpype/modules/deadline/plugins/publish/submit_max_deadline.py diff --git a/openpype/modules/deadline/plugins/publish/submit_maya_deadline.py b/client/openpype/modules/deadline/plugins/publish/submit_maya_deadline.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_maya_deadline.py rename to client/openpype/modules/deadline/plugins/publish/submit_maya_deadline.py diff --git a/openpype/modules/deadline/plugins/publish/submit_maya_remote_publish_deadline.py b/client/openpype/modules/deadline/plugins/publish/submit_maya_remote_publish_deadline.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_maya_remote_publish_deadline.py rename to client/openpype/modules/deadline/plugins/publish/submit_maya_remote_publish_deadline.py diff --git a/openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py b/client/openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py rename to client/openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py diff --git a/openpype/modules/deadline/plugins/publish/submit_publish_cache_job.py b/client/openpype/modules/deadline/plugins/publish/submit_publish_cache_job.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_publish_cache_job.py rename to client/openpype/modules/deadline/plugins/publish/submit_publish_cache_job.py diff --git a/openpype/modules/deadline/plugins/publish/submit_publish_job.py b/client/openpype/modules/deadline/plugins/publish/submit_publish_job.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/submit_publish_job.py rename to client/openpype/modules/deadline/plugins/publish/submit_publish_job.py diff --git a/openpype/modules/deadline/plugins/publish/validate_deadline_connection.py b/client/openpype/modules/deadline/plugins/publish/validate_deadline_connection.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/validate_deadline_connection.py rename to client/openpype/modules/deadline/plugins/publish/validate_deadline_connection.py diff --git a/openpype/modules/deadline/plugins/publish/validate_deadline_pools.py b/client/openpype/modules/deadline/plugins/publish/validate_deadline_pools.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/validate_deadline_pools.py rename to client/openpype/modules/deadline/plugins/publish/validate_deadline_pools.py diff --git a/openpype/modules/deadline/plugins/publish/validate_expected_and_rendered_files.py b/client/openpype/modules/deadline/plugins/publish/validate_expected_and_rendered_files.py similarity index 100% rename from openpype/modules/deadline/plugins/publish/validate_expected_and_rendered_files.py rename to client/openpype/modules/deadline/plugins/publish/validate_expected_and_rendered_files.py diff --git a/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.ico b/client/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.ico similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.ico rename to client/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.ico diff --git a/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.options b/client/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.options similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.options rename to client/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.options diff --git a/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.param b/client/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.param similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.param rename to client/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.param diff --git a/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.py b/client/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.py similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.py rename to client/openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.py diff --git a/openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.ico b/client/openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.ico similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.ico rename to client/openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.ico diff --git a/openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.param b/client/openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.param similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.param rename to client/openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.param diff --git a/openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.py b/client/openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.py similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.py rename to client/openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.py diff --git a/openpype/modules/deadline/repository/custom/plugins/GlobalJobPreLoad.py b/client/openpype/modules/deadline/repository/custom/plugins/GlobalJobPreLoad.py similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/GlobalJobPreLoad.py rename to client/openpype/modules/deadline/repository/custom/plugins/GlobalJobPreLoad.py diff --git a/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.ico b/client/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.ico similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.ico rename to client/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.ico diff --git a/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.options b/client/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.options similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.options rename to client/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.options diff --git a/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.param b/client/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.param similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.param rename to client/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.param diff --git a/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.py b/client/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.py similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.py rename to client/openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.py diff --git a/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.ico b/client/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.ico similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.ico rename to client/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.ico diff --git a/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.options b/client/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.options similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.options rename to client/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.options diff --git a/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.param b/client/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.param similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.param rename to client/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.param diff --git a/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.py b/client/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.py similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.py rename to client/openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.py diff --git a/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.ico b/client/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.ico similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.ico rename to client/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.ico diff --git a/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.options b/client/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.options similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.options rename to client/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.options diff --git a/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.param b/client/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.param similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.param rename to client/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.param diff --git a/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.py b/client/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.py similarity index 100% rename from openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.py rename to client/openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.py diff --git a/openpype/modules/deadline/repository/readme.md b/client/openpype/modules/deadline/repository/readme.md similarity index 100% rename from openpype/modules/deadline/repository/readme.md rename to client/openpype/modules/deadline/repository/readme.md diff --git a/openpype/modules/example_addons/example_addon/__init__.py b/client/openpype/modules/example_addons/example_addon/__init__.py similarity index 100% rename from openpype/modules/example_addons/example_addon/__init__.py rename to client/openpype/modules/example_addons/example_addon/__init__.py diff --git a/openpype/modules/example_addons/example_addon/addon.py b/client/openpype/modules/example_addons/example_addon/addon.py similarity index 100% rename from openpype/modules/example_addons/example_addon/addon.py rename to client/openpype/modules/example_addons/example_addon/addon.py diff --git a/openpype/modules/example_addons/example_addon/plugins/publish/example_plugin.py b/client/openpype/modules/example_addons/example_addon/plugins/publish/example_plugin.py similarity index 100% rename from openpype/modules/example_addons/example_addon/plugins/publish/example_plugin.py rename to client/openpype/modules/example_addons/example_addon/plugins/publish/example_plugin.py diff --git a/openpype/modules/example_addons/example_addon/settings/defaults/project_settings.json b/client/openpype/modules/example_addons/example_addon/settings/defaults/project_settings.json similarity index 100% rename from openpype/modules/example_addons/example_addon/settings/defaults/project_settings.json rename to client/openpype/modules/example_addons/example_addon/settings/defaults/project_settings.json diff --git a/openpype/modules/example_addons/example_addon/settings/defaults/system_settings.json b/client/openpype/modules/example_addons/example_addon/settings/defaults/system_settings.json similarity index 100% rename from openpype/modules/example_addons/example_addon/settings/defaults/system_settings.json rename to client/openpype/modules/example_addons/example_addon/settings/defaults/system_settings.json diff --git a/openpype/modules/example_addons/example_addon/settings/dynamic_schemas/project_dynamic_schemas.json b/client/openpype/modules/example_addons/example_addon/settings/dynamic_schemas/project_dynamic_schemas.json similarity index 100% rename from openpype/modules/example_addons/example_addon/settings/dynamic_schemas/project_dynamic_schemas.json rename to client/openpype/modules/example_addons/example_addon/settings/dynamic_schemas/project_dynamic_schemas.json diff --git a/openpype/modules/example_addons/example_addon/settings/dynamic_schemas/system_dynamic_schemas.json b/client/openpype/modules/example_addons/example_addon/settings/dynamic_schemas/system_dynamic_schemas.json similarity index 100% rename from openpype/modules/example_addons/example_addon/settings/dynamic_schemas/system_dynamic_schemas.json rename to client/openpype/modules/example_addons/example_addon/settings/dynamic_schemas/system_dynamic_schemas.json diff --git a/openpype/modules/example_addons/example_addon/settings/schemas/project_schemas/main.json b/client/openpype/modules/example_addons/example_addon/settings/schemas/project_schemas/main.json similarity index 100% rename from openpype/modules/example_addons/example_addon/settings/schemas/project_schemas/main.json rename to client/openpype/modules/example_addons/example_addon/settings/schemas/project_schemas/main.json diff --git a/openpype/modules/example_addons/example_addon/settings/schemas/project_schemas/the_template.json b/client/openpype/modules/example_addons/example_addon/settings/schemas/project_schemas/the_template.json similarity index 100% rename from openpype/modules/example_addons/example_addon/settings/schemas/project_schemas/the_template.json rename to client/openpype/modules/example_addons/example_addon/settings/schemas/project_schemas/the_template.json diff --git a/openpype/modules/example_addons/example_addon/settings/schemas/system_schemas/main.json b/client/openpype/modules/example_addons/example_addon/settings/schemas/system_schemas/main.json similarity index 100% rename from openpype/modules/example_addons/example_addon/settings/schemas/system_schemas/main.json rename to client/openpype/modules/example_addons/example_addon/settings/schemas/system_schemas/main.json diff --git a/openpype/modules/example_addons/example_addon/widgets.py b/client/openpype/modules/example_addons/example_addon/widgets.py similarity index 100% rename from openpype/modules/example_addons/example_addon/widgets.py rename to client/openpype/modules/example_addons/example_addon/widgets.py diff --git a/openpype/modules/example_addons/tiny_addon.py b/client/openpype/modules/example_addons/tiny_addon.py similarity index 100% rename from openpype/modules/example_addons/tiny_addon.py rename to client/openpype/modules/example_addons/tiny_addon.py diff --git a/openpype/modules/ftrack/__init__.py b/client/openpype/modules/ftrack/__init__.py similarity index 100% rename from openpype/modules/ftrack/__init__.py rename to client/openpype/modules/ftrack/__init__.py diff --git a/openpype/modules/ftrack/event_handlers_server/action_clone_review_session.py b/client/openpype/modules/ftrack/event_handlers_server/action_clone_review_session.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/action_clone_review_session.py rename to client/openpype/modules/ftrack/event_handlers_server/action_clone_review_session.py diff --git a/openpype/modules/ftrack/event_handlers_server/action_create_review_session.py b/client/openpype/modules/ftrack/event_handlers_server/action_create_review_session.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/action_create_review_session.py rename to client/openpype/modules/ftrack/event_handlers_server/action_create_review_session.py diff --git a/openpype/modules/ftrack/event_handlers_server/action_multiple_notes.py b/client/openpype/modules/ftrack/event_handlers_server/action_multiple_notes.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/action_multiple_notes.py rename to client/openpype/modules/ftrack/event_handlers_server/action_multiple_notes.py diff --git a/openpype/modules/ftrack/event_handlers_server/action_prepare_project.py b/client/openpype/modules/ftrack/event_handlers_server/action_prepare_project.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/action_prepare_project.py rename to client/openpype/modules/ftrack/event_handlers_server/action_prepare_project.py diff --git a/openpype/modules/ftrack/event_handlers_server/action_private_project_detection.py b/client/openpype/modules/ftrack/event_handlers_server/action_private_project_detection.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/action_private_project_detection.py rename to client/openpype/modules/ftrack/event_handlers_server/action_private_project_detection.py diff --git a/openpype/modules/ftrack/event_handlers_server/action_push_frame_values_to_task.py b/client/openpype/modules/ftrack/event_handlers_server/action_push_frame_values_to_task.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/action_push_frame_values_to_task.py rename to client/openpype/modules/ftrack/event_handlers_server/action_push_frame_values_to_task.py diff --git a/openpype/modules/ftrack/event_handlers_server/action_sync_to_avalon.py b/client/openpype/modules/ftrack/event_handlers_server/action_sync_to_avalon.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/action_sync_to_avalon.py rename to client/openpype/modules/ftrack/event_handlers_server/action_sync_to_avalon.py diff --git a/openpype/modules/ftrack/event_handlers_server/action_tranfer_hierarchical_values.py b/client/openpype/modules/ftrack/event_handlers_server/action_tranfer_hierarchical_values.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/action_tranfer_hierarchical_values.py rename to client/openpype/modules/ftrack/event_handlers_server/action_tranfer_hierarchical_values.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_del_avalon_id_from_new.py b/client/openpype/modules/ftrack/event_handlers_server/event_del_avalon_id_from_new.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_del_avalon_id_from_new.py rename to client/openpype/modules/ftrack/event_handlers_server/event_del_avalon_id_from_new.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_first_version_status.py b/client/openpype/modules/ftrack/event_handlers_server/event_first_version_status.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_first_version_status.py rename to client/openpype/modules/ftrack/event_handlers_server/event_first_version_status.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_next_task_update.py b/client/openpype/modules/ftrack/event_handlers_server/event_next_task_update.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_next_task_update.py rename to client/openpype/modules/ftrack/event_handlers_server/event_next_task_update.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py b/client/openpype/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py rename to client/openpype/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_radio_buttons.py b/client/openpype/modules/ftrack/event_handlers_server/event_radio_buttons.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_radio_buttons.py rename to client/openpype/modules/ftrack/event_handlers_server/event_radio_buttons.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_sync_links.py b/client/openpype/modules/ftrack/event_handlers_server/event_sync_links.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_sync_links.py rename to client/openpype/modules/ftrack/event_handlers_server/event_sync_links.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_sync_to_avalon.py b/client/openpype/modules/ftrack/event_handlers_server/event_sync_to_avalon.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_sync_to_avalon.py rename to client/openpype/modules/ftrack/event_handlers_server/event_sync_to_avalon.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py b/client/openpype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py rename to client/openpype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_task_to_version_status.py b/client/openpype/modules/ftrack/event_handlers_server/event_task_to_version_status.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_task_to_version_status.py rename to client/openpype/modules/ftrack/event_handlers_server/event_task_to_version_status.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py b/client/openpype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py rename to client/openpype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_user_assigment.py b/client/openpype/modules/ftrack/event_handlers_server/event_user_assigment.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_user_assigment.py rename to client/openpype/modules/ftrack/event_handlers_server/event_user_assigment.py diff --git a/openpype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py b/client/openpype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py rename to client/openpype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_applications.py b/client/openpype/modules/ftrack/event_handlers_user/action_applications.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_applications.py rename to client/openpype/modules/ftrack/event_handlers_user/action_applications.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_batch_task_creation.py b/client/openpype/modules/ftrack/event_handlers_user/action_batch_task_creation.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_batch_task_creation.py rename to client/openpype/modules/ftrack/event_handlers_user/action_batch_task_creation.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py b/client/openpype/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py rename to client/openpype/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_client_review_sort.py b/client/openpype/modules/ftrack/event_handlers_user/action_client_review_sort.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_client_review_sort.py rename to client/openpype/modules/ftrack/event_handlers_user/action_client_review_sort.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_component_open.py b/client/openpype/modules/ftrack/event_handlers_user/action_component_open.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_component_open.py rename to client/openpype/modules/ftrack/event_handlers_user/action_component_open.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py b/client/openpype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py rename to client/openpype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_create_folders.py b/client/openpype/modules/ftrack/event_handlers_user/action_create_folders.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_create_folders.py rename to client/openpype/modules/ftrack/event_handlers_user/action_create_folders.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_create_project_structure.py b/client/openpype/modules/ftrack/event_handlers_user/action_create_project_structure.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_create_project_structure.py rename to client/openpype/modules/ftrack/event_handlers_user/action_create_project_structure.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_delete_asset.py b/client/openpype/modules/ftrack/event_handlers_user/action_delete_asset.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_delete_asset.py rename to client/openpype/modules/ftrack/event_handlers_user/action_delete_asset.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_delete_old_versions.py b/client/openpype/modules/ftrack/event_handlers_user/action_delete_old_versions.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_delete_old_versions.py rename to client/openpype/modules/ftrack/event_handlers_user/action_delete_old_versions.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_delivery.py b/client/openpype/modules/ftrack/event_handlers_user/action_delivery.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_delivery.py rename to client/openpype/modules/ftrack/event_handlers_user/action_delivery.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_djvview.py b/client/openpype/modules/ftrack/event_handlers_user/action_djvview.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_djvview.py rename to client/openpype/modules/ftrack/event_handlers_user/action_djvview.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_fill_workfile_attr.py b/client/openpype/modules/ftrack/event_handlers_user/action_fill_workfile_attr.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_fill_workfile_attr.py rename to client/openpype/modules/ftrack/event_handlers_user/action_fill_workfile_attr.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_job_killer.py b/client/openpype/modules/ftrack/event_handlers_user/action_job_killer.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_job_killer.py rename to client/openpype/modules/ftrack/event_handlers_user/action_job_killer.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_multiple_notes.py b/client/openpype/modules/ftrack/event_handlers_user/action_multiple_notes.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_multiple_notes.py rename to client/openpype/modules/ftrack/event_handlers_user/action_multiple_notes.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_prepare_project.py b/client/openpype/modules/ftrack/event_handlers_user/action_prepare_project.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_prepare_project.py rename to client/openpype/modules/ftrack/event_handlers_user/action_prepare_project.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_rv.py b/client/openpype/modules/ftrack/event_handlers_user/action_rv.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_rv.py rename to client/openpype/modules/ftrack/event_handlers_user/action_rv.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_seed.py b/client/openpype/modules/ftrack/event_handlers_user/action_seed.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_seed.py rename to client/openpype/modules/ftrack/event_handlers_user/action_seed.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py b/client/openpype/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py rename to client/openpype/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_sync_to_avalon.py b/client/openpype/modules/ftrack/event_handlers_user/action_sync_to_avalon.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_sync_to_avalon.py rename to client/openpype/modules/ftrack/event_handlers_user/action_sync_to_avalon.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_test.py b/client/openpype/modules/ftrack/event_handlers_user/action_test.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_test.py rename to client/openpype/modules/ftrack/event_handlers_user/action_test.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py b/client/openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py rename to client/openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py b/client/openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py rename to client/openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py diff --git a/openpype/modules/ftrack/event_handlers_user/action_where_run_ask.py b/client/openpype/modules/ftrack/event_handlers_user/action_where_run_ask.py similarity index 100% rename from openpype/modules/ftrack/event_handlers_user/action_where_run_ask.py rename to client/openpype/modules/ftrack/event_handlers_user/action_where_run_ask.py diff --git a/openpype/modules/ftrack/ftrack_module.py b/client/openpype/modules/ftrack/ftrack_module.py similarity index 100% rename from openpype/modules/ftrack/ftrack_module.py rename to client/openpype/modules/ftrack/ftrack_module.py diff --git a/openpype/modules/ftrack/ftrack_server/__init__.py b/client/openpype/modules/ftrack/ftrack_server/__init__.py similarity index 100% rename from openpype/modules/ftrack/ftrack_server/__init__.py rename to client/openpype/modules/ftrack/ftrack_server/__init__.py diff --git a/openpype/modules/ftrack/ftrack_server/event_server_cli.py b/client/openpype/modules/ftrack/ftrack_server/event_server_cli.py similarity index 100% rename from openpype/modules/ftrack/ftrack_server/event_server_cli.py rename to client/openpype/modules/ftrack/ftrack_server/event_server_cli.py diff --git a/openpype/modules/ftrack/ftrack_server/ftrack_server.py b/client/openpype/modules/ftrack/ftrack_server/ftrack_server.py similarity index 100% rename from openpype/modules/ftrack/ftrack_server/ftrack_server.py rename to client/openpype/modules/ftrack/ftrack_server/ftrack_server.py diff --git a/openpype/modules/ftrack/ftrack_server/lib.py b/client/openpype/modules/ftrack/ftrack_server/lib.py similarity index 100% rename from openpype/modules/ftrack/ftrack_server/lib.py rename to client/openpype/modules/ftrack/ftrack_server/lib.py diff --git a/openpype/modules/ftrack/ftrack_server/socket_thread.py b/client/openpype/modules/ftrack/ftrack_server/socket_thread.py similarity index 100% rename from openpype/modules/ftrack/ftrack_server/socket_thread.py rename to client/openpype/modules/ftrack/ftrack_server/socket_thread.py diff --git a/openpype/modules/ftrack/launch_hooks/post_ftrack_changes.py b/client/openpype/modules/ftrack/launch_hooks/post_ftrack_changes.py similarity index 100% rename from openpype/modules/ftrack/launch_hooks/post_ftrack_changes.py rename to client/openpype/modules/ftrack/launch_hooks/post_ftrack_changes.py diff --git a/openpype/modules/ftrack/lib/__init__.py b/client/openpype/modules/ftrack/lib/__init__.py similarity index 100% rename from openpype/modules/ftrack/lib/__init__.py rename to client/openpype/modules/ftrack/lib/__init__.py diff --git a/openpype/modules/ftrack/lib/avalon_sync.py b/client/openpype/modules/ftrack/lib/avalon_sync.py similarity index 100% rename from openpype/modules/ftrack/lib/avalon_sync.py rename to client/openpype/modules/ftrack/lib/avalon_sync.py diff --git a/openpype/modules/ftrack/lib/constants.py b/client/openpype/modules/ftrack/lib/constants.py similarity index 100% rename from openpype/modules/ftrack/lib/constants.py rename to client/openpype/modules/ftrack/lib/constants.py diff --git a/openpype/modules/ftrack/lib/credentials.py b/client/openpype/modules/ftrack/lib/credentials.py similarity index 100% rename from openpype/modules/ftrack/lib/credentials.py rename to client/openpype/modules/ftrack/lib/credentials.py diff --git a/openpype/modules/ftrack/lib/custom_attributes.json b/client/openpype/modules/ftrack/lib/custom_attributes.json similarity index 100% rename from openpype/modules/ftrack/lib/custom_attributes.json rename to client/openpype/modules/ftrack/lib/custom_attributes.json diff --git a/openpype/modules/ftrack/lib/custom_attributes.py b/client/openpype/modules/ftrack/lib/custom_attributes.py similarity index 100% rename from openpype/modules/ftrack/lib/custom_attributes.py rename to client/openpype/modules/ftrack/lib/custom_attributes.py diff --git a/openpype/modules/ftrack/lib/ftrack_action_handler.py b/client/openpype/modules/ftrack/lib/ftrack_action_handler.py similarity index 100% rename from openpype/modules/ftrack/lib/ftrack_action_handler.py rename to client/openpype/modules/ftrack/lib/ftrack_action_handler.py diff --git a/openpype/modules/ftrack/lib/ftrack_base_handler.py b/client/openpype/modules/ftrack/lib/ftrack_base_handler.py similarity index 100% rename from openpype/modules/ftrack/lib/ftrack_base_handler.py rename to client/openpype/modules/ftrack/lib/ftrack_base_handler.py diff --git a/openpype/modules/ftrack/lib/ftrack_event_handler.py b/client/openpype/modules/ftrack/lib/ftrack_event_handler.py similarity index 100% rename from openpype/modules/ftrack/lib/ftrack_event_handler.py rename to client/openpype/modules/ftrack/lib/ftrack_event_handler.py diff --git a/openpype/modules/ftrack/lib/settings.py b/client/openpype/modules/ftrack/lib/settings.py similarity index 100% rename from openpype/modules/ftrack/lib/settings.py rename to client/openpype/modules/ftrack/lib/settings.py diff --git a/openpype/modules/ftrack/plugins/_unused_publish/integrate_ftrack_comments.py b/client/openpype/modules/ftrack/plugins/_unused_publish/integrate_ftrack_comments.py similarity index 100% rename from openpype/modules/ftrack/plugins/_unused_publish/integrate_ftrack_comments.py rename to client/openpype/modules/ftrack/plugins/_unused_publish/integrate_ftrack_comments.py diff --git a/openpype/modules/ftrack/plugins/publish/collect_custom_attributes_data.py b/client/openpype/modules/ftrack/plugins/publish/collect_custom_attributes_data.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/collect_custom_attributes_data.py rename to client/openpype/modules/ftrack/plugins/publish/collect_custom_attributes_data.py diff --git a/openpype/modules/ftrack/plugins/publish/collect_ftrack_api.py b/client/openpype/modules/ftrack/plugins/publish/collect_ftrack_api.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/collect_ftrack_api.py rename to client/openpype/modules/ftrack/plugins/publish/collect_ftrack_api.py diff --git a/openpype/modules/ftrack/plugins/publish/collect_ftrack_family.py b/client/openpype/modules/ftrack/plugins/publish/collect_ftrack_family.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/collect_ftrack_family.py rename to client/openpype/modules/ftrack/plugins/publish/collect_ftrack_family.py diff --git a/openpype/modules/ftrack/plugins/publish/collect_local_ftrack_creds.py b/client/openpype/modules/ftrack/plugins/publish/collect_local_ftrack_creds.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/collect_local_ftrack_creds.py rename to client/openpype/modules/ftrack/plugins/publish/collect_local_ftrack_creds.py diff --git a/openpype/modules/ftrack/plugins/publish/collect_username.py b/client/openpype/modules/ftrack/plugins/publish/collect_username.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/collect_username.py rename to client/openpype/modules/ftrack/plugins/publish/collect_username.py diff --git a/openpype/modules/ftrack/plugins/publish/integrate_ftrack_api.py b/client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_api.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/integrate_ftrack_api.py rename to client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_api.py diff --git a/openpype/modules/ftrack/plugins/publish/integrate_ftrack_component_overwrite.py b/client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_component_overwrite.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/integrate_ftrack_component_overwrite.py rename to client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_component_overwrite.py diff --git a/openpype/modules/ftrack/plugins/publish/integrate_ftrack_description.py b/client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_description.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/integrate_ftrack_description.py rename to client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_description.py diff --git a/openpype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py b/client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py rename to client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py diff --git a/openpype/modules/ftrack/plugins/publish/integrate_ftrack_note.py b/client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_note.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/integrate_ftrack_note.py rename to client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_note.py diff --git a/openpype/modules/ftrack/plugins/publish/integrate_ftrack_status.py b/client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_status.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/integrate_ftrack_status.py rename to client/openpype/modules/ftrack/plugins/publish/integrate_ftrack_status.py diff --git a/openpype/modules/ftrack/plugins/publish/integrate_hierarchy_ftrack.py b/client/openpype/modules/ftrack/plugins/publish/integrate_hierarchy_ftrack.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/integrate_hierarchy_ftrack.py rename to client/openpype/modules/ftrack/plugins/publish/integrate_hierarchy_ftrack.py diff --git a/openpype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py b/client/openpype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py similarity index 100% rename from openpype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py rename to client/openpype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/.gitignore b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/.gitignore similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/.gitignore rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/.gitignore diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/LICENSE.python b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/LICENSE.python similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/LICENSE.python rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/LICENSE.python diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/LICENSE.txt b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/LICENSE.txt similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/LICENSE.txt rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/LICENSE.txt diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/MANIFEST.in b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/MANIFEST.in similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/MANIFEST.in rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/MANIFEST.in diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/README.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/README.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/README.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/README.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/bitbucket-pipelines.yml b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/bitbucket-pipelines.yml similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/bitbucket-pipelines.yml rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/bitbucket-pipelines.yml diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/_static/ftrack.css b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/_static/ftrack.css similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/_static/ftrack.css rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/_static/ftrack.css diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/base.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/base.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/base.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/base.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/disk.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/disk.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/disk.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/disk.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/index.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/index.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/index.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/index.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/server.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/server.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/server.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/accessor/server.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/attribute.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/attribute.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/attribute.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/attribute.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/cache.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/cache.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/cache.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/cache.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/collection.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/collection.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/collection.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/collection.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/asset_version.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/asset_version.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/asset_version.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/asset_version.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/base.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/base.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/base.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/base.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/component.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/component.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/component.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/component.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/factory.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/factory.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/factory.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/factory.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/index.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/index.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/index.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/index.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/job.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/job.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/job.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/job.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/location.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/location.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/location.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/location.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/note.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/note.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/note.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/note.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/project_schema.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/project_schema.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/project_schema.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/project_schema.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/user.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/user.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/user.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/entity/user.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/base.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/base.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/base.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/base.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/expression.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/expression.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/expression.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/expression.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/hub.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/hub.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/hub.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/hub.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/index.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/index.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/index.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/index.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/subscriber.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/subscriber.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/subscriber.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/subscriber.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/subscription.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/subscription.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/subscription.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/event/subscription.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/exception.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/exception.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/exception.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/exception.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/formatter.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/formatter.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/formatter.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/formatter.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/index.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/index.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/index.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/index.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/inspection.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/inspection.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/inspection.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/inspection.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/logging.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/logging.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/logging.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/logging.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/operation.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/operation.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/operation.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/operation.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/plugin.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/plugin.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/plugin.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/plugin.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/query.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/query.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/query.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/query.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/resource_identifier_transformer/base.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/resource_identifier_transformer/base.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/resource_identifier_transformer/base.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/resource_identifier_transformer/base.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/resource_identifier_transformer/index.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/resource_identifier_transformer/index.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/resource_identifier_transformer/index.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/resource_identifier_transformer/index.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/session.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/session.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/session.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/session.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/base.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/base.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/base.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/base.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/id.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/id.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/id.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/id.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/index.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/index.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/index.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/index.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/origin.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/origin.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/origin.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/origin.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/standard.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/standard.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/standard.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/structure/standard.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/symbol.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/symbol.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/symbol.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/api_reference/symbol.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/caching.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/caching.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/caching.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/caching.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/conf.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/conf.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/conf.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/conf.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/docutils.conf b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/docutils.conf similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/docutils.conf rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/docutils.conf diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/environment_variables.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/environment_variables.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/environment_variables.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/environment_variables.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/event_list.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/event_list.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/event_list.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/event_list.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/assignments_and_allocations.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/assignments_and_allocations.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/assignments_and_allocations.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/assignments_and_allocations.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/component.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/component.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/component.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/component.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/custom_attribute.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/custom_attribute.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/custom_attribute.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/custom_attribute.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/encode_media.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/encode_media.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/encode_media.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/encode_media.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/entity_links.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/entity_links.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/entity_links.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/entity_links.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/index.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/index.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/index.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/index.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/invite_user.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/invite_user.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/invite_user.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/invite_user.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/job.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/job.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/job.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/job.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/link_attribute.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/link_attribute.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/link_attribute.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/link_attribute.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/list.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/list.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/list.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/list.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/manage_custom_attribute_configuration.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/manage_custom_attribute_configuration.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/manage_custom_attribute_configuration.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/manage_custom_attribute_configuration.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/metadata.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/metadata.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/metadata.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/metadata.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/note.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/note.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/note.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/note.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/project.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/project.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/project.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/project.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/publishing.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/publishing.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/publishing.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/publishing.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/review_session.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/review_session.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/review_session.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/review_session.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/scope.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/scope.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/scope.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/scope.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/security_roles.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/security_roles.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/security_roles.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/security_roles.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/sync_ldap_users.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/sync_ldap_users.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/sync_ldap_users.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/sync_ldap_users.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/task_template.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/task_template.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/task_template.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/task_template.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/thumbnail.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/thumbnail.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/thumbnail.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/thumbnail.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/timer.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/timer.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/timer.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/timer.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/web_review.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/web_review.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/web_review.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/example/web_review.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/glossary.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/glossary.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/glossary.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/glossary.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/handling_events.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/handling_events.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/handling_events.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/handling_events.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/image/configuring_plugins_directory.png b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/image/configuring_plugins_directory.png similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/image/configuring_plugins_directory.png rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/image/configuring_plugins_directory.png diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/index.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/index.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/index.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/index.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/installing.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/installing.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/installing.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/installing.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/introduction.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/introduction.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/introduction.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/introduction.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/configuring.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/configuring.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/configuring.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/configuring.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/index.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/index.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/index.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/index.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/overview.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/overview.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/overview.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/overview.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/tutorial.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/tutorial.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/tutorial.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/locations/tutorial.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/querying.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/querying.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/querying.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/querying.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/index.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/index.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/index.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/index.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/migrating_from_old_api.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/migrating_from_old_api.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/migrating_from_old_api.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/migrating_from_old_api.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/migration.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/migration.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/migration.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/migration.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/release_notes.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/release_notes.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/release_notes.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/release/release_notes.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin_safe.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin_safe.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin_safe.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin_safe.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin_using_session.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin_using_session.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin_using_session.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin_using_session.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/security_and_authentication.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/security_and_authentication.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/security_and_authentication.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/security_and_authentication.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/tutorial.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/tutorial.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/tutorial.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/tutorial.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/understanding_sessions.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/understanding_sessions.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/understanding_sessions.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/understanding_sessions.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/working_with_entities.rst b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/working_with_entities.rst similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/working_with_entities.rst rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/working_with_entities.rst diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/pytest.ini b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/pytest.ini similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/pytest.ini rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/pytest.ini diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/configure_locations.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/configure_locations.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/configure_locations.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/configure_locations.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/construct_entity_type.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/construct_entity_type.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/construct_entity_type.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/construct_entity_type.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/setup.cfg b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/setup.cfg similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/setup.cfg rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/setup.cfg diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/setup.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/setup.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/setup.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/setup.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_centralized_storage_scenario.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_centralized_storage_scenario.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_centralized_storage_scenario.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_centralized_storage_scenario.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_python_ntpath.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_python_ntpath.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_python_ntpath.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_python_ntpath.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_version.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_version.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_version.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_version.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_weakref.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_weakref.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_weakref.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_weakref.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/base.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/base.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/base.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/base.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/disk.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/disk.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/disk.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/disk.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/server.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/server.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/server.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/server.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/attribute.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/attribute.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/attribute.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/attribute.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/cache.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/cache.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/cache.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/cache.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/collection.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/collection.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/collection.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/collection.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/data.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/data.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/data.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/data.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/asset_version.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/asset_version.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/asset_version.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/asset_version.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/base.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/base.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/base.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/base.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/component.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/component.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/component.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/component.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/factory.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/factory.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/factory.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/factory.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/job.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/job.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/job.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/job.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/location.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/location.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/location.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/location.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/note.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/note.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/note.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/note.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/project_schema.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/project_schema.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/project_schema.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/project_schema.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/user.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/user.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/user.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/user.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/base.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/base.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/base.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/base.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/expression.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/expression.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/expression.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/expression.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/hub.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/hub.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/hub.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/hub.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscriber.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscriber.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscriber.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscriber.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscription.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscription.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscription.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscription.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/exception.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/exception.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/exception.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/exception.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/formatter.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/formatter.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/formatter.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/formatter.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/inspection.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/inspection.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/inspection.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/inspection.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/logging.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/logging.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/logging.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/logging.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/operation.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/operation.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/operation.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/operation.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/plugin.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/plugin.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/plugin.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/plugin.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/query.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/query.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/query.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/query.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/resource_identifier_transformer/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/resource_identifier_transformer/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/resource_identifier_transformer/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/resource_identifier_transformer/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/resource_identifier_transformer/base.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/resource_identifier_transformer/base.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/resource_identifier_transformer/base.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/resource_identifier_transformer/base.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/session.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/session.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/session.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/session.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/base.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/base.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/base.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/base.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/entity_id.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/entity_id.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/entity_id.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/entity_id.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/id.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/id.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/id.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/id.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/origin.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/origin.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/origin.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/origin.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/standard.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/standard.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/standard.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/standard.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/symbol.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/symbol.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/symbol.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/symbol.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/colour_wheel.mov b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/colour_wheel.mov similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/colour_wheel.mov rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/colour_wheel.mov diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/image-resized-10.png b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/image-resized-10.png similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/image-resized-10.png rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/image-resized-10.png diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/image.png b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/image.png similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/image.png rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/media/image.png diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/configure_locations.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/configure_locations.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/configure_locations.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/configure_locations.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/construct_entity_type.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/construct_entity_type.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/construct_entity_type.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/construct_entity_type.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/count_session_event.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/count_session_event.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/count_session_event.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/count_session_event.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_disk.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_disk.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_disk.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_disk.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_server.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_server.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_server.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_server.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/conftest.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/conftest.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/conftest.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/conftest.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_asset_version.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_asset_version.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_asset_version.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_asset_version.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_base.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_base.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_base.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_base.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_component.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_component.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_component.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_component.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_factory.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_factory.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_factory.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_factory.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_job.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_job.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_job.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_job.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_location.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_location.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_location.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_location.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_metadata.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_metadata.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_metadata.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_metadata.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_note.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_note.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_note.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_note.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_project_schema.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_project_schema.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_project_schema.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_project_schema.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_scopes.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_scopes.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_scopes.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_scopes.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_user.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_user.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_user.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_user.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/event_hub_server_heartbeat.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/event_hub_server_heartbeat.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/event_hub_server_heartbeat.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/event_hub_server_heartbeat.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_base.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_base.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_base.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_base.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_expression.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_expression.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_expression.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_expression.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_hub.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_hub.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_hub.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_hub.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscriber.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscriber.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscriber.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscriber.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscription.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscription.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscription.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscription.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/resource_identifier_transformer/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/resource_identifier_transformer/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/resource_identifier_transformer/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/resource_identifier_transformer/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/resource_identifier_transformer/test_base.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/resource_identifier_transformer/test_base.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/resource_identifier_transformer/test_base.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/resource_identifier_transformer/test_base.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/__init__.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/__init__.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/__init__.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/__init__.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_base.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_base.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_base.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_base.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_entity_id.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_entity_id.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_entity_id.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_entity_id.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_id.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_id.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_id.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_id.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_origin.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_origin.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_origin.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_origin.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_standard.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_standard.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_standard.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_standard.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_attribute.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_attribute.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_attribute.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_attribute.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_cache.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_cache.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_cache.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_cache.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_collection.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_collection.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_collection.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_collection.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_custom_attribute.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_custom_attribute.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_custom_attribute.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_custom_attribute.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_data.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_data.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_data.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_data.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_formatter.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_formatter.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_formatter.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_formatter.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_inspection.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_inspection.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_inspection.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_inspection.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_operation.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_operation.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_operation.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_operation.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_package.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_package.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_package.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_package.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_plugin.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_plugin.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_plugin.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_plugin.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_query.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_query.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_query.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_query.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_session.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_session.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_session.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_session.py diff --git a/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_timer.py b/client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_timer.py similarity index 100% rename from openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_timer.py rename to client/openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_timer.py diff --git a/openpype/modules/ftrack/scripts/sub_event_processor.py b/client/openpype/modules/ftrack/scripts/sub_event_processor.py similarity index 100% rename from openpype/modules/ftrack/scripts/sub_event_processor.py rename to client/openpype/modules/ftrack/scripts/sub_event_processor.py diff --git a/openpype/modules/ftrack/scripts/sub_event_status.py b/client/openpype/modules/ftrack/scripts/sub_event_status.py similarity index 100% rename from openpype/modules/ftrack/scripts/sub_event_status.py rename to client/openpype/modules/ftrack/scripts/sub_event_status.py diff --git a/openpype/modules/ftrack/scripts/sub_event_storer.py b/client/openpype/modules/ftrack/scripts/sub_event_storer.py similarity index 100% rename from openpype/modules/ftrack/scripts/sub_event_storer.py rename to client/openpype/modules/ftrack/scripts/sub_event_storer.py diff --git a/openpype/modules/ftrack/scripts/sub_legacy_server.py b/client/openpype/modules/ftrack/scripts/sub_legacy_server.py similarity index 100% rename from openpype/modules/ftrack/scripts/sub_legacy_server.py rename to client/openpype/modules/ftrack/scripts/sub_legacy_server.py diff --git a/openpype/modules/ftrack/scripts/sub_user_server.py b/client/openpype/modules/ftrack/scripts/sub_user_server.py similarity index 100% rename from openpype/modules/ftrack/scripts/sub_user_server.py rename to client/openpype/modules/ftrack/scripts/sub_user_server.py diff --git a/openpype/modules/ftrack/tray/__init__.py b/client/openpype/modules/ftrack/tray/__init__.py similarity index 100% rename from openpype/modules/ftrack/tray/__init__.py rename to client/openpype/modules/ftrack/tray/__init__.py diff --git a/openpype/modules/ftrack/tray/ftrack_tray.py b/client/openpype/modules/ftrack/tray/ftrack_tray.py similarity index 100% rename from openpype/modules/ftrack/tray/ftrack_tray.py rename to client/openpype/modules/ftrack/tray/ftrack_tray.py diff --git a/openpype/modules/ftrack/tray/login_dialog.py b/client/openpype/modules/ftrack/tray/login_dialog.py similarity index 100% rename from openpype/modules/ftrack/tray/login_dialog.py rename to client/openpype/modules/ftrack/tray/login_dialog.py diff --git a/openpype/modules/ftrack/tray/login_tools.py b/client/openpype/modules/ftrack/tray/login_tools.py similarity index 100% rename from openpype/modules/ftrack/tray/login_tools.py rename to client/openpype/modules/ftrack/tray/login_tools.py diff --git a/openpype/modules/interfaces.py b/client/openpype/modules/interfaces.py similarity index 100% rename from openpype/modules/interfaces.py rename to client/openpype/modules/interfaces.py diff --git a/openpype/modules/job_queue/__init__.py b/client/openpype/modules/job_queue/__init__.py similarity index 100% rename from openpype/modules/job_queue/__init__.py rename to client/openpype/modules/job_queue/__init__.py diff --git a/openpype/modules/job_queue/job_server/__init__.py b/client/openpype/modules/job_queue/job_server/__init__.py similarity index 100% rename from openpype/modules/job_queue/job_server/__init__.py rename to client/openpype/modules/job_queue/job_server/__init__.py diff --git a/openpype/modules/job_queue/job_server/job_queue_route.py b/client/openpype/modules/job_queue/job_server/job_queue_route.py similarity index 100% rename from openpype/modules/job_queue/job_server/job_queue_route.py rename to client/openpype/modules/job_queue/job_server/job_queue_route.py diff --git a/openpype/modules/job_queue/job_server/jobs.py b/client/openpype/modules/job_queue/job_server/jobs.py similarity index 100% rename from openpype/modules/job_queue/job_server/jobs.py rename to client/openpype/modules/job_queue/job_server/jobs.py diff --git a/openpype/modules/job_queue/job_server/server.py b/client/openpype/modules/job_queue/job_server/server.py similarity index 100% rename from openpype/modules/job_queue/job_server/server.py rename to client/openpype/modules/job_queue/job_server/server.py diff --git a/openpype/modules/job_queue/job_server/utils.py b/client/openpype/modules/job_queue/job_server/utils.py similarity index 100% rename from openpype/modules/job_queue/job_server/utils.py rename to client/openpype/modules/job_queue/job_server/utils.py diff --git a/openpype/modules/job_queue/job_server/workers.py b/client/openpype/modules/job_queue/job_server/workers.py similarity index 100% rename from openpype/modules/job_queue/job_server/workers.py rename to client/openpype/modules/job_queue/job_server/workers.py diff --git a/openpype/modules/job_queue/job_server/workers_rpc_route.py b/client/openpype/modules/job_queue/job_server/workers_rpc_route.py similarity index 100% rename from openpype/modules/job_queue/job_server/workers_rpc_route.py rename to client/openpype/modules/job_queue/job_server/workers_rpc_route.py diff --git a/openpype/modules/job_queue/job_workers/__init__.py b/client/openpype/modules/job_queue/job_workers/__init__.py similarity index 100% rename from openpype/modules/job_queue/job_workers/__init__.py rename to client/openpype/modules/job_queue/job_workers/__init__.py diff --git a/openpype/modules/job_queue/job_workers/base_worker.py b/client/openpype/modules/job_queue/job_workers/base_worker.py similarity index 100% rename from openpype/modules/job_queue/job_workers/base_worker.py rename to client/openpype/modules/job_queue/job_workers/base_worker.py diff --git a/openpype/modules/job_queue/module.py b/client/openpype/modules/job_queue/module.py similarity index 100% rename from openpype/modules/job_queue/module.py rename to client/openpype/modules/job_queue/module.py diff --git a/openpype/modules/kitsu/__init__.py b/client/openpype/modules/kitsu/__init__.py similarity index 100% rename from openpype/modules/kitsu/__init__.py rename to client/openpype/modules/kitsu/__init__.py diff --git a/openpype/modules/kitsu/actions/launcher_show_in_kitsu.py b/client/openpype/modules/kitsu/actions/launcher_show_in_kitsu.py similarity index 100% rename from openpype/modules/kitsu/actions/launcher_show_in_kitsu.py rename to client/openpype/modules/kitsu/actions/launcher_show_in_kitsu.py diff --git a/openpype/modules/kitsu/kitsu_module.py b/client/openpype/modules/kitsu/kitsu_module.py similarity index 100% rename from openpype/modules/kitsu/kitsu_module.py rename to client/openpype/modules/kitsu/kitsu_module.py diff --git a/openpype/modules/kitsu/kitsu_widgets.py b/client/openpype/modules/kitsu/kitsu_widgets.py similarity index 100% rename from openpype/modules/kitsu/kitsu_widgets.py rename to client/openpype/modules/kitsu/kitsu_widgets.py diff --git a/openpype/modules/kitsu/plugins/publish/collect_kitsu_credential.py b/client/openpype/modules/kitsu/plugins/publish/collect_kitsu_credential.py similarity index 100% rename from openpype/modules/kitsu/plugins/publish/collect_kitsu_credential.py rename to client/openpype/modules/kitsu/plugins/publish/collect_kitsu_credential.py diff --git a/openpype/modules/kitsu/plugins/publish/collect_kitsu_entities.py b/client/openpype/modules/kitsu/plugins/publish/collect_kitsu_entities.py similarity index 100% rename from openpype/modules/kitsu/plugins/publish/collect_kitsu_entities.py rename to client/openpype/modules/kitsu/plugins/publish/collect_kitsu_entities.py diff --git a/openpype/modules/kitsu/plugins/publish/collect_kitsu_username.py b/client/openpype/modules/kitsu/plugins/publish/collect_kitsu_username.py similarity index 100% rename from openpype/modules/kitsu/plugins/publish/collect_kitsu_username.py rename to client/openpype/modules/kitsu/plugins/publish/collect_kitsu_username.py diff --git a/openpype/modules/kitsu/plugins/publish/integrate_kitsu_note.py b/client/openpype/modules/kitsu/plugins/publish/integrate_kitsu_note.py similarity index 100% rename from openpype/modules/kitsu/plugins/publish/integrate_kitsu_note.py rename to client/openpype/modules/kitsu/plugins/publish/integrate_kitsu_note.py diff --git a/openpype/modules/kitsu/plugins/publish/integrate_kitsu_review.py b/client/openpype/modules/kitsu/plugins/publish/integrate_kitsu_review.py similarity index 100% rename from openpype/modules/kitsu/plugins/publish/integrate_kitsu_review.py rename to client/openpype/modules/kitsu/plugins/publish/integrate_kitsu_review.py diff --git a/openpype/modules/kitsu/plugins/publish/other_kitsu_log_out.py b/client/openpype/modules/kitsu/plugins/publish/other_kitsu_log_out.py similarity index 100% rename from openpype/modules/kitsu/plugins/publish/other_kitsu_log_out.py rename to client/openpype/modules/kitsu/plugins/publish/other_kitsu_log_out.py diff --git a/openpype/modules/kitsu/utils/__init__.py b/client/openpype/modules/kitsu/utils/__init__.py similarity index 100% rename from openpype/modules/kitsu/utils/__init__.py rename to client/openpype/modules/kitsu/utils/__init__.py diff --git a/openpype/modules/kitsu/utils/credentials.py b/client/openpype/modules/kitsu/utils/credentials.py similarity index 100% rename from openpype/modules/kitsu/utils/credentials.py rename to client/openpype/modules/kitsu/utils/credentials.py diff --git a/openpype/modules/kitsu/utils/sync_service.py b/client/openpype/modules/kitsu/utils/sync_service.py similarity index 100% rename from openpype/modules/kitsu/utils/sync_service.py rename to client/openpype/modules/kitsu/utils/sync_service.py diff --git a/openpype/modules/kitsu/utils/update_op_with_zou.py b/client/openpype/modules/kitsu/utils/update_op_with_zou.py similarity index 100% rename from openpype/modules/kitsu/utils/update_op_with_zou.py rename to client/openpype/modules/kitsu/utils/update_op_with_zou.py diff --git a/openpype/modules/kitsu/utils/update_zou_with_op.py b/client/openpype/modules/kitsu/utils/update_zou_with_op.py similarity index 100% rename from openpype/modules/kitsu/utils/update_zou_with_op.py rename to client/openpype/modules/kitsu/utils/update_zou_with_op.py diff --git a/openpype/modules/launcher_action.py b/client/openpype/modules/launcher_action.py similarity index 100% rename from openpype/modules/launcher_action.py rename to client/openpype/modules/launcher_action.py diff --git a/openpype/modules/log_viewer/__init__.py b/client/openpype/modules/log_viewer/__init__.py similarity index 100% rename from openpype/modules/log_viewer/__init__.py rename to client/openpype/modules/log_viewer/__init__.py diff --git a/openpype/modules/log_viewer/log_view_module.py b/client/openpype/modules/log_viewer/log_view_module.py similarity index 100% rename from openpype/modules/log_viewer/log_view_module.py rename to client/openpype/modules/log_viewer/log_view_module.py diff --git a/openpype/modules/log_viewer/tray/__init__.py b/client/openpype/modules/log_viewer/tray/__init__.py similarity index 100% rename from openpype/modules/log_viewer/tray/__init__.py rename to client/openpype/modules/log_viewer/tray/__init__.py diff --git a/openpype/modules/log_viewer/tray/app.py b/client/openpype/modules/log_viewer/tray/app.py similarity index 100% rename from openpype/modules/log_viewer/tray/app.py rename to client/openpype/modules/log_viewer/tray/app.py diff --git a/openpype/modules/log_viewer/tray/models.py b/client/openpype/modules/log_viewer/tray/models.py similarity index 100% rename from openpype/modules/log_viewer/tray/models.py rename to client/openpype/modules/log_viewer/tray/models.py diff --git a/openpype/modules/log_viewer/tray/widgets.py b/client/openpype/modules/log_viewer/tray/widgets.py similarity index 100% rename from openpype/modules/log_viewer/tray/widgets.py rename to client/openpype/modules/log_viewer/tray/widgets.py diff --git a/openpype/modules/project_manager_action.py b/client/openpype/modules/project_manager_action.py similarity index 100% rename from openpype/modules/project_manager_action.py rename to client/openpype/modules/project_manager_action.py diff --git a/openpype/modules/python_console_interpreter/__init__.py b/client/openpype/modules/python_console_interpreter/__init__.py similarity index 100% rename from openpype/modules/python_console_interpreter/__init__.py rename to client/openpype/modules/python_console_interpreter/__init__.py diff --git a/openpype/modules/python_console_interpreter/module.py b/client/openpype/modules/python_console_interpreter/module.py similarity index 100% rename from openpype/modules/python_console_interpreter/module.py rename to client/openpype/modules/python_console_interpreter/module.py diff --git a/openpype/modules/python_console_interpreter/window/__init__.py b/client/openpype/modules/python_console_interpreter/window/__init__.py similarity index 100% rename from openpype/modules/python_console_interpreter/window/__init__.py rename to client/openpype/modules/python_console_interpreter/window/__init__.py diff --git a/openpype/modules/python_console_interpreter/window/widgets.py b/client/openpype/modules/python_console_interpreter/window/widgets.py similarity index 100% rename from openpype/modules/python_console_interpreter/window/widgets.py rename to client/openpype/modules/python_console_interpreter/window/widgets.py diff --git a/openpype/modules/royalrender/__init__.py b/client/openpype/modules/royalrender/__init__.py similarity index 100% rename from openpype/modules/royalrender/__init__.py rename to client/openpype/modules/royalrender/__init__.py diff --git a/openpype/modules/royalrender/api.py b/client/openpype/modules/royalrender/api.py similarity index 100% rename from openpype/modules/royalrender/api.py rename to client/openpype/modules/royalrender/api.py diff --git a/openpype/modules/royalrender/lib.py b/client/openpype/modules/royalrender/lib.py similarity index 100% rename from openpype/modules/royalrender/lib.py rename to client/openpype/modules/royalrender/lib.py diff --git a/openpype/modules/royalrender/plugins/publish/collect_rr_path_from_instance.py b/client/openpype/modules/royalrender/plugins/publish/collect_rr_path_from_instance.py similarity index 100% rename from openpype/modules/royalrender/plugins/publish/collect_rr_path_from_instance.py rename to client/openpype/modules/royalrender/plugins/publish/collect_rr_path_from_instance.py diff --git a/openpype/modules/royalrender/plugins/publish/collect_sequences_from_job.py b/client/openpype/modules/royalrender/plugins/publish/collect_sequences_from_job.py similarity index 100% rename from openpype/modules/royalrender/plugins/publish/collect_sequences_from_job.py rename to client/openpype/modules/royalrender/plugins/publish/collect_sequences_from_job.py diff --git a/openpype/modules/royalrender/plugins/publish/create_maya_royalrender_job.py b/client/openpype/modules/royalrender/plugins/publish/create_maya_royalrender_job.py similarity index 100% rename from openpype/modules/royalrender/plugins/publish/create_maya_royalrender_job.py rename to client/openpype/modules/royalrender/plugins/publish/create_maya_royalrender_job.py diff --git a/openpype/modules/royalrender/plugins/publish/create_nuke_royalrender_job.py b/client/openpype/modules/royalrender/plugins/publish/create_nuke_royalrender_job.py similarity index 100% rename from openpype/modules/royalrender/plugins/publish/create_nuke_royalrender_job.py rename to client/openpype/modules/royalrender/plugins/publish/create_nuke_royalrender_job.py diff --git a/openpype/modules/royalrender/plugins/publish/create_publish_royalrender_job.py b/client/openpype/modules/royalrender/plugins/publish/create_publish_royalrender_job.py similarity index 100% rename from openpype/modules/royalrender/plugins/publish/create_publish_royalrender_job.py rename to client/openpype/modules/royalrender/plugins/publish/create_publish_royalrender_job.py diff --git a/openpype/modules/royalrender/plugins/publish/submit_jobs_to_royalrender.py b/client/openpype/modules/royalrender/plugins/publish/submit_jobs_to_royalrender.py similarity index 100% rename from openpype/modules/royalrender/plugins/publish/submit_jobs_to_royalrender.py rename to client/openpype/modules/royalrender/plugins/publish/submit_jobs_to_royalrender.py diff --git a/openpype/modules/royalrender/royal_render_module.py b/client/openpype/modules/royalrender/royal_render_module.py similarity index 100% rename from openpype/modules/royalrender/royal_render_module.py rename to client/openpype/modules/royalrender/royal_render_module.py diff --git a/openpype/modules/royalrender/rr_job.py b/client/openpype/modules/royalrender/rr_job.py similarity index 100% rename from openpype/modules/royalrender/rr_job.py rename to client/openpype/modules/royalrender/rr_job.py diff --git a/openpype/modules/royalrender/rr_root/README.md b/client/openpype/modules/royalrender/rr_root/README.md similarity index 100% rename from openpype/modules/royalrender/rr_root/README.md rename to client/openpype/modules/royalrender/rr_root/README.md diff --git a/openpype/modules/royalrender/rr_root/plugins/control_job/perjob/m50__openpype_publish_render.py b/client/openpype/modules/royalrender/rr_root/plugins/control_job/perjob/m50__openpype_publish_render.py similarity index 100% rename from openpype/modules/royalrender/rr_root/plugins/control_job/perjob/m50__openpype_publish_render.py rename to client/openpype/modules/royalrender/rr_root/plugins/control_job/perjob/m50__openpype_publish_render.py diff --git a/openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype.png b/client/openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype.png similarity index 100% rename from openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype.png rename to client/openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype.png diff --git a/openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype__PublishJob.cfg b/client/openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype__PublishJob.cfg similarity index 100% rename from openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype__PublishJob.cfg rename to client/openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype__PublishJob.cfg diff --git a/openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype___global.inc b/client/openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype___global.inc similarity index 100% rename from openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype___global.inc rename to client/openpype/modules/royalrender/rr_root/render_apps/_config/E01__OpenPype___global.inc diff --git a/openpype/modules/royalrender/rr_root/render_apps/_install_paths/OpenPype.cfg b/client/openpype/modules/royalrender/rr_root/render_apps/_install_paths/OpenPype.cfg similarity index 100% rename from openpype/modules/royalrender/rr_root/render_apps/_install_paths/OpenPype.cfg rename to client/openpype/modules/royalrender/rr_root/render_apps/_install_paths/OpenPype.cfg diff --git a/openpype/modules/royalrender/rr_root/render_apps/_prepost_scripts/OpenPypeEnvironment.cfg b/client/openpype/modules/royalrender/rr_root/render_apps/_prepost_scripts/OpenPypeEnvironment.cfg similarity index 100% rename from openpype/modules/royalrender/rr_root/render_apps/_prepost_scripts/OpenPypeEnvironment.cfg rename to client/openpype/modules/royalrender/rr_root/render_apps/_prepost_scripts/OpenPypeEnvironment.cfg diff --git a/openpype/modules/royalrender/rr_root/render_apps/_prepost_scripts/PreOpenPypeInjectEnvironments.py b/client/openpype/modules/royalrender/rr_root/render_apps/_prepost_scripts/PreOpenPypeInjectEnvironments.py similarity index 100% rename from openpype/modules/royalrender/rr_root/render_apps/_prepost_scripts/PreOpenPypeInjectEnvironments.py rename to client/openpype/modules/royalrender/rr_root/render_apps/_prepost_scripts/PreOpenPypeInjectEnvironments.py diff --git a/openpype/modules/settings_action.py b/client/openpype/modules/settings_action.py similarity index 100% rename from openpype/modules/settings_action.py rename to client/openpype/modules/settings_action.py diff --git a/openpype/modules/shotgrid/README.md b/client/openpype/modules/shotgrid/README.md similarity index 100% rename from openpype/modules/shotgrid/README.md rename to client/openpype/modules/shotgrid/README.md diff --git a/openpype/modules/shotgrid/__init__.py b/client/openpype/modules/shotgrid/__init__.py similarity index 100% rename from openpype/modules/shotgrid/__init__.py rename to client/openpype/modules/shotgrid/__init__.py diff --git a/openpype/modules/shotgrid/lib/__init__.py b/client/openpype/modules/shotgrid/lib/__init__.py similarity index 100% rename from openpype/modules/shotgrid/lib/__init__.py rename to client/openpype/modules/shotgrid/lib/__init__.py diff --git a/openpype/modules/shotgrid/lib/const.py b/client/openpype/modules/shotgrid/lib/const.py similarity index 100% rename from openpype/modules/shotgrid/lib/const.py rename to client/openpype/modules/shotgrid/lib/const.py diff --git a/openpype/modules/shotgrid/lib/credentials.py b/client/openpype/modules/shotgrid/lib/credentials.py similarity index 100% rename from openpype/modules/shotgrid/lib/credentials.py rename to client/openpype/modules/shotgrid/lib/credentials.py diff --git a/openpype/modules/shotgrid/lib/record.py b/client/openpype/modules/shotgrid/lib/record.py similarity index 100% rename from openpype/modules/shotgrid/lib/record.py rename to client/openpype/modules/shotgrid/lib/record.py diff --git a/openpype/modules/shotgrid/lib/settings.py b/client/openpype/modules/shotgrid/lib/settings.py similarity index 100% rename from openpype/modules/shotgrid/lib/settings.py rename to client/openpype/modules/shotgrid/lib/settings.py diff --git a/openpype/modules/shotgrid/plugins/publish/collect_shotgrid_entities.py b/client/openpype/modules/shotgrid/plugins/publish/collect_shotgrid_entities.py similarity index 100% rename from openpype/modules/shotgrid/plugins/publish/collect_shotgrid_entities.py rename to client/openpype/modules/shotgrid/plugins/publish/collect_shotgrid_entities.py diff --git a/openpype/modules/shotgrid/plugins/publish/collect_shotgrid_session.py b/client/openpype/modules/shotgrid/plugins/publish/collect_shotgrid_session.py similarity index 100% rename from openpype/modules/shotgrid/plugins/publish/collect_shotgrid_session.py rename to client/openpype/modules/shotgrid/plugins/publish/collect_shotgrid_session.py diff --git a/openpype/modules/shotgrid/plugins/publish/integrate_shotgrid_publish.py b/client/openpype/modules/shotgrid/plugins/publish/integrate_shotgrid_publish.py similarity index 100% rename from openpype/modules/shotgrid/plugins/publish/integrate_shotgrid_publish.py rename to client/openpype/modules/shotgrid/plugins/publish/integrate_shotgrid_publish.py diff --git a/openpype/modules/shotgrid/plugins/publish/integrate_shotgrid_version.py b/client/openpype/modules/shotgrid/plugins/publish/integrate_shotgrid_version.py similarity index 100% rename from openpype/modules/shotgrid/plugins/publish/integrate_shotgrid_version.py rename to client/openpype/modules/shotgrid/plugins/publish/integrate_shotgrid_version.py diff --git a/openpype/modules/shotgrid/plugins/publish/validate_shotgrid_user.py b/client/openpype/modules/shotgrid/plugins/publish/validate_shotgrid_user.py similarity index 100% rename from openpype/modules/shotgrid/plugins/publish/validate_shotgrid_user.py rename to client/openpype/modules/shotgrid/plugins/publish/validate_shotgrid_user.py diff --git a/openpype/modules/shotgrid/server/README.md b/client/openpype/modules/shotgrid/server/README.md similarity index 100% rename from openpype/modules/shotgrid/server/README.md rename to client/openpype/modules/shotgrid/server/README.md diff --git a/openpype/modules/shotgrid/shotgrid_module.py b/client/openpype/modules/shotgrid/shotgrid_module.py similarity index 100% rename from openpype/modules/shotgrid/shotgrid_module.py rename to client/openpype/modules/shotgrid/shotgrid_module.py diff --git a/openpype/modules/shotgrid/tests/shotgrid/lib/test_credentials.py b/client/openpype/modules/shotgrid/tests/shotgrid/lib/test_credentials.py similarity index 100% rename from openpype/modules/shotgrid/tests/shotgrid/lib/test_credentials.py rename to client/openpype/modules/shotgrid/tests/shotgrid/lib/test_credentials.py diff --git a/openpype/modules/shotgrid/tray/credential_dialog.py b/client/openpype/modules/shotgrid/tray/credential_dialog.py similarity index 100% rename from openpype/modules/shotgrid/tray/credential_dialog.py rename to client/openpype/modules/shotgrid/tray/credential_dialog.py diff --git a/openpype/modules/shotgrid/tray/shotgrid_tray.py b/client/openpype/modules/shotgrid/tray/shotgrid_tray.py similarity index 100% rename from openpype/modules/shotgrid/tray/shotgrid_tray.py rename to client/openpype/modules/shotgrid/tray/shotgrid_tray.py diff --git a/openpype/modules/slack/README.md b/client/openpype/modules/slack/README.md similarity index 100% rename from openpype/modules/slack/README.md rename to client/openpype/modules/slack/README.md diff --git a/openpype/modules/slack/__init__.py b/client/openpype/modules/slack/__init__.py similarity index 100% rename from openpype/modules/slack/__init__.py rename to client/openpype/modules/slack/__init__.py diff --git a/openpype/modules/slack/launch_hooks/pre_python2_vendor.py b/client/openpype/modules/slack/launch_hooks/pre_python2_vendor.py similarity index 100% rename from openpype/modules/slack/launch_hooks/pre_python2_vendor.py rename to client/openpype/modules/slack/launch_hooks/pre_python2_vendor.py diff --git a/openpype/modules/slack/manifest.yml b/client/openpype/modules/slack/manifest.yml similarity index 100% rename from openpype/modules/slack/manifest.yml rename to client/openpype/modules/slack/manifest.yml diff --git a/openpype/modules/slack/plugins/publish/collect_slack_family.py b/client/openpype/modules/slack/plugins/publish/collect_slack_family.py similarity index 100% rename from openpype/modules/slack/plugins/publish/collect_slack_family.py rename to client/openpype/modules/slack/plugins/publish/collect_slack_family.py diff --git a/openpype/modules/slack/plugins/publish/integrate_slack_api.py b/client/openpype/modules/slack/plugins/publish/integrate_slack_api.py similarity index 100% rename from openpype/modules/slack/plugins/publish/integrate_slack_api.py rename to client/openpype/modules/slack/plugins/publish/integrate_slack_api.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.appveyor.yml b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.appveyor.yml similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/.appveyor.yml rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.appveyor.yml diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.coveragerc b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.coveragerc similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/.coveragerc rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.coveragerc diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.flake8 b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.flake8 similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/.flake8 rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.flake8 diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/contributing.md b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/contributing.md similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/contributing.md rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/contributing.md diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/issue_template.md b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/issue_template.md similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/issue_template.md rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/issue_template.md diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/maintainers_guide.md b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/maintainers_guide.md similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/maintainers_guide.md rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/maintainers_guide.md diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/pull_request_template.md b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/pull_request_template.md similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/pull_request_template.md rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.github/pull_request_template.md diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.gitignore b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.gitignore similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/.gitignore rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.gitignore diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.travis.yml b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.travis.yml similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/.travis.yml rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/.travis.yml diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/LICENSE b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/LICENSE similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/LICENSE rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/LICENSE diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/MANIFEST.in b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/MANIFEST.in similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/MANIFEST.in rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/MANIFEST.in diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/README.rst b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/README.rst similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/README.rst rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/README.rst diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/.gitignore b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/.gitignore similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/.gitignore rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/.gitignore diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/Makefile b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/Makefile similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/Makefile rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/Makefile diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/conf.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/conf.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/conf.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/conf.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/layout.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/layout.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/layout.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/layout.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/localtoc.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/localtoc.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/localtoc.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/localtoc.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/relations.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/relations.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/relations.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/relations.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/sidebar.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/sidebar.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/sidebar.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/sidebar.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/default.css_t b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/default.css_t similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/default.css_t rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/default.css_t diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/docs.css_t b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/docs.css_t similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/docs.css_t rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/docs.css_t diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/pygments.css_t b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/pygments.css_t similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/pygments.css_t rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/static/pygments.css_t diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/theme.conf b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/theme.conf similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/theme.conf rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/_themes/slack/theme.conf diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/about.rst b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/about.rst similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/about.rst rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/about.rst diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/auth.rst b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/auth.rst similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/auth.rst rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/auth.rst diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/basic_usage.rst b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/basic_usage.rst similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/basic_usage.rst rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/basic_usage.rst diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/changelog.rst b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/changelog.rst similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/changelog.rst rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/changelog.rst diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/conf.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/conf.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/conf.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/conf.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/conversations.rst b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/conversations.rst similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/conversations.rst rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/conversations.rst diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/faq.rst b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/faq.rst similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/faq.rst rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/faq.rst diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/index.rst b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/index.rst similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/index.rst rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/index.rst diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/make.bat b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/make.bat similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/make.bat rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/make.bat diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/metadata.rst b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/metadata.rst similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/metadata.rst rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/metadata.rst diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/real_time_messaging.rst b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/real_time_messaging.rst similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/real_time_messaging.rst rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs-src/real_time_messaging.rst diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs.sh b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs.sh similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs.sh rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs.sh diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/.buildinfo b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/.buildinfo similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/.buildinfo rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/.buildinfo diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/.nojekyll b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/.nojekyll similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/.nojekyll rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/.nojekyll diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/ajax-loader.gif b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/ajax-loader.gif similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/ajax-loader.gif rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/ajax-loader.gif diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/basic.css b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/basic.css similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/basic.css rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/basic.css diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/classic.css b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/classic.css similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/classic.css rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/classic.css diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment-bright.png b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment-bright.png similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment-bright.png rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment-bright.png diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment-close.png b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment-close.png similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment-close.png rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment-close.png diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment.png b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment.png similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment.png rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/comment.png diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/default.css b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/default.css similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/default.css rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/default.css diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/docs.css b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/docs.css similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/docs.css rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/docs.css diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/doctools.js b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/doctools.js similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/doctools.js rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/doctools.js diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/documentation_options.js b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/documentation_options.js similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/documentation_options.js rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/documentation_options.js diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/down-pressed.png b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/down-pressed.png similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/down-pressed.png rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/down-pressed.png diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/down.png b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/down.png similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/down.png rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/down.png diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/file.png b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/file.png similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/file.png rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/file.png diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery-3.2.1.js b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery-3.2.1.js similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery-3.2.1.js rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery-3.2.1.js diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery.js b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery.js similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery.js rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery.js diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/language_data.js b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/language_data.js similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/language_data.js rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/language_data.js diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/minus.png b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/minus.png similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/minus.png rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/minus.png diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/plus.png b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/plus.png similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/plus.png rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/plus.png diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/pygments.css b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/pygments.css similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/pygments.css rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/pygments.css diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/searchtools.js b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/searchtools.js similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/searchtools.js rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/searchtools.js diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/sidebar.js b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/sidebar.js similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/sidebar.js rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/sidebar.js diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/underscore-1.3.1.js b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/underscore-1.3.1.js similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/underscore-1.3.1.js rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/underscore-1.3.1.js diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/underscore.js b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/underscore.js similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/underscore.js rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/underscore.js diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/up-pressed.png b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/up-pressed.png similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/up-pressed.png rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/up-pressed.png diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/up.png b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/up.png similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/up.png rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/up.png diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/websupport.js b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/websupport.js similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/websupport.js rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/websupport.js diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/about.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/about.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/about.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/about.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/auth.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/auth.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/auth.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/auth.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/basic_usage.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/basic_usage.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/basic_usage.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/basic_usage.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/changelog.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/changelog.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/changelog.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/changelog.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/conversations.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/conversations.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/conversations.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/conversations.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/faq.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/faq.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/faq.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/faq.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/genindex.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/genindex.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/genindex.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/genindex.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/index.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/index.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/index.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/index.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/metadata.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/metadata.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/metadata.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/metadata.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/objects.inv b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/objects.inv similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/objects.inv rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/objects.inv diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/real_time_messaging.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/real_time_messaging.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/real_time_messaging.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/real_time_messaging.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/search.html b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/search.html similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/search.html rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/search.html diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/searchindex.js b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/searchindex.js similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/searchindex.js rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/searchindex.js diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/requirements.txt b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/requirements.txt similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/requirements.txt rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/requirements.txt diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/setup.cfg b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/setup.cfg similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/setup.cfg rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/setup.cfg diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/setup.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/setup.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/setup.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/setup.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/__init__.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/__init__.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/__init__.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/__init__.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/channel.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/channel.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/channel.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/channel.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/client.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/client.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/client.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/client.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/exceptions.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/exceptions.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/exceptions.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/exceptions.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/im.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/im.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/im.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/im.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/server.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/server.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/server.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/server.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/slackrequest.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/slackrequest.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/slackrequest.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/slackrequest.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/user.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/user.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/user.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/user.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/util.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/util.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/util.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/util.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/version.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/version.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/version.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/slackclient/version.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/test_requirements.txt b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/test_requirements.txt similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/test_requirements.txt rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/test_requirements.txt diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/conftest.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/conftest.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/conftest.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/conftest.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/channel.created.json b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/channel.created.json similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/channel.created.json rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/channel.created.json diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/im.created.json b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/im.created.json similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/im.created.json rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/im.created.json diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/rtm.start.json b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/rtm.start.json similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/rtm.start.json rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/rtm.start.json diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/slack_logo.png b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/slack_logo.png similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/slack_logo.png rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/data/slack_logo.png diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_channel.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_channel.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_channel.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_channel.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_server.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_server.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_server.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_server.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_slackclient.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_slackclient.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_slackclient.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_slackclient.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_slackrequest.py b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_slackrequest.py similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_slackrequest.py rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tests/test_slackrequest.py diff --git a/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tox.ini b/client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tox.ini similarity index 100% rename from openpype/modules/slack/python2_vendor/python-slack-sdk-1/tox.ini rename to client/openpype/modules/slack/python2_vendor/python-slack-sdk-1/tox.ini diff --git a/openpype/modules/slack/resources/openpype_icon.png b/client/openpype/modules/slack/resources/openpype_icon.png similarity index 100% rename from openpype/modules/slack/resources/openpype_icon.png rename to client/openpype/modules/slack/resources/openpype_icon.png diff --git a/openpype/modules/slack/slack_module.py b/client/openpype/modules/slack/slack_module.py similarity index 100% rename from openpype/modules/slack/slack_module.py rename to client/openpype/modules/slack/slack_module.py diff --git a/openpype/modules/sync_server/README.md b/client/openpype/modules/sync_server/README.md similarity index 100% rename from openpype/modules/sync_server/README.md rename to client/openpype/modules/sync_server/README.md diff --git a/openpype/modules/sync_server/__init__.py b/client/openpype/modules/sync_server/__init__.py similarity index 100% rename from openpype/modules/sync_server/__init__.py rename to client/openpype/modules/sync_server/__init__.py diff --git a/openpype/modules/sync_server/launch_hooks/pre_copy_last_published_workfile.py b/client/openpype/modules/sync_server/launch_hooks/pre_copy_last_published_workfile.py similarity index 100% rename from openpype/modules/sync_server/launch_hooks/pre_copy_last_published_workfile.py rename to client/openpype/modules/sync_server/launch_hooks/pre_copy_last_published_workfile.py diff --git a/openpype/modules/sync_server/plugins/load/add_site.py b/client/openpype/modules/sync_server/plugins/load/add_site.py similarity index 100% rename from openpype/modules/sync_server/plugins/load/add_site.py rename to client/openpype/modules/sync_server/plugins/load/add_site.py diff --git a/openpype/modules/sync_server/plugins/load/remove_site.py b/client/openpype/modules/sync_server/plugins/load/remove_site.py similarity index 100% rename from openpype/modules/sync_server/plugins/load/remove_site.py rename to client/openpype/modules/sync_server/plugins/load/remove_site.py diff --git a/openpype/modules/sync_server/providers/__init__.py b/client/openpype/modules/sync_server/providers/__init__.py similarity index 100% rename from openpype/modules/sync_server/providers/__init__.py rename to client/openpype/modules/sync_server/providers/__init__.py diff --git a/openpype/modules/sync_server/providers/abstract_provider.py b/client/openpype/modules/sync_server/providers/abstract_provider.py similarity index 100% rename from openpype/modules/sync_server/providers/abstract_provider.py rename to client/openpype/modules/sync_server/providers/abstract_provider.py diff --git a/openpype/modules/sync_server/providers/dropbox.py b/client/openpype/modules/sync_server/providers/dropbox.py similarity index 100% rename from openpype/modules/sync_server/providers/dropbox.py rename to client/openpype/modules/sync_server/providers/dropbox.py diff --git a/openpype/modules/sync_server/providers/gdrive.py b/client/openpype/modules/sync_server/providers/gdrive.py similarity index 100% rename from openpype/modules/sync_server/providers/gdrive.py rename to client/openpype/modules/sync_server/providers/gdrive.py diff --git a/openpype/modules/sync_server/providers/lib.py b/client/openpype/modules/sync_server/providers/lib.py similarity index 100% rename from openpype/modules/sync_server/providers/lib.py rename to client/openpype/modules/sync_server/providers/lib.py diff --git a/openpype/modules/sync_server/providers/local_drive.py b/client/openpype/modules/sync_server/providers/local_drive.py similarity index 100% rename from openpype/modules/sync_server/providers/local_drive.py rename to client/openpype/modules/sync_server/providers/local_drive.py diff --git a/openpype/modules/sync_server/providers/resources/dropbox.png b/client/openpype/modules/sync_server/providers/resources/dropbox.png similarity index 100% rename from openpype/modules/sync_server/providers/resources/dropbox.png rename to client/openpype/modules/sync_server/providers/resources/dropbox.png diff --git a/openpype/modules/sync_server/providers/resources/folder.png b/client/openpype/modules/sync_server/providers/resources/folder.png similarity index 100% rename from openpype/modules/sync_server/providers/resources/folder.png rename to client/openpype/modules/sync_server/providers/resources/folder.png diff --git a/openpype/modules/sync_server/providers/resources/gdrive.png b/client/openpype/modules/sync_server/providers/resources/gdrive.png similarity index 100% rename from openpype/modules/sync_server/providers/resources/gdrive.png rename to client/openpype/modules/sync_server/providers/resources/gdrive.png diff --git a/openpype/modules/sync_server/providers/resources/local_drive.png b/client/openpype/modules/sync_server/providers/resources/local_drive.png similarity index 100% rename from openpype/modules/sync_server/providers/resources/local_drive.png rename to client/openpype/modules/sync_server/providers/resources/local_drive.png diff --git a/openpype/modules/sync_server/providers/resources/sftp.png b/client/openpype/modules/sync_server/providers/resources/sftp.png similarity index 100% rename from openpype/modules/sync_server/providers/resources/sftp.png rename to client/openpype/modules/sync_server/providers/resources/sftp.png diff --git a/openpype/modules/sync_server/providers/resources/studio.png b/client/openpype/modules/sync_server/providers/resources/studio.png similarity index 100% rename from openpype/modules/sync_server/providers/resources/studio.png rename to client/openpype/modules/sync_server/providers/resources/studio.png diff --git a/openpype/modules/sync_server/providers/sftp.py b/client/openpype/modules/sync_server/providers/sftp.py similarity index 100% rename from openpype/modules/sync_server/providers/sftp.py rename to client/openpype/modules/sync_server/providers/sftp.py diff --git a/openpype/modules/sync_server/resources/disabled.png b/client/openpype/modules/sync_server/resources/disabled.png similarity index 100% rename from openpype/modules/sync_server/resources/disabled.png rename to client/openpype/modules/sync_server/resources/disabled.png diff --git a/openpype/modules/sync_server/resources/paused.png b/client/openpype/modules/sync_server/resources/paused.png similarity index 100% rename from openpype/modules/sync_server/resources/paused.png rename to client/openpype/modules/sync_server/resources/paused.png diff --git a/openpype/modules/sync_server/resources/refresh.png b/client/openpype/modules/sync_server/resources/refresh.png similarity index 100% rename from openpype/modules/sync_server/resources/refresh.png rename to client/openpype/modules/sync_server/resources/refresh.png diff --git a/openpype/modules/sync_server/resources/synced.png b/client/openpype/modules/sync_server/resources/synced.png similarity index 100% rename from openpype/modules/sync_server/resources/synced.png rename to client/openpype/modules/sync_server/resources/synced.png diff --git a/openpype/modules/sync_server/rest_api.py b/client/openpype/modules/sync_server/rest_api.py similarity index 100% rename from openpype/modules/sync_server/rest_api.py rename to client/openpype/modules/sync_server/rest_api.py diff --git a/openpype/modules/sync_server/sync_server.py b/client/openpype/modules/sync_server/sync_server.py similarity index 100% rename from openpype/modules/sync_server/sync_server.py rename to client/openpype/modules/sync_server/sync_server.py diff --git a/openpype/modules/sync_server/sync_server_module.py b/client/openpype/modules/sync_server/sync_server_module.py similarity index 100% rename from openpype/modules/sync_server/sync_server_module.py rename to client/openpype/modules/sync_server/sync_server_module.py diff --git a/openpype/modules/sync_server/tray/app.py b/client/openpype/modules/sync_server/tray/app.py similarity index 100% rename from openpype/modules/sync_server/tray/app.py rename to client/openpype/modules/sync_server/tray/app.py diff --git a/openpype/modules/sync_server/tray/delegates.py b/client/openpype/modules/sync_server/tray/delegates.py similarity index 100% rename from openpype/modules/sync_server/tray/delegates.py rename to client/openpype/modules/sync_server/tray/delegates.py diff --git a/openpype/modules/sync_server/tray/lib.py b/client/openpype/modules/sync_server/tray/lib.py similarity index 100% rename from openpype/modules/sync_server/tray/lib.py rename to client/openpype/modules/sync_server/tray/lib.py diff --git a/openpype/modules/sync_server/tray/models.py b/client/openpype/modules/sync_server/tray/models.py similarity index 100% rename from openpype/modules/sync_server/tray/models.py rename to client/openpype/modules/sync_server/tray/models.py diff --git a/openpype/modules/sync_server/tray/widgets.py b/client/openpype/modules/sync_server/tray/widgets.py similarity index 100% rename from openpype/modules/sync_server/tray/widgets.py rename to client/openpype/modules/sync_server/tray/widgets.py diff --git a/openpype/modules/sync_server/utils.py b/client/openpype/modules/sync_server/utils.py similarity index 100% rename from openpype/modules/sync_server/utils.py rename to client/openpype/modules/sync_server/utils.py diff --git a/openpype/modules/timers_manager/__init__.py b/client/openpype/modules/timers_manager/__init__.py similarity index 100% rename from openpype/modules/timers_manager/__init__.py rename to client/openpype/modules/timers_manager/__init__.py diff --git a/openpype/modules/timers_manager/exceptions.py b/client/openpype/modules/timers_manager/exceptions.py similarity index 100% rename from openpype/modules/timers_manager/exceptions.py rename to client/openpype/modules/timers_manager/exceptions.py diff --git a/openpype/modules/timers_manager/idle_threads.py b/client/openpype/modules/timers_manager/idle_threads.py similarity index 100% rename from openpype/modules/timers_manager/idle_threads.py rename to client/openpype/modules/timers_manager/idle_threads.py diff --git a/openpype/modules/timers_manager/launch_hooks/post_start_timer.py b/client/openpype/modules/timers_manager/launch_hooks/post_start_timer.py similarity index 100% rename from openpype/modules/timers_manager/launch_hooks/post_start_timer.py rename to client/openpype/modules/timers_manager/launch_hooks/post_start_timer.py diff --git a/openpype/modules/timers_manager/plugins/publish/start_timer.py b/client/openpype/modules/timers_manager/plugins/publish/start_timer.py similarity index 100% rename from openpype/modules/timers_manager/plugins/publish/start_timer.py rename to client/openpype/modules/timers_manager/plugins/publish/start_timer.py diff --git a/openpype/modules/timers_manager/plugins/publish/stop_timer.py b/client/openpype/modules/timers_manager/plugins/publish/stop_timer.py similarity index 100% rename from openpype/modules/timers_manager/plugins/publish/stop_timer.py rename to client/openpype/modules/timers_manager/plugins/publish/stop_timer.py diff --git a/openpype/modules/timers_manager/rest_api.py b/client/openpype/modules/timers_manager/rest_api.py similarity index 100% rename from openpype/modules/timers_manager/rest_api.py rename to client/openpype/modules/timers_manager/rest_api.py diff --git a/openpype/modules/timers_manager/timers_manager.py b/client/openpype/modules/timers_manager/timers_manager.py similarity index 100% rename from openpype/modules/timers_manager/timers_manager.py rename to client/openpype/modules/timers_manager/timers_manager.py diff --git a/openpype/modules/timers_manager/widget_user_idle.py b/client/openpype/modules/timers_manager/widget_user_idle.py similarity index 100% rename from openpype/modules/timers_manager/widget_user_idle.py rename to client/openpype/modules/timers_manager/widget_user_idle.py diff --git a/openpype/modules/webserver/__init__.py b/client/openpype/modules/webserver/__init__.py similarity index 100% rename from openpype/modules/webserver/__init__.py rename to client/openpype/modules/webserver/__init__.py diff --git a/openpype/modules/webserver/base_routes.py b/client/openpype/modules/webserver/base_routes.py similarity index 100% rename from openpype/modules/webserver/base_routes.py rename to client/openpype/modules/webserver/base_routes.py diff --git a/openpype/modules/webserver/cors_middleware.py b/client/openpype/modules/webserver/cors_middleware.py similarity index 100% rename from openpype/modules/webserver/cors_middleware.py rename to client/openpype/modules/webserver/cors_middleware.py diff --git a/openpype/modules/webserver/host_console_listener.py b/client/openpype/modules/webserver/host_console_listener.py similarity index 100% rename from openpype/modules/webserver/host_console_listener.py rename to client/openpype/modules/webserver/host_console_listener.py diff --git a/openpype/modules/webserver/server.py b/client/openpype/modules/webserver/server.py similarity index 100% rename from openpype/modules/webserver/server.py rename to client/openpype/modules/webserver/server.py diff --git a/openpype/modules/webserver/webserver_module.py b/client/openpype/modules/webserver/webserver_module.py similarity index 100% rename from openpype/modules/webserver/webserver_module.py rename to client/openpype/modules/webserver/webserver_module.py diff --git a/openpype/pipeline/__init__.py b/client/openpype/pipeline/__init__.py similarity index 100% rename from openpype/pipeline/__init__.py rename to client/openpype/pipeline/__init__.py diff --git a/openpype/pipeline/actions.py b/client/openpype/pipeline/actions.py similarity index 100% rename from openpype/pipeline/actions.py rename to client/openpype/pipeline/actions.py diff --git a/openpype/pipeline/anatomy.py b/client/openpype/pipeline/anatomy.py similarity index 100% rename from openpype/pipeline/anatomy.py rename to client/openpype/pipeline/anatomy.py diff --git a/openpype/pipeline/colorspace.py b/client/openpype/pipeline/colorspace.py similarity index 100% rename from openpype/pipeline/colorspace.py rename to client/openpype/pipeline/colorspace.py diff --git a/openpype/pipeline/constants.py b/client/openpype/pipeline/constants.py similarity index 100% rename from openpype/pipeline/constants.py rename to client/openpype/pipeline/constants.py diff --git a/openpype/pipeline/context_tools.py b/client/openpype/pipeline/context_tools.py similarity index 100% rename from openpype/pipeline/context_tools.py rename to client/openpype/pipeline/context_tools.py diff --git a/openpype/pipeline/create/README.md b/client/openpype/pipeline/create/README.md similarity index 100% rename from openpype/pipeline/create/README.md rename to client/openpype/pipeline/create/README.md diff --git a/openpype/pipeline/create/__init__.py b/client/openpype/pipeline/create/__init__.py similarity index 100% rename from openpype/pipeline/create/__init__.py rename to client/openpype/pipeline/create/__init__.py diff --git a/openpype/pipeline/create/constants.py b/client/openpype/pipeline/create/constants.py similarity index 100% rename from openpype/pipeline/create/constants.py rename to client/openpype/pipeline/create/constants.py diff --git a/openpype/pipeline/create/context.py b/client/openpype/pipeline/create/context.py similarity index 100% rename from openpype/pipeline/create/context.py rename to client/openpype/pipeline/create/context.py diff --git a/openpype/pipeline/create/creator_plugins.py b/client/openpype/pipeline/create/creator_plugins.py similarity index 100% rename from openpype/pipeline/create/creator_plugins.py rename to client/openpype/pipeline/create/creator_plugins.py diff --git a/openpype/pipeline/create/legacy_create.py b/client/openpype/pipeline/create/legacy_create.py similarity index 100% rename from openpype/pipeline/create/legacy_create.py rename to client/openpype/pipeline/create/legacy_create.py diff --git a/openpype/pipeline/create/subset_name.py b/client/openpype/pipeline/create/subset_name.py similarity index 100% rename from openpype/pipeline/create/subset_name.py rename to client/openpype/pipeline/create/subset_name.py diff --git a/openpype/pipeline/create/utils.py b/client/openpype/pipeline/create/utils.py similarity index 100% rename from openpype/pipeline/create/utils.py rename to client/openpype/pipeline/create/utils.py diff --git a/openpype/pipeline/delivery.py b/client/openpype/pipeline/delivery.py similarity index 100% rename from openpype/pipeline/delivery.py rename to client/openpype/pipeline/delivery.py diff --git a/openpype/pipeline/editorial.py b/client/openpype/pipeline/editorial.py similarity index 100% rename from openpype/pipeline/editorial.py rename to client/openpype/pipeline/editorial.py diff --git a/openpype/pipeline/farm/__init__.py b/client/openpype/pipeline/farm/__init__.py similarity index 100% rename from openpype/pipeline/farm/__init__.py rename to client/openpype/pipeline/farm/__init__.py diff --git a/openpype/pipeline/farm/patterning.py b/client/openpype/pipeline/farm/patterning.py similarity index 100% rename from openpype/pipeline/farm/patterning.py rename to client/openpype/pipeline/farm/patterning.py diff --git a/openpype/pipeline/farm/pyblish_functions.py b/client/openpype/pipeline/farm/pyblish_functions.py similarity index 100% rename from openpype/pipeline/farm/pyblish_functions.py rename to client/openpype/pipeline/farm/pyblish_functions.py diff --git a/openpype/pipeline/farm/pyblish_functions.pyi b/client/openpype/pipeline/farm/pyblish_functions.pyi similarity index 100% rename from openpype/pipeline/farm/pyblish_functions.pyi rename to client/openpype/pipeline/farm/pyblish_functions.pyi diff --git a/openpype/pipeline/farm/tools.py b/client/openpype/pipeline/farm/tools.py similarity index 100% rename from openpype/pipeline/farm/tools.py rename to client/openpype/pipeline/farm/tools.py diff --git a/openpype/pipeline/legacy_io.py b/client/openpype/pipeline/legacy_io.py similarity index 100% rename from openpype/pipeline/legacy_io.py rename to client/openpype/pipeline/legacy_io.py diff --git a/openpype/pipeline/load/__init__.py b/client/openpype/pipeline/load/__init__.py similarity index 100% rename from openpype/pipeline/load/__init__.py rename to client/openpype/pipeline/load/__init__.py diff --git a/openpype/pipeline/load/plugins.py b/client/openpype/pipeline/load/plugins.py similarity index 100% rename from openpype/pipeline/load/plugins.py rename to client/openpype/pipeline/load/plugins.py diff --git a/openpype/pipeline/load/utils.py b/client/openpype/pipeline/load/utils.py similarity index 100% rename from openpype/pipeline/load/utils.py rename to client/openpype/pipeline/load/utils.py diff --git a/openpype/pipeline/mongodb.py b/client/openpype/pipeline/mongodb.py similarity index 100% rename from openpype/pipeline/mongodb.py rename to client/openpype/pipeline/mongodb.py diff --git a/openpype/pipeline/plugin_discover.py b/client/openpype/pipeline/plugin_discover.py similarity index 100% rename from openpype/pipeline/plugin_discover.py rename to client/openpype/pipeline/plugin_discover.py diff --git a/openpype/pipeline/project_folders.py b/client/openpype/pipeline/project_folders.py similarity index 100% rename from openpype/pipeline/project_folders.py rename to client/openpype/pipeline/project_folders.py diff --git a/openpype/pipeline/publish/README.md b/client/openpype/pipeline/publish/README.md similarity index 100% rename from openpype/pipeline/publish/README.md rename to client/openpype/pipeline/publish/README.md diff --git a/openpype/pipeline/publish/__init__.py b/client/openpype/pipeline/publish/__init__.py similarity index 100% rename from openpype/pipeline/publish/__init__.py rename to client/openpype/pipeline/publish/__init__.py diff --git a/openpype/pipeline/publish/abstract_collect_render.py b/client/openpype/pipeline/publish/abstract_collect_render.py similarity index 100% rename from openpype/pipeline/publish/abstract_collect_render.py rename to client/openpype/pipeline/publish/abstract_collect_render.py diff --git a/openpype/pipeline/publish/abstract_expected_files.py b/client/openpype/pipeline/publish/abstract_expected_files.py similarity index 100% rename from openpype/pipeline/publish/abstract_expected_files.py rename to client/openpype/pipeline/publish/abstract_expected_files.py diff --git a/openpype/pipeline/publish/constants.py b/client/openpype/pipeline/publish/constants.py similarity index 100% rename from openpype/pipeline/publish/constants.py rename to client/openpype/pipeline/publish/constants.py diff --git a/openpype/pipeline/publish/lib.py b/client/openpype/pipeline/publish/lib.py similarity index 100% rename from openpype/pipeline/publish/lib.py rename to client/openpype/pipeline/publish/lib.py diff --git a/openpype/pipeline/publish/publish_plugins.py b/client/openpype/pipeline/publish/publish_plugins.py similarity index 100% rename from openpype/pipeline/publish/publish_plugins.py rename to client/openpype/pipeline/publish/publish_plugins.py diff --git a/openpype/pipeline/schema/__init__.py b/client/openpype/pipeline/schema/__init__.py similarity index 100% rename from openpype/pipeline/schema/__init__.py rename to client/openpype/pipeline/schema/__init__.py diff --git a/openpype/pipeline/schema/application-1.0.json b/client/openpype/pipeline/schema/application-1.0.json similarity index 100% rename from openpype/pipeline/schema/application-1.0.json rename to client/openpype/pipeline/schema/application-1.0.json diff --git a/openpype/pipeline/schema/asset-1.0.json b/client/openpype/pipeline/schema/asset-1.0.json similarity index 100% rename from openpype/pipeline/schema/asset-1.0.json rename to client/openpype/pipeline/schema/asset-1.0.json diff --git a/openpype/pipeline/schema/asset-2.0.json b/client/openpype/pipeline/schema/asset-2.0.json similarity index 100% rename from openpype/pipeline/schema/asset-2.0.json rename to client/openpype/pipeline/schema/asset-2.0.json diff --git a/openpype/pipeline/schema/asset-3.0.json b/client/openpype/pipeline/schema/asset-3.0.json similarity index 100% rename from openpype/pipeline/schema/asset-3.0.json rename to client/openpype/pipeline/schema/asset-3.0.json diff --git a/openpype/pipeline/schema/config-1.0.json b/client/openpype/pipeline/schema/config-1.0.json similarity index 100% rename from openpype/pipeline/schema/config-1.0.json rename to client/openpype/pipeline/schema/config-1.0.json diff --git a/openpype/pipeline/schema/config-1.1.json b/client/openpype/pipeline/schema/config-1.1.json similarity index 100% rename from openpype/pipeline/schema/config-1.1.json rename to client/openpype/pipeline/schema/config-1.1.json diff --git a/openpype/pipeline/schema/config-2.0.json b/client/openpype/pipeline/schema/config-2.0.json similarity index 100% rename from openpype/pipeline/schema/config-2.0.json rename to client/openpype/pipeline/schema/config-2.0.json diff --git a/openpype/pipeline/schema/container-1.0.json b/client/openpype/pipeline/schema/container-1.0.json similarity index 100% rename from openpype/pipeline/schema/container-1.0.json rename to client/openpype/pipeline/schema/container-1.0.json diff --git a/openpype/pipeline/schema/container-2.0.json b/client/openpype/pipeline/schema/container-2.0.json similarity index 100% rename from openpype/pipeline/schema/container-2.0.json rename to client/openpype/pipeline/schema/container-2.0.json diff --git a/openpype/pipeline/schema/hero_version-1.0.json b/client/openpype/pipeline/schema/hero_version-1.0.json similarity index 100% rename from openpype/pipeline/schema/hero_version-1.0.json rename to client/openpype/pipeline/schema/hero_version-1.0.json diff --git a/openpype/pipeline/schema/inventory-1.0.json b/client/openpype/pipeline/schema/inventory-1.0.json similarity index 100% rename from openpype/pipeline/schema/inventory-1.0.json rename to client/openpype/pipeline/schema/inventory-1.0.json diff --git a/openpype/pipeline/schema/inventory-1.1.json b/client/openpype/pipeline/schema/inventory-1.1.json similarity index 100% rename from openpype/pipeline/schema/inventory-1.1.json rename to client/openpype/pipeline/schema/inventory-1.1.json diff --git a/openpype/pipeline/schema/project-2.0.json b/client/openpype/pipeline/schema/project-2.0.json similarity index 100% rename from openpype/pipeline/schema/project-2.0.json rename to client/openpype/pipeline/schema/project-2.0.json diff --git a/openpype/pipeline/schema/project-2.1.json b/client/openpype/pipeline/schema/project-2.1.json similarity index 100% rename from openpype/pipeline/schema/project-2.1.json rename to client/openpype/pipeline/schema/project-2.1.json diff --git a/openpype/pipeline/schema/project-3.0.json b/client/openpype/pipeline/schema/project-3.0.json similarity index 100% rename from openpype/pipeline/schema/project-3.0.json rename to client/openpype/pipeline/schema/project-3.0.json diff --git a/openpype/pipeline/schema/representation-1.0.json b/client/openpype/pipeline/schema/representation-1.0.json similarity index 100% rename from openpype/pipeline/schema/representation-1.0.json rename to client/openpype/pipeline/schema/representation-1.0.json diff --git a/openpype/pipeline/schema/representation-2.0.json b/client/openpype/pipeline/schema/representation-2.0.json similarity index 100% rename from openpype/pipeline/schema/representation-2.0.json rename to client/openpype/pipeline/schema/representation-2.0.json diff --git a/openpype/pipeline/schema/session-1.0.json b/client/openpype/pipeline/schema/session-1.0.json similarity index 100% rename from openpype/pipeline/schema/session-1.0.json rename to client/openpype/pipeline/schema/session-1.0.json diff --git a/openpype/pipeline/schema/session-2.0.json b/client/openpype/pipeline/schema/session-2.0.json similarity index 100% rename from openpype/pipeline/schema/session-2.0.json rename to client/openpype/pipeline/schema/session-2.0.json diff --git a/openpype/pipeline/schema/session-3.0.json b/client/openpype/pipeline/schema/session-3.0.json similarity index 100% rename from openpype/pipeline/schema/session-3.0.json rename to client/openpype/pipeline/schema/session-3.0.json diff --git a/openpype/pipeline/schema/session-4.0.json b/client/openpype/pipeline/schema/session-4.0.json similarity index 100% rename from openpype/pipeline/schema/session-4.0.json rename to client/openpype/pipeline/schema/session-4.0.json diff --git a/openpype/pipeline/schema/shaders-1.0.json b/client/openpype/pipeline/schema/shaders-1.0.json similarity index 100% rename from openpype/pipeline/schema/shaders-1.0.json rename to client/openpype/pipeline/schema/shaders-1.0.json diff --git a/openpype/pipeline/schema/subset-1.0.json b/client/openpype/pipeline/schema/subset-1.0.json similarity index 100% rename from openpype/pipeline/schema/subset-1.0.json rename to client/openpype/pipeline/schema/subset-1.0.json diff --git a/openpype/pipeline/schema/subset-2.0.json b/client/openpype/pipeline/schema/subset-2.0.json similarity index 100% rename from openpype/pipeline/schema/subset-2.0.json rename to client/openpype/pipeline/schema/subset-2.0.json diff --git a/openpype/pipeline/schema/subset-3.0.json b/client/openpype/pipeline/schema/subset-3.0.json similarity index 100% rename from openpype/pipeline/schema/subset-3.0.json rename to client/openpype/pipeline/schema/subset-3.0.json diff --git a/openpype/pipeline/schema/thumbnail-1.0.json b/client/openpype/pipeline/schema/thumbnail-1.0.json similarity index 100% rename from openpype/pipeline/schema/thumbnail-1.0.json rename to client/openpype/pipeline/schema/thumbnail-1.0.json diff --git a/openpype/pipeline/schema/version-1.0.json b/client/openpype/pipeline/schema/version-1.0.json similarity index 100% rename from openpype/pipeline/schema/version-1.0.json rename to client/openpype/pipeline/schema/version-1.0.json diff --git a/openpype/pipeline/schema/version-2.0.json b/client/openpype/pipeline/schema/version-2.0.json similarity index 100% rename from openpype/pipeline/schema/version-2.0.json rename to client/openpype/pipeline/schema/version-2.0.json diff --git a/openpype/pipeline/schema/version-3.0.json b/client/openpype/pipeline/schema/version-3.0.json similarity index 100% rename from openpype/pipeline/schema/version-3.0.json rename to client/openpype/pipeline/schema/version-3.0.json diff --git a/openpype/pipeline/schema/workfile-1.0.json b/client/openpype/pipeline/schema/workfile-1.0.json similarity index 100% rename from openpype/pipeline/schema/workfile-1.0.json rename to client/openpype/pipeline/schema/workfile-1.0.json diff --git a/openpype/pipeline/tempdir.py b/client/openpype/pipeline/tempdir.py similarity index 100% rename from openpype/pipeline/tempdir.py rename to client/openpype/pipeline/tempdir.py diff --git a/openpype/pipeline/template_data.py b/client/openpype/pipeline/template_data.py similarity index 100% rename from openpype/pipeline/template_data.py rename to client/openpype/pipeline/template_data.py diff --git a/openpype/pipeline/thumbnail.py b/client/openpype/pipeline/thumbnail.py similarity index 100% rename from openpype/pipeline/thumbnail.py rename to client/openpype/pipeline/thumbnail.py diff --git a/openpype/pipeline/version_start.py b/client/openpype/pipeline/version_start.py similarity index 100% rename from openpype/pipeline/version_start.py rename to client/openpype/pipeline/version_start.py diff --git a/openpype/pipeline/workfile/__init__.py b/client/openpype/pipeline/workfile/__init__.py similarity index 100% rename from openpype/pipeline/workfile/__init__.py rename to client/openpype/pipeline/workfile/__init__.py diff --git a/openpype/pipeline/workfile/build_workfile.py b/client/openpype/pipeline/workfile/build_workfile.py similarity index 100% rename from openpype/pipeline/workfile/build_workfile.py rename to client/openpype/pipeline/workfile/build_workfile.py diff --git a/openpype/pipeline/workfile/lock_workfile.py b/client/openpype/pipeline/workfile/lock_workfile.py similarity index 100% rename from openpype/pipeline/workfile/lock_workfile.py rename to client/openpype/pipeline/workfile/lock_workfile.py diff --git a/openpype/pipeline/workfile/path_resolving.py b/client/openpype/pipeline/workfile/path_resolving.py similarity index 100% rename from openpype/pipeline/workfile/path_resolving.py rename to client/openpype/pipeline/workfile/path_resolving.py diff --git a/openpype/pipeline/workfile/workfile_template_builder.py b/client/openpype/pipeline/workfile/workfile_template_builder.py similarity index 100% rename from openpype/pipeline/workfile/workfile_template_builder.py rename to client/openpype/pipeline/workfile/workfile_template_builder.py diff --git a/openpype/plugins/actions/open_file_explorer.py b/client/openpype/plugins/actions/open_file_explorer.py similarity index 100% rename from openpype/plugins/actions/open_file_explorer.py rename to client/openpype/plugins/actions/open_file_explorer.py diff --git a/openpype/plugins/inventory/remove_and_load.py b/client/openpype/plugins/inventory/remove_and_load.py similarity index 100% rename from openpype/plugins/inventory/remove_and_load.py rename to client/openpype/plugins/inventory/remove_and_load.py diff --git a/openpype/plugins/load/copy_file.py b/client/openpype/plugins/load/copy_file.py similarity index 100% rename from openpype/plugins/load/copy_file.py rename to client/openpype/plugins/load/copy_file.py diff --git a/openpype/plugins/load/copy_file_path.py b/client/openpype/plugins/load/copy_file_path.py similarity index 100% rename from openpype/plugins/load/copy_file_path.py rename to client/openpype/plugins/load/copy_file_path.py diff --git a/openpype/plugins/load/delete_old_versions.py b/client/openpype/plugins/load/delete_old_versions.py similarity index 100% rename from openpype/plugins/load/delete_old_versions.py rename to client/openpype/plugins/load/delete_old_versions.py diff --git a/openpype/plugins/load/delivery.py b/client/openpype/plugins/load/delivery.py similarity index 100% rename from openpype/plugins/load/delivery.py rename to client/openpype/plugins/load/delivery.py diff --git a/openpype/plugins/load/open_djv.py b/client/openpype/plugins/load/open_djv.py similarity index 100% rename from openpype/plugins/load/open_djv.py rename to client/openpype/plugins/load/open_djv.py diff --git a/openpype/plugins/load/open_file.py b/client/openpype/plugins/load/open_file.py similarity index 100% rename from openpype/plugins/load/open_file.py rename to client/openpype/plugins/load/open_file.py diff --git a/openpype/plugins/load/push_to_library.py b/client/openpype/plugins/load/push_to_library.py similarity index 100% rename from openpype/plugins/load/push_to_library.py rename to client/openpype/plugins/load/push_to_library.py diff --git a/openpype/plugins/publish/cleanup.py b/client/openpype/plugins/publish/cleanup.py similarity index 100% rename from openpype/plugins/publish/cleanup.py rename to client/openpype/plugins/publish/cleanup.py diff --git a/openpype/plugins/publish/cleanup_explicit.py b/client/openpype/plugins/publish/cleanup_explicit.py similarity index 100% rename from openpype/plugins/publish/cleanup_explicit.py rename to client/openpype/plugins/publish/cleanup_explicit.py diff --git a/openpype/plugins/publish/cleanup_farm.py b/client/openpype/plugins/publish/cleanup_farm.py similarity index 100% rename from openpype/plugins/publish/cleanup_farm.py rename to client/openpype/plugins/publish/cleanup_farm.py diff --git a/openpype/plugins/publish/collect_anatomy_context_data.py b/client/openpype/plugins/publish/collect_anatomy_context_data.py similarity index 100% rename from openpype/plugins/publish/collect_anatomy_context_data.py rename to client/openpype/plugins/publish/collect_anatomy_context_data.py diff --git a/openpype/plugins/publish/collect_anatomy_instance_data.py b/client/openpype/plugins/publish/collect_anatomy_instance_data.py similarity index 100% rename from openpype/plugins/publish/collect_anatomy_instance_data.py rename to client/openpype/plugins/publish/collect_anatomy_instance_data.py diff --git a/openpype/plugins/publish/collect_anatomy_object.py b/client/openpype/plugins/publish/collect_anatomy_object.py similarity index 100% rename from openpype/plugins/publish/collect_anatomy_object.py rename to client/openpype/plugins/publish/collect_anatomy_object.py diff --git a/openpype/plugins/publish/collect_audio.py b/client/openpype/plugins/publish/collect_audio.py similarity index 100% rename from openpype/plugins/publish/collect_audio.py rename to client/openpype/plugins/publish/collect_audio.py diff --git a/openpype/plugins/publish/collect_cleanup_keys.py b/client/openpype/plugins/publish/collect_cleanup_keys.py similarity index 100% rename from openpype/plugins/publish/collect_cleanup_keys.py rename to client/openpype/plugins/publish/collect_cleanup_keys.py diff --git a/openpype/plugins/publish/collect_comment.py b/client/openpype/plugins/publish/collect_comment.py similarity index 100% rename from openpype/plugins/publish/collect_comment.py rename to client/openpype/plugins/publish/collect_comment.py diff --git a/openpype/plugins/publish/collect_context_entities.py b/client/openpype/plugins/publish/collect_context_entities.py similarity index 100% rename from openpype/plugins/publish/collect_context_entities.py rename to client/openpype/plugins/publish/collect_context_entities.py diff --git a/openpype/plugins/publish/collect_context_label.py b/client/openpype/plugins/publish/collect_context_label.py similarity index 100% rename from openpype/plugins/publish/collect_context_label.py rename to client/openpype/plugins/publish/collect_context_label.py diff --git a/openpype/plugins/publish/collect_current_context.py b/client/openpype/plugins/publish/collect_current_context.py similarity index 100% rename from openpype/plugins/publish/collect_current_context.py rename to client/openpype/plugins/publish/collect_current_context.py diff --git a/openpype/plugins/publish/collect_current_pype_user.py b/client/openpype/plugins/publish/collect_current_pype_user.py similarity index 100% rename from openpype/plugins/publish/collect_current_pype_user.py rename to client/openpype/plugins/publish/collect_current_pype_user.py diff --git a/openpype/plugins/publish/collect_current_shell_file.py b/client/openpype/plugins/publish/collect_current_shell_file.py similarity index 100% rename from openpype/plugins/publish/collect_current_shell_file.py rename to client/openpype/plugins/publish/collect_current_shell_file.py diff --git a/openpype/plugins/publish/collect_custom_staging_dir.py b/client/openpype/plugins/publish/collect_custom_staging_dir.py similarity index 100% rename from openpype/plugins/publish/collect_custom_staging_dir.py rename to client/openpype/plugins/publish/collect_custom_staging_dir.py diff --git a/openpype/plugins/publish/collect_datetime_data.py b/client/openpype/plugins/publish/collect_datetime_data.py similarity index 100% rename from openpype/plugins/publish/collect_datetime_data.py rename to client/openpype/plugins/publish/collect_datetime_data.py diff --git a/openpype/plugins/publish/collect_farm_target.py b/client/openpype/plugins/publish/collect_farm_target.py similarity index 100% rename from openpype/plugins/publish/collect_farm_target.py rename to client/openpype/plugins/publish/collect_farm_target.py diff --git a/openpype/plugins/publish/collect_frames_fix.py b/client/openpype/plugins/publish/collect_frames_fix.py similarity index 100% rename from openpype/plugins/publish/collect_frames_fix.py rename to client/openpype/plugins/publish/collect_frames_fix.py diff --git a/openpype/plugins/publish/collect_from_create_context.py b/client/openpype/plugins/publish/collect_from_create_context.py similarity index 100% rename from openpype/plugins/publish/collect_from_create_context.py rename to client/openpype/plugins/publish/collect_from_create_context.py diff --git a/openpype/plugins/publish/collect_hierarchy.py b/client/openpype/plugins/publish/collect_hierarchy.py similarity index 100% rename from openpype/plugins/publish/collect_hierarchy.py rename to client/openpype/plugins/publish/collect_hierarchy.py diff --git a/openpype/plugins/publish/collect_host_name.py b/client/openpype/plugins/publish/collect_host_name.py similarity index 100% rename from openpype/plugins/publish/collect_host_name.py rename to client/openpype/plugins/publish/collect_host_name.py diff --git a/openpype/plugins/publish/collect_input_representations_to_versions.py b/client/openpype/plugins/publish/collect_input_representations_to_versions.py similarity index 100% rename from openpype/plugins/publish/collect_input_representations_to_versions.py rename to client/openpype/plugins/publish/collect_input_representations_to_versions.py diff --git a/openpype/plugins/publish/collect_machine_name.py b/client/openpype/plugins/publish/collect_machine_name.py similarity index 100% rename from openpype/plugins/publish/collect_machine_name.py rename to client/openpype/plugins/publish/collect_machine_name.py diff --git a/openpype/plugins/publish/collect_modules.py b/client/openpype/plugins/publish/collect_modules.py similarity index 100% rename from openpype/plugins/publish/collect_modules.py rename to client/openpype/plugins/publish/collect_modules.py diff --git a/openpype/plugins/publish/collect_otio_frame_ranges.py b/client/openpype/plugins/publish/collect_otio_frame_ranges.py similarity index 100% rename from openpype/plugins/publish/collect_otio_frame_ranges.py rename to client/openpype/plugins/publish/collect_otio_frame_ranges.py diff --git a/openpype/plugins/publish/collect_otio_review.py b/client/openpype/plugins/publish/collect_otio_review.py similarity index 100% rename from openpype/plugins/publish/collect_otio_review.py rename to client/openpype/plugins/publish/collect_otio_review.py diff --git a/openpype/plugins/publish/collect_otio_subset_resources.py b/client/openpype/plugins/publish/collect_otio_subset_resources.py similarity index 100% rename from openpype/plugins/publish/collect_otio_subset_resources.py rename to client/openpype/plugins/publish/collect_otio_subset_resources.py diff --git a/openpype/plugins/publish/collect_rendered_files.py b/client/openpype/plugins/publish/collect_rendered_files.py similarity index 100% rename from openpype/plugins/publish/collect_rendered_files.py rename to client/openpype/plugins/publish/collect_rendered_files.py diff --git a/openpype/plugins/publish/collect_resources_path.py b/client/openpype/plugins/publish/collect_resources_path.py similarity index 100% rename from openpype/plugins/publish/collect_resources_path.py rename to client/openpype/plugins/publish/collect_resources_path.py diff --git a/openpype/plugins/publish/collect_scene_loaded_versions.py b/client/openpype/plugins/publish/collect_scene_loaded_versions.py similarity index 100% rename from openpype/plugins/publish/collect_scene_loaded_versions.py rename to client/openpype/plugins/publish/collect_scene_loaded_versions.py diff --git a/openpype/plugins/publish/collect_scene_version.py b/client/openpype/plugins/publish/collect_scene_version.py similarity index 100% rename from openpype/plugins/publish/collect_scene_version.py rename to client/openpype/plugins/publish/collect_scene_version.py diff --git a/openpype/plugins/publish/collect_settings.py b/client/openpype/plugins/publish/collect_settings.py similarity index 100% rename from openpype/plugins/publish/collect_settings.py rename to client/openpype/plugins/publish/collect_settings.py diff --git a/openpype/plugins/publish/collect_shell_workspace.py b/client/openpype/plugins/publish/collect_shell_workspace.py similarity index 100% rename from openpype/plugins/publish/collect_shell_workspace.py rename to client/openpype/plugins/publish/collect_shell_workspace.py diff --git a/openpype/plugins/publish/collect_source_for_source.py b/client/openpype/plugins/publish/collect_source_for_source.py similarity index 100% rename from openpype/plugins/publish/collect_source_for_source.py rename to client/openpype/plugins/publish/collect_source_for_source.py diff --git a/openpype/plugins/publish/collect_time.py b/client/openpype/plugins/publish/collect_time.py similarity index 100% rename from openpype/plugins/publish/collect_time.py rename to client/openpype/plugins/publish/collect_time.py diff --git a/openpype/plugins/publish/extract_burnin.py b/client/openpype/plugins/publish/extract_burnin.py similarity index 100% rename from openpype/plugins/publish/extract_burnin.py rename to client/openpype/plugins/publish/extract_burnin.py diff --git a/openpype/plugins/publish/extract_color_transcode.py b/client/openpype/plugins/publish/extract_color_transcode.py similarity index 100% rename from openpype/plugins/publish/extract_color_transcode.py rename to client/openpype/plugins/publish/extract_color_transcode.py diff --git a/openpype/plugins/publish/extract_colorspace_data.py b/client/openpype/plugins/publish/extract_colorspace_data.py similarity index 100% rename from openpype/plugins/publish/extract_colorspace_data.py rename to client/openpype/plugins/publish/extract_colorspace_data.py diff --git a/openpype/plugins/publish/extract_hierarchy_avalon.py b/client/openpype/plugins/publish/extract_hierarchy_avalon.py similarity index 100% rename from openpype/plugins/publish/extract_hierarchy_avalon.py rename to client/openpype/plugins/publish/extract_hierarchy_avalon.py diff --git a/openpype/plugins/publish/extract_hierarchy_to_ayon.py b/client/openpype/plugins/publish/extract_hierarchy_to_ayon.py similarity index 100% rename from openpype/plugins/publish/extract_hierarchy_to_ayon.py rename to client/openpype/plugins/publish/extract_hierarchy_to_ayon.py diff --git a/openpype/plugins/publish/extract_otio_audio_tracks.py b/client/openpype/plugins/publish/extract_otio_audio_tracks.py similarity index 100% rename from openpype/plugins/publish/extract_otio_audio_tracks.py rename to client/openpype/plugins/publish/extract_otio_audio_tracks.py diff --git a/openpype/plugins/publish/extract_otio_file.py b/client/openpype/plugins/publish/extract_otio_file.py similarity index 100% rename from openpype/plugins/publish/extract_otio_file.py rename to client/openpype/plugins/publish/extract_otio_file.py diff --git a/openpype/plugins/publish/extract_otio_review.py b/client/openpype/plugins/publish/extract_otio_review.py similarity index 100% rename from openpype/plugins/publish/extract_otio_review.py rename to client/openpype/plugins/publish/extract_otio_review.py diff --git a/openpype/plugins/publish/extract_otio_trimming_video.py b/client/openpype/plugins/publish/extract_otio_trimming_video.py similarity index 100% rename from openpype/plugins/publish/extract_otio_trimming_video.py rename to client/openpype/plugins/publish/extract_otio_trimming_video.py diff --git a/openpype/plugins/publish/extract_review.py b/client/openpype/plugins/publish/extract_review.py similarity index 100% rename from openpype/plugins/publish/extract_review.py rename to client/openpype/plugins/publish/extract_review.py diff --git a/openpype/plugins/publish/extract_review_slate.py b/client/openpype/plugins/publish/extract_review_slate.py similarity index 100% rename from openpype/plugins/publish/extract_review_slate.py rename to client/openpype/plugins/publish/extract_review_slate.py diff --git a/openpype/plugins/publish/extract_scanline_exr.py b/client/openpype/plugins/publish/extract_scanline_exr.py similarity index 100% rename from openpype/plugins/publish/extract_scanline_exr.py rename to client/openpype/plugins/publish/extract_scanline_exr.py diff --git a/openpype/plugins/publish/extract_thumbnail.py b/client/openpype/plugins/publish/extract_thumbnail.py similarity index 100% rename from openpype/plugins/publish/extract_thumbnail.py rename to client/openpype/plugins/publish/extract_thumbnail.py diff --git a/openpype/plugins/publish/extract_thumbnail_from_source.py b/client/openpype/plugins/publish/extract_thumbnail_from_source.py similarity index 100% rename from openpype/plugins/publish/extract_thumbnail_from_source.py rename to client/openpype/plugins/publish/extract_thumbnail_from_source.py diff --git a/openpype/plugins/publish/extract_trim_video_audio.py b/client/openpype/plugins/publish/extract_trim_video_audio.py similarity index 100% rename from openpype/plugins/publish/extract_trim_video_audio.py rename to client/openpype/plugins/publish/extract_trim_video_audio.py diff --git a/openpype/plugins/publish/help/validate_containers.xml b/client/openpype/plugins/publish/help/validate_containers.xml similarity index 100% rename from openpype/plugins/publish/help/validate_containers.xml rename to client/openpype/plugins/publish/help/validate_containers.xml diff --git a/openpype/plugins/publish/help/validate_publish_dir.xml b/client/openpype/plugins/publish/help/validate_publish_dir.xml similarity index 100% rename from openpype/plugins/publish/help/validate_publish_dir.xml rename to client/openpype/plugins/publish/help/validate_publish_dir.xml diff --git a/openpype/plugins/publish/help/validate_unique_subsets.xml b/client/openpype/plugins/publish/help/validate_unique_subsets.xml similarity index 100% rename from openpype/plugins/publish/help/validate_unique_subsets.xml rename to client/openpype/plugins/publish/help/validate_unique_subsets.xml diff --git a/openpype/plugins/publish/integrate.py b/client/openpype/plugins/publish/integrate.py similarity index 100% rename from openpype/plugins/publish/integrate.py rename to client/openpype/plugins/publish/integrate.py diff --git a/openpype/plugins/publish/integrate_hero_version.py b/client/openpype/plugins/publish/integrate_hero_version.py similarity index 100% rename from openpype/plugins/publish/integrate_hero_version.py rename to client/openpype/plugins/publish/integrate_hero_version.py diff --git a/openpype/plugins/publish/integrate_inputlinks.py b/client/openpype/plugins/publish/integrate_inputlinks.py similarity index 100% rename from openpype/plugins/publish/integrate_inputlinks.py rename to client/openpype/plugins/publish/integrate_inputlinks.py diff --git a/openpype/plugins/publish/integrate_inputlinks_ayon.py b/client/openpype/plugins/publish/integrate_inputlinks_ayon.py similarity index 100% rename from openpype/plugins/publish/integrate_inputlinks_ayon.py rename to client/openpype/plugins/publish/integrate_inputlinks_ayon.py diff --git a/openpype/plugins/publish/integrate_resources_path.py b/client/openpype/plugins/publish/integrate_resources_path.py similarity index 100% rename from openpype/plugins/publish/integrate_resources_path.py rename to client/openpype/plugins/publish/integrate_resources_path.py diff --git a/openpype/plugins/publish/integrate_subset_group.py b/client/openpype/plugins/publish/integrate_subset_group.py similarity index 100% rename from openpype/plugins/publish/integrate_subset_group.py rename to client/openpype/plugins/publish/integrate_subset_group.py diff --git a/openpype/plugins/publish/integrate_thumbnail.py b/client/openpype/plugins/publish/integrate_thumbnail.py similarity index 100% rename from openpype/plugins/publish/integrate_thumbnail.py rename to client/openpype/plugins/publish/integrate_thumbnail.py diff --git a/openpype/plugins/publish/integrate_thumbnail_ayon.py b/client/openpype/plugins/publish/integrate_thumbnail_ayon.py similarity index 100% rename from openpype/plugins/publish/integrate_thumbnail_ayon.py rename to client/openpype/plugins/publish/integrate_thumbnail_ayon.py diff --git a/openpype/plugins/publish/integrate_version_attrs.py b/client/openpype/plugins/publish/integrate_version_attrs.py similarity index 100% rename from openpype/plugins/publish/integrate_version_attrs.py rename to client/openpype/plugins/publish/integrate_version_attrs.py diff --git a/openpype/plugins/publish/preintegrate_thumbnail_representation.py b/client/openpype/plugins/publish/preintegrate_thumbnail_representation.py similarity index 100% rename from openpype/plugins/publish/preintegrate_thumbnail_representation.py rename to client/openpype/plugins/publish/preintegrate_thumbnail_representation.py diff --git a/openpype/plugins/publish/repair_unicode_strings.py b/client/openpype/plugins/publish/repair_unicode_strings.py similarity index 100% rename from openpype/plugins/publish/repair_unicode_strings.py rename to client/openpype/plugins/publish/repair_unicode_strings.py diff --git a/openpype/plugins/publish/validate_asset_docs.py b/client/openpype/plugins/publish/validate_asset_docs.py similarity index 100% rename from openpype/plugins/publish/validate_asset_docs.py rename to client/openpype/plugins/publish/validate_asset_docs.py diff --git a/openpype/plugins/publish/validate_containers.py b/client/openpype/plugins/publish/validate_containers.py similarity index 100% rename from openpype/plugins/publish/validate_containers.py rename to client/openpype/plugins/publish/validate_containers.py diff --git a/openpype/plugins/publish/validate_editorial_asset_name.py b/client/openpype/plugins/publish/validate_editorial_asset_name.py similarity index 100% rename from openpype/plugins/publish/validate_editorial_asset_name.py rename to client/openpype/plugins/publish/validate_editorial_asset_name.py diff --git a/openpype/plugins/publish/validate_file_saved.py b/client/openpype/plugins/publish/validate_file_saved.py similarity index 100% rename from openpype/plugins/publish/validate_file_saved.py rename to client/openpype/plugins/publish/validate_file_saved.py diff --git a/openpype/plugins/publish/validate_filesequences.py b/client/openpype/plugins/publish/validate_filesequences.py similarity index 100% rename from openpype/plugins/publish/validate_filesequences.py rename to client/openpype/plugins/publish/validate_filesequences.py diff --git a/openpype/plugins/publish/validate_intent.py b/client/openpype/plugins/publish/validate_intent.py similarity index 100% rename from openpype/plugins/publish/validate_intent.py rename to client/openpype/plugins/publish/validate_intent.py diff --git a/openpype/plugins/publish/validate_publish_dir.py b/client/openpype/plugins/publish/validate_publish_dir.py similarity index 100% rename from openpype/plugins/publish/validate_publish_dir.py rename to client/openpype/plugins/publish/validate_publish_dir.py diff --git a/openpype/plugins/publish/validate_resources.py b/client/openpype/plugins/publish/validate_resources.py similarity index 100% rename from openpype/plugins/publish/validate_resources.py rename to client/openpype/plugins/publish/validate_resources.py diff --git a/openpype/plugins/publish/validate_unique_subsets.py b/client/openpype/plugins/publish/validate_unique_subsets.py similarity index 100% rename from openpype/plugins/publish/validate_unique_subsets.py rename to client/openpype/plugins/publish/validate_unique_subsets.py diff --git a/openpype/plugins/publish/validate_version.py b/client/openpype/plugins/publish/validate_version.py similarity index 100% rename from openpype/plugins/publish/validate_version.py rename to client/openpype/plugins/publish/validate_version.py diff --git a/openpype/pype_commands.py b/client/openpype/pype_commands.py similarity index 100% rename from openpype/pype_commands.py rename to client/openpype/pype_commands.py diff --git a/openpype/resources/__init__.py b/client/openpype/resources/__init__.py similarity index 100% rename from openpype/resources/__init__.py rename to client/openpype/resources/__init__.py diff --git a/openpype/resources/app_icons/3dsmax.png b/client/openpype/resources/app_icons/3dsmax.png similarity index 100% rename from openpype/resources/app_icons/3dsmax.png rename to client/openpype/resources/app_icons/3dsmax.png diff --git a/openpype/resources/app_icons/Aport.png b/client/openpype/resources/app_icons/Aport.png similarity index 100% rename from openpype/resources/app_icons/Aport.png rename to client/openpype/resources/app_icons/Aport.png diff --git a/openpype/resources/app_icons/aftereffects.png b/client/openpype/resources/app_icons/aftereffects.png similarity index 100% rename from openpype/resources/app_icons/aftereffects.png rename to client/openpype/resources/app_icons/aftereffects.png diff --git a/openpype/resources/app_icons/blender.png b/client/openpype/resources/app_icons/blender.png similarity index 100% rename from openpype/resources/app_icons/blender.png rename to client/openpype/resources/app_icons/blender.png diff --git a/openpype/resources/app_icons/celaction.png b/client/openpype/resources/app_icons/celaction.png similarity index 100% rename from openpype/resources/app_icons/celaction.png rename to client/openpype/resources/app_icons/celaction.png diff --git a/openpype/resources/app_icons/clockify-white.png b/client/openpype/resources/app_icons/clockify-white.png similarity index 100% rename from openpype/resources/app_icons/clockify-white.png rename to client/openpype/resources/app_icons/clockify-white.png diff --git a/openpype/resources/app_icons/clockify.png b/client/openpype/resources/app_icons/clockify.png similarity index 100% rename from openpype/resources/app_icons/clockify.png rename to client/openpype/resources/app_icons/clockify.png diff --git a/openpype/resources/app_icons/djvView.png b/client/openpype/resources/app_icons/djvView.png similarity index 100% rename from openpype/resources/app_icons/djvView.png rename to client/openpype/resources/app_icons/djvView.png diff --git a/openpype/resources/app_icons/flame.png b/client/openpype/resources/app_icons/flame.png similarity index 100% rename from openpype/resources/app_icons/flame.png rename to client/openpype/resources/app_icons/flame.png diff --git a/openpype/resources/app_icons/fusion.png b/client/openpype/resources/app_icons/fusion.png similarity index 100% rename from openpype/resources/app_icons/fusion.png rename to client/openpype/resources/app_icons/fusion.png diff --git a/openpype/resources/app_icons/harmony.png b/client/openpype/resources/app_icons/harmony.png similarity index 100% rename from openpype/resources/app_icons/harmony.png rename to client/openpype/resources/app_icons/harmony.png diff --git a/openpype/resources/app_icons/hiero.png b/client/openpype/resources/app_icons/hiero.png similarity index 100% rename from openpype/resources/app_icons/hiero.png rename to client/openpype/resources/app_icons/hiero.png diff --git a/openpype/resources/app_icons/houdini.png b/client/openpype/resources/app_icons/houdini.png similarity index 100% rename from openpype/resources/app_icons/houdini.png rename to client/openpype/resources/app_icons/houdini.png diff --git a/openpype/resources/app_icons/maya.png b/client/openpype/resources/app_icons/maya.png similarity index 100% rename from openpype/resources/app_icons/maya.png rename to client/openpype/resources/app_icons/maya.png diff --git a/openpype/resources/app_icons/nuke.png b/client/openpype/resources/app_icons/nuke.png similarity index 100% rename from openpype/resources/app_icons/nuke.png rename to client/openpype/resources/app_icons/nuke.png diff --git a/openpype/resources/app_icons/nukestudio.png b/client/openpype/resources/app_icons/nukestudio.png similarity index 100% rename from openpype/resources/app_icons/nukestudio.png rename to client/openpype/resources/app_icons/nukestudio.png diff --git a/openpype/resources/app_icons/nukex.png b/client/openpype/resources/app_icons/nukex.png similarity index 100% rename from openpype/resources/app_icons/nukex.png rename to client/openpype/resources/app_icons/nukex.png diff --git a/openpype/resources/app_icons/photoshop.png b/client/openpype/resources/app_icons/photoshop.png similarity index 100% rename from openpype/resources/app_icons/photoshop.png rename to client/openpype/resources/app_icons/photoshop.png diff --git a/openpype/resources/app_icons/premiere.png b/client/openpype/resources/app_icons/premiere.png similarity index 100% rename from openpype/resources/app_icons/premiere.png rename to client/openpype/resources/app_icons/premiere.png diff --git a/openpype/resources/app_icons/python.png b/client/openpype/resources/app_icons/python.png similarity index 100% rename from openpype/resources/app_icons/python.png rename to client/openpype/resources/app_icons/python.png diff --git a/openpype/resources/app_icons/resolve.png b/client/openpype/resources/app_icons/resolve.png similarity index 100% rename from openpype/resources/app_icons/resolve.png rename to client/openpype/resources/app_icons/resolve.png diff --git a/openpype/resources/app_icons/shotgrid.png b/client/openpype/resources/app_icons/shotgrid.png similarity index 100% rename from openpype/resources/app_icons/shotgrid.png rename to client/openpype/resources/app_icons/shotgrid.png diff --git a/openpype/resources/app_icons/storyboardpro.png b/client/openpype/resources/app_icons/storyboardpro.png similarity index 100% rename from openpype/resources/app_icons/storyboardpro.png rename to client/openpype/resources/app_icons/storyboardpro.png diff --git a/openpype/resources/app_icons/substancepainter.png b/client/openpype/resources/app_icons/substancepainter.png similarity index 100% rename from openpype/resources/app_icons/substancepainter.png rename to client/openpype/resources/app_icons/substancepainter.png diff --git a/openpype/resources/app_icons/tvpaint.png b/client/openpype/resources/app_icons/tvpaint.png similarity index 100% rename from openpype/resources/app_icons/tvpaint.png rename to client/openpype/resources/app_icons/tvpaint.png diff --git a/openpype/resources/app_icons/ue4.png b/client/openpype/resources/app_icons/ue4.png similarity index 100% rename from openpype/resources/app_icons/ue4.png rename to client/openpype/resources/app_icons/ue4.png diff --git a/openpype/resources/app_icons/wrap.png b/client/openpype/resources/app_icons/wrap.png similarity index 100% rename from openpype/resources/app_icons/wrap.png rename to client/openpype/resources/app_icons/wrap.png diff --git a/openpype/resources/fonts/LiberationSans/LiberationSans-Bold.ttf b/client/openpype/resources/fonts/LiberationSans/LiberationSans-Bold.ttf similarity index 100% rename from openpype/resources/fonts/LiberationSans/LiberationSans-Bold.ttf rename to client/openpype/resources/fonts/LiberationSans/LiberationSans-Bold.ttf diff --git a/openpype/resources/fonts/LiberationSans/LiberationSans-BoldItalic.ttf b/client/openpype/resources/fonts/LiberationSans/LiberationSans-BoldItalic.ttf similarity index 100% rename from openpype/resources/fonts/LiberationSans/LiberationSans-BoldItalic.ttf rename to client/openpype/resources/fonts/LiberationSans/LiberationSans-BoldItalic.ttf diff --git a/openpype/resources/fonts/LiberationSans/LiberationSans-Italic.ttf b/client/openpype/resources/fonts/LiberationSans/LiberationSans-Italic.ttf similarity index 100% rename from openpype/resources/fonts/LiberationSans/LiberationSans-Italic.ttf rename to client/openpype/resources/fonts/LiberationSans/LiberationSans-Italic.ttf diff --git a/openpype/resources/fonts/LiberationSans/LiberationSans-Regular.ttf b/client/openpype/resources/fonts/LiberationSans/LiberationSans-Regular.ttf similarity index 100% rename from openpype/resources/fonts/LiberationSans/LiberationSans-Regular.ttf rename to client/openpype/resources/fonts/LiberationSans/LiberationSans-Regular.ttf diff --git a/openpype/resources/fonts/LiberationSans/License.txt b/client/openpype/resources/fonts/LiberationSans/License.txt similarity index 100% rename from openpype/resources/fonts/LiberationSans/License.txt rename to client/openpype/resources/fonts/LiberationSans/License.txt diff --git a/openpype/resources/ftrack/action_icons/ActionAskWhereIRun.svg b/client/openpype/resources/ftrack/action_icons/ActionAskWhereIRun.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/ActionAskWhereIRun.svg rename to client/openpype/resources/ftrack/action_icons/ActionAskWhereIRun.svg diff --git a/openpype/resources/ftrack/action_icons/AssetsRemover.svg b/client/openpype/resources/ftrack/action_icons/AssetsRemover.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/AssetsRemover.svg rename to client/openpype/resources/ftrack/action_icons/AssetsRemover.svg diff --git a/openpype/resources/ftrack/action_icons/BatchTasks.svg b/client/openpype/resources/ftrack/action_icons/BatchTasks.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/BatchTasks.svg rename to client/openpype/resources/ftrack/action_icons/BatchTasks.svg diff --git a/openpype/resources/ftrack/action_icons/ComponentOpen.svg b/client/openpype/resources/ftrack/action_icons/ComponentOpen.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/ComponentOpen.svg rename to client/openpype/resources/ftrack/action_icons/ComponentOpen.svg diff --git a/openpype/resources/ftrack/action_icons/CreateFolders.svg b/client/openpype/resources/ftrack/action_icons/CreateFolders.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/CreateFolders.svg rename to client/openpype/resources/ftrack/action_icons/CreateFolders.svg diff --git a/openpype/resources/ftrack/action_icons/CreateProjectFolders.svg b/client/openpype/resources/ftrack/action_icons/CreateProjectFolders.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/CreateProjectFolders.svg rename to client/openpype/resources/ftrack/action_icons/CreateProjectFolders.svg diff --git a/openpype/resources/ftrack/action_icons/DeleteAsset.svg b/client/openpype/resources/ftrack/action_icons/DeleteAsset.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/DeleteAsset.svg rename to client/openpype/resources/ftrack/action_icons/DeleteAsset.svg diff --git a/openpype/resources/ftrack/action_icons/Delivery.svg b/client/openpype/resources/ftrack/action_icons/Delivery.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/Delivery.svg rename to client/openpype/resources/ftrack/action_icons/Delivery.svg diff --git a/openpype/resources/ftrack/action_icons/MultipleNotes.svg b/client/openpype/resources/ftrack/action_icons/MultipleNotes.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/MultipleNotes.svg rename to client/openpype/resources/ftrack/action_icons/MultipleNotes.svg diff --git a/openpype/resources/ftrack/action_icons/OpenPypeAdmin.svg b/client/openpype/resources/ftrack/action_icons/OpenPypeAdmin.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/OpenPypeAdmin.svg rename to client/openpype/resources/ftrack/action_icons/OpenPypeAdmin.svg diff --git a/openpype/resources/ftrack/action_icons/PrepareProject.svg b/client/openpype/resources/ftrack/action_icons/PrepareProject.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/PrepareProject.svg rename to client/openpype/resources/ftrack/action_icons/PrepareProject.svg diff --git a/openpype/resources/ftrack/action_icons/RV.png b/client/openpype/resources/ftrack/action_icons/RV.png similarity index 100% rename from openpype/resources/ftrack/action_icons/RV.png rename to client/openpype/resources/ftrack/action_icons/RV.png diff --git a/openpype/resources/ftrack/action_icons/SeedProject.svg b/client/openpype/resources/ftrack/action_icons/SeedProject.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/SeedProject.svg rename to client/openpype/resources/ftrack/action_icons/SeedProject.svg diff --git a/openpype/resources/ftrack/action_icons/SortReview.svg b/client/openpype/resources/ftrack/action_icons/SortReview.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/SortReview.svg rename to client/openpype/resources/ftrack/action_icons/SortReview.svg diff --git a/openpype/resources/ftrack/action_icons/TestAction.svg b/client/openpype/resources/ftrack/action_icons/TestAction.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/TestAction.svg rename to client/openpype/resources/ftrack/action_icons/TestAction.svg diff --git a/openpype/resources/ftrack/action_icons/Thumbnail.svg b/client/openpype/resources/ftrack/action_icons/Thumbnail.svg similarity index 100% rename from openpype/resources/ftrack/action_icons/Thumbnail.svg rename to client/openpype/resources/ftrack/action_icons/Thumbnail.svg diff --git a/openpype/resources/ftrack/sign_in_message.html b/client/openpype/resources/ftrack/sign_in_message.html similarity index 100% rename from openpype/resources/ftrack/sign_in_message.html rename to client/openpype/resources/ftrack/sign_in_message.html diff --git a/openpype/resources/icons/AYON_icon.png b/client/openpype/resources/icons/AYON_icon.png similarity index 100% rename from openpype/resources/icons/AYON_icon.png rename to client/openpype/resources/icons/AYON_icon.png diff --git a/openpype/resources/icons/AYON_icon_dev.png b/client/openpype/resources/icons/AYON_icon_dev.png similarity index 100% rename from openpype/resources/icons/AYON_icon_dev.png rename to client/openpype/resources/icons/AYON_icon_dev.png diff --git a/openpype/resources/icons/AYON_icon_staging.png b/client/openpype/resources/icons/AYON_icon_staging.png similarity index 100% rename from openpype/resources/icons/AYON_icon_staging.png rename to client/openpype/resources/icons/AYON_icon_staging.png diff --git a/openpype/resources/icons/AYON_splash.png b/client/openpype/resources/icons/AYON_splash.png similarity index 100% rename from openpype/resources/icons/AYON_splash.png rename to client/openpype/resources/icons/AYON_splash.png diff --git a/openpype/resources/icons/AYON_splash_dev.png b/client/openpype/resources/icons/AYON_splash_dev.png similarity index 100% rename from openpype/resources/icons/AYON_splash_dev.png rename to client/openpype/resources/icons/AYON_splash_dev.png diff --git a/openpype/resources/icons/AYON_splash_staging.png b/client/openpype/resources/icons/AYON_splash_staging.png similarity index 100% rename from openpype/resources/icons/AYON_splash_staging.png rename to client/openpype/resources/icons/AYON_splash_staging.png diff --git a/openpype/resources/icons/circle_green.png b/client/openpype/resources/icons/circle_green.png similarity index 100% rename from openpype/resources/icons/circle_green.png rename to client/openpype/resources/icons/circle_green.png diff --git a/openpype/resources/icons/circle_orange.png b/client/openpype/resources/icons/circle_orange.png similarity index 100% rename from openpype/resources/icons/circle_orange.png rename to client/openpype/resources/icons/circle_orange.png diff --git a/openpype/resources/icons/circle_red.png b/client/openpype/resources/icons/circle_red.png similarity index 100% rename from openpype/resources/icons/circle_red.png rename to client/openpype/resources/icons/circle_red.png diff --git a/openpype/resources/icons/circle_yellow.png b/client/openpype/resources/icons/circle_yellow.png similarity index 100% rename from openpype/resources/icons/circle_yellow.png rename to client/openpype/resources/icons/circle_yellow.png diff --git a/openpype/resources/icons/eye.png b/client/openpype/resources/icons/eye.png similarity index 100% rename from openpype/resources/icons/eye.png rename to client/openpype/resources/icons/eye.png diff --git a/openpype/resources/icons/folder-favorite.png b/client/openpype/resources/icons/folder-favorite.png similarity index 100% rename from openpype/resources/icons/folder-favorite.png rename to client/openpype/resources/icons/folder-favorite.png diff --git a/openpype/resources/icons/inventory.png b/client/openpype/resources/icons/inventory.png similarity index 100% rename from openpype/resources/icons/inventory.png rename to client/openpype/resources/icons/inventory.png diff --git a/openpype/resources/icons/loader.png b/client/openpype/resources/icons/loader.png similarity index 100% rename from openpype/resources/icons/loader.png rename to client/openpype/resources/icons/loader.png diff --git a/openpype/resources/icons/lookmanager.png b/client/openpype/resources/icons/lookmanager.png similarity index 100% rename from openpype/resources/icons/lookmanager.png rename to client/openpype/resources/icons/lookmanager.png diff --git a/openpype/resources/icons/openpype_icon.png b/client/openpype/resources/icons/openpype_icon.png similarity index 100% rename from openpype/resources/icons/openpype_icon.png rename to client/openpype/resources/icons/openpype_icon.png diff --git a/openpype/resources/icons/openpype_icon_staging.png b/client/openpype/resources/icons/openpype_icon_staging.png similarity index 100% rename from openpype/resources/icons/openpype_icon_staging.png rename to client/openpype/resources/icons/openpype_icon_staging.png diff --git a/openpype/resources/icons/openpype_rim.png b/client/openpype/resources/icons/openpype_rim.png similarity index 100% rename from openpype/resources/icons/openpype_rim.png rename to client/openpype/resources/icons/openpype_rim.png diff --git a/openpype/resources/icons/openpype_splash.png b/client/openpype/resources/icons/openpype_splash.png similarity index 100% rename from openpype/resources/icons/openpype_splash.png rename to client/openpype/resources/icons/openpype_splash.png diff --git a/openpype/resources/icons/openpype_splash_staging.png b/client/openpype/resources/icons/openpype_splash_staging.png similarity index 100% rename from openpype/resources/icons/openpype_splash_staging.png rename to client/openpype/resources/icons/openpype_splash_staging.png diff --git a/openpype/resources/icons/workfiles.png b/client/openpype/resources/icons/workfiles.png similarity index 100% rename from openpype/resources/icons/workfiles.png rename to client/openpype/resources/icons/workfiles.png diff --git a/openpype/resources/images/spinner-200.svg b/client/openpype/resources/images/spinner-200.svg similarity index 100% rename from openpype/resources/images/spinner-200.svg rename to client/openpype/resources/images/spinner-200.svg diff --git a/openpype/resources/images/warning.png b/client/openpype/resources/images/warning.png similarity index 100% rename from openpype/resources/images/warning.png rename to client/openpype/resources/images/warning.png diff --git a/openpype/scripts/__init__.py b/client/openpype/scripts/__init__.py similarity index 100% rename from openpype/scripts/__init__.py rename to client/openpype/scripts/__init__.py diff --git a/openpype/scripts/non_python_host_launch.py b/client/openpype/scripts/non_python_host_launch.py similarity index 100% rename from openpype/scripts/non_python_host_launch.py rename to client/openpype/scripts/non_python_host_launch.py diff --git a/openpype/scripts/ocio_wrapper.py b/client/openpype/scripts/ocio_wrapper.py similarity index 100% rename from openpype/scripts/ocio_wrapper.py rename to client/openpype/scripts/ocio_wrapper.py diff --git a/openpype/scripts/otio_burnin.py b/client/openpype/scripts/otio_burnin.py similarity index 100% rename from openpype/scripts/otio_burnin.py rename to client/openpype/scripts/otio_burnin.py diff --git a/openpype/scripts/remote_publish.py b/client/openpype/scripts/remote_publish.py similarity index 100% rename from openpype/scripts/remote_publish.py rename to client/openpype/scripts/remote_publish.py diff --git a/openpype/scripts/slates/__init__.py b/client/openpype/scripts/slates/__init__.py similarity index 100% rename from openpype/scripts/slates/__init__.py rename to client/openpype/scripts/slates/__init__.py diff --git a/openpype/scripts/slates/__main__.py b/client/openpype/scripts/slates/__main__.py similarity index 100% rename from openpype/scripts/slates/__main__.py rename to client/openpype/scripts/slates/__main__.py diff --git a/openpype/scripts/slates/slate_base/__init__.py b/client/openpype/scripts/slates/slate_base/__init__.py similarity index 100% rename from openpype/scripts/slates/slate_base/__init__.py rename to client/openpype/scripts/slates/slate_base/__init__.py diff --git a/openpype/scripts/slates/slate_base/api.py b/client/openpype/scripts/slates/slate_base/api.py similarity index 100% rename from openpype/scripts/slates/slate_base/api.py rename to client/openpype/scripts/slates/slate_base/api.py diff --git a/openpype/scripts/slates/slate_base/base.py b/client/openpype/scripts/slates/slate_base/base.py similarity index 100% rename from openpype/scripts/slates/slate_base/base.py rename to client/openpype/scripts/slates/slate_base/base.py diff --git a/openpype/scripts/slates/slate_base/default_style.json b/client/openpype/scripts/slates/slate_base/default_style.json similarity index 100% rename from openpype/scripts/slates/slate_base/default_style.json rename to client/openpype/scripts/slates/slate_base/default_style.json diff --git a/openpype/scripts/slates/slate_base/example.py b/client/openpype/scripts/slates/slate_base/example.py similarity index 100% rename from openpype/scripts/slates/slate_base/example.py rename to client/openpype/scripts/slates/slate_base/example.py diff --git a/openpype/scripts/slates/slate_base/font_factory.py b/client/openpype/scripts/slates/slate_base/font_factory.py similarity index 100% rename from openpype/scripts/slates/slate_base/font_factory.py rename to client/openpype/scripts/slates/slate_base/font_factory.py diff --git a/openpype/scripts/slates/slate_base/items.py b/client/openpype/scripts/slates/slate_base/items.py similarity index 100% rename from openpype/scripts/slates/slate_base/items.py rename to client/openpype/scripts/slates/slate_base/items.py diff --git a/openpype/scripts/slates/slate_base/layer.py b/client/openpype/scripts/slates/slate_base/layer.py similarity index 100% rename from openpype/scripts/slates/slate_base/layer.py rename to client/openpype/scripts/slates/slate_base/layer.py diff --git a/openpype/scripts/slates/slate_base/lib.py b/client/openpype/scripts/slates/slate_base/lib.py similarity index 100% rename from openpype/scripts/slates/slate_base/lib.py rename to client/openpype/scripts/slates/slate_base/lib.py diff --git a/openpype/scripts/slates/slate_base/main_frame.py b/client/openpype/scripts/slates/slate_base/main_frame.py similarity index 100% rename from openpype/scripts/slates/slate_base/main_frame.py rename to client/openpype/scripts/slates/slate_base/main_frame.py diff --git a/openpype/settings/__init__.py b/client/openpype/settings/__init__.py similarity index 100% rename from openpype/settings/__init__.py rename to client/openpype/settings/__init__.py diff --git a/openpype/settings/ayon_settings.py b/client/openpype/settings/ayon_settings.py similarity index 100% rename from openpype/settings/ayon_settings.py rename to client/openpype/settings/ayon_settings.py diff --git a/openpype/settings/constants.py b/client/openpype/settings/constants.py similarity index 100% rename from openpype/settings/constants.py rename to client/openpype/settings/constants.py diff --git a/openpype/settings/defaults/project_anatomy/attributes.json b/client/openpype/settings/defaults/project_anatomy/attributes.json similarity index 100% rename from openpype/settings/defaults/project_anatomy/attributes.json rename to client/openpype/settings/defaults/project_anatomy/attributes.json diff --git a/openpype/settings/defaults/project_anatomy/imageio.json b/client/openpype/settings/defaults/project_anatomy/imageio.json similarity index 100% rename from openpype/settings/defaults/project_anatomy/imageio.json rename to client/openpype/settings/defaults/project_anatomy/imageio.json diff --git a/openpype/settings/defaults/project_anatomy/roots.json b/client/openpype/settings/defaults/project_anatomy/roots.json similarity index 100% rename from openpype/settings/defaults/project_anatomy/roots.json rename to client/openpype/settings/defaults/project_anatomy/roots.json diff --git a/openpype/settings/defaults/project_anatomy/tasks.json b/client/openpype/settings/defaults/project_anatomy/tasks.json similarity index 100% rename from openpype/settings/defaults/project_anatomy/tasks.json rename to client/openpype/settings/defaults/project_anatomy/tasks.json diff --git a/openpype/settings/defaults/project_anatomy/templates.json b/client/openpype/settings/defaults/project_anatomy/templates.json similarity index 100% rename from openpype/settings/defaults/project_anatomy/templates.json rename to client/openpype/settings/defaults/project_anatomy/templates.json diff --git a/openpype/settings/defaults/project_settings/aftereffects.json b/client/openpype/settings/defaults/project_settings/aftereffects.json similarity index 100% rename from openpype/settings/defaults/project_settings/aftereffects.json rename to client/openpype/settings/defaults/project_settings/aftereffects.json diff --git a/openpype/settings/defaults/project_settings/applications.json b/client/openpype/settings/defaults/project_settings/applications.json similarity index 100% rename from openpype/settings/defaults/project_settings/applications.json rename to client/openpype/settings/defaults/project_settings/applications.json diff --git a/openpype/settings/defaults/project_settings/blender.json b/client/openpype/settings/defaults/project_settings/blender.json similarity index 100% rename from openpype/settings/defaults/project_settings/blender.json rename to client/openpype/settings/defaults/project_settings/blender.json diff --git a/openpype/settings/defaults/project_settings/celaction.json b/client/openpype/settings/defaults/project_settings/celaction.json similarity index 100% rename from openpype/settings/defaults/project_settings/celaction.json rename to client/openpype/settings/defaults/project_settings/celaction.json diff --git a/openpype/settings/defaults/project_settings/deadline.json b/client/openpype/settings/defaults/project_settings/deadline.json similarity index 100% rename from openpype/settings/defaults/project_settings/deadline.json rename to client/openpype/settings/defaults/project_settings/deadline.json diff --git a/openpype/settings/defaults/project_settings/flame.json b/client/openpype/settings/defaults/project_settings/flame.json similarity index 100% rename from openpype/settings/defaults/project_settings/flame.json rename to client/openpype/settings/defaults/project_settings/flame.json diff --git a/openpype/settings/defaults/project_settings/ftrack.json b/client/openpype/settings/defaults/project_settings/ftrack.json similarity index 100% rename from openpype/settings/defaults/project_settings/ftrack.json rename to client/openpype/settings/defaults/project_settings/ftrack.json diff --git a/openpype/settings/defaults/project_settings/fusion.json b/client/openpype/settings/defaults/project_settings/fusion.json similarity index 100% rename from openpype/settings/defaults/project_settings/fusion.json rename to client/openpype/settings/defaults/project_settings/fusion.json diff --git a/openpype/settings/defaults/project_settings/global.json b/client/openpype/settings/defaults/project_settings/global.json similarity index 100% rename from openpype/settings/defaults/project_settings/global.json rename to client/openpype/settings/defaults/project_settings/global.json diff --git a/openpype/settings/defaults/project_settings/harmony.json b/client/openpype/settings/defaults/project_settings/harmony.json similarity index 100% rename from openpype/settings/defaults/project_settings/harmony.json rename to client/openpype/settings/defaults/project_settings/harmony.json diff --git a/openpype/settings/defaults/project_settings/hiero.json b/client/openpype/settings/defaults/project_settings/hiero.json similarity index 100% rename from openpype/settings/defaults/project_settings/hiero.json rename to client/openpype/settings/defaults/project_settings/hiero.json diff --git a/openpype/settings/defaults/project_settings/houdini.json b/client/openpype/settings/defaults/project_settings/houdini.json similarity index 100% rename from openpype/settings/defaults/project_settings/houdini.json rename to client/openpype/settings/defaults/project_settings/houdini.json diff --git a/openpype/settings/defaults/project_settings/kitsu.json b/client/openpype/settings/defaults/project_settings/kitsu.json similarity index 100% rename from openpype/settings/defaults/project_settings/kitsu.json rename to client/openpype/settings/defaults/project_settings/kitsu.json diff --git a/openpype/settings/defaults/project_settings/max.json b/client/openpype/settings/defaults/project_settings/max.json similarity index 100% rename from openpype/settings/defaults/project_settings/max.json rename to client/openpype/settings/defaults/project_settings/max.json diff --git a/openpype/settings/defaults/project_settings/maya.json b/client/openpype/settings/defaults/project_settings/maya.json similarity index 100% rename from openpype/settings/defaults/project_settings/maya.json rename to client/openpype/settings/defaults/project_settings/maya.json diff --git a/openpype/settings/defaults/project_settings/nuke.json b/client/openpype/settings/defaults/project_settings/nuke.json similarity index 100% rename from openpype/settings/defaults/project_settings/nuke.json rename to client/openpype/settings/defaults/project_settings/nuke.json diff --git a/openpype/settings/defaults/project_settings/photoshop.json b/client/openpype/settings/defaults/project_settings/photoshop.json similarity index 100% rename from openpype/settings/defaults/project_settings/photoshop.json rename to client/openpype/settings/defaults/project_settings/photoshop.json diff --git a/openpype/settings/defaults/project_settings/resolve.json b/client/openpype/settings/defaults/project_settings/resolve.json similarity index 100% rename from openpype/settings/defaults/project_settings/resolve.json rename to client/openpype/settings/defaults/project_settings/resolve.json diff --git a/openpype/settings/defaults/project_settings/royalrender.json b/client/openpype/settings/defaults/project_settings/royalrender.json similarity index 100% rename from openpype/settings/defaults/project_settings/royalrender.json rename to client/openpype/settings/defaults/project_settings/royalrender.json diff --git a/openpype/settings/defaults/project_settings/shotgrid.json b/client/openpype/settings/defaults/project_settings/shotgrid.json similarity index 100% rename from openpype/settings/defaults/project_settings/shotgrid.json rename to client/openpype/settings/defaults/project_settings/shotgrid.json diff --git a/openpype/settings/defaults/project_settings/slack.json b/client/openpype/settings/defaults/project_settings/slack.json similarity index 100% rename from openpype/settings/defaults/project_settings/slack.json rename to client/openpype/settings/defaults/project_settings/slack.json diff --git a/openpype/settings/defaults/project_settings/standalonepublisher.json b/client/openpype/settings/defaults/project_settings/standalonepublisher.json similarity index 100% rename from openpype/settings/defaults/project_settings/standalonepublisher.json rename to client/openpype/settings/defaults/project_settings/standalonepublisher.json diff --git a/openpype/settings/defaults/project_settings/substancepainter.json b/client/openpype/settings/defaults/project_settings/substancepainter.json similarity index 100% rename from openpype/settings/defaults/project_settings/substancepainter.json rename to client/openpype/settings/defaults/project_settings/substancepainter.json diff --git a/openpype/settings/defaults/project_settings/traypublisher.json b/client/openpype/settings/defaults/project_settings/traypublisher.json similarity index 100% rename from openpype/settings/defaults/project_settings/traypublisher.json rename to client/openpype/settings/defaults/project_settings/traypublisher.json diff --git a/openpype/settings/defaults/project_settings/tvpaint.json b/client/openpype/settings/defaults/project_settings/tvpaint.json similarity index 100% rename from openpype/settings/defaults/project_settings/tvpaint.json rename to client/openpype/settings/defaults/project_settings/tvpaint.json diff --git a/openpype/settings/defaults/project_settings/unreal.json b/client/openpype/settings/defaults/project_settings/unreal.json similarity index 100% rename from openpype/settings/defaults/project_settings/unreal.json rename to client/openpype/settings/defaults/project_settings/unreal.json diff --git a/openpype/settings/defaults/project_settings/webpublisher.json b/client/openpype/settings/defaults/project_settings/webpublisher.json similarity index 100% rename from openpype/settings/defaults/project_settings/webpublisher.json rename to client/openpype/settings/defaults/project_settings/webpublisher.json diff --git a/openpype/settings/defaults/system_settings/applications.json b/client/openpype/settings/defaults/system_settings/applications.json similarity index 100% rename from openpype/settings/defaults/system_settings/applications.json rename to client/openpype/settings/defaults/system_settings/applications.json diff --git a/openpype/settings/defaults/system_settings/general.json b/client/openpype/settings/defaults/system_settings/general.json similarity index 100% rename from openpype/settings/defaults/system_settings/general.json rename to client/openpype/settings/defaults/system_settings/general.json diff --git a/openpype/settings/defaults/system_settings/modules.json b/client/openpype/settings/defaults/system_settings/modules.json similarity index 100% rename from openpype/settings/defaults/system_settings/modules.json rename to client/openpype/settings/defaults/system_settings/modules.json diff --git a/openpype/settings/defaults/system_settings/tools.json b/client/openpype/settings/defaults/system_settings/tools.json similarity index 100% rename from openpype/settings/defaults/system_settings/tools.json rename to client/openpype/settings/defaults/system_settings/tools.json diff --git a/openpype/settings/entities/__init__.py b/client/openpype/settings/entities/__init__.py similarity index 100% rename from openpype/settings/entities/__init__.py rename to client/openpype/settings/entities/__init__.py diff --git a/openpype/settings/entities/anatomy_entities.py b/client/openpype/settings/entities/anatomy_entities.py similarity index 100% rename from openpype/settings/entities/anatomy_entities.py rename to client/openpype/settings/entities/anatomy_entities.py diff --git a/openpype/settings/entities/base_entity.py b/client/openpype/settings/entities/base_entity.py similarity index 100% rename from openpype/settings/entities/base_entity.py rename to client/openpype/settings/entities/base_entity.py diff --git a/openpype/settings/entities/color_entity.py b/client/openpype/settings/entities/color_entity.py similarity index 100% rename from openpype/settings/entities/color_entity.py rename to client/openpype/settings/entities/color_entity.py diff --git a/openpype/settings/entities/dict_conditional.py b/client/openpype/settings/entities/dict_conditional.py similarity index 100% rename from openpype/settings/entities/dict_conditional.py rename to client/openpype/settings/entities/dict_conditional.py diff --git a/openpype/settings/entities/dict_immutable_keys_entity.py b/client/openpype/settings/entities/dict_immutable_keys_entity.py similarity index 100% rename from openpype/settings/entities/dict_immutable_keys_entity.py rename to client/openpype/settings/entities/dict_immutable_keys_entity.py diff --git a/openpype/settings/entities/dict_mutable_keys_entity.py b/client/openpype/settings/entities/dict_mutable_keys_entity.py similarity index 100% rename from openpype/settings/entities/dict_mutable_keys_entity.py rename to client/openpype/settings/entities/dict_mutable_keys_entity.py diff --git a/openpype/settings/entities/enum_entity.py b/client/openpype/settings/entities/enum_entity.py similarity index 100% rename from openpype/settings/entities/enum_entity.py rename to client/openpype/settings/entities/enum_entity.py diff --git a/openpype/settings/entities/exceptions.py b/client/openpype/settings/entities/exceptions.py similarity index 100% rename from openpype/settings/entities/exceptions.py rename to client/openpype/settings/entities/exceptions.py diff --git a/openpype/settings/entities/input_entities.py b/client/openpype/settings/entities/input_entities.py similarity index 100% rename from openpype/settings/entities/input_entities.py rename to client/openpype/settings/entities/input_entities.py diff --git a/openpype/settings/entities/item_entities.py b/client/openpype/settings/entities/item_entities.py similarity index 100% rename from openpype/settings/entities/item_entities.py rename to client/openpype/settings/entities/item_entities.py diff --git a/openpype/settings/entities/lib.py b/client/openpype/settings/entities/lib.py similarity index 100% rename from openpype/settings/entities/lib.py rename to client/openpype/settings/entities/lib.py diff --git a/openpype/settings/entities/list_entity.py b/client/openpype/settings/entities/list_entity.py similarity index 100% rename from openpype/settings/entities/list_entity.py rename to client/openpype/settings/entities/list_entity.py diff --git a/openpype/settings/entities/op_version_entity.py b/client/openpype/settings/entities/op_version_entity.py similarity index 100% rename from openpype/settings/entities/op_version_entity.py rename to client/openpype/settings/entities/op_version_entity.py diff --git a/openpype/settings/entities/root_entities.py b/client/openpype/settings/entities/root_entities.py similarity index 100% rename from openpype/settings/entities/root_entities.py rename to client/openpype/settings/entities/root_entities.py diff --git a/openpype/settings/entities/schemas/README.md b/client/openpype/settings/entities/schemas/README.md similarity index 100% rename from openpype/settings/entities/schemas/README.md rename to client/openpype/settings/entities/schemas/README.md diff --git a/openpype/settings/entities/schemas/projects_schema/schema_main.json b/client/openpype/settings/entities/schemas/projects_schema/schema_main.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_main.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_main.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_aftereffects.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_aftereffects.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_aftereffects.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_aftereffects.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_applications.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_applications.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_applications.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_applications.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_blender.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_blender.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_blender.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_blender.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_celaction.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_celaction.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_celaction.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_celaction.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_deadline.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_deadline.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_deadline.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_deadline.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_flame.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_flame.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_flame.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_flame.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_ftrack.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_ftrack.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_ftrack.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_ftrack.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_fusion.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_fusion.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_fusion.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_fusion.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_global.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_global.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_global.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_global.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_harmony.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_harmony.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_harmony.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_harmony.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_hiero.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_hiero.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_hiero.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_hiero.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_houdini.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_houdini.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_houdini.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_houdini.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_kitsu.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_kitsu.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_kitsu.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_kitsu.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_max.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_max.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_max.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_max.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_maya.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_maya.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_maya.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_maya.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_photoshop.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_photoshop.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_photoshop.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_photoshop.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_resolve.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_resolve.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_resolve.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_resolve.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_royalrender.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_royalrender.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_royalrender.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_royalrender.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_shotgrid.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_shotgrid.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_shotgrid.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_shotgrid.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_slack.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_slack.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_slack.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_slack.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_standalonepublisher.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_standalonepublisher.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_standalonepublisher.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_standalonepublisher.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_substancepainter.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_substancepainter.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_substancepainter.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_substancepainter.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_syncserver.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_syncserver.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_syncserver.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_syncserver.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_traypublisher.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_traypublisher.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_traypublisher.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_traypublisher.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_tvpaint.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_tvpaint.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_tvpaint.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_tvpaint.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_unreal.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_unreal.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_unreal.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_unreal.json diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_webpublisher.json b/client/openpype/settings/entities/schemas/projects_schema/schema_project_webpublisher.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schema_project_webpublisher.json rename to client/openpype/settings/entities/schemas/projects_schema/schema_project_webpublisher.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_blender_publish.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_blender_publish.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_blender_publish.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_blender_publish.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_tools.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_tools.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_global_tools.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_tools.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_create.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_create.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_create.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_create.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_general.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_general.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_general.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_general.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_publish.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_publish.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_publish.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_publish.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_scriptshelf.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_scriptshelf.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_scriptshelf.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_houdini_scriptshelf.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_max_publish.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_max_publish.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_max_publish.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_max_publish.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_capture.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_capture.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_capture.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_capture.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_load.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_load.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_load.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_load.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_render_settings.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_render_settings.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_render_settings.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_render_settings.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_imageio.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_imageio.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_imageio.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_imageio.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_load.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_load.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_load.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_load.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_publish.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_publish.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_publish.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_publish.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_scriptsgizmo.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_scriptsgizmo.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_scriptsgizmo.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_scriptsgizmo.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_publish_gui_filter.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_publish_gui_filter.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_publish_gui_filter.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_publish_gui_filter.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_representation_tags.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_representation_tags.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_representation_tags.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_representation_tags.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_scriptsmenu.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_scriptsmenu.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_scriptsmenu.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_scriptsmenu.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_templated_workfile_build.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_templated_workfile_build.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_templated_workfile_build.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_templated_workfile_build.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_colorspace_remapping.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_colorspace_remapping.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_colorspace_remapping.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_colorspace_remapping.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_create_plugin.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_create_plugin.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_create_plugin.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_create_plugin.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_derived.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_derived.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_derived.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_derived.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_ocio.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_ocio.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_ocio.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_ocio.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_remapped.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_remapped.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_remapped.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_host_color_management_remapped.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_imageio_config.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_imageio_config.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_imageio_config.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_imageio_config.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_imageio_file_rules.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_imageio_file_rules.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_imageio_file_rules.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_imageio_file_rules.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_loader_plugin_nuke.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_loader_plugin_nuke.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_loader_plugin_nuke.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_loader_plugin_nuke.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_nuke_knob_inputs.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_nuke_knob_inputs.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_nuke_knob_inputs.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_nuke_knob_inputs.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_nuke_write_attrs.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_nuke_write_attrs.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_nuke_write_attrs.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_nuke_write_attrs.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_publish_families.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_publish_families.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_publish_families.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_publish_families.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_publish_plugin.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_publish_plugin.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_publish_plugin.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_publish_plugin.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_validate_plugin.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_validate_plugin.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_validate_plugin.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_validate_plugin.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_workfile_builder_simple.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_workfile_builder_simple.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_workfile_builder_simple.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_workfile_builder_simple.json diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/template_workfile_options.json b/client/openpype/settings/entities/schemas/projects_schema/schemas/template_workfile_options.json similarity index 100% rename from openpype/settings/entities/schemas/projects_schema/schemas/template_workfile_options.json rename to client/openpype/settings/entities/schemas/projects_schema/schemas/template_workfile_options.json diff --git a/openpype/settings/entities/schemas/system_schema/example_infinite_hierarchy.json b/client/openpype/settings/entities/schemas/system_schema/example_infinite_hierarchy.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/example_infinite_hierarchy.json rename to client/openpype/settings/entities/schemas/system_schema/example_infinite_hierarchy.json diff --git a/openpype/settings/entities/schemas/system_schema/example_schema.json b/client/openpype/settings/entities/schemas/system_schema/example_schema.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/example_schema.json rename to client/openpype/settings/entities/schemas/system_schema/example_schema.json diff --git a/openpype/settings/entities/schemas/system_schema/example_template.json b/client/openpype/settings/entities/schemas/system_schema/example_template.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/example_template.json rename to client/openpype/settings/entities/schemas/system_schema/example_template.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_3dsmax.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_3dsmax.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_3dsmax.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_3dsmax.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_aftereffects.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_aftereffects.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_aftereffects.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_aftereffects.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_blender.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_blender.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_blender.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_blender.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_celaction.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_celaction.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_celaction.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_celaction.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_djv.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_djv.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_djv.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_djv.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_flame.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_flame.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_flame.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_flame.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_fusion.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_fusion.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_fusion.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_fusion.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_harmony.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_harmony.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_harmony.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_harmony.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_houdini.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_houdini.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_houdini.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_houdini.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_maya.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_maya.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_maya.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_maya.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_mayapy.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_mayapy.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_mayapy.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_mayapy.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_photoshop.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_photoshop.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_photoshop.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_photoshop.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_substancepainter.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_substancepainter.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_substancepainter.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_substancepainter.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_tvpaint.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_tvpaint.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_tvpaint.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_tvpaint.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_unreal.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/schema_unreal.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/schema_unreal.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/schema_unreal.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/template_host_unchangables.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/template_host_unchangables.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/template_host_unchangables.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/template_host_unchangables.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant_items.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant_items.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant_items.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant_items.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/template_nuke.json b/client/openpype/settings/entities/schemas/system_schema/host_settings/template_nuke.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/host_settings/template_nuke.json rename to client/openpype/settings/entities/schemas/system_schema/host_settings/template_nuke.json diff --git a/openpype/settings/entities/schemas/system_schema/module_settings/schema_ftrack.json b/client/openpype/settings/entities/schemas/system_schema/module_settings/schema_ftrack.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/module_settings/schema_ftrack.json rename to client/openpype/settings/entities/schemas/system_schema/module_settings/schema_ftrack.json diff --git a/openpype/settings/entities/schemas/system_schema/module_settings/schema_kitsu.json b/client/openpype/settings/entities/schemas/system_schema/module_settings/schema_kitsu.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/module_settings/schema_kitsu.json rename to client/openpype/settings/entities/schemas/system_schema/module_settings/schema_kitsu.json diff --git a/openpype/settings/entities/schemas/system_schema/module_settings/template_custom_attribute.json b/client/openpype/settings/entities/schemas/system_schema/module_settings/template_custom_attribute.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/module_settings/template_custom_attribute.json rename to client/openpype/settings/entities/schemas/system_schema/module_settings/template_custom_attribute.json diff --git a/openpype/settings/entities/schemas/system_schema/schema_applications.json b/client/openpype/settings/entities/schemas/system_schema/schema_applications.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/schema_applications.json rename to client/openpype/settings/entities/schemas/system_schema/schema_applications.json diff --git a/openpype/settings/entities/schemas/system_schema/schema_general.json b/client/openpype/settings/entities/schemas/system_schema/schema_general.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/schema_general.json rename to client/openpype/settings/entities/schemas/system_schema/schema_general.json diff --git a/openpype/settings/entities/schemas/system_schema/schema_main.json b/client/openpype/settings/entities/schemas/system_schema/schema_main.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/schema_main.json rename to client/openpype/settings/entities/schemas/system_schema/schema_main.json diff --git a/openpype/settings/entities/schemas/system_schema/schema_modules.json b/client/openpype/settings/entities/schemas/system_schema/schema_modules.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/schema_modules.json rename to client/openpype/settings/entities/schemas/system_schema/schema_modules.json diff --git a/openpype/settings/entities/schemas/system_schema/schema_tools.json b/client/openpype/settings/entities/schemas/system_schema/schema_tools.json similarity index 100% rename from openpype/settings/entities/schemas/system_schema/schema_tools.json rename to client/openpype/settings/entities/schemas/system_schema/schema_tools.json diff --git a/openpype/settings/exceptions.py b/client/openpype/settings/exceptions.py similarity index 100% rename from openpype/settings/exceptions.py rename to client/openpype/settings/exceptions.py diff --git a/openpype/settings/handlers.py b/client/openpype/settings/handlers.py similarity index 100% rename from openpype/settings/handlers.py rename to client/openpype/settings/handlers.py diff --git a/openpype/settings/lib.py b/client/openpype/settings/lib.py similarity index 100% rename from openpype/settings/lib.py rename to client/openpype/settings/lib.py diff --git a/openpype/settings/local_settings.md b/client/openpype/settings/local_settings.md similarity index 100% rename from openpype/settings/local_settings.md rename to client/openpype/settings/local_settings.md diff --git a/openpype/style/__init__.py b/client/openpype/style/__init__.py similarity index 100% rename from openpype/style/__init__.py rename to client/openpype/style/__init__.py diff --git a/openpype/style/color_defs.py b/client/openpype/style/color_defs.py similarity index 100% rename from openpype/style/color_defs.py rename to client/openpype/style/color_defs.py diff --git a/openpype/style/data.json b/client/openpype/style/data.json similarity index 100% rename from openpype/style/data.json rename to client/openpype/style/data.json diff --git a/openpype/style/fonts/Noto_Sans/NotoSans-Bold.ttf b/client/openpype/style/fonts/Noto_Sans/NotoSans-Bold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans/NotoSans-Bold.ttf rename to client/openpype/style/fonts/Noto_Sans/NotoSans-Bold.ttf diff --git a/openpype/style/fonts/Noto_Sans/NotoSans-BoldItalic.ttf b/client/openpype/style/fonts/Noto_Sans/NotoSans-BoldItalic.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans/NotoSans-BoldItalic.ttf rename to client/openpype/style/fonts/Noto_Sans/NotoSans-BoldItalic.ttf diff --git a/openpype/style/fonts/Noto_Sans/NotoSans-Italic.ttf b/client/openpype/style/fonts/Noto_Sans/NotoSans-Italic.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans/NotoSans-Italic.ttf rename to client/openpype/style/fonts/Noto_Sans/NotoSans-Italic.ttf diff --git a/openpype/style/fonts/Noto_Sans/NotoSans-Regular.ttf b/client/openpype/style/fonts/Noto_Sans/NotoSans-Regular.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans/NotoSans-Regular.ttf rename to client/openpype/style/fonts/Noto_Sans/NotoSans-Regular.ttf diff --git a/openpype/style/fonts/Noto_Sans/OFL.txt b/client/openpype/style/fonts/Noto_Sans/OFL.txt similarity index 100% rename from openpype/style/fonts/Noto_Sans/OFL.txt rename to client/openpype/style/fonts/Noto_Sans/OFL.txt diff --git a/openpype/style/fonts/Noto_Sans_Mono/NotoSansMono-VariableFont_wdth,wght.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/NotoSansMono-VariableFont_wdth,wght.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/NotoSansMono-VariableFont_wdth,wght.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/NotoSansMono-VariableFont_wdth,wght.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/OFL.txt b/client/openpype/style/fonts/Noto_Sans_Mono/OFL.txt similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/OFL.txt rename to client/openpype/style/fonts/Noto_Sans_Mono/OFL.txt diff --git a/openpype/style/fonts/Noto_Sans_Mono/README.txt b/client/openpype/style/fonts/Noto_Sans_Mono/README.txt similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/README.txt rename to client/openpype/style/fonts/Noto_Sans_Mono/README.txt diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Black.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Black.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Black.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Black.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Bold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Bold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Bold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Bold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-ExtraBold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-ExtraBold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-ExtraBold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-ExtraBold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-ExtraLight.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-ExtraLight.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-ExtraLight.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-ExtraLight.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Light.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Light.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Light.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Light.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Medium.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Medium.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Medium.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Medium.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Regular.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Regular.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Regular.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Regular.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-SemiBold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-SemiBold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-SemiBold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-SemiBold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Thin.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Thin.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Thin.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono/NotoSansMono-Thin.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Black.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Black.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Black.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Black.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Bold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Bold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Bold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Bold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-ExtraBold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-ExtraBold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-ExtraBold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-ExtraBold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-ExtraLight.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-ExtraLight.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-ExtraLight.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-ExtraLight.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Light.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Light.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Light.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Light.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Medium.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Medium.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Medium.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Medium.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Regular.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Regular.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Regular.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Regular.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-SemiBold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-SemiBold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-SemiBold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-SemiBold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Thin.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Thin.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Thin.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_Condensed/NotoSansMono_Condensed-Thin.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Black.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Black.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Black.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Black.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Bold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Bold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Bold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Bold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-ExtraBold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-ExtraBold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-ExtraBold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-ExtraBold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-ExtraLight.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-ExtraLight.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-ExtraLight.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-ExtraLight.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Light.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Light.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Light.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Light.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Medium.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Medium.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Medium.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Medium.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Regular.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Regular.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Regular.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Regular.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-SemiBold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-SemiBold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-SemiBold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-SemiBold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Thin.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Thin.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Thin.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_ExtraCondensed/NotoSansMono_ExtraCondensed-Thin.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Black.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Black.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Black.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Black.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Bold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Bold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Bold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Bold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-ExtraBold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-ExtraBold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-ExtraBold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-ExtraBold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-ExtraLight.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-ExtraLight.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-ExtraLight.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-ExtraLight.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Light.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Light.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Light.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Light.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Medium.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Medium.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Medium.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Medium.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Regular.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Regular.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Regular.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Regular.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-SemiBold.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-SemiBold.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-SemiBold.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-SemiBold.ttf diff --git a/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Thin.ttf b/client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Thin.ttf similarity index 100% rename from openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Thin.ttf rename to client/openpype/style/fonts/Noto_Sans_Mono/static/NotoSansMono_SemiCondensed/NotoSansMono_SemiCondensed-Thin.ttf diff --git a/openpype/style/images/branch_closed.png b/client/openpype/style/images/branch_closed.png similarity index 100% rename from openpype/style/images/branch_closed.png rename to client/openpype/style/images/branch_closed.png diff --git a/openpype/style/images/branch_closed_on.png b/client/openpype/style/images/branch_closed_on.png similarity index 100% rename from openpype/style/images/branch_closed_on.png rename to client/openpype/style/images/branch_closed_on.png diff --git a/openpype/style/images/branch_open.png b/client/openpype/style/images/branch_open.png similarity index 100% rename from openpype/style/images/branch_open.png rename to client/openpype/style/images/branch_open.png diff --git a/openpype/style/images/branch_open_on.png b/client/openpype/style/images/branch_open_on.png similarity index 100% rename from openpype/style/images/branch_open_on.png rename to client/openpype/style/images/branch_open_on.png diff --git a/openpype/style/images/checkbox_checked.png b/client/openpype/style/images/checkbox_checked.png similarity index 100% rename from openpype/style/images/checkbox_checked.png rename to client/openpype/style/images/checkbox_checked.png diff --git a/openpype/style/images/checkbox_checked_disabled.png b/client/openpype/style/images/checkbox_checked_disabled.png similarity index 100% rename from openpype/style/images/checkbox_checked_disabled.png rename to client/openpype/style/images/checkbox_checked_disabled.png diff --git a/openpype/style/images/checkbox_checked_focus.png b/client/openpype/style/images/checkbox_checked_focus.png similarity index 100% rename from openpype/style/images/checkbox_checked_focus.png rename to client/openpype/style/images/checkbox_checked_focus.png diff --git a/openpype/style/images/checkbox_checked_hover.png b/client/openpype/style/images/checkbox_checked_hover.png similarity index 100% rename from openpype/style/images/checkbox_checked_hover.png rename to client/openpype/style/images/checkbox_checked_hover.png diff --git a/openpype/style/images/checkbox_indeterminate.png b/client/openpype/style/images/checkbox_indeterminate.png similarity index 100% rename from openpype/style/images/checkbox_indeterminate.png rename to client/openpype/style/images/checkbox_indeterminate.png diff --git a/openpype/style/images/checkbox_indeterminate_disabled.png b/client/openpype/style/images/checkbox_indeterminate_disabled.png similarity index 100% rename from openpype/style/images/checkbox_indeterminate_disabled.png rename to client/openpype/style/images/checkbox_indeterminate_disabled.png diff --git a/openpype/style/images/checkbox_indeterminate_focus.png b/client/openpype/style/images/checkbox_indeterminate_focus.png similarity index 100% rename from openpype/style/images/checkbox_indeterminate_focus.png rename to client/openpype/style/images/checkbox_indeterminate_focus.png diff --git a/openpype/style/images/checkbox_indeterminate_hover.png b/client/openpype/style/images/checkbox_indeterminate_hover.png similarity index 100% rename from openpype/style/images/checkbox_indeterminate_hover.png rename to client/openpype/style/images/checkbox_indeterminate_hover.png diff --git a/openpype/style/images/checkbox_unchecked.png b/client/openpype/style/images/checkbox_unchecked.png similarity index 100% rename from openpype/style/images/checkbox_unchecked.png rename to client/openpype/style/images/checkbox_unchecked.png diff --git a/openpype/style/images/checkbox_unchecked_disabled.png b/client/openpype/style/images/checkbox_unchecked_disabled.png similarity index 100% rename from openpype/style/images/checkbox_unchecked_disabled.png rename to client/openpype/style/images/checkbox_unchecked_disabled.png diff --git a/openpype/style/images/checkbox_unchecked_focus.png b/client/openpype/style/images/checkbox_unchecked_focus.png similarity index 100% rename from openpype/style/images/checkbox_unchecked_focus.png rename to client/openpype/style/images/checkbox_unchecked_focus.png diff --git a/openpype/style/images/checkbox_unchecked_hover.png b/client/openpype/style/images/checkbox_unchecked_hover.png similarity index 100% rename from openpype/style/images/checkbox_unchecked_hover.png rename to client/openpype/style/images/checkbox_unchecked_hover.png diff --git a/openpype/style/images/combobox_arrow.png b/client/openpype/style/images/combobox_arrow.png similarity index 100% rename from openpype/style/images/combobox_arrow.png rename to client/openpype/style/images/combobox_arrow.png diff --git a/openpype/style/images/combobox_arrow_disabled.png b/client/openpype/style/images/combobox_arrow_disabled.png similarity index 100% rename from openpype/style/images/combobox_arrow_disabled.png rename to client/openpype/style/images/combobox_arrow_disabled.png diff --git a/openpype/style/images/combobox_arrow_on.png b/client/openpype/style/images/combobox_arrow_on.png similarity index 100% rename from openpype/style/images/combobox_arrow_on.png rename to client/openpype/style/images/combobox_arrow_on.png diff --git a/openpype/style/images/down_arrow.png b/client/openpype/style/images/down_arrow.png similarity index 100% rename from openpype/style/images/down_arrow.png rename to client/openpype/style/images/down_arrow.png diff --git a/openpype/style/images/down_arrow_disabled.png b/client/openpype/style/images/down_arrow_disabled.png similarity index 100% rename from openpype/style/images/down_arrow_disabled.png rename to client/openpype/style/images/down_arrow_disabled.png diff --git a/openpype/style/images/down_arrow_on.png b/client/openpype/style/images/down_arrow_on.png similarity index 100% rename from openpype/style/images/down_arrow_on.png rename to client/openpype/style/images/down_arrow_on.png diff --git a/openpype/style/images/left_arrow.png b/client/openpype/style/images/left_arrow.png similarity index 100% rename from openpype/style/images/left_arrow.png rename to client/openpype/style/images/left_arrow.png diff --git a/openpype/style/images/left_arrow_disabled.png b/client/openpype/style/images/left_arrow_disabled.png similarity index 100% rename from openpype/style/images/left_arrow_disabled.png rename to client/openpype/style/images/left_arrow_disabled.png diff --git a/openpype/style/images/left_arrow_on.png b/client/openpype/style/images/left_arrow_on.png similarity index 100% rename from openpype/style/images/left_arrow_on.png rename to client/openpype/style/images/left_arrow_on.png diff --git a/openpype/style/images/right_arrow.png b/client/openpype/style/images/right_arrow.png similarity index 100% rename from openpype/style/images/right_arrow.png rename to client/openpype/style/images/right_arrow.png diff --git a/openpype/style/images/right_arrow_disabled.png b/client/openpype/style/images/right_arrow_disabled.png similarity index 100% rename from openpype/style/images/right_arrow_disabled.png rename to client/openpype/style/images/right_arrow_disabled.png diff --git a/openpype/style/images/right_arrow_on.png b/client/openpype/style/images/right_arrow_on.png similarity index 100% rename from openpype/style/images/right_arrow_on.png rename to client/openpype/style/images/right_arrow_on.png diff --git a/openpype/style/images/transparent.png b/client/openpype/style/images/transparent.png similarity index 100% rename from openpype/style/images/transparent.png rename to client/openpype/style/images/transparent.png diff --git a/openpype/style/images/up_arrow.png b/client/openpype/style/images/up_arrow.png similarity index 100% rename from openpype/style/images/up_arrow.png rename to client/openpype/style/images/up_arrow.png diff --git a/openpype/style/images/up_arrow_disabled.png b/client/openpype/style/images/up_arrow_disabled.png similarity index 100% rename from openpype/style/images/up_arrow_disabled.png rename to client/openpype/style/images/up_arrow_disabled.png diff --git a/openpype/style/images/up_arrow_on.png b/client/openpype/style/images/up_arrow_on.png similarity index 100% rename from openpype/style/images/up_arrow_on.png rename to client/openpype/style/images/up_arrow_on.png diff --git a/openpype/style/pyqt5_resources.py b/client/openpype/style/pyqt5_resources.py similarity index 100% rename from openpype/style/pyqt5_resources.py rename to client/openpype/style/pyqt5_resources.py diff --git a/openpype/style/pyside2_resources.py b/client/openpype/style/pyside2_resources.py similarity index 100% rename from openpype/style/pyside2_resources.py rename to client/openpype/style/pyside2_resources.py diff --git a/openpype/style/pyside6_resources.py b/client/openpype/style/pyside6_resources.py similarity index 100% rename from openpype/style/pyside6_resources.py rename to client/openpype/style/pyside6_resources.py diff --git a/openpype/style/qrc_resources.py b/client/openpype/style/qrc_resources.py similarity index 100% rename from openpype/style/qrc_resources.py rename to client/openpype/style/qrc_resources.py diff --git a/openpype/style/resources.qrc b/client/openpype/style/resources.qrc similarity index 100% rename from openpype/style/resources.qrc rename to client/openpype/style/resources.qrc diff --git a/openpype/style/style.css b/client/openpype/style/style.css similarity index 100% rename from openpype/style/style.css rename to client/openpype/style/style.css diff --git a/openpype/tests/README.md b/client/openpype/tests/README.md similarity index 100% rename from openpype/tests/README.md rename to client/openpype/tests/README.md diff --git a/openpype/tests/__init__.py b/client/openpype/tests/__init__.py similarity index 100% rename from openpype/tests/__init__.py rename to client/openpype/tests/__init__.py diff --git a/openpype/tests/lib.py b/client/openpype/tests/lib.py similarity index 100% rename from openpype/tests/lib.py rename to client/openpype/tests/lib.py diff --git a/openpype/tests/mongo_performance.py b/client/openpype/tests/mongo_performance.py similarity index 100% rename from openpype/tests/mongo_performance.py rename to client/openpype/tests/mongo_performance.py diff --git a/openpype/tests/test_avalon_plugin_presets.py b/client/openpype/tests/test_avalon_plugin_presets.py similarity index 100% rename from openpype/tests/test_avalon_plugin_presets.py rename to client/openpype/tests/test_avalon_plugin_presets.py diff --git a/openpype/tests/test_lib_restructuralization.py b/client/openpype/tests/test_lib_restructuralization.py similarity index 100% rename from openpype/tests/test_lib_restructuralization.py rename to client/openpype/tests/test_lib_restructuralization.py diff --git a/openpype/tests/test_pyblish_filter.py b/client/openpype/tests/test_pyblish_filter.py similarity index 100% rename from openpype/tests/test_pyblish_filter.py rename to client/openpype/tests/test_pyblish_filter.py diff --git a/openpype/tools/__init__.py b/client/openpype/tools/__init__.py similarity index 100% rename from openpype/tools/__init__.py rename to client/openpype/tools/__init__.py diff --git a/openpype/tools/adobe_webserver/app.py b/client/openpype/tools/adobe_webserver/app.py similarity index 100% rename from openpype/tools/adobe_webserver/app.py rename to client/openpype/tools/adobe_webserver/app.py diff --git a/openpype/tools/adobe_webserver/readme.txt b/client/openpype/tools/adobe_webserver/readme.txt similarity index 100% rename from openpype/tools/adobe_webserver/readme.txt rename to client/openpype/tools/adobe_webserver/readme.txt diff --git a/openpype/tools/assetlinks/__init__.py b/client/openpype/tools/assetlinks/__init__.py similarity index 100% rename from openpype/tools/assetlinks/__init__.py rename to client/openpype/tools/assetlinks/__init__.py diff --git a/openpype/tools/assetlinks/widgets.py b/client/openpype/tools/assetlinks/widgets.py similarity index 100% rename from openpype/tools/assetlinks/widgets.py rename to client/openpype/tools/assetlinks/widgets.py diff --git a/openpype/tools/attribute_defs/__init__.py b/client/openpype/tools/attribute_defs/__init__.py similarity index 100% rename from openpype/tools/attribute_defs/__init__.py rename to client/openpype/tools/attribute_defs/__init__.py diff --git a/openpype/tools/attribute_defs/dialog.py b/client/openpype/tools/attribute_defs/dialog.py similarity index 100% rename from openpype/tools/attribute_defs/dialog.py rename to client/openpype/tools/attribute_defs/dialog.py diff --git a/openpype/tools/attribute_defs/files_widget.py b/client/openpype/tools/attribute_defs/files_widget.py similarity index 100% rename from openpype/tools/attribute_defs/files_widget.py rename to client/openpype/tools/attribute_defs/files_widget.py diff --git a/openpype/tools/attribute_defs/widgets.py b/client/openpype/tools/attribute_defs/widgets.py similarity index 100% rename from openpype/tools/attribute_defs/widgets.py rename to client/openpype/tools/attribute_defs/widgets.py diff --git a/openpype/tools/ayon_launcher/abstract.py b/client/openpype/tools/ayon_launcher/abstract.py similarity index 100% rename from openpype/tools/ayon_launcher/abstract.py rename to client/openpype/tools/ayon_launcher/abstract.py diff --git a/openpype/tools/ayon_launcher/control.py b/client/openpype/tools/ayon_launcher/control.py similarity index 100% rename from openpype/tools/ayon_launcher/control.py rename to client/openpype/tools/ayon_launcher/control.py diff --git a/openpype/tools/ayon_launcher/models/__init__.py b/client/openpype/tools/ayon_launcher/models/__init__.py similarity index 100% rename from openpype/tools/ayon_launcher/models/__init__.py rename to client/openpype/tools/ayon_launcher/models/__init__.py diff --git a/openpype/tools/ayon_launcher/models/actions.py b/client/openpype/tools/ayon_launcher/models/actions.py similarity index 100% rename from openpype/tools/ayon_launcher/models/actions.py rename to client/openpype/tools/ayon_launcher/models/actions.py diff --git a/openpype/tools/ayon_launcher/models/selection.py b/client/openpype/tools/ayon_launcher/models/selection.py similarity index 100% rename from openpype/tools/ayon_launcher/models/selection.py rename to client/openpype/tools/ayon_launcher/models/selection.py diff --git a/openpype/tools/ayon_launcher/ui/__init__.py b/client/openpype/tools/ayon_launcher/ui/__init__.py similarity index 100% rename from openpype/tools/ayon_launcher/ui/__init__.py rename to client/openpype/tools/ayon_launcher/ui/__init__.py diff --git a/openpype/tools/ayon_launcher/ui/actions_widget.py b/client/openpype/tools/ayon_launcher/ui/actions_widget.py similarity index 100% rename from openpype/tools/ayon_launcher/ui/actions_widget.py rename to client/openpype/tools/ayon_launcher/ui/actions_widget.py diff --git a/openpype/tools/ayon_launcher/ui/hierarchy_page.py b/client/openpype/tools/ayon_launcher/ui/hierarchy_page.py similarity index 100% rename from openpype/tools/ayon_launcher/ui/hierarchy_page.py rename to client/openpype/tools/ayon_launcher/ui/hierarchy_page.py diff --git a/openpype/tools/ayon_launcher/ui/projects_widget.py b/client/openpype/tools/ayon_launcher/ui/projects_widget.py similarity index 100% rename from openpype/tools/ayon_launcher/ui/projects_widget.py rename to client/openpype/tools/ayon_launcher/ui/projects_widget.py diff --git a/openpype/tools/ayon_launcher/ui/resources/__init__.py b/client/openpype/tools/ayon_launcher/ui/resources/__init__.py similarity index 100% rename from openpype/tools/ayon_launcher/ui/resources/__init__.py rename to client/openpype/tools/ayon_launcher/ui/resources/__init__.py diff --git a/openpype/tools/ayon_launcher/ui/resources/options.png b/client/openpype/tools/ayon_launcher/ui/resources/options.png similarity index 100% rename from openpype/tools/ayon_launcher/ui/resources/options.png rename to client/openpype/tools/ayon_launcher/ui/resources/options.png diff --git a/openpype/tools/ayon_launcher/ui/window.py b/client/openpype/tools/ayon_launcher/ui/window.py similarity index 100% rename from openpype/tools/ayon_launcher/ui/window.py rename to client/openpype/tools/ayon_launcher/ui/window.py diff --git a/openpype/tools/ayon_loader/__init__.py b/client/openpype/tools/ayon_loader/__init__.py similarity index 100% rename from openpype/tools/ayon_loader/__init__.py rename to client/openpype/tools/ayon_loader/__init__.py diff --git a/openpype/tools/ayon_loader/abstract.py b/client/openpype/tools/ayon_loader/abstract.py similarity index 100% rename from openpype/tools/ayon_loader/abstract.py rename to client/openpype/tools/ayon_loader/abstract.py diff --git a/openpype/tools/ayon_loader/control.py b/client/openpype/tools/ayon_loader/control.py similarity index 100% rename from openpype/tools/ayon_loader/control.py rename to client/openpype/tools/ayon_loader/control.py diff --git a/openpype/tools/ayon_loader/models/__init__.py b/client/openpype/tools/ayon_loader/models/__init__.py similarity index 100% rename from openpype/tools/ayon_loader/models/__init__.py rename to client/openpype/tools/ayon_loader/models/__init__.py diff --git a/openpype/tools/ayon_loader/models/actions.py b/client/openpype/tools/ayon_loader/models/actions.py similarity index 100% rename from openpype/tools/ayon_loader/models/actions.py rename to client/openpype/tools/ayon_loader/models/actions.py diff --git a/openpype/tools/ayon_loader/models/products.py b/client/openpype/tools/ayon_loader/models/products.py similarity index 100% rename from openpype/tools/ayon_loader/models/products.py rename to client/openpype/tools/ayon_loader/models/products.py diff --git a/openpype/tools/ayon_loader/models/selection.py b/client/openpype/tools/ayon_loader/models/selection.py similarity index 100% rename from openpype/tools/ayon_loader/models/selection.py rename to client/openpype/tools/ayon_loader/models/selection.py diff --git a/openpype/tools/ayon_loader/models/site_sync.py b/client/openpype/tools/ayon_loader/models/site_sync.py similarity index 100% rename from openpype/tools/ayon_loader/models/site_sync.py rename to client/openpype/tools/ayon_loader/models/site_sync.py diff --git a/openpype/tools/ayon_loader/ui/__init__.py b/client/openpype/tools/ayon_loader/ui/__init__.py similarity index 100% rename from openpype/tools/ayon_loader/ui/__init__.py rename to client/openpype/tools/ayon_loader/ui/__init__.py diff --git a/openpype/tools/ayon_loader/ui/actions_utils.py b/client/openpype/tools/ayon_loader/ui/actions_utils.py similarity index 100% rename from openpype/tools/ayon_loader/ui/actions_utils.py rename to client/openpype/tools/ayon_loader/ui/actions_utils.py diff --git a/openpype/tools/ayon_loader/ui/folders_widget.py b/client/openpype/tools/ayon_loader/ui/folders_widget.py similarity index 100% rename from openpype/tools/ayon_loader/ui/folders_widget.py rename to client/openpype/tools/ayon_loader/ui/folders_widget.py diff --git a/openpype/tools/ayon_loader/ui/info_widget.py b/client/openpype/tools/ayon_loader/ui/info_widget.py similarity index 100% rename from openpype/tools/ayon_loader/ui/info_widget.py rename to client/openpype/tools/ayon_loader/ui/info_widget.py diff --git a/openpype/tools/ayon_loader/ui/product_group_dialog.py b/client/openpype/tools/ayon_loader/ui/product_group_dialog.py similarity index 100% rename from openpype/tools/ayon_loader/ui/product_group_dialog.py rename to client/openpype/tools/ayon_loader/ui/product_group_dialog.py diff --git a/openpype/tools/ayon_loader/ui/product_types_widget.py b/client/openpype/tools/ayon_loader/ui/product_types_widget.py similarity index 100% rename from openpype/tools/ayon_loader/ui/product_types_widget.py rename to client/openpype/tools/ayon_loader/ui/product_types_widget.py diff --git a/openpype/tools/ayon_loader/ui/products_delegates.py b/client/openpype/tools/ayon_loader/ui/products_delegates.py similarity index 100% rename from openpype/tools/ayon_loader/ui/products_delegates.py rename to client/openpype/tools/ayon_loader/ui/products_delegates.py diff --git a/openpype/tools/ayon_loader/ui/products_model.py b/client/openpype/tools/ayon_loader/ui/products_model.py similarity index 100% rename from openpype/tools/ayon_loader/ui/products_model.py rename to client/openpype/tools/ayon_loader/ui/products_model.py diff --git a/openpype/tools/ayon_loader/ui/products_widget.py b/client/openpype/tools/ayon_loader/ui/products_widget.py similarity index 100% rename from openpype/tools/ayon_loader/ui/products_widget.py rename to client/openpype/tools/ayon_loader/ui/products_widget.py diff --git a/openpype/tools/ayon_loader/ui/repres_widget.py b/client/openpype/tools/ayon_loader/ui/repres_widget.py similarity index 100% rename from openpype/tools/ayon_loader/ui/repres_widget.py rename to client/openpype/tools/ayon_loader/ui/repres_widget.py diff --git a/openpype/tools/ayon_loader/ui/window.py b/client/openpype/tools/ayon_loader/ui/window.py similarity index 100% rename from openpype/tools/ayon_loader/ui/window.py rename to client/openpype/tools/ayon_loader/ui/window.py diff --git a/openpype/tools/ayon_push_to_project/__init__.py b/client/openpype/tools/ayon_push_to_project/__init__.py similarity index 100% rename from openpype/tools/ayon_push_to_project/__init__.py rename to client/openpype/tools/ayon_push_to_project/__init__.py diff --git a/openpype/tools/ayon_push_to_project/control.py b/client/openpype/tools/ayon_push_to_project/control.py similarity index 100% rename from openpype/tools/ayon_push_to_project/control.py rename to client/openpype/tools/ayon_push_to_project/control.py diff --git a/openpype/tools/ayon_push_to_project/main.py b/client/openpype/tools/ayon_push_to_project/main.py similarity index 100% rename from openpype/tools/ayon_push_to_project/main.py rename to client/openpype/tools/ayon_push_to_project/main.py diff --git a/openpype/tools/ayon_push_to_project/models/__init__.py b/client/openpype/tools/ayon_push_to_project/models/__init__.py similarity index 100% rename from openpype/tools/ayon_push_to_project/models/__init__.py rename to client/openpype/tools/ayon_push_to_project/models/__init__.py diff --git a/openpype/tools/ayon_push_to_project/models/integrate.py b/client/openpype/tools/ayon_push_to_project/models/integrate.py similarity index 100% rename from openpype/tools/ayon_push_to_project/models/integrate.py rename to client/openpype/tools/ayon_push_to_project/models/integrate.py diff --git a/openpype/tools/ayon_push_to_project/models/selection.py b/client/openpype/tools/ayon_push_to_project/models/selection.py similarity index 100% rename from openpype/tools/ayon_push_to_project/models/selection.py rename to client/openpype/tools/ayon_push_to_project/models/selection.py diff --git a/openpype/tools/ayon_push_to_project/models/user_values.py b/client/openpype/tools/ayon_push_to_project/models/user_values.py similarity index 100% rename from openpype/tools/ayon_push_to_project/models/user_values.py rename to client/openpype/tools/ayon_push_to_project/models/user_values.py diff --git a/openpype/tools/ayon_push_to_project/ui/__init__.py b/client/openpype/tools/ayon_push_to_project/ui/__init__.py similarity index 100% rename from openpype/tools/ayon_push_to_project/ui/__init__.py rename to client/openpype/tools/ayon_push_to_project/ui/__init__.py diff --git a/openpype/tools/ayon_push_to_project/ui/window.py b/client/openpype/tools/ayon_push_to_project/ui/window.py similarity index 100% rename from openpype/tools/ayon_push_to_project/ui/window.py rename to client/openpype/tools/ayon_push_to_project/ui/window.py diff --git a/openpype/tools/ayon_sceneinventory/__init__.py b/client/openpype/tools/ayon_sceneinventory/__init__.py similarity index 100% rename from openpype/tools/ayon_sceneinventory/__init__.py rename to client/openpype/tools/ayon_sceneinventory/__init__.py diff --git a/openpype/tools/ayon_sceneinventory/control.py b/client/openpype/tools/ayon_sceneinventory/control.py similarity index 100% rename from openpype/tools/ayon_sceneinventory/control.py rename to client/openpype/tools/ayon_sceneinventory/control.py diff --git a/openpype/tools/ayon_sceneinventory/model.py b/client/openpype/tools/ayon_sceneinventory/model.py similarity index 100% rename from openpype/tools/ayon_sceneinventory/model.py rename to client/openpype/tools/ayon_sceneinventory/model.py diff --git a/openpype/tools/ayon_sceneinventory/models/__init__.py b/client/openpype/tools/ayon_sceneinventory/models/__init__.py similarity index 100% rename from openpype/tools/ayon_sceneinventory/models/__init__.py rename to client/openpype/tools/ayon_sceneinventory/models/__init__.py diff --git a/openpype/tools/ayon_sceneinventory/models/site_sync.py b/client/openpype/tools/ayon_sceneinventory/models/site_sync.py similarity index 100% rename from openpype/tools/ayon_sceneinventory/models/site_sync.py rename to client/openpype/tools/ayon_sceneinventory/models/site_sync.py diff --git a/openpype/tools/ayon_sceneinventory/switch_dialog/__init__.py b/client/openpype/tools/ayon_sceneinventory/switch_dialog/__init__.py similarity index 100% rename from openpype/tools/ayon_sceneinventory/switch_dialog/__init__.py rename to client/openpype/tools/ayon_sceneinventory/switch_dialog/__init__.py diff --git a/openpype/tools/ayon_sceneinventory/switch_dialog/dialog.py b/client/openpype/tools/ayon_sceneinventory/switch_dialog/dialog.py similarity index 100% rename from openpype/tools/ayon_sceneinventory/switch_dialog/dialog.py rename to client/openpype/tools/ayon_sceneinventory/switch_dialog/dialog.py diff --git a/openpype/tools/ayon_sceneinventory/switch_dialog/folders_input.py b/client/openpype/tools/ayon_sceneinventory/switch_dialog/folders_input.py similarity index 100% rename from openpype/tools/ayon_sceneinventory/switch_dialog/folders_input.py rename to client/openpype/tools/ayon_sceneinventory/switch_dialog/folders_input.py diff --git a/openpype/tools/ayon_sceneinventory/switch_dialog/widgets.py b/client/openpype/tools/ayon_sceneinventory/switch_dialog/widgets.py similarity index 100% rename from openpype/tools/ayon_sceneinventory/switch_dialog/widgets.py rename to client/openpype/tools/ayon_sceneinventory/switch_dialog/widgets.py diff --git a/openpype/tools/ayon_sceneinventory/view.py b/client/openpype/tools/ayon_sceneinventory/view.py similarity index 100% rename from openpype/tools/ayon_sceneinventory/view.py rename to client/openpype/tools/ayon_sceneinventory/view.py diff --git a/openpype/tools/ayon_sceneinventory/window.py b/client/openpype/tools/ayon_sceneinventory/window.py similarity index 100% rename from openpype/tools/ayon_sceneinventory/window.py rename to client/openpype/tools/ayon_sceneinventory/window.py diff --git a/openpype/tools/ayon_utils/models/__init__.py b/client/openpype/tools/ayon_utils/models/__init__.py similarity index 100% rename from openpype/tools/ayon_utils/models/__init__.py rename to client/openpype/tools/ayon_utils/models/__init__.py diff --git a/openpype/tools/ayon_utils/models/cache.py b/client/openpype/tools/ayon_utils/models/cache.py similarity index 100% rename from openpype/tools/ayon_utils/models/cache.py rename to client/openpype/tools/ayon_utils/models/cache.py diff --git a/openpype/tools/ayon_utils/models/hierarchy.py b/client/openpype/tools/ayon_utils/models/hierarchy.py similarity index 100% rename from openpype/tools/ayon_utils/models/hierarchy.py rename to client/openpype/tools/ayon_utils/models/hierarchy.py diff --git a/openpype/tools/ayon_utils/models/projects.py b/client/openpype/tools/ayon_utils/models/projects.py similarity index 100% rename from openpype/tools/ayon_utils/models/projects.py rename to client/openpype/tools/ayon_utils/models/projects.py diff --git a/openpype/tools/ayon_utils/models/selection.py b/client/openpype/tools/ayon_utils/models/selection.py similarity index 100% rename from openpype/tools/ayon_utils/models/selection.py rename to client/openpype/tools/ayon_utils/models/selection.py diff --git a/openpype/tools/ayon_utils/models/thumbnails.py b/client/openpype/tools/ayon_utils/models/thumbnails.py similarity index 100% rename from openpype/tools/ayon_utils/models/thumbnails.py rename to client/openpype/tools/ayon_utils/models/thumbnails.py diff --git a/openpype/tools/ayon_utils/widgets/__init__.py b/client/openpype/tools/ayon_utils/widgets/__init__.py similarity index 100% rename from openpype/tools/ayon_utils/widgets/__init__.py rename to client/openpype/tools/ayon_utils/widgets/__init__.py diff --git a/openpype/tools/ayon_utils/widgets/folders_widget.py b/client/openpype/tools/ayon_utils/widgets/folders_widget.py similarity index 100% rename from openpype/tools/ayon_utils/widgets/folders_widget.py rename to client/openpype/tools/ayon_utils/widgets/folders_widget.py diff --git a/openpype/tools/ayon_utils/widgets/projects_widget.py b/client/openpype/tools/ayon_utils/widgets/projects_widget.py similarity index 100% rename from openpype/tools/ayon_utils/widgets/projects_widget.py rename to client/openpype/tools/ayon_utils/widgets/projects_widget.py diff --git a/openpype/tools/ayon_utils/widgets/tasks_widget.py b/client/openpype/tools/ayon_utils/widgets/tasks_widget.py similarity index 100% rename from openpype/tools/ayon_utils/widgets/tasks_widget.py rename to client/openpype/tools/ayon_utils/widgets/tasks_widget.py diff --git a/openpype/tools/ayon_utils/widgets/utils.py b/client/openpype/tools/ayon_utils/widgets/utils.py similarity index 100% rename from openpype/tools/ayon_utils/widgets/utils.py rename to client/openpype/tools/ayon_utils/widgets/utils.py diff --git a/openpype/tools/ayon_workfiles/__init__.py b/client/openpype/tools/ayon_workfiles/__init__.py similarity index 100% rename from openpype/tools/ayon_workfiles/__init__.py rename to client/openpype/tools/ayon_workfiles/__init__.py diff --git a/openpype/tools/ayon_workfiles/abstract.py b/client/openpype/tools/ayon_workfiles/abstract.py similarity index 100% rename from openpype/tools/ayon_workfiles/abstract.py rename to client/openpype/tools/ayon_workfiles/abstract.py diff --git a/openpype/tools/ayon_workfiles/control.py b/client/openpype/tools/ayon_workfiles/control.py similarity index 100% rename from openpype/tools/ayon_workfiles/control.py rename to client/openpype/tools/ayon_workfiles/control.py diff --git a/openpype/tools/ayon_workfiles/models/__init__.py b/client/openpype/tools/ayon_workfiles/models/__init__.py similarity index 100% rename from openpype/tools/ayon_workfiles/models/__init__.py rename to client/openpype/tools/ayon_workfiles/models/__init__.py diff --git a/openpype/tools/ayon_workfiles/models/selection.py b/client/openpype/tools/ayon_workfiles/models/selection.py similarity index 100% rename from openpype/tools/ayon_workfiles/models/selection.py rename to client/openpype/tools/ayon_workfiles/models/selection.py diff --git a/openpype/tools/ayon_workfiles/models/workfiles.py b/client/openpype/tools/ayon_workfiles/models/workfiles.py similarity index 100% rename from openpype/tools/ayon_workfiles/models/workfiles.py rename to client/openpype/tools/ayon_workfiles/models/workfiles.py diff --git a/openpype/tools/ayon_workfiles/widgets/__init__.py b/client/openpype/tools/ayon_workfiles/widgets/__init__.py similarity index 100% rename from openpype/tools/ayon_workfiles/widgets/__init__.py rename to client/openpype/tools/ayon_workfiles/widgets/__init__.py diff --git a/openpype/tools/ayon_workfiles/widgets/constants.py b/client/openpype/tools/ayon_workfiles/widgets/constants.py similarity index 100% rename from openpype/tools/ayon_workfiles/widgets/constants.py rename to client/openpype/tools/ayon_workfiles/widgets/constants.py diff --git a/openpype/tools/ayon_workfiles/widgets/files_widget.py b/client/openpype/tools/ayon_workfiles/widgets/files_widget.py similarity index 100% rename from openpype/tools/ayon_workfiles/widgets/files_widget.py rename to client/openpype/tools/ayon_workfiles/widgets/files_widget.py diff --git a/openpype/tools/ayon_workfiles/widgets/files_widget_published.py b/client/openpype/tools/ayon_workfiles/widgets/files_widget_published.py similarity index 100% rename from openpype/tools/ayon_workfiles/widgets/files_widget_published.py rename to client/openpype/tools/ayon_workfiles/widgets/files_widget_published.py diff --git a/openpype/tools/ayon_workfiles/widgets/files_widget_workarea.py b/client/openpype/tools/ayon_workfiles/widgets/files_widget_workarea.py similarity index 100% rename from openpype/tools/ayon_workfiles/widgets/files_widget_workarea.py rename to client/openpype/tools/ayon_workfiles/widgets/files_widget_workarea.py diff --git a/openpype/tools/ayon_workfiles/widgets/save_as_dialog.py b/client/openpype/tools/ayon_workfiles/widgets/save_as_dialog.py similarity index 100% rename from openpype/tools/ayon_workfiles/widgets/save_as_dialog.py rename to client/openpype/tools/ayon_workfiles/widgets/save_as_dialog.py diff --git a/openpype/tools/ayon_workfiles/widgets/side_panel.py b/client/openpype/tools/ayon_workfiles/widgets/side_panel.py similarity index 100% rename from openpype/tools/ayon_workfiles/widgets/side_panel.py rename to client/openpype/tools/ayon_workfiles/widgets/side_panel.py diff --git a/openpype/tools/ayon_workfiles/widgets/utils.py b/client/openpype/tools/ayon_workfiles/widgets/utils.py similarity index 100% rename from openpype/tools/ayon_workfiles/widgets/utils.py rename to client/openpype/tools/ayon_workfiles/widgets/utils.py diff --git a/openpype/tools/ayon_workfiles/widgets/window.py b/client/openpype/tools/ayon_workfiles/widgets/window.py similarity index 100% rename from openpype/tools/ayon_workfiles/widgets/window.py rename to client/openpype/tools/ayon_workfiles/widgets/window.py diff --git a/openpype/tools/context_dialog/__init__.py b/client/openpype/tools/context_dialog/__init__.py similarity index 100% rename from openpype/tools/context_dialog/__init__.py rename to client/openpype/tools/context_dialog/__init__.py diff --git a/openpype/tools/context_dialog/_ayon_window.py b/client/openpype/tools/context_dialog/_ayon_window.py similarity index 100% rename from openpype/tools/context_dialog/_ayon_window.py rename to client/openpype/tools/context_dialog/_ayon_window.py diff --git a/openpype/tools/context_dialog/_openpype_window.py b/client/openpype/tools/context_dialog/_openpype_window.py similarity index 100% rename from openpype/tools/context_dialog/_openpype_window.py rename to client/openpype/tools/context_dialog/_openpype_window.py diff --git a/openpype/tools/creator/__init__.py b/client/openpype/tools/creator/__init__.py similarity index 100% rename from openpype/tools/creator/__init__.py rename to client/openpype/tools/creator/__init__.py diff --git a/openpype/tools/creator/constants.py b/client/openpype/tools/creator/constants.py similarity index 100% rename from openpype/tools/creator/constants.py rename to client/openpype/tools/creator/constants.py diff --git a/openpype/tools/creator/model.py b/client/openpype/tools/creator/model.py similarity index 100% rename from openpype/tools/creator/model.py rename to client/openpype/tools/creator/model.py diff --git a/openpype/tools/creator/widgets.py b/client/openpype/tools/creator/widgets.py similarity index 100% rename from openpype/tools/creator/widgets.py rename to client/openpype/tools/creator/widgets.py diff --git a/openpype/tools/creator/window.py b/client/openpype/tools/creator/window.py similarity index 100% rename from openpype/tools/creator/window.py rename to client/openpype/tools/creator/window.py diff --git a/openpype/tools/experimental_tools/__init__.py b/client/openpype/tools/experimental_tools/__init__.py similarity index 100% rename from openpype/tools/experimental_tools/__init__.py rename to client/openpype/tools/experimental_tools/__init__.py diff --git a/openpype/tools/experimental_tools/dialog.py b/client/openpype/tools/experimental_tools/dialog.py similarity index 100% rename from openpype/tools/experimental_tools/dialog.py rename to client/openpype/tools/experimental_tools/dialog.py diff --git a/openpype/tools/experimental_tools/tools_def.py b/client/openpype/tools/experimental_tools/tools_def.py similarity index 100% rename from openpype/tools/experimental_tools/tools_def.py rename to client/openpype/tools/experimental_tools/tools_def.py diff --git a/openpype/tools/flickcharm.py b/client/openpype/tools/flickcharm.py similarity index 100% rename from openpype/tools/flickcharm.py rename to client/openpype/tools/flickcharm.py diff --git a/openpype/tools/launcher/__init__.py b/client/openpype/tools/launcher/__init__.py similarity index 100% rename from openpype/tools/launcher/__init__.py rename to client/openpype/tools/launcher/__init__.py diff --git a/openpype/tools/launcher/actions.py b/client/openpype/tools/launcher/actions.py similarity index 100% rename from openpype/tools/launcher/actions.py rename to client/openpype/tools/launcher/actions.py diff --git a/openpype/tools/launcher/constants.py b/client/openpype/tools/launcher/constants.py similarity index 100% rename from openpype/tools/launcher/constants.py rename to client/openpype/tools/launcher/constants.py diff --git a/openpype/tools/launcher/delegates.py b/client/openpype/tools/launcher/delegates.py similarity index 100% rename from openpype/tools/launcher/delegates.py rename to client/openpype/tools/launcher/delegates.py diff --git a/openpype/tools/launcher/lib.py b/client/openpype/tools/launcher/lib.py similarity index 100% rename from openpype/tools/launcher/lib.py rename to client/openpype/tools/launcher/lib.py diff --git a/openpype/tools/launcher/models.py b/client/openpype/tools/launcher/models.py similarity index 100% rename from openpype/tools/launcher/models.py rename to client/openpype/tools/launcher/models.py diff --git a/openpype/tools/launcher/widgets.py b/client/openpype/tools/launcher/widgets.py similarity index 100% rename from openpype/tools/launcher/widgets.py rename to client/openpype/tools/launcher/widgets.py diff --git a/openpype/tools/launcher/window.py b/client/openpype/tools/launcher/window.py similarity index 100% rename from openpype/tools/launcher/window.py rename to client/openpype/tools/launcher/window.py diff --git a/openpype/tools/libraryloader/__init__.py b/client/openpype/tools/libraryloader/__init__.py similarity index 100% rename from openpype/tools/libraryloader/__init__.py rename to client/openpype/tools/libraryloader/__init__.py diff --git a/openpype/tools/libraryloader/__main__.py b/client/openpype/tools/libraryloader/__main__.py similarity index 100% rename from openpype/tools/libraryloader/__main__.py rename to client/openpype/tools/libraryloader/__main__.py diff --git a/openpype/tools/libraryloader/app.py b/client/openpype/tools/libraryloader/app.py similarity index 100% rename from openpype/tools/libraryloader/app.py rename to client/openpype/tools/libraryloader/app.py diff --git a/openpype/tools/loader/__init__.py b/client/openpype/tools/loader/__init__.py similarity index 100% rename from openpype/tools/loader/__init__.py rename to client/openpype/tools/loader/__init__.py diff --git a/openpype/tools/loader/__main__.py b/client/openpype/tools/loader/__main__.py similarity index 100% rename from openpype/tools/loader/__main__.py rename to client/openpype/tools/loader/__main__.py diff --git a/openpype/tools/loader/app.py b/client/openpype/tools/loader/app.py similarity index 100% rename from openpype/tools/loader/app.py rename to client/openpype/tools/loader/app.py diff --git a/openpype/tools/loader/delegates.py b/client/openpype/tools/loader/delegates.py similarity index 100% rename from openpype/tools/loader/delegates.py rename to client/openpype/tools/loader/delegates.py diff --git a/openpype/tools/loader/images/default_thumbnail.png b/client/openpype/tools/loader/images/default_thumbnail.png similarity index 100% rename from openpype/tools/loader/images/default_thumbnail.png rename to client/openpype/tools/loader/images/default_thumbnail.png diff --git a/openpype/tools/loader/lib.py b/client/openpype/tools/loader/lib.py similarity index 100% rename from openpype/tools/loader/lib.py rename to client/openpype/tools/loader/lib.py diff --git a/openpype/tools/loader/model.py b/client/openpype/tools/loader/model.py similarity index 100% rename from openpype/tools/loader/model.py rename to client/openpype/tools/loader/model.py diff --git a/openpype/tools/loader/widgets.py b/client/openpype/tools/loader/widgets.py similarity index 100% rename from openpype/tools/loader/widgets.py rename to client/openpype/tools/loader/widgets.py diff --git a/openpype/tools/project_manager/__init__.py b/client/openpype/tools/project_manager/__init__.py similarity index 100% rename from openpype/tools/project_manager/__init__.py rename to client/openpype/tools/project_manager/__init__.py diff --git a/openpype/tools/project_manager/__main__.py b/client/openpype/tools/project_manager/__main__.py similarity index 100% rename from openpype/tools/project_manager/__main__.py rename to client/openpype/tools/project_manager/__main__.py diff --git a/openpype/tools/project_manager/project_manager/__init__.py b/client/openpype/tools/project_manager/project_manager/__init__.py similarity index 100% rename from openpype/tools/project_manager/project_manager/__init__.py rename to client/openpype/tools/project_manager/project_manager/__init__.py diff --git a/openpype/tools/project_manager/project_manager/constants.py b/client/openpype/tools/project_manager/project_manager/constants.py similarity index 100% rename from openpype/tools/project_manager/project_manager/constants.py rename to client/openpype/tools/project_manager/project_manager/constants.py diff --git a/openpype/tools/project_manager/project_manager/delegates.py b/client/openpype/tools/project_manager/project_manager/delegates.py similarity index 100% rename from openpype/tools/project_manager/project_manager/delegates.py rename to client/openpype/tools/project_manager/project_manager/delegates.py diff --git a/openpype/tools/project_manager/project_manager/images/bin.png b/client/openpype/tools/project_manager/project_manager/images/bin.png similarity index 100% rename from openpype/tools/project_manager/project_manager/images/bin.png rename to client/openpype/tools/project_manager/project_manager/images/bin.png diff --git a/openpype/tools/project_manager/project_manager/images/warning.png b/client/openpype/tools/project_manager/project_manager/images/warning.png similarity index 100% rename from openpype/tools/project_manager/project_manager/images/warning.png rename to client/openpype/tools/project_manager/project_manager/images/warning.png diff --git a/openpype/tools/project_manager/project_manager/model.py b/client/openpype/tools/project_manager/project_manager/model.py similarity index 100% rename from openpype/tools/project_manager/project_manager/model.py rename to client/openpype/tools/project_manager/project_manager/model.py diff --git a/openpype/tools/project_manager/project_manager/multiselection_combobox.py b/client/openpype/tools/project_manager/project_manager/multiselection_combobox.py similarity index 100% rename from openpype/tools/project_manager/project_manager/multiselection_combobox.py rename to client/openpype/tools/project_manager/project_manager/multiselection_combobox.py diff --git a/openpype/tools/project_manager/project_manager/style.py b/client/openpype/tools/project_manager/project_manager/style.py similarity index 100% rename from openpype/tools/project_manager/project_manager/style.py rename to client/openpype/tools/project_manager/project_manager/style.py diff --git a/openpype/tools/project_manager/project_manager/view.py b/client/openpype/tools/project_manager/project_manager/view.py similarity index 100% rename from openpype/tools/project_manager/project_manager/view.py rename to client/openpype/tools/project_manager/project_manager/view.py diff --git a/openpype/tools/project_manager/project_manager/widgets.py b/client/openpype/tools/project_manager/project_manager/widgets.py similarity index 100% rename from openpype/tools/project_manager/project_manager/widgets.py rename to client/openpype/tools/project_manager/project_manager/widgets.py diff --git a/openpype/tools/project_manager/project_manager/window.py b/client/openpype/tools/project_manager/project_manager/window.py similarity index 100% rename from openpype/tools/project_manager/project_manager/window.py rename to client/openpype/tools/project_manager/project_manager/window.py diff --git a/openpype/tools/publisher/__init__.py b/client/openpype/tools/publisher/__init__.py similarity index 100% rename from openpype/tools/publisher/__init__.py rename to client/openpype/tools/publisher/__init__.py diff --git a/openpype/tools/publisher/app.py b/client/openpype/tools/publisher/app.py similarity index 100% rename from openpype/tools/publisher/app.py rename to client/openpype/tools/publisher/app.py diff --git a/openpype/tools/publisher/constants.py b/client/openpype/tools/publisher/constants.py similarity index 100% rename from openpype/tools/publisher/constants.py rename to client/openpype/tools/publisher/constants.py diff --git a/openpype/tools/publisher/control.py b/client/openpype/tools/publisher/control.py similarity index 100% rename from openpype/tools/publisher/control.py rename to client/openpype/tools/publisher/control.py diff --git a/openpype/tools/publisher/control_qt.py b/client/openpype/tools/publisher/control_qt.py similarity index 100% rename from openpype/tools/publisher/control_qt.py rename to client/openpype/tools/publisher/control_qt.py diff --git a/openpype/tools/publisher/publish_report_viewer/__init__.py b/client/openpype/tools/publisher/publish_report_viewer/__init__.py similarity index 100% rename from openpype/tools/publisher/publish_report_viewer/__init__.py rename to client/openpype/tools/publisher/publish_report_viewer/__init__.py diff --git a/openpype/tools/publisher/publish_report_viewer/constants.py b/client/openpype/tools/publisher/publish_report_viewer/constants.py similarity index 100% rename from openpype/tools/publisher/publish_report_viewer/constants.py rename to client/openpype/tools/publisher/publish_report_viewer/constants.py diff --git a/openpype/tools/publisher/publish_report_viewer/delegates.py b/client/openpype/tools/publisher/publish_report_viewer/delegates.py similarity index 100% rename from openpype/tools/publisher/publish_report_viewer/delegates.py rename to client/openpype/tools/publisher/publish_report_viewer/delegates.py diff --git a/openpype/tools/publisher/publish_report_viewer/model.py b/client/openpype/tools/publisher/publish_report_viewer/model.py similarity index 100% rename from openpype/tools/publisher/publish_report_viewer/model.py rename to client/openpype/tools/publisher/publish_report_viewer/model.py diff --git a/openpype/tools/publisher/publish_report_viewer/report_items.py b/client/openpype/tools/publisher/publish_report_viewer/report_items.py similarity index 100% rename from openpype/tools/publisher/publish_report_viewer/report_items.py rename to client/openpype/tools/publisher/publish_report_viewer/report_items.py diff --git a/openpype/tools/publisher/publish_report_viewer/widgets.py b/client/openpype/tools/publisher/publish_report_viewer/widgets.py similarity index 100% rename from openpype/tools/publisher/publish_report_viewer/widgets.py rename to client/openpype/tools/publisher/publish_report_viewer/widgets.py diff --git a/openpype/tools/publisher/publish_report_viewer/window.py b/client/openpype/tools/publisher/publish_report_viewer/window.py similarity index 100% rename from openpype/tools/publisher/publish_report_viewer/window.py rename to client/openpype/tools/publisher/publish_report_viewer/window.py diff --git a/openpype/tools/publisher/widgets/__init__.py b/client/openpype/tools/publisher/widgets/__init__.py similarity index 100% rename from openpype/tools/publisher/widgets/__init__.py rename to client/openpype/tools/publisher/widgets/__init__.py diff --git a/openpype/tools/publisher/widgets/assets_widget.py b/client/openpype/tools/publisher/widgets/assets_widget.py similarity index 100% rename from openpype/tools/publisher/widgets/assets_widget.py rename to client/openpype/tools/publisher/widgets/assets_widget.py diff --git a/openpype/tools/publisher/widgets/border_label_widget.py b/client/openpype/tools/publisher/widgets/border_label_widget.py similarity index 100% rename from openpype/tools/publisher/widgets/border_label_widget.py rename to client/openpype/tools/publisher/widgets/border_label_widget.py diff --git a/openpype/tools/publisher/widgets/card_view_widgets.py b/client/openpype/tools/publisher/widgets/card_view_widgets.py similarity index 100% rename from openpype/tools/publisher/widgets/card_view_widgets.py rename to client/openpype/tools/publisher/widgets/card_view_widgets.py diff --git a/openpype/tools/publisher/widgets/create_widget.py b/client/openpype/tools/publisher/widgets/create_widget.py similarity index 100% rename from openpype/tools/publisher/widgets/create_widget.py rename to client/openpype/tools/publisher/widgets/create_widget.py diff --git a/openpype/tools/publisher/widgets/help_widget.py b/client/openpype/tools/publisher/widgets/help_widget.py similarity index 100% rename from openpype/tools/publisher/widgets/help_widget.py rename to client/openpype/tools/publisher/widgets/help_widget.py diff --git a/openpype/tools/publisher/widgets/icons.py b/client/openpype/tools/publisher/widgets/icons.py similarity index 100% rename from openpype/tools/publisher/widgets/icons.py rename to client/openpype/tools/publisher/widgets/icons.py diff --git a/openpype/tools/publisher/widgets/images/add.png b/client/openpype/tools/publisher/widgets/images/add.png similarity index 100% rename from openpype/tools/publisher/widgets/images/add.png rename to client/openpype/tools/publisher/widgets/images/add.png diff --git a/openpype/tools/publisher/widgets/images/branch_closed.png b/client/openpype/tools/publisher/widgets/images/branch_closed.png similarity index 100% rename from openpype/tools/publisher/widgets/images/branch_closed.png rename to client/openpype/tools/publisher/widgets/images/branch_closed.png diff --git a/openpype/tools/publisher/widgets/images/branch_open.png b/client/openpype/tools/publisher/widgets/images/branch_open.png similarity index 100% rename from openpype/tools/publisher/widgets/images/branch_open.png rename to client/openpype/tools/publisher/widgets/images/branch_open.png diff --git a/openpype/tools/publisher/widgets/images/browse.png b/client/openpype/tools/publisher/widgets/images/browse.png similarity index 100% rename from openpype/tools/publisher/widgets/images/browse.png rename to client/openpype/tools/publisher/widgets/images/browse.png diff --git a/openpype/tools/publisher/widgets/images/change_view.png b/client/openpype/tools/publisher/widgets/images/change_view.png similarity index 100% rename from openpype/tools/publisher/widgets/images/change_view.png rename to client/openpype/tools/publisher/widgets/images/change_view.png diff --git a/openpype/tools/publisher/widgets/images/clear_thumbnail.png b/client/openpype/tools/publisher/widgets/images/clear_thumbnail.png similarity index 100% rename from openpype/tools/publisher/widgets/images/clear_thumbnail.png rename to client/openpype/tools/publisher/widgets/images/clear_thumbnail.png diff --git a/openpype/tools/publisher/widgets/images/create.png b/client/openpype/tools/publisher/widgets/images/create.png similarity index 100% rename from openpype/tools/publisher/widgets/images/create.png rename to client/openpype/tools/publisher/widgets/images/create.png diff --git a/openpype/tools/publisher/widgets/images/error.png b/client/openpype/tools/publisher/widgets/images/error.png similarity index 100% rename from openpype/tools/publisher/widgets/images/error.png rename to client/openpype/tools/publisher/widgets/images/error.png diff --git a/openpype/tools/publisher/widgets/images/minus.png b/client/openpype/tools/publisher/widgets/images/minus.png similarity index 100% rename from openpype/tools/publisher/widgets/images/minus.png rename to client/openpype/tools/publisher/widgets/images/minus.png diff --git a/openpype/tools/publisher/widgets/images/options.png b/client/openpype/tools/publisher/widgets/images/options.png similarity index 100% rename from openpype/tools/publisher/widgets/images/options.png rename to client/openpype/tools/publisher/widgets/images/options.png diff --git a/openpype/tools/publisher/widgets/images/paste.png b/client/openpype/tools/publisher/widgets/images/paste.png similarity index 100% rename from openpype/tools/publisher/widgets/images/paste.png rename to client/openpype/tools/publisher/widgets/images/paste.png diff --git a/openpype/tools/publisher/widgets/images/play.png b/client/openpype/tools/publisher/widgets/images/play.png similarity index 100% rename from openpype/tools/publisher/widgets/images/play.png rename to client/openpype/tools/publisher/widgets/images/play.png diff --git a/openpype/tools/publisher/widgets/images/refresh.png b/client/openpype/tools/publisher/widgets/images/refresh.png similarity index 100% rename from openpype/tools/publisher/widgets/images/refresh.png rename to client/openpype/tools/publisher/widgets/images/refresh.png diff --git a/openpype/tools/publisher/widgets/images/save.png b/client/openpype/tools/publisher/widgets/images/save.png similarity index 100% rename from openpype/tools/publisher/widgets/images/save.png rename to client/openpype/tools/publisher/widgets/images/save.png diff --git a/openpype/tools/publisher/widgets/images/stop.png b/client/openpype/tools/publisher/widgets/images/stop.png similarity index 100% rename from openpype/tools/publisher/widgets/images/stop.png rename to client/openpype/tools/publisher/widgets/images/stop.png diff --git a/openpype/tools/publisher/widgets/images/success.png b/client/openpype/tools/publisher/widgets/images/success.png similarity index 100% rename from openpype/tools/publisher/widgets/images/success.png rename to client/openpype/tools/publisher/widgets/images/success.png diff --git a/openpype/tools/publisher/widgets/images/take_screenshot.png b/client/openpype/tools/publisher/widgets/images/take_screenshot.png similarity index 100% rename from openpype/tools/publisher/widgets/images/take_screenshot.png rename to client/openpype/tools/publisher/widgets/images/take_screenshot.png diff --git a/openpype/tools/publisher/widgets/images/thumbnail.png b/client/openpype/tools/publisher/widgets/images/thumbnail.png similarity index 100% rename from openpype/tools/publisher/widgets/images/thumbnail.png rename to client/openpype/tools/publisher/widgets/images/thumbnail.png diff --git a/openpype/tools/publisher/widgets/images/validate.png b/client/openpype/tools/publisher/widgets/images/validate.png similarity index 100% rename from openpype/tools/publisher/widgets/images/validate.png rename to client/openpype/tools/publisher/widgets/images/validate.png diff --git a/openpype/tools/publisher/widgets/images/view_report.png b/client/openpype/tools/publisher/widgets/images/view_report.png similarity index 100% rename from openpype/tools/publisher/widgets/images/view_report.png rename to client/openpype/tools/publisher/widgets/images/view_report.png diff --git a/openpype/tools/publisher/widgets/images/warning.png b/client/openpype/tools/publisher/widgets/images/warning.png similarity index 100% rename from openpype/tools/publisher/widgets/images/warning.png rename to client/openpype/tools/publisher/widgets/images/warning.png diff --git a/openpype/tools/publisher/widgets/list_view_widgets.py b/client/openpype/tools/publisher/widgets/list_view_widgets.py similarity index 100% rename from openpype/tools/publisher/widgets/list_view_widgets.py rename to client/openpype/tools/publisher/widgets/list_view_widgets.py diff --git a/openpype/tools/publisher/widgets/overview_widget.py b/client/openpype/tools/publisher/widgets/overview_widget.py similarity index 100% rename from openpype/tools/publisher/widgets/overview_widget.py rename to client/openpype/tools/publisher/widgets/overview_widget.py diff --git a/openpype/tools/publisher/widgets/precreate_widget.py b/client/openpype/tools/publisher/widgets/precreate_widget.py similarity index 100% rename from openpype/tools/publisher/widgets/precreate_widget.py rename to client/openpype/tools/publisher/widgets/precreate_widget.py diff --git a/openpype/tools/publisher/widgets/publish_frame.py b/client/openpype/tools/publisher/widgets/publish_frame.py similarity index 100% rename from openpype/tools/publisher/widgets/publish_frame.py rename to client/openpype/tools/publisher/widgets/publish_frame.py diff --git a/openpype/tools/publisher/widgets/report_page.py b/client/openpype/tools/publisher/widgets/report_page.py similarity index 100% rename from openpype/tools/publisher/widgets/report_page.py rename to client/openpype/tools/publisher/widgets/report_page.py diff --git a/openpype/tools/publisher/widgets/screenshot_widget.py b/client/openpype/tools/publisher/widgets/screenshot_widget.py similarity index 100% rename from openpype/tools/publisher/widgets/screenshot_widget.py rename to client/openpype/tools/publisher/widgets/screenshot_widget.py diff --git a/openpype/tools/publisher/widgets/tabs_widget.py b/client/openpype/tools/publisher/widgets/tabs_widget.py similarity index 100% rename from openpype/tools/publisher/widgets/tabs_widget.py rename to client/openpype/tools/publisher/widgets/tabs_widget.py diff --git a/openpype/tools/publisher/widgets/tasks_widget.py b/client/openpype/tools/publisher/widgets/tasks_widget.py similarity index 100% rename from openpype/tools/publisher/widgets/tasks_widget.py rename to client/openpype/tools/publisher/widgets/tasks_widget.py diff --git a/openpype/tools/publisher/widgets/thumbnail_widget.py b/client/openpype/tools/publisher/widgets/thumbnail_widget.py similarity index 100% rename from openpype/tools/publisher/widgets/thumbnail_widget.py rename to client/openpype/tools/publisher/widgets/thumbnail_widget.py diff --git a/openpype/tools/publisher/widgets/widgets.py b/client/openpype/tools/publisher/widgets/widgets.py similarity index 100% rename from openpype/tools/publisher/widgets/widgets.py rename to client/openpype/tools/publisher/widgets/widgets.py diff --git a/openpype/tools/publisher/window.py b/client/openpype/tools/publisher/window.py similarity index 100% rename from openpype/tools/publisher/window.py rename to client/openpype/tools/publisher/window.py diff --git a/openpype/tools/push_to_project/__init__.py b/client/openpype/tools/push_to_project/__init__.py similarity index 100% rename from openpype/tools/push_to_project/__init__.py rename to client/openpype/tools/push_to_project/__init__.py diff --git a/openpype/tools/push_to_project/app.py b/client/openpype/tools/push_to_project/app.py similarity index 100% rename from openpype/tools/push_to_project/app.py rename to client/openpype/tools/push_to_project/app.py diff --git a/openpype/tools/push_to_project/control_context.py b/client/openpype/tools/push_to_project/control_context.py similarity index 100% rename from openpype/tools/push_to_project/control_context.py rename to client/openpype/tools/push_to_project/control_context.py diff --git a/openpype/tools/push_to_project/control_integrate.py b/client/openpype/tools/push_to_project/control_integrate.py similarity index 100% rename from openpype/tools/push_to_project/control_integrate.py rename to client/openpype/tools/push_to_project/control_integrate.py diff --git a/openpype/tools/push_to_project/window.py b/client/openpype/tools/push_to_project/window.py similarity index 100% rename from openpype/tools/push_to_project/window.py rename to client/openpype/tools/push_to_project/window.py diff --git a/openpype/tools/pyblish_pype/__init__.py b/client/openpype/tools/pyblish_pype/__init__.py similarity index 100% rename from openpype/tools/pyblish_pype/__init__.py rename to client/openpype/tools/pyblish_pype/__init__.py diff --git a/openpype/tools/pyblish_pype/__main__.py b/client/openpype/tools/pyblish_pype/__main__.py similarity index 100% rename from openpype/tools/pyblish_pype/__main__.py rename to client/openpype/tools/pyblish_pype/__main__.py diff --git a/openpype/tools/pyblish_pype/app.css b/client/openpype/tools/pyblish_pype/app.css similarity index 100% rename from openpype/tools/pyblish_pype/app.css rename to client/openpype/tools/pyblish_pype/app.css diff --git a/openpype/tools/pyblish_pype/app.py b/client/openpype/tools/pyblish_pype/app.py similarity index 100% rename from openpype/tools/pyblish_pype/app.py rename to client/openpype/tools/pyblish_pype/app.py diff --git a/openpype/tools/pyblish_pype/awesome.py b/client/openpype/tools/pyblish_pype/awesome.py similarity index 100% rename from openpype/tools/pyblish_pype/awesome.py rename to client/openpype/tools/pyblish_pype/awesome.py diff --git a/openpype/tools/pyblish_pype/constants.py b/client/openpype/tools/pyblish_pype/constants.py similarity index 100% rename from openpype/tools/pyblish_pype/constants.py rename to client/openpype/tools/pyblish_pype/constants.py diff --git a/openpype/tools/pyblish_pype/control.py b/client/openpype/tools/pyblish_pype/control.py similarity index 100% rename from openpype/tools/pyblish_pype/control.py rename to client/openpype/tools/pyblish_pype/control.py diff --git a/openpype/tools/pyblish_pype/delegate.py b/client/openpype/tools/pyblish_pype/delegate.py similarity index 100% rename from openpype/tools/pyblish_pype/delegate.py rename to client/openpype/tools/pyblish_pype/delegate.py diff --git a/openpype/tools/pyblish_pype/font/fontawesome/fontawesome-webfont.ttf b/client/openpype/tools/pyblish_pype/font/fontawesome/fontawesome-webfont.ttf similarity index 100% rename from openpype/tools/pyblish_pype/font/fontawesome/fontawesome-webfont.ttf rename to client/openpype/tools/pyblish_pype/font/fontawesome/fontawesome-webfont.ttf diff --git a/openpype/tools/pyblish_pype/font/opensans/LICENSE.txt b/client/openpype/tools/pyblish_pype/font/opensans/LICENSE.txt similarity index 100% rename from openpype/tools/pyblish_pype/font/opensans/LICENSE.txt rename to client/openpype/tools/pyblish_pype/font/opensans/LICENSE.txt diff --git a/openpype/tools/pyblish_pype/font/opensans/OpenSans-Bold.ttf b/client/openpype/tools/pyblish_pype/font/opensans/OpenSans-Bold.ttf similarity index 100% rename from openpype/tools/pyblish_pype/font/opensans/OpenSans-Bold.ttf rename to client/openpype/tools/pyblish_pype/font/opensans/OpenSans-Bold.ttf diff --git a/openpype/tools/pyblish_pype/font/opensans/OpenSans-BoldItalic.ttf b/client/openpype/tools/pyblish_pype/font/opensans/OpenSans-BoldItalic.ttf similarity index 100% rename from openpype/tools/pyblish_pype/font/opensans/OpenSans-BoldItalic.ttf rename to client/openpype/tools/pyblish_pype/font/opensans/OpenSans-BoldItalic.ttf diff --git a/openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBold.ttf b/client/openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBold.ttf similarity index 100% rename from openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBold.ttf rename to client/openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBold.ttf diff --git a/openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBoldItalic.ttf b/client/openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBoldItalic.ttf similarity index 100% rename from openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBoldItalic.ttf rename to client/openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBoldItalic.ttf diff --git a/openpype/tools/pyblish_pype/font/opensans/OpenSans-Italic.ttf b/client/openpype/tools/pyblish_pype/font/opensans/OpenSans-Italic.ttf similarity index 100% rename from openpype/tools/pyblish_pype/font/opensans/OpenSans-Italic.ttf rename to client/openpype/tools/pyblish_pype/font/opensans/OpenSans-Italic.ttf diff --git a/openpype/tools/pyblish_pype/font/opensans/OpenSans-Light.ttf b/client/openpype/tools/pyblish_pype/font/opensans/OpenSans-Light.ttf similarity index 100% rename from openpype/tools/pyblish_pype/font/opensans/OpenSans-Light.ttf rename to client/openpype/tools/pyblish_pype/font/opensans/OpenSans-Light.ttf diff --git a/openpype/tools/pyblish_pype/font/opensans/OpenSans-LightItalic.ttf b/client/openpype/tools/pyblish_pype/font/opensans/OpenSans-LightItalic.ttf similarity index 100% rename from openpype/tools/pyblish_pype/font/opensans/OpenSans-LightItalic.ttf rename to client/openpype/tools/pyblish_pype/font/opensans/OpenSans-LightItalic.ttf diff --git a/openpype/tools/pyblish_pype/font/opensans/OpenSans-Regular.ttf b/client/openpype/tools/pyblish_pype/font/opensans/OpenSans-Regular.ttf similarity index 100% rename from openpype/tools/pyblish_pype/font/opensans/OpenSans-Regular.ttf rename to client/openpype/tools/pyblish_pype/font/opensans/OpenSans-Regular.ttf diff --git a/openpype/tools/pyblish_pype/font/opensans/OpenSans-Semibold.ttf b/client/openpype/tools/pyblish_pype/font/opensans/OpenSans-Semibold.ttf similarity index 100% rename from openpype/tools/pyblish_pype/font/opensans/OpenSans-Semibold.ttf rename to client/openpype/tools/pyblish_pype/font/opensans/OpenSans-Semibold.ttf diff --git a/openpype/tools/pyblish_pype/font/opensans/OpenSans-SemiboldItalic.ttf b/client/openpype/tools/pyblish_pype/font/opensans/OpenSans-SemiboldItalic.ttf similarity index 100% rename from openpype/tools/pyblish_pype/font/opensans/OpenSans-SemiboldItalic.ttf rename to client/openpype/tools/pyblish_pype/font/opensans/OpenSans-SemiboldItalic.ttf diff --git a/openpype/tools/pyblish_pype/i18n/pyblish_lite.pro b/client/openpype/tools/pyblish_pype/i18n/pyblish_lite.pro similarity index 100% rename from openpype/tools/pyblish_pype/i18n/pyblish_lite.pro rename to client/openpype/tools/pyblish_pype/i18n/pyblish_lite.pro diff --git a/openpype/tools/pyblish_pype/i18n/zh_CN.qm b/client/openpype/tools/pyblish_pype/i18n/zh_CN.qm similarity index 100% rename from openpype/tools/pyblish_pype/i18n/zh_CN.qm rename to client/openpype/tools/pyblish_pype/i18n/zh_CN.qm diff --git a/openpype/tools/pyblish_pype/i18n/zh_CN.ts b/client/openpype/tools/pyblish_pype/i18n/zh_CN.ts similarity index 100% rename from openpype/tools/pyblish_pype/i18n/zh_CN.ts rename to client/openpype/tools/pyblish_pype/i18n/zh_CN.ts diff --git a/openpype/tools/pyblish_pype/img/down_arrow.png b/client/openpype/tools/pyblish_pype/img/down_arrow.png similarity index 100% rename from openpype/tools/pyblish_pype/img/down_arrow.png rename to client/openpype/tools/pyblish_pype/img/down_arrow.png diff --git a/openpype/tools/pyblish_pype/img/logo-extrasmall.png b/client/openpype/tools/pyblish_pype/img/logo-extrasmall.png similarity index 100% rename from openpype/tools/pyblish_pype/img/logo-extrasmall.png rename to client/openpype/tools/pyblish_pype/img/logo-extrasmall.png diff --git a/openpype/tools/pyblish_pype/img/tab-overview.png b/client/openpype/tools/pyblish_pype/img/tab-overview.png similarity index 100% rename from openpype/tools/pyblish_pype/img/tab-overview.png rename to client/openpype/tools/pyblish_pype/img/tab-overview.png diff --git a/openpype/tools/pyblish_pype/img/tab-terminal.png b/client/openpype/tools/pyblish_pype/img/tab-terminal.png similarity index 100% rename from openpype/tools/pyblish_pype/img/tab-terminal.png rename to client/openpype/tools/pyblish_pype/img/tab-terminal.png diff --git a/openpype/tools/pyblish_pype/mock.py b/client/openpype/tools/pyblish_pype/mock.py similarity index 100% rename from openpype/tools/pyblish_pype/mock.py rename to client/openpype/tools/pyblish_pype/mock.py diff --git a/openpype/tools/pyblish_pype/model.py b/client/openpype/tools/pyblish_pype/model.py similarity index 100% rename from openpype/tools/pyblish_pype/model.py rename to client/openpype/tools/pyblish_pype/model.py diff --git a/openpype/tools/pyblish_pype/settings.py b/client/openpype/tools/pyblish_pype/settings.py similarity index 100% rename from openpype/tools/pyblish_pype/settings.py rename to client/openpype/tools/pyblish_pype/settings.py diff --git a/openpype/tools/pyblish_pype/util.py b/client/openpype/tools/pyblish_pype/util.py similarity index 100% rename from openpype/tools/pyblish_pype/util.py rename to client/openpype/tools/pyblish_pype/util.py diff --git a/openpype/tools/pyblish_pype/vendor/__init__.py b/client/openpype/tools/pyblish_pype/vendor/__init__.py similarity index 100% rename from openpype/tools/pyblish_pype/vendor/__init__.py rename to client/openpype/tools/pyblish_pype/vendor/__init__.py diff --git a/openpype/tools/pyblish_pype/vendor/qtawesome/__init__.py b/client/openpype/tools/pyblish_pype/vendor/qtawesome/__init__.py similarity index 100% rename from openpype/tools/pyblish_pype/vendor/qtawesome/__init__.py rename to client/openpype/tools/pyblish_pype/vendor/qtawesome/__init__.py diff --git a/openpype/tools/pyblish_pype/vendor/qtawesome/_version.py b/client/openpype/tools/pyblish_pype/vendor/qtawesome/_version.py similarity index 100% rename from openpype/tools/pyblish_pype/vendor/qtawesome/_version.py rename to client/openpype/tools/pyblish_pype/vendor/qtawesome/_version.py diff --git a/openpype/tools/pyblish_pype/vendor/qtawesome/animation.py b/client/openpype/tools/pyblish_pype/vendor/qtawesome/animation.py similarity index 100% rename from openpype/tools/pyblish_pype/vendor/qtawesome/animation.py rename to client/openpype/tools/pyblish_pype/vendor/qtawesome/animation.py diff --git a/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont-charmap.json b/client/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont-charmap.json similarity index 100% rename from openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont-charmap.json rename to client/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont-charmap.json diff --git a/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont.ttf b/client/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont.ttf similarity index 100% rename from openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont.ttf rename to client/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont.ttf diff --git a/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont-charmap.json b/client/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont-charmap.json similarity index 100% rename from openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont-charmap.json rename to client/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont-charmap.json diff --git a/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont.ttf b/client/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont.ttf rename to client/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont.ttf diff --git a/openpype/tools/pyblish_pype/vendor/qtawesome/iconic_font.py b/client/openpype/tools/pyblish_pype/vendor/qtawesome/iconic_font.py similarity index 100% rename from openpype/tools/pyblish_pype/vendor/qtawesome/iconic_font.py rename to client/openpype/tools/pyblish_pype/vendor/qtawesome/iconic_font.py diff --git a/openpype/tools/pyblish_pype/version.py b/client/openpype/tools/pyblish_pype/version.py similarity index 100% rename from openpype/tools/pyblish_pype/version.py rename to client/openpype/tools/pyblish_pype/version.py diff --git a/openpype/tools/pyblish_pype/view.py b/client/openpype/tools/pyblish_pype/view.py similarity index 100% rename from openpype/tools/pyblish_pype/view.py rename to client/openpype/tools/pyblish_pype/view.py diff --git a/openpype/tools/pyblish_pype/widgets.py b/client/openpype/tools/pyblish_pype/widgets.py similarity index 100% rename from openpype/tools/pyblish_pype/widgets.py rename to client/openpype/tools/pyblish_pype/widgets.py diff --git a/openpype/tools/pyblish_pype/window.py b/client/openpype/tools/pyblish_pype/window.py similarity index 100% rename from openpype/tools/pyblish_pype/window.py rename to client/openpype/tools/pyblish_pype/window.py diff --git a/openpype/tools/repack_version.py b/client/openpype/tools/repack_version.py similarity index 100% rename from openpype/tools/repack_version.py rename to client/openpype/tools/repack_version.py diff --git a/openpype/tools/resources/__init__.py b/client/openpype/tools/resources/__init__.py similarity index 100% rename from openpype/tools/resources/__init__.py rename to client/openpype/tools/resources/__init__.py diff --git a/openpype/tools/resources/images/delete.png b/client/openpype/tools/resources/images/delete.png similarity index 100% rename from openpype/tools/resources/images/delete.png rename to client/openpype/tools/resources/images/delete.png diff --git a/openpype/tools/resources/images/file.png b/client/openpype/tools/resources/images/file.png similarity index 100% rename from openpype/tools/resources/images/file.png rename to client/openpype/tools/resources/images/file.png diff --git a/openpype/tools/resources/images/files.png b/client/openpype/tools/resources/images/files.png similarity index 100% rename from openpype/tools/resources/images/files.png rename to client/openpype/tools/resources/images/files.png diff --git a/openpype/tools/resources/images/folder.png b/client/openpype/tools/resources/images/folder.png similarity index 100% rename from openpype/tools/resources/images/folder.png rename to client/openpype/tools/resources/images/folder.png diff --git a/openpype/tools/resources/images/menu.png b/client/openpype/tools/resources/images/menu.png similarity index 100% rename from openpype/tools/resources/images/menu.png rename to client/openpype/tools/resources/images/menu.png diff --git a/openpype/tools/sceneinventory/__init__.py b/client/openpype/tools/sceneinventory/__init__.py similarity index 100% rename from openpype/tools/sceneinventory/__init__.py rename to client/openpype/tools/sceneinventory/__init__.py diff --git a/openpype/tools/sceneinventory/lib.py b/client/openpype/tools/sceneinventory/lib.py similarity index 100% rename from openpype/tools/sceneinventory/lib.py rename to client/openpype/tools/sceneinventory/lib.py diff --git a/openpype/tools/sceneinventory/model.py b/client/openpype/tools/sceneinventory/model.py similarity index 100% rename from openpype/tools/sceneinventory/model.py rename to client/openpype/tools/sceneinventory/model.py diff --git a/openpype/tools/sceneinventory/switch_dialog.py b/client/openpype/tools/sceneinventory/switch_dialog.py similarity index 100% rename from openpype/tools/sceneinventory/switch_dialog.py rename to client/openpype/tools/sceneinventory/switch_dialog.py diff --git a/openpype/tools/sceneinventory/view.py b/client/openpype/tools/sceneinventory/view.py similarity index 100% rename from openpype/tools/sceneinventory/view.py rename to client/openpype/tools/sceneinventory/view.py diff --git a/openpype/tools/sceneinventory/widgets.py b/client/openpype/tools/sceneinventory/widgets.py similarity index 100% rename from openpype/tools/sceneinventory/widgets.py rename to client/openpype/tools/sceneinventory/widgets.py diff --git a/openpype/tools/sceneinventory/window.py b/client/openpype/tools/sceneinventory/window.py similarity index 100% rename from openpype/tools/sceneinventory/window.py rename to client/openpype/tools/sceneinventory/window.py diff --git a/openpype/tools/settings/__init__.py b/client/openpype/tools/settings/__init__.py similarity index 100% rename from openpype/tools/settings/__init__.py rename to client/openpype/tools/settings/__init__.py diff --git a/openpype/tools/settings/__main__.py b/client/openpype/tools/settings/__main__.py similarity index 100% rename from openpype/tools/settings/__main__.py rename to client/openpype/tools/settings/__main__.py diff --git a/openpype/tools/settings/lib.py b/client/openpype/tools/settings/lib.py similarity index 100% rename from openpype/tools/settings/lib.py rename to client/openpype/tools/settings/lib.py diff --git a/openpype/tools/settings/local_settings/__init__.py b/client/openpype/tools/settings/local_settings/__init__.py similarity index 100% rename from openpype/tools/settings/local_settings/__init__.py rename to client/openpype/tools/settings/local_settings/__init__.py diff --git a/openpype/tools/settings/local_settings/apps_widget.py b/client/openpype/tools/settings/local_settings/apps_widget.py similarity index 100% rename from openpype/tools/settings/local_settings/apps_widget.py rename to client/openpype/tools/settings/local_settings/apps_widget.py diff --git a/openpype/tools/settings/local_settings/constants.py b/client/openpype/tools/settings/local_settings/constants.py similarity index 100% rename from openpype/tools/settings/local_settings/constants.py rename to client/openpype/tools/settings/local_settings/constants.py diff --git a/openpype/tools/settings/local_settings/environments_widget.py b/client/openpype/tools/settings/local_settings/environments_widget.py similarity index 100% rename from openpype/tools/settings/local_settings/environments_widget.py rename to client/openpype/tools/settings/local_settings/environments_widget.py diff --git a/openpype/tools/settings/local_settings/experimental_widget.py b/client/openpype/tools/settings/local_settings/experimental_widget.py similarity index 100% rename from openpype/tools/settings/local_settings/experimental_widget.py rename to client/openpype/tools/settings/local_settings/experimental_widget.py diff --git a/openpype/tools/settings/local_settings/general_widget.py b/client/openpype/tools/settings/local_settings/general_widget.py similarity index 100% rename from openpype/tools/settings/local_settings/general_widget.py rename to client/openpype/tools/settings/local_settings/general_widget.py diff --git a/openpype/tools/settings/local_settings/mongo_widget.py b/client/openpype/tools/settings/local_settings/mongo_widget.py similarity index 100% rename from openpype/tools/settings/local_settings/mongo_widget.py rename to client/openpype/tools/settings/local_settings/mongo_widget.py diff --git a/openpype/tools/settings/local_settings/projects_widget.py b/client/openpype/tools/settings/local_settings/projects_widget.py similarity index 100% rename from openpype/tools/settings/local_settings/projects_widget.py rename to client/openpype/tools/settings/local_settings/projects_widget.py diff --git a/openpype/tools/settings/local_settings/widgets.py b/client/openpype/tools/settings/local_settings/widgets.py similarity index 100% rename from openpype/tools/settings/local_settings/widgets.py rename to client/openpype/tools/settings/local_settings/widgets.py diff --git a/openpype/tools/settings/local_settings/window.py b/client/openpype/tools/settings/local_settings/window.py similarity index 100% rename from openpype/tools/settings/local_settings/window.py rename to client/openpype/tools/settings/local_settings/window.py diff --git a/openpype/tools/settings/resources/__init__.py b/client/openpype/tools/settings/resources/__init__.py similarity index 100% rename from openpype/tools/settings/resources/__init__.py rename to client/openpype/tools/settings/resources/__init__.py diff --git a/openpype/tools/settings/settings/README.md b/client/openpype/tools/settings/settings/README.md similarity index 100% rename from openpype/tools/settings/settings/README.md rename to client/openpype/tools/settings/settings/README.md diff --git a/openpype/tools/settings/settings/__init__.py b/client/openpype/tools/settings/settings/__init__.py similarity index 100% rename from openpype/tools/settings/settings/__init__.py rename to client/openpype/tools/settings/settings/__init__.py diff --git a/openpype/tools/settings/settings/base.py b/client/openpype/tools/settings/settings/base.py similarity index 100% rename from openpype/tools/settings/settings/base.py rename to client/openpype/tools/settings/settings/base.py diff --git a/openpype/tools/settings/settings/breadcrumbs_widget.py b/client/openpype/tools/settings/settings/breadcrumbs_widget.py similarity index 100% rename from openpype/tools/settings/settings/breadcrumbs_widget.py rename to client/openpype/tools/settings/settings/breadcrumbs_widget.py diff --git a/openpype/tools/settings/settings/categories.py b/client/openpype/tools/settings/settings/categories.py similarity index 100% rename from openpype/tools/settings/settings/categories.py rename to client/openpype/tools/settings/settings/categories.py diff --git a/openpype/tools/settings/settings/color_widget.py b/client/openpype/tools/settings/settings/color_widget.py similarity index 100% rename from openpype/tools/settings/settings/color_widget.py rename to client/openpype/tools/settings/settings/color_widget.py diff --git a/openpype/tools/settings/settings/constants.py b/client/openpype/tools/settings/settings/constants.py similarity index 100% rename from openpype/tools/settings/settings/constants.py rename to client/openpype/tools/settings/settings/constants.py diff --git a/openpype/tools/settings/settings/dialogs.py b/client/openpype/tools/settings/settings/dialogs.py similarity index 100% rename from openpype/tools/settings/settings/dialogs.py rename to client/openpype/tools/settings/settings/dialogs.py diff --git a/openpype/tools/settings/settings/dict_conditional.py b/client/openpype/tools/settings/settings/dict_conditional.py similarity index 100% rename from openpype/tools/settings/settings/dict_conditional.py rename to client/openpype/tools/settings/settings/dict_conditional.py diff --git a/openpype/tools/settings/settings/dict_mutable_widget.py b/client/openpype/tools/settings/settings/dict_mutable_widget.py similarity index 100% rename from openpype/tools/settings/settings/dict_mutable_widget.py rename to client/openpype/tools/settings/settings/dict_mutable_widget.py diff --git a/openpype/tools/settings/settings/images/__init__.py b/client/openpype/tools/settings/settings/images/__init__.py similarity index 100% rename from openpype/tools/settings/settings/images/__init__.py rename to client/openpype/tools/settings/settings/images/__init__.py diff --git a/openpype/tools/settings/settings/images/add.png b/client/openpype/tools/settings/settings/images/add.png similarity index 100% rename from openpype/tools/settings/settings/images/add.png rename to client/openpype/tools/settings/settings/images/add.png diff --git a/openpype/tools/settings/settings/images/confirm.png b/client/openpype/tools/settings/settings/images/confirm.png similarity index 100% rename from openpype/tools/settings/settings/images/confirm.png rename to client/openpype/tools/settings/settings/images/confirm.png diff --git a/openpype/tools/settings/settings/images/down.png b/client/openpype/tools/settings/settings/images/down.png similarity index 100% rename from openpype/tools/settings/settings/images/down.png rename to client/openpype/tools/settings/settings/images/down.png diff --git a/openpype/tools/settings/settings/images/mask.png b/client/openpype/tools/settings/settings/images/mask.png similarity index 100% rename from openpype/tools/settings/settings/images/mask.png rename to client/openpype/tools/settings/settings/images/mask.png diff --git a/openpype/tools/settings/settings/images/remove.png b/client/openpype/tools/settings/settings/images/remove.png similarity index 100% rename from openpype/tools/settings/settings/images/remove.png rename to client/openpype/tools/settings/settings/images/remove.png diff --git a/openpype/tools/settings/settings/images/up.png b/client/openpype/tools/settings/settings/images/up.png similarity index 100% rename from openpype/tools/settings/settings/images/up.png rename to client/openpype/tools/settings/settings/images/up.png diff --git a/openpype/tools/settings/settings/item_widgets.py b/client/openpype/tools/settings/settings/item_widgets.py similarity index 100% rename from openpype/tools/settings/settings/item_widgets.py rename to client/openpype/tools/settings/settings/item_widgets.py diff --git a/openpype/tools/settings/settings/lib.py b/client/openpype/tools/settings/settings/lib.py similarity index 100% rename from openpype/tools/settings/settings/lib.py rename to client/openpype/tools/settings/settings/lib.py diff --git a/openpype/tools/settings/settings/list_item_widget.py b/client/openpype/tools/settings/settings/list_item_widget.py similarity index 100% rename from openpype/tools/settings/settings/list_item_widget.py rename to client/openpype/tools/settings/settings/list_item_widget.py diff --git a/openpype/tools/settings/settings/list_strict_widget.py b/client/openpype/tools/settings/settings/list_strict_widget.py similarity index 100% rename from openpype/tools/settings/settings/list_strict_widget.py rename to client/openpype/tools/settings/settings/list_strict_widget.py diff --git a/openpype/tools/settings/settings/search_dialog.py b/client/openpype/tools/settings/settings/search_dialog.py similarity index 100% rename from openpype/tools/settings/settings/search_dialog.py rename to client/openpype/tools/settings/settings/search_dialog.py diff --git a/openpype/tools/settings/settings/tests.py b/client/openpype/tools/settings/settings/tests.py similarity index 100% rename from openpype/tools/settings/settings/tests.py rename to client/openpype/tools/settings/settings/tests.py diff --git a/openpype/tools/settings/settings/widgets.py b/client/openpype/tools/settings/settings/widgets.py similarity index 100% rename from openpype/tools/settings/settings/widgets.py rename to client/openpype/tools/settings/settings/widgets.py diff --git a/openpype/tools/settings/settings/window.py b/client/openpype/tools/settings/settings/window.py similarity index 100% rename from openpype/tools/settings/settings/window.py rename to client/openpype/tools/settings/settings/window.py diff --git a/openpype/tools/settings/settings/wrapper_widgets.py b/client/openpype/tools/settings/settings/wrapper_widgets.py similarity index 100% rename from openpype/tools/settings/settings/wrapper_widgets.py rename to client/openpype/tools/settings/settings/wrapper_widgets.py diff --git a/openpype/tools/standalonepublish/__init__.py b/client/openpype/tools/standalonepublish/__init__.py similarity index 100% rename from openpype/tools/standalonepublish/__init__.py rename to client/openpype/tools/standalonepublish/__init__.py diff --git a/openpype/tools/standalonepublish/app.py b/client/openpype/tools/standalonepublish/app.py similarity index 100% rename from openpype/tools/standalonepublish/app.py rename to client/openpype/tools/standalonepublish/app.py diff --git a/openpype/tools/standalonepublish/publish.py b/client/openpype/tools/standalonepublish/publish.py similarity index 100% rename from openpype/tools/standalonepublish/publish.py rename to client/openpype/tools/standalonepublish/publish.py diff --git a/openpype/tools/standalonepublish/widgets/__init__.py b/client/openpype/tools/standalonepublish/widgets/__init__.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/__init__.py rename to client/openpype/tools/standalonepublish/widgets/__init__.py diff --git a/openpype/tools/standalonepublish/widgets/constants.py b/client/openpype/tools/standalonepublish/widgets/constants.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/constants.py rename to client/openpype/tools/standalonepublish/widgets/constants.py diff --git a/openpype/tools/standalonepublish/widgets/model_asset.py b/client/openpype/tools/standalonepublish/widgets/model_asset.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/model_asset.py rename to client/openpype/tools/standalonepublish/widgets/model_asset.py diff --git a/openpype/tools/standalonepublish/widgets/model_filter_proxy_exact_match.py b/client/openpype/tools/standalonepublish/widgets/model_filter_proxy_exact_match.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/model_filter_proxy_exact_match.py rename to client/openpype/tools/standalonepublish/widgets/model_filter_proxy_exact_match.py diff --git a/openpype/tools/standalonepublish/widgets/model_filter_proxy_recursive_sort.py b/client/openpype/tools/standalonepublish/widgets/model_filter_proxy_recursive_sort.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/model_filter_proxy_recursive_sort.py rename to client/openpype/tools/standalonepublish/widgets/model_filter_proxy_recursive_sort.py diff --git a/openpype/tools/standalonepublish/widgets/model_node.py b/client/openpype/tools/standalonepublish/widgets/model_node.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/model_node.py rename to client/openpype/tools/standalonepublish/widgets/model_node.py diff --git a/openpype/tools/standalonepublish/widgets/model_tasks_template.py b/client/openpype/tools/standalonepublish/widgets/model_tasks_template.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/model_tasks_template.py rename to client/openpype/tools/standalonepublish/widgets/model_tasks_template.py diff --git a/openpype/tools/standalonepublish/widgets/model_tree.py b/client/openpype/tools/standalonepublish/widgets/model_tree.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/model_tree.py rename to client/openpype/tools/standalonepublish/widgets/model_tree.py diff --git a/openpype/tools/standalonepublish/widgets/model_tree_view_deselectable.py b/client/openpype/tools/standalonepublish/widgets/model_tree_view_deselectable.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/model_tree_view_deselectable.py rename to client/openpype/tools/standalonepublish/widgets/model_tree_view_deselectable.py diff --git a/openpype/tools/standalonepublish/widgets/resources/__init__.py b/client/openpype/tools/standalonepublish/widgets/resources/__init__.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/__init__.py rename to client/openpype/tools/standalonepublish/widgets/resources/__init__.py diff --git a/openpype/tools/standalonepublish/widgets/resources/edit.svg b/client/openpype/tools/standalonepublish/widgets/resources/edit.svg similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/edit.svg rename to client/openpype/tools/standalonepublish/widgets/resources/edit.svg diff --git a/openpype/tools/standalonepublish/widgets/resources/file.png b/client/openpype/tools/standalonepublish/widgets/resources/file.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/file.png rename to client/openpype/tools/standalonepublish/widgets/resources/file.png diff --git a/openpype/tools/standalonepublish/widgets/resources/files.png b/client/openpype/tools/standalonepublish/widgets/resources/files.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/files.png rename to client/openpype/tools/standalonepublish/widgets/resources/files.png diff --git a/openpype/tools/standalonepublish/widgets/resources/houdini.png b/client/openpype/tools/standalonepublish/widgets/resources/houdini.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/houdini.png rename to client/openpype/tools/standalonepublish/widgets/resources/houdini.png diff --git a/openpype/tools/standalonepublish/widgets/resources/image_file.png b/client/openpype/tools/standalonepublish/widgets/resources/image_file.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/image_file.png rename to client/openpype/tools/standalonepublish/widgets/resources/image_file.png diff --git a/openpype/tools/standalonepublish/widgets/resources/image_files.png b/client/openpype/tools/standalonepublish/widgets/resources/image_files.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/image_files.png rename to client/openpype/tools/standalonepublish/widgets/resources/image_files.png diff --git a/openpype/tools/standalonepublish/widgets/resources/information.svg b/client/openpype/tools/standalonepublish/widgets/resources/information.svg similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/information.svg rename to client/openpype/tools/standalonepublish/widgets/resources/information.svg diff --git a/openpype/tools/standalonepublish/widgets/resources/maya.png b/client/openpype/tools/standalonepublish/widgets/resources/maya.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/maya.png rename to client/openpype/tools/standalonepublish/widgets/resources/maya.png diff --git a/openpype/tools/standalonepublish/widgets/resources/menu.png b/client/openpype/tools/standalonepublish/widgets/resources/menu.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/menu.png rename to client/openpype/tools/standalonepublish/widgets/resources/menu.png diff --git a/openpype/tools/standalonepublish/widgets/resources/menu_disabled.png b/client/openpype/tools/standalonepublish/widgets/resources/menu_disabled.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/menu_disabled.png rename to client/openpype/tools/standalonepublish/widgets/resources/menu_disabled.png diff --git a/openpype/tools/standalonepublish/widgets/resources/menu_hover.png b/client/openpype/tools/standalonepublish/widgets/resources/menu_hover.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/menu_hover.png rename to client/openpype/tools/standalonepublish/widgets/resources/menu_hover.png diff --git a/openpype/tools/standalonepublish/widgets/resources/menu_pressed.png b/client/openpype/tools/standalonepublish/widgets/resources/menu_pressed.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/menu_pressed.png rename to client/openpype/tools/standalonepublish/widgets/resources/menu_pressed.png diff --git a/openpype/tools/standalonepublish/widgets/resources/menu_pressed_hover.png b/client/openpype/tools/standalonepublish/widgets/resources/menu_pressed_hover.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/menu_pressed_hover.png rename to client/openpype/tools/standalonepublish/widgets/resources/menu_pressed_hover.png diff --git a/openpype/tools/standalonepublish/widgets/resources/nuke.png b/client/openpype/tools/standalonepublish/widgets/resources/nuke.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/nuke.png rename to client/openpype/tools/standalonepublish/widgets/resources/nuke.png diff --git a/openpype/tools/standalonepublish/widgets/resources/premiere.png b/client/openpype/tools/standalonepublish/widgets/resources/premiere.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/premiere.png rename to client/openpype/tools/standalonepublish/widgets/resources/premiere.png diff --git a/openpype/tools/standalonepublish/widgets/resources/trash.png b/client/openpype/tools/standalonepublish/widgets/resources/trash.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/trash.png rename to client/openpype/tools/standalonepublish/widgets/resources/trash.png diff --git a/openpype/tools/standalonepublish/widgets/resources/trash_disabled.png b/client/openpype/tools/standalonepublish/widgets/resources/trash_disabled.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/trash_disabled.png rename to client/openpype/tools/standalonepublish/widgets/resources/trash_disabled.png diff --git a/openpype/tools/standalonepublish/widgets/resources/trash_hover.png b/client/openpype/tools/standalonepublish/widgets/resources/trash_hover.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/trash_hover.png rename to client/openpype/tools/standalonepublish/widgets/resources/trash_hover.png diff --git a/openpype/tools/standalonepublish/widgets/resources/trash_pressed.png b/client/openpype/tools/standalonepublish/widgets/resources/trash_pressed.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/trash_pressed.png rename to client/openpype/tools/standalonepublish/widgets/resources/trash_pressed.png diff --git a/openpype/tools/standalonepublish/widgets/resources/trash_pressed_hover.png b/client/openpype/tools/standalonepublish/widgets/resources/trash_pressed_hover.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/trash_pressed_hover.png rename to client/openpype/tools/standalonepublish/widgets/resources/trash_pressed_hover.png diff --git a/openpype/tools/standalonepublish/widgets/resources/video_file.png b/client/openpype/tools/standalonepublish/widgets/resources/video_file.png similarity index 100% rename from openpype/tools/standalonepublish/widgets/resources/video_file.png rename to client/openpype/tools/standalonepublish/widgets/resources/video_file.png diff --git a/openpype/tools/standalonepublish/widgets/widget_asset.py b/client/openpype/tools/standalonepublish/widgets/widget_asset.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/widget_asset.py rename to client/openpype/tools/standalonepublish/widgets/widget_asset.py diff --git a/openpype/tools/standalonepublish/widgets/widget_component_item.py b/client/openpype/tools/standalonepublish/widgets/widget_component_item.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/widget_component_item.py rename to client/openpype/tools/standalonepublish/widgets/widget_component_item.py diff --git a/openpype/tools/standalonepublish/widgets/widget_components.py b/client/openpype/tools/standalonepublish/widgets/widget_components.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/widget_components.py rename to client/openpype/tools/standalonepublish/widgets/widget_components.py diff --git a/openpype/tools/standalonepublish/widgets/widget_components_list.py b/client/openpype/tools/standalonepublish/widgets/widget_components_list.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/widget_components_list.py rename to client/openpype/tools/standalonepublish/widgets/widget_components_list.py diff --git a/openpype/tools/standalonepublish/widgets/widget_drop_empty.py b/client/openpype/tools/standalonepublish/widgets/widget_drop_empty.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/widget_drop_empty.py rename to client/openpype/tools/standalonepublish/widgets/widget_drop_empty.py diff --git a/openpype/tools/standalonepublish/widgets/widget_drop_frame.py b/client/openpype/tools/standalonepublish/widgets/widget_drop_frame.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/widget_drop_frame.py rename to client/openpype/tools/standalonepublish/widgets/widget_drop_frame.py diff --git a/openpype/tools/standalonepublish/widgets/widget_family.py b/client/openpype/tools/standalonepublish/widgets/widget_family.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/widget_family.py rename to client/openpype/tools/standalonepublish/widgets/widget_family.py diff --git a/openpype/tools/standalonepublish/widgets/widget_family_desc.py b/client/openpype/tools/standalonepublish/widgets/widget_family_desc.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/widget_family_desc.py rename to client/openpype/tools/standalonepublish/widgets/widget_family_desc.py diff --git a/openpype/tools/standalonepublish/widgets/widget_shadow.py b/client/openpype/tools/standalonepublish/widgets/widget_shadow.py similarity index 100% rename from openpype/tools/standalonepublish/widgets/widget_shadow.py rename to client/openpype/tools/standalonepublish/widgets/widget_shadow.py diff --git a/openpype/tools/stdout_broker/__init__.py b/client/openpype/tools/stdout_broker/__init__.py similarity index 100% rename from openpype/tools/stdout_broker/__init__.py rename to client/openpype/tools/stdout_broker/__init__.py diff --git a/openpype/tools/stdout_broker/app.py b/client/openpype/tools/stdout_broker/app.py similarity index 100% rename from openpype/tools/stdout_broker/app.py rename to client/openpype/tools/stdout_broker/app.py diff --git a/openpype/tools/stdout_broker/window.py b/client/openpype/tools/stdout_broker/window.py similarity index 100% rename from openpype/tools/stdout_broker/window.py rename to client/openpype/tools/stdout_broker/window.py diff --git a/openpype/tools/subsetmanager/README.md b/client/openpype/tools/subsetmanager/README.md similarity index 100% rename from openpype/tools/subsetmanager/README.md rename to client/openpype/tools/subsetmanager/README.md diff --git a/openpype/tools/subsetmanager/__init__.py b/client/openpype/tools/subsetmanager/__init__.py similarity index 100% rename from openpype/tools/subsetmanager/__init__.py rename to client/openpype/tools/subsetmanager/__init__.py diff --git a/openpype/tools/subsetmanager/model.py b/client/openpype/tools/subsetmanager/model.py similarity index 100% rename from openpype/tools/subsetmanager/model.py rename to client/openpype/tools/subsetmanager/model.py diff --git a/openpype/tools/subsetmanager/widgets.py b/client/openpype/tools/subsetmanager/widgets.py similarity index 100% rename from openpype/tools/subsetmanager/widgets.py rename to client/openpype/tools/subsetmanager/widgets.py diff --git a/openpype/tools/subsetmanager/window.py b/client/openpype/tools/subsetmanager/window.py similarity index 100% rename from openpype/tools/subsetmanager/window.py rename to client/openpype/tools/subsetmanager/window.py diff --git a/openpype/tools/texture_copy/app.py b/client/openpype/tools/texture_copy/app.py similarity index 100% rename from openpype/tools/texture_copy/app.py rename to client/openpype/tools/texture_copy/app.py diff --git a/openpype/tools/tray/__init__.py b/client/openpype/tools/tray/__init__.py similarity index 100% rename from openpype/tools/tray/__init__.py rename to client/openpype/tools/tray/__init__.py diff --git a/openpype/tools/tray/__main__.py b/client/openpype/tools/tray/__main__.py similarity index 100% rename from openpype/tools/tray/__main__.py rename to client/openpype/tools/tray/__main__.py diff --git a/openpype/tools/tray/images/gifts.png b/client/openpype/tools/tray/images/gifts.png similarity index 100% rename from openpype/tools/tray/images/gifts.png rename to client/openpype/tools/tray/images/gifts.png diff --git a/openpype/tools/tray/pype_info_widget.py b/client/openpype/tools/tray/pype_info_widget.py similarity index 100% rename from openpype/tools/tray/pype_info_widget.py rename to client/openpype/tools/tray/pype_info_widget.py diff --git a/openpype/tools/tray/pype_tray.py b/client/openpype/tools/tray/pype_tray.py similarity index 100% rename from openpype/tools/tray/pype_tray.py rename to client/openpype/tools/tray/pype_tray.py diff --git a/openpype/tools/traypublisher/__init__.py b/client/openpype/tools/traypublisher/__init__.py similarity index 100% rename from openpype/tools/traypublisher/__init__.py rename to client/openpype/tools/traypublisher/__init__.py diff --git a/openpype/tools/traypublisher/window.py b/client/openpype/tools/traypublisher/window.py similarity index 100% rename from openpype/tools/traypublisher/window.py rename to client/openpype/tools/traypublisher/window.py diff --git a/openpype/tools/utils/__init__.py b/client/openpype/tools/utils/__init__.py similarity index 100% rename from openpype/tools/utils/__init__.py rename to client/openpype/tools/utils/__init__.py diff --git a/openpype/tools/utils/assets_widget.py b/client/openpype/tools/utils/assets_widget.py similarity index 100% rename from openpype/tools/utils/assets_widget.py rename to client/openpype/tools/utils/assets_widget.py diff --git a/openpype/tools/utils/constants.py b/client/openpype/tools/utils/constants.py similarity index 100% rename from openpype/tools/utils/constants.py rename to client/openpype/tools/utils/constants.py diff --git a/openpype/tools/utils/delegates.py b/client/openpype/tools/utils/delegates.py similarity index 100% rename from openpype/tools/utils/delegates.py rename to client/openpype/tools/utils/delegates.py diff --git a/openpype/tools/utils/error_dialog.py b/client/openpype/tools/utils/error_dialog.py similarity index 100% rename from openpype/tools/utils/error_dialog.py rename to client/openpype/tools/utils/error_dialog.py diff --git a/openpype/tools/utils/host_tools.py b/client/openpype/tools/utils/host_tools.py similarity index 100% rename from openpype/tools/utils/host_tools.py rename to client/openpype/tools/utils/host_tools.py diff --git a/openpype/tools/utils/images/__init__.py b/client/openpype/tools/utils/images/__init__.py similarity index 100% rename from openpype/tools/utils/images/__init__.py rename to client/openpype/tools/utils/images/__init__.py diff --git a/openpype/tools/utils/images/thumbnail.png b/client/openpype/tools/utils/images/thumbnail.png similarity index 100% rename from openpype/tools/utils/images/thumbnail.png rename to client/openpype/tools/utils/images/thumbnail.png diff --git a/openpype/tools/utils/layouts.py b/client/openpype/tools/utils/layouts.py similarity index 100% rename from openpype/tools/utils/layouts.py rename to client/openpype/tools/utils/layouts.py diff --git a/openpype/tools/utils/lib.py b/client/openpype/tools/utils/lib.py similarity index 100% rename from openpype/tools/utils/lib.py rename to client/openpype/tools/utils/lib.py diff --git a/openpype/tools/utils/models.py b/client/openpype/tools/utils/models.py similarity index 100% rename from openpype/tools/utils/models.py rename to client/openpype/tools/utils/models.py diff --git a/openpype/tools/utils/multiselection_combobox.py b/client/openpype/tools/utils/multiselection_combobox.py similarity index 100% rename from openpype/tools/utils/multiselection_combobox.py rename to client/openpype/tools/utils/multiselection_combobox.py diff --git a/openpype/tools/utils/overlay_messages.py b/client/openpype/tools/utils/overlay_messages.py similarity index 100% rename from openpype/tools/utils/overlay_messages.py rename to client/openpype/tools/utils/overlay_messages.py diff --git a/openpype/tools/utils/tasks_widget.py b/client/openpype/tools/utils/tasks_widget.py similarity index 100% rename from openpype/tools/utils/tasks_widget.py rename to client/openpype/tools/utils/tasks_widget.py diff --git a/openpype/tools/utils/thumbnail_paint_widget.py b/client/openpype/tools/utils/thumbnail_paint_widget.py similarity index 100% rename from openpype/tools/utils/thumbnail_paint_widget.py rename to client/openpype/tools/utils/thumbnail_paint_widget.py diff --git a/openpype/tools/utils/views.py b/client/openpype/tools/utils/views.py similarity index 100% rename from openpype/tools/utils/views.py rename to client/openpype/tools/utils/views.py diff --git a/openpype/tools/utils/widgets.py b/client/openpype/tools/utils/widgets.py similarity index 100% rename from openpype/tools/utils/widgets.py rename to client/openpype/tools/utils/widgets.py diff --git a/openpype/tools/workfile_template_build/__init__.py b/client/openpype/tools/workfile_template_build/__init__.py similarity index 100% rename from openpype/tools/workfile_template_build/__init__.py rename to client/openpype/tools/workfile_template_build/__init__.py diff --git a/openpype/tools/workfile_template_build/window.py b/client/openpype/tools/workfile_template_build/window.py similarity index 100% rename from openpype/tools/workfile_template_build/window.py rename to client/openpype/tools/workfile_template_build/window.py diff --git a/openpype/tools/workfiles/README.md b/client/openpype/tools/workfiles/README.md similarity index 100% rename from openpype/tools/workfiles/README.md rename to client/openpype/tools/workfiles/README.md diff --git a/openpype/tools/workfiles/__init__.py b/client/openpype/tools/workfiles/__init__.py similarity index 100% rename from openpype/tools/workfiles/__init__.py rename to client/openpype/tools/workfiles/__init__.py diff --git a/openpype/tools/workfiles/app.py b/client/openpype/tools/workfiles/app.py similarity index 100% rename from openpype/tools/workfiles/app.py rename to client/openpype/tools/workfiles/app.py diff --git a/openpype/tools/workfiles/files_widget.py b/client/openpype/tools/workfiles/files_widget.py similarity index 100% rename from openpype/tools/workfiles/files_widget.py rename to client/openpype/tools/workfiles/files_widget.py diff --git a/openpype/tools/workfiles/lock_dialog.py b/client/openpype/tools/workfiles/lock_dialog.py similarity index 100% rename from openpype/tools/workfiles/lock_dialog.py rename to client/openpype/tools/workfiles/lock_dialog.py diff --git a/openpype/tools/workfiles/model.py b/client/openpype/tools/workfiles/model.py similarity index 100% rename from openpype/tools/workfiles/model.py rename to client/openpype/tools/workfiles/model.py diff --git a/openpype/tools/workfiles/save_as_dialog.py b/client/openpype/tools/workfiles/save_as_dialog.py similarity index 100% rename from openpype/tools/workfiles/save_as_dialog.py rename to client/openpype/tools/workfiles/save_as_dialog.py diff --git a/openpype/tools/workfiles/window.py b/client/openpype/tools/workfiles/window.py similarity index 100% rename from openpype/tools/workfiles/window.py rename to client/openpype/tools/workfiles/window.py diff --git a/openpype/vendor/__init__.py b/client/openpype/vendor/__init__.py similarity index 100% rename from openpype/vendor/__init__.py rename to client/openpype/vendor/__init__.py diff --git a/openpype/vendor/python/common/README.md b/client/openpype/vendor/python/common/README.md similarity index 100% rename from openpype/vendor/python/common/README.md rename to client/openpype/vendor/python/common/README.md diff --git a/openpype/vendor/python/common/ayon_api/__init__.py b/client/openpype/vendor/python/common/ayon_api/__init__.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/__init__.py rename to client/openpype/vendor/python/common/ayon_api/__init__.py diff --git a/openpype/vendor/python/common/ayon_api/_api.py b/client/openpype/vendor/python/common/ayon_api/_api.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/_api.py rename to client/openpype/vendor/python/common/ayon_api/_api.py diff --git a/openpype/vendor/python/common/ayon_api/constants.py b/client/openpype/vendor/python/common/ayon_api/constants.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/constants.py rename to client/openpype/vendor/python/common/ayon_api/constants.py diff --git a/openpype/vendor/python/common/ayon_api/entity_hub.py b/client/openpype/vendor/python/common/ayon_api/entity_hub.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/entity_hub.py rename to client/openpype/vendor/python/common/ayon_api/entity_hub.py diff --git a/openpype/vendor/python/common/ayon_api/events.py b/client/openpype/vendor/python/common/ayon_api/events.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/events.py rename to client/openpype/vendor/python/common/ayon_api/events.py diff --git a/openpype/vendor/python/common/ayon_api/exceptions.py b/client/openpype/vendor/python/common/ayon_api/exceptions.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/exceptions.py rename to client/openpype/vendor/python/common/ayon_api/exceptions.py diff --git a/openpype/vendor/python/common/ayon_api/graphql.py b/client/openpype/vendor/python/common/ayon_api/graphql.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/graphql.py rename to client/openpype/vendor/python/common/ayon_api/graphql.py diff --git a/openpype/vendor/python/common/ayon_api/graphql_queries.py b/client/openpype/vendor/python/common/ayon_api/graphql_queries.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/graphql_queries.py rename to client/openpype/vendor/python/common/ayon_api/graphql_queries.py diff --git a/openpype/vendor/python/common/ayon_api/operations.py b/client/openpype/vendor/python/common/ayon_api/operations.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/operations.py rename to client/openpype/vendor/python/common/ayon_api/operations.py diff --git a/openpype/vendor/python/common/ayon_api/server_api.py b/client/openpype/vendor/python/common/ayon_api/server_api.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/server_api.py rename to client/openpype/vendor/python/common/ayon_api/server_api.py diff --git a/openpype/vendor/python/common/ayon_api/utils.py b/client/openpype/vendor/python/common/ayon_api/utils.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/utils.py rename to client/openpype/vendor/python/common/ayon_api/utils.py diff --git a/openpype/vendor/python/common/ayon_api/version.py b/client/openpype/vendor/python/common/ayon_api/version.py similarity index 100% rename from openpype/vendor/python/common/ayon_api/version.py rename to client/openpype/vendor/python/common/ayon_api/version.py diff --git a/openpype/vendor/python/common/capture.py b/client/openpype/vendor/python/common/capture.py similarity index 100% rename from openpype/vendor/python/common/capture.py rename to client/openpype/vendor/python/common/capture.py diff --git a/openpype/vendor/python/common/pysync.py b/client/openpype/vendor/python/common/pysync.py similarity index 100% rename from openpype/vendor/python/common/pysync.py rename to client/openpype/vendor/python/common/pysync.py diff --git a/openpype/vendor/python/common/qargparse.py b/client/openpype/vendor/python/common/qargparse.py similarity index 100% rename from openpype/vendor/python/common/qargparse.py rename to client/openpype/vendor/python/common/qargparse.py diff --git a/openpype/vendor/python/common/scriptsmenu/__init__.py b/client/openpype/vendor/python/common/scriptsmenu/__init__.py similarity index 100% rename from openpype/vendor/python/common/scriptsmenu/__init__.py rename to client/openpype/vendor/python/common/scriptsmenu/__init__.py diff --git a/openpype/vendor/python/common/scriptsmenu/action.py b/client/openpype/vendor/python/common/scriptsmenu/action.py similarity index 100% rename from openpype/vendor/python/common/scriptsmenu/action.py rename to client/openpype/vendor/python/common/scriptsmenu/action.py diff --git a/openpype/vendor/python/common/scriptsmenu/launchformari.py b/client/openpype/vendor/python/common/scriptsmenu/launchformari.py similarity index 100% rename from openpype/vendor/python/common/scriptsmenu/launchformari.py rename to client/openpype/vendor/python/common/scriptsmenu/launchformari.py diff --git a/openpype/vendor/python/common/scriptsmenu/launchformaya.py b/client/openpype/vendor/python/common/scriptsmenu/launchformaya.py similarity index 100% rename from openpype/vendor/python/common/scriptsmenu/launchformaya.py rename to client/openpype/vendor/python/common/scriptsmenu/launchformaya.py diff --git a/openpype/vendor/python/common/scriptsmenu/launchfornuke.py b/client/openpype/vendor/python/common/scriptsmenu/launchfornuke.py similarity index 100% rename from openpype/vendor/python/common/scriptsmenu/launchfornuke.py rename to client/openpype/vendor/python/common/scriptsmenu/launchfornuke.py diff --git a/openpype/vendor/python/common/scriptsmenu/scriptsmenu.py b/client/openpype/vendor/python/common/scriptsmenu/scriptsmenu.py similarity index 100% rename from openpype/vendor/python/common/scriptsmenu/scriptsmenu.py rename to client/openpype/vendor/python/common/scriptsmenu/scriptsmenu.py diff --git a/openpype/vendor/python/common/scriptsmenu/version.py b/client/openpype/vendor/python/common/scriptsmenu/version.py similarity index 100% rename from openpype/vendor/python/common/scriptsmenu/version.py rename to client/openpype/vendor/python/common/scriptsmenu/version.py diff --git a/openpype/vendor/python/python_2/README.md b/client/openpype/vendor/python/python_2/README.md similarity index 100% rename from openpype/vendor/python/python_2/README.md rename to client/openpype/vendor/python/python_2/README.md diff --git a/openpype/vendor/python/python_2/arrow/__init__.py b/client/openpype/vendor/python/python_2/arrow/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/arrow/__init__.py rename to client/openpype/vendor/python/python_2/arrow/__init__.py diff --git a/openpype/vendor/python/python_2/arrow/_version.py b/client/openpype/vendor/python/python_2/arrow/_version.py similarity index 100% rename from openpype/vendor/python/python_2/arrow/_version.py rename to client/openpype/vendor/python/python_2/arrow/_version.py diff --git a/openpype/vendor/python/python_2/arrow/api.py b/client/openpype/vendor/python/python_2/arrow/api.py similarity index 100% rename from openpype/vendor/python/python_2/arrow/api.py rename to client/openpype/vendor/python/python_2/arrow/api.py diff --git a/openpype/vendor/python/python_2/arrow/arrow.py b/client/openpype/vendor/python/python_2/arrow/arrow.py similarity index 100% rename from openpype/vendor/python/python_2/arrow/arrow.py rename to client/openpype/vendor/python/python_2/arrow/arrow.py diff --git a/openpype/vendor/python/python_2/arrow/constants.py b/client/openpype/vendor/python/python_2/arrow/constants.py similarity index 100% rename from openpype/vendor/python/python_2/arrow/constants.py rename to client/openpype/vendor/python/python_2/arrow/constants.py diff --git a/openpype/vendor/python/python_2/arrow/factory.py b/client/openpype/vendor/python/python_2/arrow/factory.py similarity index 100% rename from openpype/vendor/python/python_2/arrow/factory.py rename to client/openpype/vendor/python/python_2/arrow/factory.py diff --git a/openpype/vendor/python/python_2/arrow/formatter.py b/client/openpype/vendor/python/python_2/arrow/formatter.py similarity index 100% rename from openpype/vendor/python/python_2/arrow/formatter.py rename to client/openpype/vendor/python/python_2/arrow/formatter.py diff --git a/openpype/vendor/python/python_2/arrow/locales.py b/client/openpype/vendor/python/python_2/arrow/locales.py similarity index 100% rename from openpype/vendor/python/python_2/arrow/locales.py rename to client/openpype/vendor/python/python_2/arrow/locales.py diff --git a/openpype/vendor/python/python_2/arrow/parser.py b/client/openpype/vendor/python/python_2/arrow/parser.py similarity index 100% rename from openpype/vendor/python/python_2/arrow/parser.py rename to client/openpype/vendor/python/python_2/arrow/parser.py diff --git a/openpype/vendor/python/python_2/arrow/util.py b/client/openpype/vendor/python/python_2/arrow/util.py similarity index 100% rename from openpype/vendor/python/python_2/arrow/util.py rename to client/openpype/vendor/python/python_2/arrow/util.py diff --git a/openpype/vendor/python/python_2/attr/__init__.py b/client/openpype/vendor/python/python_2/attr/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/attr/__init__.py rename to client/openpype/vendor/python/python_2/attr/__init__.py diff --git a/openpype/vendor/python/python_2/attr/__init__.pyi b/client/openpype/vendor/python/python_2/attr/__init__.pyi similarity index 100% rename from openpype/vendor/python/python_2/attr/__init__.pyi rename to client/openpype/vendor/python/python_2/attr/__init__.pyi diff --git a/openpype/vendor/python/python_2/attr/_cmp.py b/client/openpype/vendor/python/python_2/attr/_cmp.py similarity index 100% rename from openpype/vendor/python/python_2/attr/_cmp.py rename to client/openpype/vendor/python/python_2/attr/_cmp.py diff --git a/openpype/vendor/python/python_2/attr/_cmp.pyi b/client/openpype/vendor/python/python_2/attr/_cmp.pyi similarity index 100% rename from openpype/vendor/python/python_2/attr/_cmp.pyi rename to client/openpype/vendor/python/python_2/attr/_cmp.pyi diff --git a/openpype/vendor/python/python_2/attr/_compat.py b/client/openpype/vendor/python/python_2/attr/_compat.py similarity index 100% rename from openpype/vendor/python/python_2/attr/_compat.py rename to client/openpype/vendor/python/python_2/attr/_compat.py diff --git a/openpype/vendor/python/python_2/attr/_config.py b/client/openpype/vendor/python/python_2/attr/_config.py similarity index 100% rename from openpype/vendor/python/python_2/attr/_config.py rename to client/openpype/vendor/python/python_2/attr/_config.py diff --git a/openpype/vendor/python/python_2/attr/_funcs.py b/client/openpype/vendor/python/python_2/attr/_funcs.py similarity index 100% rename from openpype/vendor/python/python_2/attr/_funcs.py rename to client/openpype/vendor/python/python_2/attr/_funcs.py diff --git a/openpype/vendor/python/python_2/attr/_make.py b/client/openpype/vendor/python/python_2/attr/_make.py similarity index 100% rename from openpype/vendor/python/python_2/attr/_make.py rename to client/openpype/vendor/python/python_2/attr/_make.py diff --git a/openpype/vendor/python/python_2/attr/_next_gen.py b/client/openpype/vendor/python/python_2/attr/_next_gen.py similarity index 100% rename from openpype/vendor/python/python_2/attr/_next_gen.py rename to client/openpype/vendor/python/python_2/attr/_next_gen.py diff --git a/openpype/vendor/python/python_2/attr/_version_info.py b/client/openpype/vendor/python/python_2/attr/_version_info.py similarity index 100% rename from openpype/vendor/python/python_2/attr/_version_info.py rename to client/openpype/vendor/python/python_2/attr/_version_info.py diff --git a/openpype/vendor/python/python_2/attr/_version_info.pyi b/client/openpype/vendor/python/python_2/attr/_version_info.pyi similarity index 100% rename from openpype/vendor/python/python_2/attr/_version_info.pyi rename to client/openpype/vendor/python/python_2/attr/_version_info.pyi diff --git a/openpype/vendor/python/python_2/attr/converters.py b/client/openpype/vendor/python/python_2/attr/converters.py similarity index 100% rename from openpype/vendor/python/python_2/attr/converters.py rename to client/openpype/vendor/python/python_2/attr/converters.py diff --git a/openpype/vendor/python/python_2/attr/converters.pyi b/client/openpype/vendor/python/python_2/attr/converters.pyi similarity index 100% rename from openpype/vendor/python/python_2/attr/converters.pyi rename to client/openpype/vendor/python/python_2/attr/converters.pyi diff --git a/openpype/vendor/python/python_2/attr/exceptions.py b/client/openpype/vendor/python/python_2/attr/exceptions.py similarity index 100% rename from openpype/vendor/python/python_2/attr/exceptions.py rename to client/openpype/vendor/python/python_2/attr/exceptions.py diff --git a/openpype/vendor/python/python_2/attr/exceptions.pyi b/client/openpype/vendor/python/python_2/attr/exceptions.pyi similarity index 100% rename from openpype/vendor/python/python_2/attr/exceptions.pyi rename to client/openpype/vendor/python/python_2/attr/exceptions.pyi diff --git a/openpype/vendor/python/python_2/attr/filters.py b/client/openpype/vendor/python/python_2/attr/filters.py similarity index 100% rename from openpype/vendor/python/python_2/attr/filters.py rename to client/openpype/vendor/python/python_2/attr/filters.py diff --git a/openpype/vendor/python/python_2/attr/filters.pyi b/client/openpype/vendor/python/python_2/attr/filters.pyi similarity index 100% rename from openpype/vendor/python/python_2/attr/filters.pyi rename to client/openpype/vendor/python/python_2/attr/filters.pyi diff --git a/openpype/vendor/python/python_2/attr/py.typed b/client/openpype/vendor/python/python_2/attr/py.typed similarity index 100% rename from openpype/vendor/python/python_2/attr/py.typed rename to client/openpype/vendor/python/python_2/attr/py.typed diff --git a/openpype/vendor/python/python_2/attr/setters.py b/client/openpype/vendor/python/python_2/attr/setters.py similarity index 100% rename from openpype/vendor/python/python_2/attr/setters.py rename to client/openpype/vendor/python/python_2/attr/setters.py diff --git a/openpype/vendor/python/python_2/attr/setters.pyi b/client/openpype/vendor/python/python_2/attr/setters.pyi similarity index 100% rename from openpype/vendor/python/python_2/attr/setters.pyi rename to client/openpype/vendor/python/python_2/attr/setters.pyi diff --git a/openpype/vendor/python/python_2/attr/validators.py b/client/openpype/vendor/python/python_2/attr/validators.py similarity index 100% rename from openpype/vendor/python/python_2/attr/validators.py rename to client/openpype/vendor/python/python_2/attr/validators.py diff --git a/openpype/vendor/python/python_2/attr/validators.pyi b/client/openpype/vendor/python/python_2/attr/validators.pyi similarity index 100% rename from openpype/vendor/python/python_2/attr/validators.pyi rename to client/openpype/vendor/python/python_2/attr/validators.pyi diff --git a/openpype/vendor/python/python_2/attrs/__init__.py b/client/openpype/vendor/python/python_2/attrs/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/attrs/__init__.py rename to client/openpype/vendor/python/python_2/attrs/__init__.py diff --git a/openpype/vendor/python/python_2/attrs/__init__.pyi b/client/openpype/vendor/python/python_2/attrs/__init__.pyi similarity index 100% rename from openpype/vendor/python/python_2/attrs/__init__.pyi rename to client/openpype/vendor/python/python_2/attrs/__init__.pyi diff --git a/openpype/vendor/python/python_2/attrs/converters.py b/client/openpype/vendor/python/python_2/attrs/converters.py similarity index 100% rename from openpype/vendor/python/python_2/attrs/converters.py rename to client/openpype/vendor/python/python_2/attrs/converters.py diff --git a/openpype/vendor/python/python_2/attrs/exceptions.py b/client/openpype/vendor/python/python_2/attrs/exceptions.py similarity index 100% rename from openpype/vendor/python/python_2/attrs/exceptions.py rename to client/openpype/vendor/python/python_2/attrs/exceptions.py diff --git a/openpype/vendor/python/python_2/attrs/filters.py b/client/openpype/vendor/python/python_2/attrs/filters.py similarity index 100% rename from openpype/vendor/python/python_2/attrs/filters.py rename to client/openpype/vendor/python/python_2/attrs/filters.py diff --git a/openpype/vendor/python/python_2/attrs/py.typed b/client/openpype/vendor/python/python_2/attrs/py.typed similarity index 100% rename from openpype/vendor/python/python_2/attrs/py.typed rename to client/openpype/vendor/python/python_2/attrs/py.typed diff --git a/openpype/vendor/python/python_2/attrs/setters.py b/client/openpype/vendor/python/python_2/attrs/setters.py similarity index 100% rename from openpype/vendor/python/python_2/attrs/setters.py rename to client/openpype/vendor/python/python_2/attrs/setters.py diff --git a/openpype/vendor/python/python_2/attrs/validators.py b/client/openpype/vendor/python/python_2/attrs/validators.py similarity index 100% rename from openpype/vendor/python/python_2/attrs/validators.py rename to client/openpype/vendor/python/python_2/attrs/validators.py diff --git a/openpype/vendor/python/python_2/backports/__init__.py b/client/openpype/vendor/python/python_2/backports/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/backports/__init__.py rename to client/openpype/vendor/python/python_2/backports/__init__.py diff --git a/openpype/vendor/python/python_2/backports/configparser/__init__.py b/client/openpype/vendor/python/python_2/backports/configparser/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/backports/configparser/__init__.py rename to client/openpype/vendor/python/python_2/backports/configparser/__init__.py diff --git a/openpype/vendor/python/python_2/backports/configparser/helpers.py b/client/openpype/vendor/python/python_2/backports/configparser/helpers.py similarity index 100% rename from openpype/vendor/python/python_2/backports/configparser/helpers.py rename to client/openpype/vendor/python/python_2/backports/configparser/helpers.py diff --git a/openpype/vendor/python/python_2/backports/functools_lru_cache.py b/client/openpype/vendor/python/python_2/backports/functools_lru_cache.py similarity index 100% rename from openpype/vendor/python/python_2/backports/functools_lru_cache.py rename to client/openpype/vendor/python/python_2/backports/functools_lru_cache.py diff --git a/openpype/vendor/python/python_2/builtins/__init__.py b/client/openpype/vendor/python/python_2/builtins/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/builtins/__init__.py rename to client/openpype/vendor/python/python_2/builtins/__init__.py diff --git a/openpype/vendor/python/python_2/certifi/__init__.py b/client/openpype/vendor/python/python_2/certifi/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/certifi/__init__.py rename to client/openpype/vendor/python/python_2/certifi/__init__.py diff --git a/openpype/vendor/python/python_2/certifi/__main__.py b/client/openpype/vendor/python/python_2/certifi/__main__.py similarity index 100% rename from openpype/vendor/python/python_2/certifi/__main__.py rename to client/openpype/vendor/python/python_2/certifi/__main__.py diff --git a/openpype/vendor/python/python_2/certifi/cacert.pem b/client/openpype/vendor/python/python_2/certifi/cacert.pem similarity index 100% rename from openpype/vendor/python/python_2/certifi/cacert.pem rename to client/openpype/vendor/python/python_2/certifi/cacert.pem diff --git a/openpype/vendor/python/python_2/certifi/core.py b/client/openpype/vendor/python/python_2/certifi/core.py similarity index 100% rename from openpype/vendor/python/python_2/certifi/core.py rename to client/openpype/vendor/python/python_2/certifi/core.py diff --git a/openpype/vendor/python/python_2/chardet/__init__.py b/client/openpype/vendor/python/python_2/chardet/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/__init__.py rename to client/openpype/vendor/python/python_2/chardet/__init__.py diff --git a/openpype/vendor/python/python_2/chardet/big5freq.py b/client/openpype/vendor/python/python_2/chardet/big5freq.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/big5freq.py rename to client/openpype/vendor/python/python_2/chardet/big5freq.py diff --git a/openpype/vendor/python/python_2/chardet/big5prober.py b/client/openpype/vendor/python/python_2/chardet/big5prober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/big5prober.py rename to client/openpype/vendor/python/python_2/chardet/big5prober.py diff --git a/openpype/vendor/python/python_2/chardet/chardistribution.py b/client/openpype/vendor/python/python_2/chardet/chardistribution.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/chardistribution.py rename to client/openpype/vendor/python/python_2/chardet/chardistribution.py diff --git a/openpype/vendor/python/python_2/chardet/charsetgroupprober.py b/client/openpype/vendor/python/python_2/chardet/charsetgroupprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/charsetgroupprober.py rename to client/openpype/vendor/python/python_2/chardet/charsetgroupprober.py diff --git a/openpype/vendor/python/python_2/chardet/charsetprober.py b/client/openpype/vendor/python/python_2/chardet/charsetprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/charsetprober.py rename to client/openpype/vendor/python/python_2/chardet/charsetprober.py diff --git a/openpype/vendor/python/python_2/chardet/cli/__init__.py b/client/openpype/vendor/python/python_2/chardet/cli/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/cli/__init__.py rename to client/openpype/vendor/python/python_2/chardet/cli/__init__.py diff --git a/openpype/vendor/python/python_2/chardet/cli/chardetect.py b/client/openpype/vendor/python/python_2/chardet/cli/chardetect.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/cli/chardetect.py rename to client/openpype/vendor/python/python_2/chardet/cli/chardetect.py diff --git a/openpype/vendor/python/python_2/chardet/codingstatemachine.py b/client/openpype/vendor/python/python_2/chardet/codingstatemachine.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/codingstatemachine.py rename to client/openpype/vendor/python/python_2/chardet/codingstatemachine.py diff --git a/openpype/vendor/python/python_2/chardet/compat.py b/client/openpype/vendor/python/python_2/chardet/compat.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/compat.py rename to client/openpype/vendor/python/python_2/chardet/compat.py diff --git a/openpype/vendor/python/python_2/chardet/cp949prober.py b/client/openpype/vendor/python/python_2/chardet/cp949prober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/cp949prober.py rename to client/openpype/vendor/python/python_2/chardet/cp949prober.py diff --git a/openpype/vendor/python/python_2/chardet/enums.py b/client/openpype/vendor/python/python_2/chardet/enums.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/enums.py rename to client/openpype/vendor/python/python_2/chardet/enums.py diff --git a/openpype/vendor/python/python_2/chardet/escprober.py b/client/openpype/vendor/python/python_2/chardet/escprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/escprober.py rename to client/openpype/vendor/python/python_2/chardet/escprober.py diff --git a/openpype/vendor/python/python_2/chardet/escsm.py b/client/openpype/vendor/python/python_2/chardet/escsm.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/escsm.py rename to client/openpype/vendor/python/python_2/chardet/escsm.py diff --git a/openpype/vendor/python/python_2/chardet/eucjpprober.py b/client/openpype/vendor/python/python_2/chardet/eucjpprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/eucjpprober.py rename to client/openpype/vendor/python/python_2/chardet/eucjpprober.py diff --git a/openpype/vendor/python/python_2/chardet/euckrfreq.py b/client/openpype/vendor/python/python_2/chardet/euckrfreq.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/euckrfreq.py rename to client/openpype/vendor/python/python_2/chardet/euckrfreq.py diff --git a/openpype/vendor/python/python_2/chardet/euckrprober.py b/client/openpype/vendor/python/python_2/chardet/euckrprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/euckrprober.py rename to client/openpype/vendor/python/python_2/chardet/euckrprober.py diff --git a/openpype/vendor/python/python_2/chardet/euctwfreq.py b/client/openpype/vendor/python/python_2/chardet/euctwfreq.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/euctwfreq.py rename to client/openpype/vendor/python/python_2/chardet/euctwfreq.py diff --git a/openpype/vendor/python/python_2/chardet/euctwprober.py b/client/openpype/vendor/python/python_2/chardet/euctwprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/euctwprober.py rename to client/openpype/vendor/python/python_2/chardet/euctwprober.py diff --git a/openpype/vendor/python/python_2/chardet/gb2312freq.py b/client/openpype/vendor/python/python_2/chardet/gb2312freq.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/gb2312freq.py rename to client/openpype/vendor/python/python_2/chardet/gb2312freq.py diff --git a/openpype/vendor/python/python_2/chardet/gb2312prober.py b/client/openpype/vendor/python/python_2/chardet/gb2312prober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/gb2312prober.py rename to client/openpype/vendor/python/python_2/chardet/gb2312prober.py diff --git a/openpype/vendor/python/python_2/chardet/hebrewprober.py b/client/openpype/vendor/python/python_2/chardet/hebrewprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/hebrewprober.py rename to client/openpype/vendor/python/python_2/chardet/hebrewprober.py diff --git a/openpype/vendor/python/python_2/chardet/jisfreq.py b/client/openpype/vendor/python/python_2/chardet/jisfreq.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/jisfreq.py rename to client/openpype/vendor/python/python_2/chardet/jisfreq.py diff --git a/openpype/vendor/python/python_2/chardet/jpcntx.py b/client/openpype/vendor/python/python_2/chardet/jpcntx.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/jpcntx.py rename to client/openpype/vendor/python/python_2/chardet/jpcntx.py diff --git a/openpype/vendor/python/python_2/chardet/langbulgarianmodel.py b/client/openpype/vendor/python/python_2/chardet/langbulgarianmodel.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/langbulgarianmodel.py rename to client/openpype/vendor/python/python_2/chardet/langbulgarianmodel.py diff --git a/openpype/vendor/python/python_2/chardet/langgreekmodel.py b/client/openpype/vendor/python/python_2/chardet/langgreekmodel.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/langgreekmodel.py rename to client/openpype/vendor/python/python_2/chardet/langgreekmodel.py diff --git a/openpype/vendor/python/python_2/chardet/langhebrewmodel.py b/client/openpype/vendor/python/python_2/chardet/langhebrewmodel.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/langhebrewmodel.py rename to client/openpype/vendor/python/python_2/chardet/langhebrewmodel.py diff --git a/openpype/vendor/python/python_2/chardet/langhungarianmodel.py b/client/openpype/vendor/python/python_2/chardet/langhungarianmodel.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/langhungarianmodel.py rename to client/openpype/vendor/python/python_2/chardet/langhungarianmodel.py diff --git a/openpype/vendor/python/python_2/chardet/langrussianmodel.py b/client/openpype/vendor/python/python_2/chardet/langrussianmodel.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/langrussianmodel.py rename to client/openpype/vendor/python/python_2/chardet/langrussianmodel.py diff --git a/openpype/vendor/python/python_2/chardet/langthaimodel.py b/client/openpype/vendor/python/python_2/chardet/langthaimodel.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/langthaimodel.py rename to client/openpype/vendor/python/python_2/chardet/langthaimodel.py diff --git a/openpype/vendor/python/python_2/chardet/langturkishmodel.py b/client/openpype/vendor/python/python_2/chardet/langturkishmodel.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/langturkishmodel.py rename to client/openpype/vendor/python/python_2/chardet/langturkishmodel.py diff --git a/openpype/vendor/python/python_2/chardet/latin1prober.py b/client/openpype/vendor/python/python_2/chardet/latin1prober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/latin1prober.py rename to client/openpype/vendor/python/python_2/chardet/latin1prober.py diff --git a/openpype/vendor/python/python_2/chardet/mbcharsetprober.py b/client/openpype/vendor/python/python_2/chardet/mbcharsetprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/mbcharsetprober.py rename to client/openpype/vendor/python/python_2/chardet/mbcharsetprober.py diff --git a/openpype/vendor/python/python_2/chardet/mbcsgroupprober.py b/client/openpype/vendor/python/python_2/chardet/mbcsgroupprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/mbcsgroupprober.py rename to client/openpype/vendor/python/python_2/chardet/mbcsgroupprober.py diff --git a/openpype/vendor/python/python_2/chardet/mbcssm.py b/client/openpype/vendor/python/python_2/chardet/mbcssm.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/mbcssm.py rename to client/openpype/vendor/python/python_2/chardet/mbcssm.py diff --git a/openpype/vendor/python/python_2/chardet/metadata/__init__.py b/client/openpype/vendor/python/python_2/chardet/metadata/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/metadata/__init__.py rename to client/openpype/vendor/python/python_2/chardet/metadata/__init__.py diff --git a/openpype/vendor/python/python_2/chardet/metadata/languages.py b/client/openpype/vendor/python/python_2/chardet/metadata/languages.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/metadata/languages.py rename to client/openpype/vendor/python/python_2/chardet/metadata/languages.py diff --git a/openpype/vendor/python/python_2/chardet/sbcharsetprober.py b/client/openpype/vendor/python/python_2/chardet/sbcharsetprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/sbcharsetprober.py rename to client/openpype/vendor/python/python_2/chardet/sbcharsetprober.py diff --git a/openpype/vendor/python/python_2/chardet/sbcsgroupprober.py b/client/openpype/vendor/python/python_2/chardet/sbcsgroupprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/sbcsgroupprober.py rename to client/openpype/vendor/python/python_2/chardet/sbcsgroupprober.py diff --git a/openpype/vendor/python/python_2/chardet/sjisprober.py b/client/openpype/vendor/python/python_2/chardet/sjisprober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/sjisprober.py rename to client/openpype/vendor/python/python_2/chardet/sjisprober.py diff --git a/openpype/vendor/python/python_2/chardet/universaldetector.py b/client/openpype/vendor/python/python_2/chardet/universaldetector.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/universaldetector.py rename to client/openpype/vendor/python/python_2/chardet/universaldetector.py diff --git a/openpype/vendor/python/python_2/chardet/utf8prober.py b/client/openpype/vendor/python/python_2/chardet/utf8prober.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/utf8prober.py rename to client/openpype/vendor/python/python_2/chardet/utf8prober.py diff --git a/openpype/vendor/python/python_2/chardet/version.py b/client/openpype/vendor/python/python_2/chardet/version.py similarity index 100% rename from openpype/vendor/python/python_2/chardet/version.py rename to client/openpype/vendor/python/python_2/chardet/version.py diff --git a/openpype/vendor/python/python_2/charset_normalizer.py b/client/openpype/vendor/python/python_2/charset_normalizer.py similarity index 100% rename from openpype/vendor/python/python_2/charset_normalizer.py rename to client/openpype/vendor/python/python_2/charset_normalizer.py diff --git a/openpype/vendor/python/python_2/click/__init__.py b/client/openpype/vendor/python/python_2/click/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/click/__init__.py rename to client/openpype/vendor/python/python_2/click/__init__.py diff --git a/openpype/vendor/python/python_2/click/_bashcomplete.py b/client/openpype/vendor/python/python_2/click/_bashcomplete.py similarity index 100% rename from openpype/vendor/python/python_2/click/_bashcomplete.py rename to client/openpype/vendor/python/python_2/click/_bashcomplete.py diff --git a/openpype/vendor/python/python_2/click/_compat.py b/client/openpype/vendor/python/python_2/click/_compat.py similarity index 100% rename from openpype/vendor/python/python_2/click/_compat.py rename to client/openpype/vendor/python/python_2/click/_compat.py diff --git a/openpype/vendor/python/python_2/click/_termui_impl.py b/client/openpype/vendor/python/python_2/click/_termui_impl.py similarity index 100% rename from openpype/vendor/python/python_2/click/_termui_impl.py rename to client/openpype/vendor/python/python_2/click/_termui_impl.py diff --git a/openpype/vendor/python/python_2/click/_textwrap.py b/client/openpype/vendor/python/python_2/click/_textwrap.py similarity index 100% rename from openpype/vendor/python/python_2/click/_textwrap.py rename to client/openpype/vendor/python/python_2/click/_textwrap.py diff --git a/openpype/vendor/python/python_2/click/_unicodefun.py b/client/openpype/vendor/python/python_2/click/_unicodefun.py similarity index 100% rename from openpype/vendor/python/python_2/click/_unicodefun.py rename to client/openpype/vendor/python/python_2/click/_unicodefun.py diff --git a/openpype/vendor/python/python_2/click/_winconsole.py b/client/openpype/vendor/python/python_2/click/_winconsole.py similarity index 100% rename from openpype/vendor/python/python_2/click/_winconsole.py rename to client/openpype/vendor/python/python_2/click/_winconsole.py diff --git a/openpype/vendor/python/python_2/click/core.py b/client/openpype/vendor/python/python_2/click/core.py similarity index 100% rename from openpype/vendor/python/python_2/click/core.py rename to client/openpype/vendor/python/python_2/click/core.py diff --git a/openpype/vendor/python/python_2/click/decorators.py b/client/openpype/vendor/python/python_2/click/decorators.py similarity index 100% rename from openpype/vendor/python/python_2/click/decorators.py rename to client/openpype/vendor/python/python_2/click/decorators.py diff --git a/openpype/vendor/python/python_2/click/exceptions.py b/client/openpype/vendor/python/python_2/click/exceptions.py similarity index 100% rename from openpype/vendor/python/python_2/click/exceptions.py rename to client/openpype/vendor/python/python_2/click/exceptions.py diff --git a/openpype/vendor/python/python_2/click/formatting.py b/client/openpype/vendor/python/python_2/click/formatting.py similarity index 100% rename from openpype/vendor/python/python_2/click/formatting.py rename to client/openpype/vendor/python/python_2/click/formatting.py diff --git a/openpype/vendor/python/python_2/click/globals.py b/client/openpype/vendor/python/python_2/click/globals.py similarity index 100% rename from openpype/vendor/python/python_2/click/globals.py rename to client/openpype/vendor/python/python_2/click/globals.py diff --git a/openpype/vendor/python/python_2/click/parser.py b/client/openpype/vendor/python/python_2/click/parser.py similarity index 100% rename from openpype/vendor/python/python_2/click/parser.py rename to client/openpype/vendor/python/python_2/click/parser.py diff --git a/openpype/vendor/python/python_2/click/termui.py b/client/openpype/vendor/python/python_2/click/termui.py similarity index 100% rename from openpype/vendor/python/python_2/click/termui.py rename to client/openpype/vendor/python/python_2/click/termui.py diff --git a/openpype/vendor/python/python_2/click/testing.py b/client/openpype/vendor/python/python_2/click/testing.py similarity index 100% rename from openpype/vendor/python/python_2/click/testing.py rename to client/openpype/vendor/python/python_2/click/testing.py diff --git a/openpype/vendor/python/python_2/click/types.py b/client/openpype/vendor/python/python_2/click/types.py similarity index 100% rename from openpype/vendor/python/python_2/click/types.py rename to client/openpype/vendor/python/python_2/click/types.py diff --git a/openpype/vendor/python/python_2/click/utils.py b/client/openpype/vendor/python/python_2/click/utils.py similarity index 100% rename from openpype/vendor/python/python_2/click/utils.py rename to client/openpype/vendor/python/python_2/click/utils.py diff --git a/openpype/vendor/python/python_2/dns/__init__.py b/client/openpype/vendor/python/python_2/dns/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/dns/__init__.py rename to client/openpype/vendor/python/python_2/dns/__init__.py diff --git a/openpype/vendor/python/python_2/dns/_compat.py b/client/openpype/vendor/python/python_2/dns/_compat.py similarity index 100% rename from openpype/vendor/python/python_2/dns/_compat.py rename to client/openpype/vendor/python/python_2/dns/_compat.py diff --git a/openpype/vendor/python/python_2/dns/dnssec.py b/client/openpype/vendor/python/python_2/dns/dnssec.py similarity index 100% rename from openpype/vendor/python/python_2/dns/dnssec.py rename to client/openpype/vendor/python/python_2/dns/dnssec.py diff --git a/openpype/vendor/python/python_2/dns/e164.py b/client/openpype/vendor/python/python_2/dns/e164.py similarity index 100% rename from openpype/vendor/python/python_2/dns/e164.py rename to client/openpype/vendor/python/python_2/dns/e164.py diff --git a/openpype/vendor/python/python_2/dns/edns.py b/client/openpype/vendor/python/python_2/dns/edns.py similarity index 100% rename from openpype/vendor/python/python_2/dns/edns.py rename to client/openpype/vendor/python/python_2/dns/edns.py diff --git a/openpype/vendor/python/python_2/dns/entropy.py b/client/openpype/vendor/python/python_2/dns/entropy.py similarity index 100% rename from openpype/vendor/python/python_2/dns/entropy.py rename to client/openpype/vendor/python/python_2/dns/entropy.py diff --git a/openpype/vendor/python/python_2/dns/exception.py b/client/openpype/vendor/python/python_2/dns/exception.py similarity index 100% rename from openpype/vendor/python/python_2/dns/exception.py rename to client/openpype/vendor/python/python_2/dns/exception.py diff --git a/openpype/vendor/python/python_2/dns/flags.py b/client/openpype/vendor/python/python_2/dns/flags.py similarity index 100% rename from openpype/vendor/python/python_2/dns/flags.py rename to client/openpype/vendor/python/python_2/dns/flags.py diff --git a/openpype/vendor/python/python_2/dns/grange.py b/client/openpype/vendor/python/python_2/dns/grange.py similarity index 100% rename from openpype/vendor/python/python_2/dns/grange.py rename to client/openpype/vendor/python/python_2/dns/grange.py diff --git a/openpype/vendor/python/python_2/dns/hash.py b/client/openpype/vendor/python/python_2/dns/hash.py similarity index 100% rename from openpype/vendor/python/python_2/dns/hash.py rename to client/openpype/vendor/python/python_2/dns/hash.py diff --git a/openpype/vendor/python/python_2/dns/inet.py b/client/openpype/vendor/python/python_2/dns/inet.py similarity index 100% rename from openpype/vendor/python/python_2/dns/inet.py rename to client/openpype/vendor/python/python_2/dns/inet.py diff --git a/openpype/vendor/python/python_2/dns/ipv4.py b/client/openpype/vendor/python/python_2/dns/ipv4.py similarity index 100% rename from openpype/vendor/python/python_2/dns/ipv4.py rename to client/openpype/vendor/python/python_2/dns/ipv4.py diff --git a/openpype/vendor/python/python_2/dns/ipv6.py b/client/openpype/vendor/python/python_2/dns/ipv6.py similarity index 100% rename from openpype/vendor/python/python_2/dns/ipv6.py rename to client/openpype/vendor/python/python_2/dns/ipv6.py diff --git a/openpype/vendor/python/python_2/dns/message.py b/client/openpype/vendor/python/python_2/dns/message.py similarity index 100% rename from openpype/vendor/python/python_2/dns/message.py rename to client/openpype/vendor/python/python_2/dns/message.py diff --git a/openpype/vendor/python/python_2/dns/name.py b/client/openpype/vendor/python/python_2/dns/name.py similarity index 100% rename from openpype/vendor/python/python_2/dns/name.py rename to client/openpype/vendor/python/python_2/dns/name.py diff --git a/openpype/vendor/python/python_2/dns/namedict.py b/client/openpype/vendor/python/python_2/dns/namedict.py similarity index 100% rename from openpype/vendor/python/python_2/dns/namedict.py rename to client/openpype/vendor/python/python_2/dns/namedict.py diff --git a/openpype/vendor/python/python_2/dns/node.py b/client/openpype/vendor/python/python_2/dns/node.py similarity index 100% rename from openpype/vendor/python/python_2/dns/node.py rename to client/openpype/vendor/python/python_2/dns/node.py diff --git a/openpype/vendor/python/python_2/dns/opcode.py b/client/openpype/vendor/python/python_2/dns/opcode.py similarity index 100% rename from openpype/vendor/python/python_2/dns/opcode.py rename to client/openpype/vendor/python/python_2/dns/opcode.py diff --git a/openpype/vendor/python/python_2/dns/py.typed b/client/openpype/vendor/python/python_2/dns/py.typed similarity index 100% rename from openpype/vendor/python/python_2/dns/py.typed rename to client/openpype/vendor/python/python_2/dns/py.typed diff --git a/openpype/vendor/python/python_2/dns/query.py b/client/openpype/vendor/python/python_2/dns/query.py similarity index 100% rename from openpype/vendor/python/python_2/dns/query.py rename to client/openpype/vendor/python/python_2/dns/query.py diff --git a/openpype/vendor/python/python_2/dns/rcode.py b/client/openpype/vendor/python/python_2/dns/rcode.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rcode.py rename to client/openpype/vendor/python/python_2/dns/rcode.py diff --git a/openpype/vendor/python/python_2/dns/rdata.py b/client/openpype/vendor/python/python_2/dns/rdata.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdata.py rename to client/openpype/vendor/python/python_2/dns/rdata.py diff --git a/openpype/vendor/python/python_2/dns/rdataclass.py b/client/openpype/vendor/python/python_2/dns/rdataclass.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdataclass.py rename to client/openpype/vendor/python/python_2/dns/rdataclass.py diff --git a/openpype/vendor/python/python_2/dns/rdataset.py b/client/openpype/vendor/python/python_2/dns/rdataset.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdataset.py rename to client/openpype/vendor/python/python_2/dns/rdataset.py diff --git a/openpype/vendor/python/python_2/dns/rdatatype.py b/client/openpype/vendor/python/python_2/dns/rdatatype.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdatatype.py rename to client/openpype/vendor/python/python_2/dns/rdatatype.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/AFSDB.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/AFSDB.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/AFSDB.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/AFSDB.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/AVC.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/AVC.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/AVC.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/AVC.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/CAA.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CAA.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/CAA.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CAA.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/CDNSKEY.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CDNSKEY.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/CDNSKEY.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CDNSKEY.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/CDS.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CDS.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/CDS.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CDS.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/CERT.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CERT.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/CERT.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CERT.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/CNAME.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CNAME.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/CNAME.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CNAME.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/CSYNC.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CSYNC.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/CSYNC.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/CSYNC.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/DLV.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/DLV.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/DLV.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/DLV.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/DNAME.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/DNAME.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/DNAME.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/DNAME.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/DNSKEY.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/DNSKEY.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/DNSKEY.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/DNSKEY.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/DS.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/DS.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/DS.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/DS.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/EUI48.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/EUI48.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/EUI48.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/EUI48.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/EUI64.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/EUI64.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/EUI64.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/EUI64.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/GPOS.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/GPOS.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/GPOS.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/GPOS.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/HINFO.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/HINFO.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/HINFO.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/HINFO.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/HIP.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/HIP.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/HIP.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/HIP.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/ISDN.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/ISDN.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/ISDN.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/ISDN.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/LOC.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/LOC.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/LOC.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/LOC.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/MX.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/MX.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/MX.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/MX.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/NS.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/NS.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/NS.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/NS.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC3.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC3.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC3.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC3.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC3PARAM.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC3PARAM.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC3PARAM.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC3PARAM.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/OPENPGPKEY.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/OPENPGPKEY.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/OPENPGPKEY.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/OPENPGPKEY.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/PTR.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/PTR.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/PTR.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/PTR.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/RP.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/RP.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/RP.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/RP.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/RRSIG.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/RRSIG.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/RRSIG.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/RRSIG.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/RT.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/RT.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/RT.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/RT.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/SOA.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/SOA.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/SOA.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/SOA.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/SPF.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/SPF.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/SPF.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/SPF.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/SSHFP.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/SSHFP.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/SSHFP.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/SSHFP.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/TLSA.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/TLSA.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/TLSA.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/TLSA.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/TXT.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/TXT.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/TXT.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/TXT.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/URI.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/URI.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/URI.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/URI.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/X25.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/X25.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/X25.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/X25.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/ANY/__init__.py b/client/openpype/vendor/python/python_2/dns/rdtypes/ANY/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/ANY/__init__.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/ANY/__init__.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/CH/A.py b/client/openpype/vendor/python/python_2/dns/rdtypes/CH/A.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/CH/A.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/CH/A.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/CH/__init__.py b/client/openpype/vendor/python/python_2/dns/rdtypes/CH/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/CH/__init__.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/CH/__init__.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/A.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/A.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/A.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/A.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/AAAA.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/AAAA.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/AAAA.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/AAAA.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/APL.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/APL.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/APL.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/APL.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/DHCID.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/DHCID.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/DHCID.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/DHCID.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/IPSECKEY.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/IPSECKEY.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/IPSECKEY.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/IPSECKEY.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/KX.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/KX.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/KX.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/KX.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/NAPTR.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/NAPTR.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/NAPTR.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/NAPTR.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/NSAP.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/NSAP.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/NSAP.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/NSAP.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/NSAP_PTR.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/NSAP_PTR.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/NSAP_PTR.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/NSAP_PTR.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/PX.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/PX.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/PX.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/PX.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/SRV.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/SRV.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/SRV.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/SRV.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/WKS.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/WKS.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/WKS.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/WKS.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/IN/__init__.py b/client/openpype/vendor/python/python_2/dns/rdtypes/IN/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/IN/__init__.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/IN/__init__.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/__init__.py b/client/openpype/vendor/python/python_2/dns/rdtypes/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/__init__.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/__init__.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/dnskeybase.py b/client/openpype/vendor/python/python_2/dns/rdtypes/dnskeybase.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/dnskeybase.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/dnskeybase.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/dsbase.py b/client/openpype/vendor/python/python_2/dns/rdtypes/dsbase.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/dsbase.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/dsbase.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/euibase.py b/client/openpype/vendor/python/python_2/dns/rdtypes/euibase.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/euibase.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/euibase.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/mxbase.py b/client/openpype/vendor/python/python_2/dns/rdtypes/mxbase.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/mxbase.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/mxbase.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/nsbase.py b/client/openpype/vendor/python/python_2/dns/rdtypes/nsbase.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/nsbase.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/nsbase.py diff --git a/openpype/vendor/python/python_2/dns/rdtypes/txtbase.py b/client/openpype/vendor/python/python_2/dns/rdtypes/txtbase.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rdtypes/txtbase.py rename to client/openpype/vendor/python/python_2/dns/rdtypes/txtbase.py diff --git a/openpype/vendor/python/python_2/dns/renderer.py b/client/openpype/vendor/python/python_2/dns/renderer.py similarity index 100% rename from openpype/vendor/python/python_2/dns/renderer.py rename to client/openpype/vendor/python/python_2/dns/renderer.py diff --git a/openpype/vendor/python/python_2/dns/resolver.py b/client/openpype/vendor/python/python_2/dns/resolver.py similarity index 100% rename from openpype/vendor/python/python_2/dns/resolver.py rename to client/openpype/vendor/python/python_2/dns/resolver.py diff --git a/openpype/vendor/python/python_2/dns/reversename.py b/client/openpype/vendor/python/python_2/dns/reversename.py similarity index 100% rename from openpype/vendor/python/python_2/dns/reversename.py rename to client/openpype/vendor/python/python_2/dns/reversename.py diff --git a/openpype/vendor/python/python_2/dns/rrset.py b/client/openpype/vendor/python/python_2/dns/rrset.py similarity index 100% rename from openpype/vendor/python/python_2/dns/rrset.py rename to client/openpype/vendor/python/python_2/dns/rrset.py diff --git a/openpype/vendor/python/python_2/dns/set.py b/client/openpype/vendor/python/python_2/dns/set.py similarity index 100% rename from openpype/vendor/python/python_2/dns/set.py rename to client/openpype/vendor/python/python_2/dns/set.py diff --git a/openpype/vendor/python/python_2/dns/tokenizer.py b/client/openpype/vendor/python/python_2/dns/tokenizer.py similarity index 100% rename from openpype/vendor/python/python_2/dns/tokenizer.py rename to client/openpype/vendor/python/python_2/dns/tokenizer.py diff --git a/openpype/vendor/python/python_2/dns/tsig.py b/client/openpype/vendor/python/python_2/dns/tsig.py similarity index 100% rename from openpype/vendor/python/python_2/dns/tsig.py rename to client/openpype/vendor/python/python_2/dns/tsig.py diff --git a/openpype/vendor/python/python_2/dns/tsigkeyring.py b/client/openpype/vendor/python/python_2/dns/tsigkeyring.py similarity index 100% rename from openpype/vendor/python/python_2/dns/tsigkeyring.py rename to client/openpype/vendor/python/python_2/dns/tsigkeyring.py diff --git a/openpype/vendor/python/python_2/dns/ttl.py b/client/openpype/vendor/python/python_2/dns/ttl.py similarity index 100% rename from openpype/vendor/python/python_2/dns/ttl.py rename to client/openpype/vendor/python/python_2/dns/ttl.py diff --git a/openpype/vendor/python/python_2/dns/update.py b/client/openpype/vendor/python/python_2/dns/update.py similarity index 100% rename from openpype/vendor/python/python_2/dns/update.py rename to client/openpype/vendor/python/python_2/dns/update.py diff --git a/openpype/vendor/python/python_2/dns/version.py b/client/openpype/vendor/python/python_2/dns/version.py similarity index 100% rename from openpype/vendor/python/python_2/dns/version.py rename to client/openpype/vendor/python/python_2/dns/version.py diff --git a/openpype/vendor/python/python_2/dns/wiredata.py b/client/openpype/vendor/python/python_2/dns/wiredata.py similarity index 100% rename from openpype/vendor/python/python_2/dns/wiredata.py rename to client/openpype/vendor/python/python_2/dns/wiredata.py diff --git a/openpype/vendor/python/python_2/dns/zone.py b/client/openpype/vendor/python/python_2/dns/zone.py similarity index 100% rename from openpype/vendor/python/python_2/dns/zone.py rename to client/openpype/vendor/python/python_2/dns/zone.py diff --git a/openpype/vendor/python/python_2/engineio/__init__.py b/client/openpype/vendor/python/python_2/engineio/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/__init__.py rename to client/openpype/vendor/python/python_2/engineio/__init__.py diff --git a/openpype/vendor/python/python_2/engineio/async_aiohttp.py b/client/openpype/vendor/python/python_2/engineio/async_aiohttp.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_aiohttp.py rename to client/openpype/vendor/python/python_2/engineio/async_aiohttp.py diff --git a/openpype/vendor/python/python_2/engineio/async_asgi.py b/client/openpype/vendor/python/python_2/engineio/async_asgi.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_asgi.py rename to client/openpype/vendor/python/python_2/engineio/async_asgi.py diff --git a/openpype/vendor/python/python_2/engineio/async_drivers/__init__.py b/client/openpype/vendor/python/python_2/engineio/async_drivers/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_drivers/__init__.py rename to client/openpype/vendor/python/python_2/engineio/async_drivers/__init__.py diff --git a/openpype/vendor/python/python_2/engineio/async_drivers/aiohttp.py b/client/openpype/vendor/python/python_2/engineio/async_drivers/aiohttp.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_drivers/aiohttp.py rename to client/openpype/vendor/python/python_2/engineio/async_drivers/aiohttp.py diff --git a/openpype/vendor/python/python_2/engineio/async_drivers/asgi.py b/client/openpype/vendor/python/python_2/engineio/async_drivers/asgi.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_drivers/asgi.py rename to client/openpype/vendor/python/python_2/engineio/async_drivers/asgi.py diff --git a/openpype/vendor/python/python_2/engineio/async_drivers/eventlet.py b/client/openpype/vendor/python/python_2/engineio/async_drivers/eventlet.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_drivers/eventlet.py rename to client/openpype/vendor/python/python_2/engineio/async_drivers/eventlet.py diff --git a/openpype/vendor/python/python_2/engineio/async_drivers/gevent.py b/client/openpype/vendor/python/python_2/engineio/async_drivers/gevent.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_drivers/gevent.py rename to client/openpype/vendor/python/python_2/engineio/async_drivers/gevent.py diff --git a/openpype/vendor/python/python_2/engineio/async_drivers/gevent_uwsgi.py b/client/openpype/vendor/python/python_2/engineio/async_drivers/gevent_uwsgi.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_drivers/gevent_uwsgi.py rename to client/openpype/vendor/python/python_2/engineio/async_drivers/gevent_uwsgi.py diff --git a/openpype/vendor/python/python_2/engineio/async_drivers/sanic.py b/client/openpype/vendor/python/python_2/engineio/async_drivers/sanic.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_drivers/sanic.py rename to client/openpype/vendor/python/python_2/engineio/async_drivers/sanic.py diff --git a/openpype/vendor/python/python_2/engineio/async_drivers/threading.py b/client/openpype/vendor/python/python_2/engineio/async_drivers/threading.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_drivers/threading.py rename to client/openpype/vendor/python/python_2/engineio/async_drivers/threading.py diff --git a/openpype/vendor/python/python_2/engineio/async_drivers/tornado.py b/client/openpype/vendor/python/python_2/engineio/async_drivers/tornado.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_drivers/tornado.py rename to client/openpype/vendor/python/python_2/engineio/async_drivers/tornado.py diff --git a/openpype/vendor/python/python_2/engineio/async_eventlet.py b/client/openpype/vendor/python/python_2/engineio/async_eventlet.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_eventlet.py rename to client/openpype/vendor/python/python_2/engineio/async_eventlet.py diff --git a/openpype/vendor/python/python_2/engineio/async_gevent.py b/client/openpype/vendor/python/python_2/engineio/async_gevent.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_gevent.py rename to client/openpype/vendor/python/python_2/engineio/async_gevent.py diff --git a/openpype/vendor/python/python_2/engineio/async_gevent_uwsgi.py b/client/openpype/vendor/python/python_2/engineio/async_gevent_uwsgi.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_gevent_uwsgi.py rename to client/openpype/vendor/python/python_2/engineio/async_gevent_uwsgi.py diff --git a/openpype/vendor/python/python_2/engineio/async_sanic.py b/client/openpype/vendor/python/python_2/engineio/async_sanic.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_sanic.py rename to client/openpype/vendor/python/python_2/engineio/async_sanic.py diff --git a/openpype/vendor/python/python_2/engineio/async_threading.py b/client/openpype/vendor/python/python_2/engineio/async_threading.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_threading.py rename to client/openpype/vendor/python/python_2/engineio/async_threading.py diff --git a/openpype/vendor/python/python_2/engineio/async_tornado.py b/client/openpype/vendor/python/python_2/engineio/async_tornado.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/async_tornado.py rename to client/openpype/vendor/python/python_2/engineio/async_tornado.py diff --git a/openpype/vendor/python/python_2/engineio/asyncio_client.py b/client/openpype/vendor/python/python_2/engineio/asyncio_client.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/asyncio_client.py rename to client/openpype/vendor/python/python_2/engineio/asyncio_client.py diff --git a/openpype/vendor/python/python_2/engineio/asyncio_server.py b/client/openpype/vendor/python/python_2/engineio/asyncio_server.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/asyncio_server.py rename to client/openpype/vendor/python/python_2/engineio/asyncio_server.py diff --git a/openpype/vendor/python/python_2/engineio/asyncio_socket.py b/client/openpype/vendor/python/python_2/engineio/asyncio_socket.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/asyncio_socket.py rename to client/openpype/vendor/python/python_2/engineio/asyncio_socket.py diff --git a/openpype/vendor/python/python_2/engineio/client.py b/client/openpype/vendor/python/python_2/engineio/client.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/client.py rename to client/openpype/vendor/python/python_2/engineio/client.py diff --git a/openpype/vendor/python/python_2/engineio/exceptions.py b/client/openpype/vendor/python/python_2/engineio/exceptions.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/exceptions.py rename to client/openpype/vendor/python/python_2/engineio/exceptions.py diff --git a/openpype/vendor/python/python_2/engineio/middleware.py b/client/openpype/vendor/python/python_2/engineio/middleware.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/middleware.py rename to client/openpype/vendor/python/python_2/engineio/middleware.py diff --git a/openpype/vendor/python/python_2/engineio/packet.py b/client/openpype/vendor/python/python_2/engineio/packet.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/packet.py rename to client/openpype/vendor/python/python_2/engineio/packet.py diff --git a/openpype/vendor/python/python_2/engineio/payload.py b/client/openpype/vendor/python/python_2/engineio/payload.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/payload.py rename to client/openpype/vendor/python/python_2/engineio/payload.py diff --git a/openpype/vendor/python/python_2/engineio/server.py b/client/openpype/vendor/python/python_2/engineio/server.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/server.py rename to client/openpype/vendor/python/python_2/engineio/server.py diff --git a/openpype/vendor/python/python_2/engineio/socket.py b/client/openpype/vendor/python/python_2/engineio/socket.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/socket.py rename to client/openpype/vendor/python/python_2/engineio/socket.py diff --git a/openpype/vendor/python/python_2/engineio/static_files.py b/client/openpype/vendor/python/python_2/engineio/static_files.py similarity index 100% rename from openpype/vendor/python/python_2/engineio/static_files.py rename to client/openpype/vendor/python/python_2/engineio/static_files.py diff --git a/openpype/vendor/python/python_2/functools32/__init__.py b/client/openpype/vendor/python/python_2/functools32/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/functools32/__init__.py rename to client/openpype/vendor/python/python_2/functools32/__init__.py diff --git a/openpype/vendor/python/python_2/functools32/_dummy_thread32.py b/client/openpype/vendor/python/python_2/functools32/_dummy_thread32.py similarity index 100% rename from openpype/vendor/python/python_2/functools32/_dummy_thread32.py rename to client/openpype/vendor/python/python_2/functools32/_dummy_thread32.py diff --git a/openpype/vendor/python/python_2/functools32/functools32.py b/client/openpype/vendor/python/python_2/functools32/functools32.py similarity index 100% rename from openpype/vendor/python/python_2/functools32/functools32.py rename to client/openpype/vendor/python/python_2/functools32/functools32.py diff --git a/openpype/vendor/python/python_2/functools32/reprlib32.py b/client/openpype/vendor/python/python_2/functools32/reprlib32.py similarity index 100% rename from openpype/vendor/python/python_2/functools32/reprlib32.py rename to client/openpype/vendor/python/python_2/functools32/reprlib32.py diff --git a/openpype/vendor/python/python_2/idna/__init__.py b/client/openpype/vendor/python/python_2/idna/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/idna/__init__.py rename to client/openpype/vendor/python/python_2/idna/__init__.py diff --git a/openpype/vendor/python/python_2/idna/codec.py b/client/openpype/vendor/python/python_2/idna/codec.py similarity index 100% rename from openpype/vendor/python/python_2/idna/codec.py rename to client/openpype/vendor/python/python_2/idna/codec.py diff --git a/openpype/vendor/python/python_2/idna/compat.py b/client/openpype/vendor/python/python_2/idna/compat.py similarity index 100% rename from openpype/vendor/python/python_2/idna/compat.py rename to client/openpype/vendor/python/python_2/idna/compat.py diff --git a/openpype/vendor/python/python_2/idna/core.py b/client/openpype/vendor/python/python_2/idna/core.py similarity index 100% rename from openpype/vendor/python/python_2/idna/core.py rename to client/openpype/vendor/python/python_2/idna/core.py diff --git a/openpype/vendor/python/python_2/idna/idnadata.py b/client/openpype/vendor/python/python_2/idna/idnadata.py similarity index 100% rename from openpype/vendor/python/python_2/idna/idnadata.py rename to client/openpype/vendor/python/python_2/idna/idnadata.py diff --git a/openpype/vendor/python/python_2/idna/intranges.py b/client/openpype/vendor/python/python_2/idna/intranges.py similarity index 100% rename from openpype/vendor/python/python_2/idna/intranges.py rename to client/openpype/vendor/python/python_2/idna/intranges.py diff --git a/openpype/vendor/python/python_2/idna/package_data.py b/client/openpype/vendor/python/python_2/idna/package_data.py similarity index 100% rename from openpype/vendor/python/python_2/idna/package_data.py rename to client/openpype/vendor/python/python_2/idna/package_data.py diff --git a/openpype/vendor/python/python_2/idna/uts46data.py b/client/openpype/vendor/python/python_2/idna/uts46data.py similarity index 100% rename from openpype/vendor/python/python_2/idna/uts46data.py rename to client/openpype/vendor/python/python_2/idna/uts46data.py diff --git a/openpype/vendor/python/python_2/opentimelineio/__init__.py b/client/openpype/vendor/python/python_2/opentimelineio/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/__init__.py rename to client/openpype/vendor/python/python_2/opentimelineio/__init__.py diff --git a/openpype/vendor/python/python_2/opentimelineio/adapters/__init__.py b/client/openpype/vendor/python/python_2/opentimelineio/adapters/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/adapters/__init__.py rename to client/openpype/vendor/python/python_2/opentimelineio/adapters/__init__.py diff --git a/openpype/vendor/python/python_2/opentimelineio/adapters/adapter.py b/client/openpype/vendor/python/python_2/opentimelineio/adapters/adapter.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/adapters/adapter.py rename to client/openpype/vendor/python/python_2/opentimelineio/adapters/adapter.py diff --git a/openpype/vendor/python/python_2/opentimelineio/adapters/builtin_adapters.plugin_manifest.json b/client/openpype/vendor/python/python_2/opentimelineio/adapters/builtin_adapters.plugin_manifest.json similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/adapters/builtin_adapters.plugin_manifest.json rename to client/openpype/vendor/python/python_2/opentimelineio/adapters/builtin_adapters.plugin_manifest.json diff --git a/openpype/vendor/python/python_2/opentimelineio/adapters/cmx_3600.py b/client/openpype/vendor/python/python_2/opentimelineio/adapters/cmx_3600.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/adapters/cmx_3600.py rename to client/openpype/vendor/python/python_2/opentimelineio/adapters/cmx_3600.py diff --git a/openpype/vendor/python/python_2/opentimelineio/adapters/fcp_xml.py b/client/openpype/vendor/python/python_2/opentimelineio/adapters/fcp_xml.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/adapters/fcp_xml.py rename to client/openpype/vendor/python/python_2/opentimelineio/adapters/fcp_xml.py diff --git a/openpype/vendor/python/python_2/opentimelineio/adapters/otio_json.py b/client/openpype/vendor/python/python_2/opentimelineio/adapters/otio_json.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/adapters/otio_json.py rename to client/openpype/vendor/python/python_2/opentimelineio/adapters/otio_json.py diff --git a/openpype/vendor/python/python_2/opentimelineio/algorithms/__init__.py b/client/openpype/vendor/python/python_2/opentimelineio/algorithms/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/algorithms/__init__.py rename to client/openpype/vendor/python/python_2/opentimelineio/algorithms/__init__.py diff --git a/openpype/vendor/python/python_2/opentimelineio/algorithms/filter.py b/client/openpype/vendor/python/python_2/opentimelineio/algorithms/filter.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/algorithms/filter.py rename to client/openpype/vendor/python/python_2/opentimelineio/algorithms/filter.py diff --git a/openpype/vendor/python/python_2/opentimelineio/algorithms/stack_algo.py b/client/openpype/vendor/python/python_2/opentimelineio/algorithms/stack_algo.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/algorithms/stack_algo.py rename to client/openpype/vendor/python/python_2/opentimelineio/algorithms/stack_algo.py diff --git a/openpype/vendor/python/python_2/opentimelineio/algorithms/timeline_algo.py b/client/openpype/vendor/python/python_2/opentimelineio/algorithms/timeline_algo.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/algorithms/timeline_algo.py rename to client/openpype/vendor/python/python_2/opentimelineio/algorithms/timeline_algo.py diff --git a/openpype/vendor/python/python_2/opentimelineio/algorithms/track_algo.py b/client/openpype/vendor/python/python_2/opentimelineio/algorithms/track_algo.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/algorithms/track_algo.py rename to client/openpype/vendor/python/python_2/opentimelineio/algorithms/track_algo.py diff --git a/openpype/vendor/python/python_2/opentimelineio/console/__init__.py b/client/openpype/vendor/python/python_2/opentimelineio/console/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/console/__init__.py rename to client/openpype/vendor/python/python_2/opentimelineio/console/__init__.py diff --git a/openpype/vendor/python/python_2/opentimelineio/console/autogen_serialized_datamodel.py b/client/openpype/vendor/python/python_2/opentimelineio/console/autogen_serialized_datamodel.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/console/autogen_serialized_datamodel.py rename to client/openpype/vendor/python/python_2/opentimelineio/console/autogen_serialized_datamodel.py diff --git a/openpype/vendor/python/python_2/opentimelineio/console/console_utils.py b/client/openpype/vendor/python/python_2/opentimelineio/console/console_utils.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/console/console_utils.py rename to client/openpype/vendor/python/python_2/opentimelineio/console/console_utils.py diff --git a/openpype/vendor/python/python_2/opentimelineio/console/otiocat.py b/client/openpype/vendor/python/python_2/opentimelineio/console/otiocat.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/console/otiocat.py rename to client/openpype/vendor/python/python_2/opentimelineio/console/otiocat.py diff --git a/openpype/vendor/python/python_2/opentimelineio/console/otioconvert.py b/client/openpype/vendor/python/python_2/opentimelineio/console/otioconvert.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/console/otioconvert.py rename to client/openpype/vendor/python/python_2/opentimelineio/console/otioconvert.py diff --git a/openpype/vendor/python/python_2/opentimelineio/console/otiostat.py b/client/openpype/vendor/python/python_2/opentimelineio/console/otiostat.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/console/otiostat.py rename to client/openpype/vendor/python/python_2/opentimelineio/console/otiostat.py diff --git a/openpype/vendor/python/python_2/opentimelineio/core/__init__.py b/client/openpype/vendor/python/python_2/opentimelineio/core/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/core/__init__.py rename to client/openpype/vendor/python/python_2/opentimelineio/core/__init__.py diff --git a/openpype/vendor/python/python_2/opentimelineio/core/composable.py b/client/openpype/vendor/python/python_2/opentimelineio/core/composable.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/core/composable.py rename to client/openpype/vendor/python/python_2/opentimelineio/core/composable.py diff --git a/openpype/vendor/python/python_2/opentimelineio/core/composition.py b/client/openpype/vendor/python/python_2/opentimelineio/core/composition.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/core/composition.py rename to client/openpype/vendor/python/python_2/opentimelineio/core/composition.py diff --git a/openpype/vendor/python/python_2/opentimelineio/core/item.py b/client/openpype/vendor/python/python_2/opentimelineio/core/item.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/core/item.py rename to client/openpype/vendor/python/python_2/opentimelineio/core/item.py diff --git a/openpype/vendor/python/python_2/opentimelineio/core/json_serializer.py b/client/openpype/vendor/python/python_2/opentimelineio/core/json_serializer.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/core/json_serializer.py rename to client/openpype/vendor/python/python_2/opentimelineio/core/json_serializer.py diff --git a/openpype/vendor/python/python_2/opentimelineio/core/media_reference.py b/client/openpype/vendor/python/python_2/opentimelineio/core/media_reference.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/core/media_reference.py rename to client/openpype/vendor/python/python_2/opentimelineio/core/media_reference.py diff --git a/openpype/vendor/python/python_2/opentimelineio/core/serializable_object.py b/client/openpype/vendor/python/python_2/opentimelineio/core/serializable_object.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/core/serializable_object.py rename to client/openpype/vendor/python/python_2/opentimelineio/core/serializable_object.py diff --git a/openpype/vendor/python/python_2/opentimelineio/core/type_registry.py b/client/openpype/vendor/python/python_2/opentimelineio/core/type_registry.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/core/type_registry.py rename to client/openpype/vendor/python/python_2/opentimelineio/core/type_registry.py diff --git a/openpype/vendor/python/python_2/opentimelineio/core/unknown_schema.py b/client/openpype/vendor/python/python_2/opentimelineio/core/unknown_schema.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/core/unknown_schema.py rename to client/openpype/vendor/python/python_2/opentimelineio/core/unknown_schema.py diff --git a/openpype/vendor/python/python_2/opentimelineio/exceptions.py b/client/openpype/vendor/python/python_2/opentimelineio/exceptions.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/exceptions.py rename to client/openpype/vendor/python/python_2/opentimelineio/exceptions.py diff --git a/openpype/vendor/python/python_2/opentimelineio/hooks.py b/client/openpype/vendor/python/python_2/opentimelineio/hooks.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/hooks.py rename to client/openpype/vendor/python/python_2/opentimelineio/hooks.py diff --git a/openpype/vendor/python/python_2/opentimelineio/media_linker.py b/client/openpype/vendor/python/python_2/opentimelineio/media_linker.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/media_linker.py rename to client/openpype/vendor/python/python_2/opentimelineio/media_linker.py diff --git a/openpype/vendor/python/python_2/opentimelineio/opentime.py b/client/openpype/vendor/python/python_2/opentimelineio/opentime.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/opentime.py rename to client/openpype/vendor/python/python_2/opentimelineio/opentime.py diff --git a/openpype/vendor/python/python_2/opentimelineio/plugins/__init__.py b/client/openpype/vendor/python/python_2/opentimelineio/plugins/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/plugins/__init__.py rename to client/openpype/vendor/python/python_2/opentimelineio/plugins/__init__.py diff --git a/openpype/vendor/python/python_2/opentimelineio/plugins/manifest.py b/client/openpype/vendor/python/python_2/opentimelineio/plugins/manifest.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/plugins/manifest.py rename to client/openpype/vendor/python/python_2/opentimelineio/plugins/manifest.py diff --git a/openpype/vendor/python/python_2/opentimelineio/plugins/python_plugin.py b/client/openpype/vendor/python/python_2/opentimelineio/plugins/python_plugin.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/plugins/python_plugin.py rename to client/openpype/vendor/python/python_2/opentimelineio/plugins/python_plugin.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/__init__.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/__init__.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/__init__.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/clip.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/clip.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/clip.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/clip.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/effect.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/effect.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/effect.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/effect.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/external_reference.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/external_reference.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/external_reference.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/external_reference.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/gap.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/gap.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/gap.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/gap.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/generator_reference.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/generator_reference.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/generator_reference.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/generator_reference.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/marker.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/marker.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/marker.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/marker.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/missing_reference.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/missing_reference.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/missing_reference.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/missing_reference.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/schemadef.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/schemadef.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/schemadef.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/schemadef.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/serializable_collection.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/serializable_collection.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/serializable_collection.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/serializable_collection.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/stack.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/stack.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/stack.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/stack.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/timeline.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/timeline.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/timeline.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/timeline.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/track.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/track.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/track.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/track.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schema/transition.py b/client/openpype/vendor/python/python_2/opentimelineio/schema/transition.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schema/transition.py rename to client/openpype/vendor/python/python_2/opentimelineio/schema/transition.py diff --git a/openpype/vendor/python/python_2/opentimelineio/schemadef/__init__.py b/client/openpype/vendor/python/python_2/opentimelineio/schemadef/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/schemadef/__init__.py rename to client/openpype/vendor/python/python_2/opentimelineio/schemadef/__init__.py diff --git a/openpype/vendor/python/python_2/opentimelineio/test_utils.py b/client/openpype/vendor/python/python_2/opentimelineio/test_utils.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio/test_utils.py rename to client/openpype/vendor/python/python_2/opentimelineio/test_utils.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/__init__.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/__init__.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/__init__.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/__init__.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/__init__.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/__init__.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/__init__.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/__init__.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/__init__.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/aaf_writer.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/aaf_writer.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/aaf_writer.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/aaf_writer.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/advanced_authoring_format.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/advanced_authoring_format.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/advanced_authoring_format.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/advanced_authoring_format.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ale.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ale.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ale.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ale.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/burnins.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/burnins.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/burnins.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/burnins.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/contrib_adapters.plugin_manifest.json b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/contrib_adapters.plugin_manifest.json similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/contrib_adapters.plugin_manifest.json rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/contrib_adapters.plugin_manifest.json diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_maya_sequencer.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_maya_sequencer.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_maya_sequencer.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_maya_sequencer.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_rv.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_rv.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_rv.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_rv.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/fcpx_xml.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/fcpx_xml.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/fcpx_xml.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/fcpx_xml.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ffmpeg_burnins.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ffmpeg_burnins.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ffmpeg_burnins.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ffmpeg_burnins.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/hls_playlist.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/hls_playlist.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/hls_playlist.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/hls_playlist.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/maya_sequencer.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/maya_sequencer.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/maya_sequencer.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/maya_sequencer.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/rv.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/rv.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/rv.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/rv.py diff --git a/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/xges.py b/client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/xges.py similarity index 100% rename from openpype/vendor/python/python_2/opentimelineio_contrib/adapters/xges.py rename to client/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/xges.py diff --git a/openpype/vendor/python/python_2/pkg_resources/__init__.py b/client/openpype/vendor/python/python_2/pkg_resources/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/__init__.py rename to client/openpype/vendor/python/python_2/pkg_resources/__init__.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/__init__.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/__init__.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/__init__.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/appdirs.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/appdirs.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/appdirs.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/appdirs.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__about__.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__about__.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__about__.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__about__.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__init__.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__init__.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__init__.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_compat.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_compat.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_compat.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_compat.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_structures.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_structures.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_structures.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_structures.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/markers.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/markers.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/markers.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/markers.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/requirements.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/requirements.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/requirements.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/requirements.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/specifiers.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/specifiers.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/specifiers.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/specifiers.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/utils.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/utils.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/utils.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/utils.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/version.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/version.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/version.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/version.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/pyparsing.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/pyparsing.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/pyparsing.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/pyparsing.py diff --git a/openpype/vendor/python/python_2/pkg_resources/_vendor/six.py b/client/openpype/vendor/python/python_2/pkg_resources/_vendor/six.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/_vendor/six.py rename to client/openpype/vendor/python/python_2/pkg_resources/_vendor/six.py diff --git a/openpype/vendor/python/python_2/pkg_resources/extern/__init__.py b/client/openpype/vendor/python/python_2/pkg_resources/extern/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/extern/__init__.py rename to client/openpype/vendor/python/python_2/pkg_resources/extern/__init__.py diff --git a/openpype/vendor/python/python_2/pkg_resources/py2_warn.py b/client/openpype/vendor/python/python_2/pkg_resources/py2_warn.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/py2_warn.py rename to client/openpype/vendor/python/python_2/pkg_resources/py2_warn.py diff --git a/openpype/vendor/python/python_2/pkg_resources/py31compat.py b/client/openpype/vendor/python/python_2/pkg_resources/py31compat.py similarity index 100% rename from openpype/vendor/python/python_2/pkg_resources/py31compat.py rename to client/openpype/vendor/python/python_2/pkg_resources/py31compat.py diff --git a/openpype/vendor/python/python_2/qtpy/Qt3DAnimation.py b/client/openpype/vendor/python/python_2/qtpy/Qt3DAnimation.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/Qt3DAnimation.py rename to client/openpype/vendor/python/python_2/qtpy/Qt3DAnimation.py diff --git a/openpype/vendor/python/python_2/qtpy/Qt3DCore.py b/client/openpype/vendor/python/python_2/qtpy/Qt3DCore.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/Qt3DCore.py rename to client/openpype/vendor/python/python_2/qtpy/Qt3DCore.py diff --git a/openpype/vendor/python/python_2/qtpy/Qt3DExtras.py b/client/openpype/vendor/python/python_2/qtpy/Qt3DExtras.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/Qt3DExtras.py rename to client/openpype/vendor/python/python_2/qtpy/Qt3DExtras.py diff --git a/openpype/vendor/python/python_2/qtpy/Qt3DInput.py b/client/openpype/vendor/python/python_2/qtpy/Qt3DInput.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/Qt3DInput.py rename to client/openpype/vendor/python/python_2/qtpy/Qt3DInput.py diff --git a/openpype/vendor/python/python_2/qtpy/Qt3DLogic.py b/client/openpype/vendor/python/python_2/qtpy/Qt3DLogic.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/Qt3DLogic.py rename to client/openpype/vendor/python/python_2/qtpy/Qt3DLogic.py diff --git a/openpype/vendor/python/python_2/qtpy/Qt3DRender.py b/client/openpype/vendor/python/python_2/qtpy/Qt3DRender.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/Qt3DRender.py rename to client/openpype/vendor/python/python_2/qtpy/Qt3DRender.py diff --git a/openpype/vendor/python/python_2/qtpy/QtCharts.py b/client/openpype/vendor/python/python_2/qtpy/QtCharts.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtCharts.py rename to client/openpype/vendor/python/python_2/qtpy/QtCharts.py diff --git a/openpype/vendor/python/python_2/qtpy/QtCore.py b/client/openpype/vendor/python/python_2/qtpy/QtCore.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtCore.py rename to client/openpype/vendor/python/python_2/qtpy/QtCore.py diff --git a/openpype/vendor/python/python_2/qtpy/QtDataVisualization.py b/client/openpype/vendor/python/python_2/qtpy/QtDataVisualization.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtDataVisualization.py rename to client/openpype/vendor/python/python_2/qtpy/QtDataVisualization.py diff --git a/openpype/vendor/python/python_2/qtpy/QtDesigner.py b/client/openpype/vendor/python/python_2/qtpy/QtDesigner.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtDesigner.py rename to client/openpype/vendor/python/python_2/qtpy/QtDesigner.py diff --git a/openpype/vendor/python/python_2/qtpy/QtGui.py b/client/openpype/vendor/python/python_2/qtpy/QtGui.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtGui.py rename to client/openpype/vendor/python/python_2/qtpy/QtGui.py diff --git a/openpype/vendor/python/python_2/qtpy/QtHelp.py b/client/openpype/vendor/python/python_2/qtpy/QtHelp.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtHelp.py rename to client/openpype/vendor/python/python_2/qtpy/QtHelp.py diff --git a/openpype/vendor/python/python_2/qtpy/QtLocation.py b/client/openpype/vendor/python/python_2/qtpy/QtLocation.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtLocation.py rename to client/openpype/vendor/python/python_2/qtpy/QtLocation.py diff --git a/openpype/vendor/python/python_2/qtpy/QtMultimedia.py b/client/openpype/vendor/python/python_2/qtpy/QtMultimedia.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtMultimedia.py rename to client/openpype/vendor/python/python_2/qtpy/QtMultimedia.py diff --git a/openpype/vendor/python/python_2/qtpy/QtMultimediaWidgets.py b/client/openpype/vendor/python/python_2/qtpy/QtMultimediaWidgets.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtMultimediaWidgets.py rename to client/openpype/vendor/python/python_2/qtpy/QtMultimediaWidgets.py diff --git a/openpype/vendor/python/python_2/qtpy/QtNetwork.py b/client/openpype/vendor/python/python_2/qtpy/QtNetwork.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtNetwork.py rename to client/openpype/vendor/python/python_2/qtpy/QtNetwork.py diff --git a/openpype/vendor/python/python_2/qtpy/QtOpenGL.py b/client/openpype/vendor/python/python_2/qtpy/QtOpenGL.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtOpenGL.py rename to client/openpype/vendor/python/python_2/qtpy/QtOpenGL.py diff --git a/openpype/vendor/python/python_2/qtpy/QtPositioning.py b/client/openpype/vendor/python/python_2/qtpy/QtPositioning.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtPositioning.py rename to client/openpype/vendor/python/python_2/qtpy/QtPositioning.py diff --git a/openpype/vendor/python/python_2/qtpy/QtPrintSupport.py b/client/openpype/vendor/python/python_2/qtpy/QtPrintSupport.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtPrintSupport.py rename to client/openpype/vendor/python/python_2/qtpy/QtPrintSupport.py diff --git a/openpype/vendor/python/python_2/qtpy/QtQml.py b/client/openpype/vendor/python/python_2/qtpy/QtQml.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtQml.py rename to client/openpype/vendor/python/python_2/qtpy/QtQml.py diff --git a/openpype/vendor/python/python_2/qtpy/QtQuick.py b/client/openpype/vendor/python/python_2/qtpy/QtQuick.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtQuick.py rename to client/openpype/vendor/python/python_2/qtpy/QtQuick.py diff --git a/openpype/vendor/python/python_2/qtpy/QtQuickWidgets.py b/client/openpype/vendor/python/python_2/qtpy/QtQuickWidgets.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtQuickWidgets.py rename to client/openpype/vendor/python/python_2/qtpy/QtQuickWidgets.py diff --git a/openpype/vendor/python/python_2/qtpy/QtSerialPort.py b/client/openpype/vendor/python/python_2/qtpy/QtSerialPort.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtSerialPort.py rename to client/openpype/vendor/python/python_2/qtpy/QtSerialPort.py diff --git a/openpype/vendor/python/python_2/qtpy/QtSql.py b/client/openpype/vendor/python/python_2/qtpy/QtSql.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtSql.py rename to client/openpype/vendor/python/python_2/qtpy/QtSql.py diff --git a/openpype/vendor/python/python_2/qtpy/QtSvg.py b/client/openpype/vendor/python/python_2/qtpy/QtSvg.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtSvg.py rename to client/openpype/vendor/python/python_2/qtpy/QtSvg.py diff --git a/openpype/vendor/python/python_2/qtpy/QtTest.py b/client/openpype/vendor/python/python_2/qtpy/QtTest.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtTest.py rename to client/openpype/vendor/python/python_2/qtpy/QtTest.py diff --git a/openpype/vendor/python/python_2/qtpy/QtWebChannel.py b/client/openpype/vendor/python/python_2/qtpy/QtWebChannel.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtWebChannel.py rename to client/openpype/vendor/python/python_2/qtpy/QtWebChannel.py diff --git a/openpype/vendor/python/python_2/qtpy/QtWebEngineWidgets.py b/client/openpype/vendor/python/python_2/qtpy/QtWebEngineWidgets.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtWebEngineWidgets.py rename to client/openpype/vendor/python/python_2/qtpy/QtWebEngineWidgets.py diff --git a/openpype/vendor/python/python_2/qtpy/QtWebSockets.py b/client/openpype/vendor/python/python_2/qtpy/QtWebSockets.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtWebSockets.py rename to client/openpype/vendor/python/python_2/qtpy/QtWebSockets.py diff --git a/openpype/vendor/python/python_2/qtpy/QtWidgets.py b/client/openpype/vendor/python/python_2/qtpy/QtWidgets.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtWidgets.py rename to client/openpype/vendor/python/python_2/qtpy/QtWidgets.py diff --git a/openpype/vendor/python/python_2/qtpy/QtWinExtras.py b/client/openpype/vendor/python/python_2/qtpy/QtWinExtras.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtWinExtras.py rename to client/openpype/vendor/python/python_2/qtpy/QtWinExtras.py diff --git a/openpype/vendor/python/python_2/qtpy/QtXmlPatterns.py b/client/openpype/vendor/python/python_2/qtpy/QtXmlPatterns.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/QtXmlPatterns.py rename to client/openpype/vendor/python/python_2/qtpy/QtXmlPatterns.py diff --git a/openpype/vendor/python/python_2/qtpy/__init__.py b/client/openpype/vendor/python/python_2/qtpy/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/__init__.py rename to client/openpype/vendor/python/python_2/qtpy/__init__.py diff --git a/openpype/vendor/python/python_2/qtpy/_patch/__init__.py b/client/openpype/vendor/python/python_2/qtpy/_patch/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/_patch/__init__.py rename to client/openpype/vendor/python/python_2/qtpy/_patch/__init__.py diff --git a/openpype/vendor/python/python_2/qtpy/_patch/qcombobox.py b/client/openpype/vendor/python/python_2/qtpy/_patch/qcombobox.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/_patch/qcombobox.py rename to client/openpype/vendor/python/python_2/qtpy/_patch/qcombobox.py diff --git a/openpype/vendor/python/python_2/qtpy/_patch/qheaderview.py b/client/openpype/vendor/python/python_2/qtpy/_patch/qheaderview.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/_patch/qheaderview.py rename to client/openpype/vendor/python/python_2/qtpy/_patch/qheaderview.py diff --git a/openpype/vendor/python/python_2/qtpy/_version.py b/client/openpype/vendor/python/python_2/qtpy/_version.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/_version.py rename to client/openpype/vendor/python/python_2/qtpy/_version.py diff --git a/openpype/vendor/python/python_2/qtpy/compat.py b/client/openpype/vendor/python/python_2/qtpy/compat.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/compat.py rename to client/openpype/vendor/python/python_2/qtpy/compat.py diff --git a/openpype/vendor/python/python_2/qtpy/py3compat.py b/client/openpype/vendor/python/python_2/qtpy/py3compat.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/py3compat.py rename to client/openpype/vendor/python/python_2/qtpy/py3compat.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/__init__.py b/client/openpype/vendor/python/python_2/qtpy/tests/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/__init__.py rename to client/openpype/vendor/python/python_2/qtpy/tests/__init__.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/conftest.py b/client/openpype/vendor/python/python_2/qtpy/tests/conftest.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/conftest.py rename to client/openpype/vendor/python/python_2/qtpy/tests/conftest.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/runtests.py b/client/openpype/vendor/python/python_2/qtpy/tests/runtests.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/runtests.py rename to client/openpype/vendor/python/python_2/qtpy/tests/runtests.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_macos_checks.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_macos_checks.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_macos_checks.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_macos_checks.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_main.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_main.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_main.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_main.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_patch_qcombobox.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_patch_qcombobox.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_patch_qcombobox.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_patch_qcombobox.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_patch_qheaderview.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_patch_qheaderview.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_patch_qheaderview.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_patch_qheaderview.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qdesktopservice_split.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qdesktopservice_split.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qdesktopservice_split.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qdesktopservice_split.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qt3danimation.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qt3danimation.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qt3danimation.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qt3danimation.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qt3dcore.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qt3dcore.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qt3dcore.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qt3dcore.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qt3dextras.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qt3dextras.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qt3dextras.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qt3dextras.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qt3dinput.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qt3dinput.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qt3dinput.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qt3dinput.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qt3dlogic.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qt3dlogic.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qt3dlogic.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qt3dlogic.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qt3drender.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qt3drender.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qt3drender.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qt3drender.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtcharts.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtcharts.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtcharts.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtcharts.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtcore.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtcore.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtcore.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtcore.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtdatavisualization.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtdatavisualization.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtdatavisualization.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtdatavisualization.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtdesigner.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtdesigner.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtdesigner.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtdesigner.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qthelp.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qthelp.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qthelp.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qthelp.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtlocation.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtlocation.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtlocation.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtlocation.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtmultimedia.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtmultimedia.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtmultimedia.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtmultimedia.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtmultimediawidgets.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtmultimediawidgets.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtmultimediawidgets.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtmultimediawidgets.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtnetwork.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtnetwork.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtnetwork.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtnetwork.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtpositioning.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtpositioning.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtpositioning.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtpositioning.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtprintsupport.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtprintsupport.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtprintsupport.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtprintsupport.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtqml.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtqml.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtqml.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtqml.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtquick.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtquick.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtquick.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtquick.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtquickwidgets.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtquickwidgets.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtquickwidgets.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtquickwidgets.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtserialport.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtserialport.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtserialport.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtserialport.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtsql.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtsql.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtsql.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtsql.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtsvg.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtsvg.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtsvg.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtsvg.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qttest.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qttest.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qttest.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qttest.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtwebchannel.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtwebchannel.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtwebchannel.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtwebchannel.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtwebenginewidgets.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtwebenginewidgets.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtwebenginewidgets.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtwebenginewidgets.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtwebsockets.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtwebsockets.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtwebsockets.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtwebsockets.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtwinextras.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtwinextras.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtwinextras.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtwinextras.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_qtxmlpatterns.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_qtxmlpatterns.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_qtxmlpatterns.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_qtxmlpatterns.py diff --git a/openpype/vendor/python/python_2/qtpy/tests/test_uic.py b/client/openpype/vendor/python/python_2/qtpy/tests/test_uic.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/tests/test_uic.py rename to client/openpype/vendor/python/python_2/qtpy/tests/test_uic.py diff --git a/openpype/vendor/python/python_2/qtpy/uic.py b/client/openpype/vendor/python/python_2/qtpy/uic.py similarity index 100% rename from openpype/vendor/python/python_2/qtpy/uic.py rename to client/openpype/vendor/python/python_2/qtpy/uic.py diff --git a/openpype/vendor/python/python_2/requests/__init__.py b/client/openpype/vendor/python/python_2/requests/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/requests/__init__.py rename to client/openpype/vendor/python/python_2/requests/__init__.py diff --git a/openpype/vendor/python/python_2/requests/__version__.py b/client/openpype/vendor/python/python_2/requests/__version__.py similarity index 100% rename from openpype/vendor/python/python_2/requests/__version__.py rename to client/openpype/vendor/python/python_2/requests/__version__.py diff --git a/openpype/vendor/python/python_2/requests/_internal_utils.py b/client/openpype/vendor/python/python_2/requests/_internal_utils.py similarity index 100% rename from openpype/vendor/python/python_2/requests/_internal_utils.py rename to client/openpype/vendor/python/python_2/requests/_internal_utils.py diff --git a/openpype/vendor/python/python_2/requests/adapters.py b/client/openpype/vendor/python/python_2/requests/adapters.py similarity index 100% rename from openpype/vendor/python/python_2/requests/adapters.py rename to client/openpype/vendor/python/python_2/requests/adapters.py diff --git a/openpype/vendor/python/python_2/requests/api.py b/client/openpype/vendor/python/python_2/requests/api.py similarity index 100% rename from openpype/vendor/python/python_2/requests/api.py rename to client/openpype/vendor/python/python_2/requests/api.py diff --git a/openpype/vendor/python/python_2/requests/auth.py b/client/openpype/vendor/python/python_2/requests/auth.py similarity index 100% rename from openpype/vendor/python/python_2/requests/auth.py rename to client/openpype/vendor/python/python_2/requests/auth.py diff --git a/openpype/vendor/python/python_2/requests/certs.py b/client/openpype/vendor/python/python_2/requests/certs.py similarity index 100% rename from openpype/vendor/python/python_2/requests/certs.py rename to client/openpype/vendor/python/python_2/requests/certs.py diff --git a/openpype/vendor/python/python_2/requests/compat.py b/client/openpype/vendor/python/python_2/requests/compat.py similarity index 100% rename from openpype/vendor/python/python_2/requests/compat.py rename to client/openpype/vendor/python/python_2/requests/compat.py diff --git a/openpype/vendor/python/python_2/requests/cookies.py b/client/openpype/vendor/python/python_2/requests/cookies.py similarity index 100% rename from openpype/vendor/python/python_2/requests/cookies.py rename to client/openpype/vendor/python/python_2/requests/cookies.py diff --git a/openpype/vendor/python/python_2/requests/exceptions.py b/client/openpype/vendor/python/python_2/requests/exceptions.py similarity index 100% rename from openpype/vendor/python/python_2/requests/exceptions.py rename to client/openpype/vendor/python/python_2/requests/exceptions.py diff --git a/openpype/vendor/python/python_2/requests/help.py b/client/openpype/vendor/python/python_2/requests/help.py similarity index 100% rename from openpype/vendor/python/python_2/requests/help.py rename to client/openpype/vendor/python/python_2/requests/help.py diff --git a/openpype/vendor/python/python_2/requests/hooks.py b/client/openpype/vendor/python/python_2/requests/hooks.py similarity index 100% rename from openpype/vendor/python/python_2/requests/hooks.py rename to client/openpype/vendor/python/python_2/requests/hooks.py diff --git a/openpype/vendor/python/python_2/requests/models.py b/client/openpype/vendor/python/python_2/requests/models.py similarity index 100% rename from openpype/vendor/python/python_2/requests/models.py rename to client/openpype/vendor/python/python_2/requests/models.py diff --git a/openpype/vendor/python/python_2/requests/packages.py b/client/openpype/vendor/python/python_2/requests/packages.py similarity index 100% rename from openpype/vendor/python/python_2/requests/packages.py rename to client/openpype/vendor/python/python_2/requests/packages.py diff --git a/openpype/vendor/python/python_2/requests/sessions.py b/client/openpype/vendor/python/python_2/requests/sessions.py similarity index 100% rename from openpype/vendor/python/python_2/requests/sessions.py rename to client/openpype/vendor/python/python_2/requests/sessions.py diff --git a/openpype/vendor/python/python_2/requests/status_codes.py b/client/openpype/vendor/python/python_2/requests/status_codes.py similarity index 100% rename from openpype/vendor/python/python_2/requests/status_codes.py rename to client/openpype/vendor/python/python_2/requests/status_codes.py diff --git a/openpype/vendor/python/python_2/requests/structures.py b/client/openpype/vendor/python/python_2/requests/structures.py similarity index 100% rename from openpype/vendor/python/python_2/requests/structures.py rename to client/openpype/vendor/python/python_2/requests/structures.py diff --git a/openpype/vendor/python/python_2/requests/utils.py b/client/openpype/vendor/python/python_2/requests/utils.py similarity index 100% rename from openpype/vendor/python/python_2/requests/utils.py rename to client/openpype/vendor/python/python_2/requests/utils.py diff --git a/openpype/vendor/python/python_2/secrets/LICENSE b/client/openpype/vendor/python/python_2/secrets/LICENSE similarity index 100% rename from openpype/vendor/python/python_2/secrets/LICENSE rename to client/openpype/vendor/python/python_2/secrets/LICENSE diff --git a/openpype/vendor/python/python_2/secrets/__init__.py b/client/openpype/vendor/python/python_2/secrets/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/secrets/__init__.py rename to client/openpype/vendor/python/python_2/secrets/__init__.py diff --git a/openpype/vendor/python/python_2/secrets/secrets.py b/client/openpype/vendor/python/python_2/secrets/secrets.py similarity index 100% rename from openpype/vendor/python/python_2/secrets/secrets.py rename to client/openpype/vendor/python/python_2/secrets/secrets.py diff --git a/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/INSTALLER b/client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/INSTALLER similarity index 100% rename from openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/INSTALLER rename to client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/INSTALLER diff --git a/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/LICENSE b/client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/LICENSE similarity index 100% rename from openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/LICENSE rename to client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/LICENSE diff --git a/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/METADATA b/client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/METADATA similarity index 100% rename from openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/METADATA rename to client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/METADATA diff --git a/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/RECORD b/client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/RECORD similarity index 100% rename from openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/RECORD rename to client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/RECORD diff --git a/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/REQUESTED b/client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/REQUESTED similarity index 100% rename from openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/REQUESTED rename to client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/REQUESTED diff --git a/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/WHEEL b/client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/WHEEL similarity index 100% rename from openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/WHEEL rename to client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/WHEEL diff --git a/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/dependency_links.txt b/client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/dependency_links.txt similarity index 100% rename from openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/dependency_links.txt rename to client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/dependency_links.txt diff --git a/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/entry_points.txt b/client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/entry_points.txt similarity index 100% rename from openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/entry_points.txt rename to client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/entry_points.txt diff --git a/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/top_level.txt b/client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/top_level.txt similarity index 100% rename from openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/top_level.txt rename to client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/top_level.txt diff --git a/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/zip-safe b/client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/zip-safe similarity index 100% rename from openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/zip-safe rename to client/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/zip-safe diff --git a/openpype/vendor/python/python_2/setuptools/__init__.py b/client/openpype/vendor/python/python_2/setuptools/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/__init__.py rename to client/openpype/vendor/python/python_2/setuptools/__init__.py diff --git a/openpype/vendor/python/python_2/setuptools/_deprecation_warning.py b/client/openpype/vendor/python/python_2/setuptools/_deprecation_warning.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_deprecation_warning.py rename to client/openpype/vendor/python/python_2/setuptools/_deprecation_warning.py diff --git a/openpype/vendor/python/python_2/setuptools/_imp.py b/client/openpype/vendor/python/python_2/setuptools/_imp.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_imp.py rename to client/openpype/vendor/python/python_2/setuptools/_imp.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/__init__.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/__init__.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/__init__.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/ordered_set.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/ordered_set.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/ordered_set.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/ordered_set.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/packaging/__about__.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/__about__.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/packaging/__about__.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/__about__.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/packaging/__init__.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/packaging/__init__.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/__init__.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/packaging/_compat.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/_compat.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/packaging/_compat.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/_compat.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/packaging/_structures.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/_structures.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/packaging/_structures.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/_structures.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/packaging/markers.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/markers.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/packaging/markers.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/markers.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/packaging/requirements.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/requirements.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/packaging/requirements.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/requirements.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/packaging/specifiers.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/specifiers.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/packaging/specifiers.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/specifiers.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/packaging/tags.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/tags.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/packaging/tags.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/tags.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/packaging/utils.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/utils.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/packaging/utils.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/utils.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/packaging/version.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/version.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/packaging/version.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/packaging/version.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/pyparsing.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/pyparsing.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/pyparsing.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/pyparsing.py diff --git a/openpype/vendor/python/python_2/setuptools/_vendor/six.py b/client/openpype/vendor/python/python_2/setuptools/_vendor/six.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/_vendor/six.py rename to client/openpype/vendor/python/python_2/setuptools/_vendor/six.py diff --git a/openpype/vendor/python/python_2/setuptools/archive_util.py b/client/openpype/vendor/python/python_2/setuptools/archive_util.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/archive_util.py rename to client/openpype/vendor/python/python_2/setuptools/archive_util.py diff --git a/openpype/vendor/python/python_2/setuptools/build_meta.py b/client/openpype/vendor/python/python_2/setuptools/build_meta.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/build_meta.py rename to client/openpype/vendor/python/python_2/setuptools/build_meta.py diff --git a/openpype/vendor/python/python_2/setuptools/cli-32.exe b/client/openpype/vendor/python/python_2/setuptools/cli-32.exe similarity index 100% rename from openpype/vendor/python/python_2/setuptools/cli-32.exe rename to client/openpype/vendor/python/python_2/setuptools/cli-32.exe diff --git a/openpype/vendor/python/python_2/setuptools/cli-64.exe b/client/openpype/vendor/python/python_2/setuptools/cli-64.exe similarity index 100% rename from openpype/vendor/python/python_2/setuptools/cli-64.exe rename to client/openpype/vendor/python/python_2/setuptools/cli-64.exe diff --git a/openpype/vendor/python/python_2/setuptools/cli.exe b/client/openpype/vendor/python/python_2/setuptools/cli.exe similarity index 100% rename from openpype/vendor/python/python_2/setuptools/cli.exe rename to client/openpype/vendor/python/python_2/setuptools/cli.exe diff --git a/openpype/vendor/python/python_2/setuptools/command/__init__.py b/client/openpype/vendor/python/python_2/setuptools/command/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/__init__.py rename to client/openpype/vendor/python/python_2/setuptools/command/__init__.py diff --git a/openpype/vendor/python/python_2/setuptools/command/alias.py b/client/openpype/vendor/python/python_2/setuptools/command/alias.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/alias.py rename to client/openpype/vendor/python/python_2/setuptools/command/alias.py diff --git a/openpype/vendor/python/python_2/setuptools/command/bdist_egg.py b/client/openpype/vendor/python/python_2/setuptools/command/bdist_egg.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/bdist_egg.py rename to client/openpype/vendor/python/python_2/setuptools/command/bdist_egg.py diff --git a/openpype/vendor/python/python_2/setuptools/command/bdist_rpm.py b/client/openpype/vendor/python/python_2/setuptools/command/bdist_rpm.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/bdist_rpm.py rename to client/openpype/vendor/python/python_2/setuptools/command/bdist_rpm.py diff --git a/openpype/vendor/python/python_2/setuptools/command/bdist_wininst.py b/client/openpype/vendor/python/python_2/setuptools/command/bdist_wininst.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/bdist_wininst.py rename to client/openpype/vendor/python/python_2/setuptools/command/bdist_wininst.py diff --git a/openpype/vendor/python/python_2/setuptools/command/build_clib.py b/client/openpype/vendor/python/python_2/setuptools/command/build_clib.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/build_clib.py rename to client/openpype/vendor/python/python_2/setuptools/command/build_clib.py diff --git a/openpype/vendor/python/python_2/setuptools/command/build_ext.py b/client/openpype/vendor/python/python_2/setuptools/command/build_ext.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/build_ext.py rename to client/openpype/vendor/python/python_2/setuptools/command/build_ext.py diff --git a/openpype/vendor/python/python_2/setuptools/command/build_py.py b/client/openpype/vendor/python/python_2/setuptools/command/build_py.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/build_py.py rename to client/openpype/vendor/python/python_2/setuptools/command/build_py.py diff --git a/openpype/vendor/python/python_2/setuptools/command/develop.py b/client/openpype/vendor/python/python_2/setuptools/command/develop.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/develop.py rename to client/openpype/vendor/python/python_2/setuptools/command/develop.py diff --git a/openpype/vendor/python/python_2/setuptools/command/dist_info.py b/client/openpype/vendor/python/python_2/setuptools/command/dist_info.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/dist_info.py rename to client/openpype/vendor/python/python_2/setuptools/command/dist_info.py diff --git a/openpype/vendor/python/python_2/setuptools/command/easy_install.py b/client/openpype/vendor/python/python_2/setuptools/command/easy_install.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/easy_install.py rename to client/openpype/vendor/python/python_2/setuptools/command/easy_install.py diff --git a/openpype/vendor/python/python_2/setuptools/command/egg_info.py b/client/openpype/vendor/python/python_2/setuptools/command/egg_info.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/egg_info.py rename to client/openpype/vendor/python/python_2/setuptools/command/egg_info.py diff --git a/openpype/vendor/python/python_2/setuptools/command/install.py b/client/openpype/vendor/python/python_2/setuptools/command/install.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/install.py rename to client/openpype/vendor/python/python_2/setuptools/command/install.py diff --git a/openpype/vendor/python/python_2/setuptools/command/install_egg_info.py b/client/openpype/vendor/python/python_2/setuptools/command/install_egg_info.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/install_egg_info.py rename to client/openpype/vendor/python/python_2/setuptools/command/install_egg_info.py diff --git a/openpype/vendor/python/python_2/setuptools/command/install_lib.py b/client/openpype/vendor/python/python_2/setuptools/command/install_lib.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/install_lib.py rename to client/openpype/vendor/python/python_2/setuptools/command/install_lib.py diff --git a/openpype/vendor/python/python_2/setuptools/command/install_scripts.py b/client/openpype/vendor/python/python_2/setuptools/command/install_scripts.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/install_scripts.py rename to client/openpype/vendor/python/python_2/setuptools/command/install_scripts.py diff --git a/openpype/vendor/python/python_2/setuptools/command/launcher manifest.xml b/client/openpype/vendor/python/python_2/setuptools/command/launcher manifest.xml similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/launcher manifest.xml rename to client/openpype/vendor/python/python_2/setuptools/command/launcher manifest.xml diff --git a/openpype/vendor/python/python_2/setuptools/command/py36compat.py b/client/openpype/vendor/python/python_2/setuptools/command/py36compat.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/py36compat.py rename to client/openpype/vendor/python/python_2/setuptools/command/py36compat.py diff --git a/openpype/vendor/python/python_2/setuptools/command/register.py b/client/openpype/vendor/python/python_2/setuptools/command/register.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/register.py rename to client/openpype/vendor/python/python_2/setuptools/command/register.py diff --git a/openpype/vendor/python/python_2/setuptools/command/rotate.py b/client/openpype/vendor/python/python_2/setuptools/command/rotate.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/rotate.py rename to client/openpype/vendor/python/python_2/setuptools/command/rotate.py diff --git a/openpype/vendor/python/python_2/setuptools/command/saveopts.py b/client/openpype/vendor/python/python_2/setuptools/command/saveopts.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/saveopts.py rename to client/openpype/vendor/python/python_2/setuptools/command/saveopts.py diff --git a/openpype/vendor/python/python_2/setuptools/command/sdist.py b/client/openpype/vendor/python/python_2/setuptools/command/sdist.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/sdist.py rename to client/openpype/vendor/python/python_2/setuptools/command/sdist.py diff --git a/openpype/vendor/python/python_2/setuptools/command/setopt.py b/client/openpype/vendor/python/python_2/setuptools/command/setopt.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/setopt.py rename to client/openpype/vendor/python/python_2/setuptools/command/setopt.py diff --git a/openpype/vendor/python/python_2/setuptools/command/test.py b/client/openpype/vendor/python/python_2/setuptools/command/test.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/test.py rename to client/openpype/vendor/python/python_2/setuptools/command/test.py diff --git a/openpype/vendor/python/python_2/setuptools/command/upload.py b/client/openpype/vendor/python/python_2/setuptools/command/upload.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/upload.py rename to client/openpype/vendor/python/python_2/setuptools/command/upload.py diff --git a/openpype/vendor/python/python_2/setuptools/command/upload_docs.py b/client/openpype/vendor/python/python_2/setuptools/command/upload_docs.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/command/upload_docs.py rename to client/openpype/vendor/python/python_2/setuptools/command/upload_docs.py diff --git a/openpype/vendor/python/python_2/setuptools/config.py b/client/openpype/vendor/python/python_2/setuptools/config.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/config.py rename to client/openpype/vendor/python/python_2/setuptools/config.py diff --git a/openpype/vendor/python/python_2/setuptools/dep_util.py b/client/openpype/vendor/python/python_2/setuptools/dep_util.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/dep_util.py rename to client/openpype/vendor/python/python_2/setuptools/dep_util.py diff --git a/openpype/vendor/python/python_2/setuptools/depends.py b/client/openpype/vendor/python/python_2/setuptools/depends.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/depends.py rename to client/openpype/vendor/python/python_2/setuptools/depends.py diff --git a/openpype/vendor/python/python_2/setuptools/dist.py b/client/openpype/vendor/python/python_2/setuptools/dist.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/dist.py rename to client/openpype/vendor/python/python_2/setuptools/dist.py diff --git a/openpype/vendor/python/python_2/setuptools/errors.py b/client/openpype/vendor/python/python_2/setuptools/errors.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/errors.py rename to client/openpype/vendor/python/python_2/setuptools/errors.py diff --git a/openpype/vendor/python/python_2/setuptools/extension.py b/client/openpype/vendor/python/python_2/setuptools/extension.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/extension.py rename to client/openpype/vendor/python/python_2/setuptools/extension.py diff --git a/openpype/vendor/python/python_2/setuptools/extern/__init__.py b/client/openpype/vendor/python/python_2/setuptools/extern/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/extern/__init__.py rename to client/openpype/vendor/python/python_2/setuptools/extern/__init__.py diff --git a/openpype/vendor/python/python_2/setuptools/glob.py b/client/openpype/vendor/python/python_2/setuptools/glob.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/glob.py rename to client/openpype/vendor/python/python_2/setuptools/glob.py diff --git a/openpype/vendor/python/python_2/setuptools/gui-32.exe b/client/openpype/vendor/python/python_2/setuptools/gui-32.exe similarity index 100% rename from openpype/vendor/python/python_2/setuptools/gui-32.exe rename to client/openpype/vendor/python/python_2/setuptools/gui-32.exe diff --git a/openpype/vendor/python/python_2/setuptools/gui-64.exe b/client/openpype/vendor/python/python_2/setuptools/gui-64.exe similarity index 100% rename from openpype/vendor/python/python_2/setuptools/gui-64.exe rename to client/openpype/vendor/python/python_2/setuptools/gui-64.exe diff --git a/openpype/vendor/python/python_2/setuptools/gui.exe b/client/openpype/vendor/python/python_2/setuptools/gui.exe similarity index 100% rename from openpype/vendor/python/python_2/setuptools/gui.exe rename to client/openpype/vendor/python/python_2/setuptools/gui.exe diff --git a/openpype/vendor/python/python_2/setuptools/installer.py b/client/openpype/vendor/python/python_2/setuptools/installer.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/installer.py rename to client/openpype/vendor/python/python_2/setuptools/installer.py diff --git a/openpype/vendor/python/python_2/setuptools/launch.py b/client/openpype/vendor/python/python_2/setuptools/launch.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/launch.py rename to client/openpype/vendor/python/python_2/setuptools/launch.py diff --git a/openpype/vendor/python/python_2/setuptools/lib2to3_ex.py b/client/openpype/vendor/python/python_2/setuptools/lib2to3_ex.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/lib2to3_ex.py rename to client/openpype/vendor/python/python_2/setuptools/lib2to3_ex.py diff --git a/openpype/vendor/python/python_2/setuptools/monkey.py b/client/openpype/vendor/python/python_2/setuptools/monkey.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/monkey.py rename to client/openpype/vendor/python/python_2/setuptools/monkey.py diff --git a/openpype/vendor/python/python_2/setuptools/msvc.py b/client/openpype/vendor/python/python_2/setuptools/msvc.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/msvc.py rename to client/openpype/vendor/python/python_2/setuptools/msvc.py diff --git a/openpype/vendor/python/python_2/setuptools/namespaces.py b/client/openpype/vendor/python/python_2/setuptools/namespaces.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/namespaces.py rename to client/openpype/vendor/python/python_2/setuptools/namespaces.py diff --git a/openpype/vendor/python/python_2/setuptools/package_index.py b/client/openpype/vendor/python/python_2/setuptools/package_index.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/package_index.py rename to client/openpype/vendor/python/python_2/setuptools/package_index.py diff --git a/openpype/vendor/python/python_2/setuptools/py27compat.py b/client/openpype/vendor/python/python_2/setuptools/py27compat.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/py27compat.py rename to client/openpype/vendor/python/python_2/setuptools/py27compat.py diff --git a/openpype/vendor/python/python_2/setuptools/py31compat.py b/client/openpype/vendor/python/python_2/setuptools/py31compat.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/py31compat.py rename to client/openpype/vendor/python/python_2/setuptools/py31compat.py diff --git a/openpype/vendor/python/python_2/setuptools/py33compat.py b/client/openpype/vendor/python/python_2/setuptools/py33compat.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/py33compat.py rename to client/openpype/vendor/python/python_2/setuptools/py33compat.py diff --git a/openpype/vendor/python/python_2/setuptools/py34compat.py b/client/openpype/vendor/python/python_2/setuptools/py34compat.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/py34compat.py rename to client/openpype/vendor/python/python_2/setuptools/py34compat.py diff --git a/openpype/vendor/python/python_2/setuptools/sandbox.py b/client/openpype/vendor/python/python_2/setuptools/sandbox.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/sandbox.py rename to client/openpype/vendor/python/python_2/setuptools/sandbox.py diff --git a/openpype/vendor/python/python_2/setuptools/script (dev).tmpl b/client/openpype/vendor/python/python_2/setuptools/script (dev).tmpl similarity index 100% rename from openpype/vendor/python/python_2/setuptools/script (dev).tmpl rename to client/openpype/vendor/python/python_2/setuptools/script (dev).tmpl diff --git a/openpype/vendor/python/python_2/setuptools/script.tmpl b/client/openpype/vendor/python/python_2/setuptools/script.tmpl similarity index 100% rename from openpype/vendor/python/python_2/setuptools/script.tmpl rename to client/openpype/vendor/python/python_2/setuptools/script.tmpl diff --git a/openpype/vendor/python/python_2/setuptools/site-patch.py b/client/openpype/vendor/python/python_2/setuptools/site-patch.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/site-patch.py rename to client/openpype/vendor/python/python_2/setuptools/site-patch.py diff --git a/openpype/vendor/python/python_2/setuptools/ssl_support.py b/client/openpype/vendor/python/python_2/setuptools/ssl_support.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/ssl_support.py rename to client/openpype/vendor/python/python_2/setuptools/ssl_support.py diff --git a/openpype/vendor/python/python_2/setuptools/unicode_utils.py b/client/openpype/vendor/python/python_2/setuptools/unicode_utils.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/unicode_utils.py rename to client/openpype/vendor/python/python_2/setuptools/unicode_utils.py diff --git a/openpype/vendor/python/python_2/setuptools/version.py b/client/openpype/vendor/python/python_2/setuptools/version.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/version.py rename to client/openpype/vendor/python/python_2/setuptools/version.py diff --git a/openpype/vendor/python/python_2/setuptools/wheel.py b/client/openpype/vendor/python/python_2/setuptools/wheel.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/wheel.py rename to client/openpype/vendor/python/python_2/setuptools/wheel.py diff --git a/openpype/vendor/python/python_2/setuptools/windows_support.py b/client/openpype/vendor/python/python_2/setuptools/windows_support.py similarity index 100% rename from openpype/vendor/python/python_2/setuptools/windows_support.py rename to client/openpype/vendor/python/python_2/setuptools/windows_support.py diff --git a/openpype/vendor/python/python_2/socketio/__init__.py b/client/openpype/vendor/python/python_2/socketio/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/__init__.py rename to client/openpype/vendor/python/python_2/socketio/__init__.py diff --git a/openpype/vendor/python/python_2/socketio/asgi.py b/client/openpype/vendor/python/python_2/socketio/asgi.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/asgi.py rename to client/openpype/vendor/python/python_2/socketio/asgi.py diff --git a/openpype/vendor/python/python_2/socketio/asyncio_client.py b/client/openpype/vendor/python/python_2/socketio/asyncio_client.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/asyncio_client.py rename to client/openpype/vendor/python/python_2/socketio/asyncio_client.py diff --git a/openpype/vendor/python/python_2/socketio/asyncio_manager.py b/client/openpype/vendor/python/python_2/socketio/asyncio_manager.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/asyncio_manager.py rename to client/openpype/vendor/python/python_2/socketio/asyncio_manager.py diff --git a/openpype/vendor/python/python_2/socketio/asyncio_namespace.py b/client/openpype/vendor/python/python_2/socketio/asyncio_namespace.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/asyncio_namespace.py rename to client/openpype/vendor/python/python_2/socketio/asyncio_namespace.py diff --git a/openpype/vendor/python/python_2/socketio/asyncio_pubsub_manager.py b/client/openpype/vendor/python/python_2/socketio/asyncio_pubsub_manager.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/asyncio_pubsub_manager.py rename to client/openpype/vendor/python/python_2/socketio/asyncio_pubsub_manager.py diff --git a/openpype/vendor/python/python_2/socketio/asyncio_redis_manager.py b/client/openpype/vendor/python/python_2/socketio/asyncio_redis_manager.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/asyncio_redis_manager.py rename to client/openpype/vendor/python/python_2/socketio/asyncio_redis_manager.py diff --git a/openpype/vendor/python/python_2/socketio/asyncio_server.py b/client/openpype/vendor/python/python_2/socketio/asyncio_server.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/asyncio_server.py rename to client/openpype/vendor/python/python_2/socketio/asyncio_server.py diff --git a/openpype/vendor/python/python_2/socketio/base_manager.py b/client/openpype/vendor/python/python_2/socketio/base_manager.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/base_manager.py rename to client/openpype/vendor/python/python_2/socketio/base_manager.py diff --git a/openpype/vendor/python/python_2/socketio/client.py b/client/openpype/vendor/python/python_2/socketio/client.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/client.py rename to client/openpype/vendor/python/python_2/socketio/client.py diff --git a/openpype/vendor/python/python_2/socketio/exceptions.py b/client/openpype/vendor/python/python_2/socketio/exceptions.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/exceptions.py rename to client/openpype/vendor/python/python_2/socketio/exceptions.py diff --git a/openpype/vendor/python/python_2/socketio/kombu_manager.py b/client/openpype/vendor/python/python_2/socketio/kombu_manager.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/kombu_manager.py rename to client/openpype/vendor/python/python_2/socketio/kombu_manager.py diff --git a/openpype/vendor/python/python_2/socketio/middleware.py b/client/openpype/vendor/python/python_2/socketio/middleware.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/middleware.py rename to client/openpype/vendor/python/python_2/socketio/middleware.py diff --git a/openpype/vendor/python/python_2/socketio/namespace.py b/client/openpype/vendor/python/python_2/socketio/namespace.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/namespace.py rename to client/openpype/vendor/python/python_2/socketio/namespace.py diff --git a/openpype/vendor/python/python_2/socketio/packet.py b/client/openpype/vendor/python/python_2/socketio/packet.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/packet.py rename to client/openpype/vendor/python/python_2/socketio/packet.py diff --git a/openpype/vendor/python/python_2/socketio/pubsub_manager.py b/client/openpype/vendor/python/python_2/socketio/pubsub_manager.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/pubsub_manager.py rename to client/openpype/vendor/python/python_2/socketio/pubsub_manager.py diff --git a/openpype/vendor/python/python_2/socketio/redis_manager.py b/client/openpype/vendor/python/python_2/socketio/redis_manager.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/redis_manager.py rename to client/openpype/vendor/python/python_2/socketio/redis_manager.py diff --git a/openpype/vendor/python/python_2/socketio/server.py b/client/openpype/vendor/python/python_2/socketio/server.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/server.py rename to client/openpype/vendor/python/python_2/socketio/server.py diff --git a/openpype/vendor/python/python_2/socketio/tornado.py b/client/openpype/vendor/python/python_2/socketio/tornado.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/tornado.py rename to client/openpype/vendor/python/python_2/socketio/tornado.py diff --git a/openpype/vendor/python/python_2/socketio/zmq_manager.py b/client/openpype/vendor/python/python_2/socketio/zmq_manager.py similarity index 100% rename from openpype/vendor/python/python_2/socketio/zmq_manager.py rename to client/openpype/vendor/python/python_2/socketio/zmq_manager.py diff --git a/openpype/vendor/python/python_2/urllib3/__init__.py b/client/openpype/vendor/python/python_2/urllib3/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/__init__.py rename to client/openpype/vendor/python/python_2/urllib3/__init__.py diff --git a/openpype/vendor/python/python_2/urllib3/_collections.py b/client/openpype/vendor/python/python_2/urllib3/_collections.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/_collections.py rename to client/openpype/vendor/python/python_2/urllib3/_collections.py diff --git a/openpype/vendor/python/python_2/urllib3/_version.py b/client/openpype/vendor/python/python_2/urllib3/_version.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/_version.py rename to client/openpype/vendor/python/python_2/urllib3/_version.py diff --git a/openpype/vendor/python/python_2/urllib3/connection.py b/client/openpype/vendor/python/python_2/urllib3/connection.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/connection.py rename to client/openpype/vendor/python/python_2/urllib3/connection.py diff --git a/openpype/vendor/python/python_2/urllib3/connectionpool.py b/client/openpype/vendor/python/python_2/urllib3/connectionpool.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/connectionpool.py rename to client/openpype/vendor/python/python_2/urllib3/connectionpool.py diff --git a/openpype/vendor/python/python_2/urllib3/contrib/__init__.py b/client/openpype/vendor/python/python_2/urllib3/contrib/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/contrib/__init__.py rename to client/openpype/vendor/python/python_2/urllib3/contrib/__init__.py diff --git a/openpype/vendor/python/python_2/urllib3/contrib/_appengine_environ.py b/client/openpype/vendor/python/python_2/urllib3/contrib/_appengine_environ.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/contrib/_appengine_environ.py rename to client/openpype/vendor/python/python_2/urllib3/contrib/_appengine_environ.py diff --git a/openpype/vendor/python/python_2/urllib3/contrib/_securetransport/__init__.py b/client/openpype/vendor/python/python_2/urllib3/contrib/_securetransport/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/contrib/_securetransport/__init__.py rename to client/openpype/vendor/python/python_2/urllib3/contrib/_securetransport/__init__.py diff --git a/openpype/vendor/python/python_2/urllib3/contrib/_securetransport/bindings.py b/client/openpype/vendor/python/python_2/urllib3/contrib/_securetransport/bindings.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/contrib/_securetransport/bindings.py rename to client/openpype/vendor/python/python_2/urllib3/contrib/_securetransport/bindings.py diff --git a/openpype/vendor/python/python_2/urllib3/contrib/_securetransport/low_level.py b/client/openpype/vendor/python/python_2/urllib3/contrib/_securetransport/low_level.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/contrib/_securetransport/low_level.py rename to client/openpype/vendor/python/python_2/urllib3/contrib/_securetransport/low_level.py diff --git a/openpype/vendor/python/python_2/urllib3/contrib/appengine.py b/client/openpype/vendor/python/python_2/urllib3/contrib/appengine.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/contrib/appengine.py rename to client/openpype/vendor/python/python_2/urllib3/contrib/appengine.py diff --git a/openpype/vendor/python/python_2/urllib3/contrib/ntlmpool.py b/client/openpype/vendor/python/python_2/urllib3/contrib/ntlmpool.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/contrib/ntlmpool.py rename to client/openpype/vendor/python/python_2/urllib3/contrib/ntlmpool.py diff --git a/openpype/vendor/python/python_2/urllib3/contrib/pyopenssl.py b/client/openpype/vendor/python/python_2/urllib3/contrib/pyopenssl.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/contrib/pyopenssl.py rename to client/openpype/vendor/python/python_2/urllib3/contrib/pyopenssl.py diff --git a/openpype/vendor/python/python_2/urllib3/contrib/securetransport.py b/client/openpype/vendor/python/python_2/urllib3/contrib/securetransport.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/contrib/securetransport.py rename to client/openpype/vendor/python/python_2/urllib3/contrib/securetransport.py diff --git a/openpype/vendor/python/python_2/urllib3/contrib/socks.py b/client/openpype/vendor/python/python_2/urllib3/contrib/socks.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/contrib/socks.py rename to client/openpype/vendor/python/python_2/urllib3/contrib/socks.py diff --git a/openpype/vendor/python/python_2/urllib3/exceptions.py b/client/openpype/vendor/python/python_2/urllib3/exceptions.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/exceptions.py rename to client/openpype/vendor/python/python_2/urllib3/exceptions.py diff --git a/openpype/vendor/python/python_2/urllib3/fields.py b/client/openpype/vendor/python/python_2/urllib3/fields.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/fields.py rename to client/openpype/vendor/python/python_2/urllib3/fields.py diff --git a/openpype/vendor/python/python_2/urllib3/filepost.py b/client/openpype/vendor/python/python_2/urllib3/filepost.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/filepost.py rename to client/openpype/vendor/python/python_2/urllib3/filepost.py diff --git a/openpype/vendor/python/python_2/urllib3/packages/__init__.py b/client/openpype/vendor/python/python_2/urllib3/packages/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/packages/__init__.py rename to client/openpype/vendor/python/python_2/urllib3/packages/__init__.py diff --git a/openpype/vendor/python/python_2/urllib3/packages/backports/__init__.py b/client/openpype/vendor/python/python_2/urllib3/packages/backports/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/packages/backports/__init__.py rename to client/openpype/vendor/python/python_2/urllib3/packages/backports/__init__.py diff --git a/openpype/vendor/python/python_2/urllib3/packages/backports/makefile.py b/client/openpype/vendor/python/python_2/urllib3/packages/backports/makefile.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/packages/backports/makefile.py rename to client/openpype/vendor/python/python_2/urllib3/packages/backports/makefile.py diff --git a/openpype/vendor/python/python_2/urllib3/packages/six.py b/client/openpype/vendor/python/python_2/urllib3/packages/six.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/packages/six.py rename to client/openpype/vendor/python/python_2/urllib3/packages/six.py diff --git a/openpype/vendor/python/python_2/urllib3/poolmanager.py b/client/openpype/vendor/python/python_2/urllib3/poolmanager.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/poolmanager.py rename to client/openpype/vendor/python/python_2/urllib3/poolmanager.py diff --git a/openpype/vendor/python/python_2/urllib3/request.py b/client/openpype/vendor/python/python_2/urllib3/request.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/request.py rename to client/openpype/vendor/python/python_2/urllib3/request.py diff --git a/openpype/vendor/python/python_2/urllib3/response.py b/client/openpype/vendor/python/python_2/urllib3/response.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/response.py rename to client/openpype/vendor/python/python_2/urllib3/response.py diff --git a/openpype/vendor/python/python_2/urllib3/util/__init__.py b/client/openpype/vendor/python/python_2/urllib3/util/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/__init__.py rename to client/openpype/vendor/python/python_2/urllib3/util/__init__.py diff --git a/openpype/vendor/python/python_2/urllib3/util/connection.py b/client/openpype/vendor/python/python_2/urllib3/util/connection.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/connection.py rename to client/openpype/vendor/python/python_2/urllib3/util/connection.py diff --git a/openpype/vendor/python/python_2/urllib3/util/proxy.py b/client/openpype/vendor/python/python_2/urllib3/util/proxy.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/proxy.py rename to client/openpype/vendor/python/python_2/urllib3/util/proxy.py diff --git a/openpype/vendor/python/python_2/urllib3/util/queue.py b/client/openpype/vendor/python/python_2/urllib3/util/queue.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/queue.py rename to client/openpype/vendor/python/python_2/urllib3/util/queue.py diff --git a/openpype/vendor/python/python_2/urllib3/util/request.py b/client/openpype/vendor/python/python_2/urllib3/util/request.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/request.py rename to client/openpype/vendor/python/python_2/urllib3/util/request.py diff --git a/openpype/vendor/python/python_2/urllib3/util/response.py b/client/openpype/vendor/python/python_2/urllib3/util/response.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/response.py rename to client/openpype/vendor/python/python_2/urllib3/util/response.py diff --git a/openpype/vendor/python/python_2/urllib3/util/retry.py b/client/openpype/vendor/python/python_2/urllib3/util/retry.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/retry.py rename to client/openpype/vendor/python/python_2/urllib3/util/retry.py diff --git a/openpype/vendor/python/python_2/urllib3/util/ssl_.py b/client/openpype/vendor/python/python_2/urllib3/util/ssl_.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/ssl_.py rename to client/openpype/vendor/python/python_2/urllib3/util/ssl_.py diff --git a/openpype/vendor/python/python_2/urllib3/util/ssl_match_hostname.py b/client/openpype/vendor/python/python_2/urllib3/util/ssl_match_hostname.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/ssl_match_hostname.py rename to client/openpype/vendor/python/python_2/urllib3/util/ssl_match_hostname.py diff --git a/openpype/vendor/python/python_2/urllib3/util/ssltransport.py b/client/openpype/vendor/python/python_2/urllib3/util/ssltransport.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/ssltransport.py rename to client/openpype/vendor/python/python_2/urllib3/util/ssltransport.py diff --git a/openpype/vendor/python/python_2/urllib3/util/timeout.py b/client/openpype/vendor/python/python_2/urllib3/util/timeout.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/timeout.py rename to client/openpype/vendor/python/python_2/urllib3/util/timeout.py diff --git a/openpype/vendor/python/python_2/urllib3/util/url.py b/client/openpype/vendor/python/python_2/urllib3/util/url.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/url.py rename to client/openpype/vendor/python/python_2/urllib3/util/url.py diff --git a/openpype/vendor/python/python_2/urllib3/util/wait.py b/client/openpype/vendor/python/python_2/urllib3/util/wait.py similarity index 100% rename from openpype/vendor/python/python_2/urllib3/util/wait.py rename to client/openpype/vendor/python/python_2/urllib3/util/wait.py diff --git a/openpype/vendor/python/python_2/websocket/__init__.py b/client/openpype/vendor/python/python_2/websocket/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/__init__.py rename to client/openpype/vendor/python/python_2/websocket/__init__.py diff --git a/openpype/vendor/python/python_2/websocket/_abnf.py b/client/openpype/vendor/python/python_2/websocket/_abnf.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_abnf.py rename to client/openpype/vendor/python/python_2/websocket/_abnf.py diff --git a/openpype/vendor/python/python_2/websocket/_app.py b/client/openpype/vendor/python/python_2/websocket/_app.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_app.py rename to client/openpype/vendor/python/python_2/websocket/_app.py diff --git a/openpype/vendor/python/python_2/websocket/_cookiejar.py b/client/openpype/vendor/python/python_2/websocket/_cookiejar.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_cookiejar.py rename to client/openpype/vendor/python/python_2/websocket/_cookiejar.py diff --git a/openpype/vendor/python/python_2/websocket/_core.py b/client/openpype/vendor/python/python_2/websocket/_core.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_core.py rename to client/openpype/vendor/python/python_2/websocket/_core.py diff --git a/openpype/vendor/python/python_2/websocket/_exceptions.py b/client/openpype/vendor/python/python_2/websocket/_exceptions.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_exceptions.py rename to client/openpype/vendor/python/python_2/websocket/_exceptions.py diff --git a/openpype/vendor/python/python_2/websocket/_handshake.py b/client/openpype/vendor/python/python_2/websocket/_handshake.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_handshake.py rename to client/openpype/vendor/python/python_2/websocket/_handshake.py diff --git a/openpype/vendor/python/python_2/websocket/_http.py b/client/openpype/vendor/python/python_2/websocket/_http.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_http.py rename to client/openpype/vendor/python/python_2/websocket/_http.py diff --git a/openpype/vendor/python/python_2/websocket/_logging.py b/client/openpype/vendor/python/python_2/websocket/_logging.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_logging.py rename to client/openpype/vendor/python/python_2/websocket/_logging.py diff --git a/openpype/vendor/python/python_2/websocket/_socket.py b/client/openpype/vendor/python/python_2/websocket/_socket.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_socket.py rename to client/openpype/vendor/python/python_2/websocket/_socket.py diff --git a/openpype/vendor/python/python_2/websocket/_ssl_compat.py b/client/openpype/vendor/python/python_2/websocket/_ssl_compat.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_ssl_compat.py rename to client/openpype/vendor/python/python_2/websocket/_ssl_compat.py diff --git a/openpype/vendor/python/python_2/websocket/_url.py b/client/openpype/vendor/python/python_2/websocket/_url.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_url.py rename to client/openpype/vendor/python/python_2/websocket/_url.py diff --git a/openpype/vendor/python/python_2/websocket/_utils.py b/client/openpype/vendor/python/python_2/websocket/_utils.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/_utils.py rename to client/openpype/vendor/python/python_2/websocket/_utils.py diff --git a/openpype/vendor/python/python_2/websocket/tests/__init__.py b/client/openpype/vendor/python/python_2/websocket/tests/__init__.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/tests/__init__.py rename to client/openpype/vendor/python/python_2/websocket/tests/__init__.py diff --git a/openpype/vendor/python/python_2/websocket/tests/data/header01.txt b/client/openpype/vendor/python/python_2/websocket/tests/data/header01.txt similarity index 100% rename from openpype/vendor/python/python_2/websocket/tests/data/header01.txt rename to client/openpype/vendor/python/python_2/websocket/tests/data/header01.txt diff --git a/openpype/vendor/python/python_2/websocket/tests/data/header02.txt b/client/openpype/vendor/python/python_2/websocket/tests/data/header02.txt similarity index 100% rename from openpype/vendor/python/python_2/websocket/tests/data/header02.txt rename to client/openpype/vendor/python/python_2/websocket/tests/data/header02.txt diff --git a/openpype/vendor/python/python_2/websocket/tests/data/header03.txt b/client/openpype/vendor/python/python_2/websocket/tests/data/header03.txt similarity index 100% rename from openpype/vendor/python/python_2/websocket/tests/data/header03.txt rename to client/openpype/vendor/python/python_2/websocket/tests/data/header03.txt diff --git a/openpype/vendor/python/python_2/websocket/tests/test_abnf.py b/client/openpype/vendor/python/python_2/websocket/tests/test_abnf.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/tests/test_abnf.py rename to client/openpype/vendor/python/python_2/websocket/tests/test_abnf.py diff --git a/openpype/vendor/python/python_2/websocket/tests/test_app.py b/client/openpype/vendor/python/python_2/websocket/tests/test_app.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/tests/test_app.py rename to client/openpype/vendor/python/python_2/websocket/tests/test_app.py diff --git a/openpype/vendor/python/python_2/websocket/tests/test_cookiejar.py b/client/openpype/vendor/python/python_2/websocket/tests/test_cookiejar.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/tests/test_cookiejar.py rename to client/openpype/vendor/python/python_2/websocket/tests/test_cookiejar.py diff --git a/openpype/vendor/python/python_2/websocket/tests/test_http.py b/client/openpype/vendor/python/python_2/websocket/tests/test_http.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/tests/test_http.py rename to client/openpype/vendor/python/python_2/websocket/tests/test_http.py diff --git a/openpype/vendor/python/python_2/websocket/tests/test_url.py b/client/openpype/vendor/python/python_2/websocket/tests/test_url.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/tests/test_url.py rename to client/openpype/vendor/python/python_2/websocket/tests/test_url.py diff --git a/openpype/vendor/python/python_2/websocket/tests/test_websocket.py b/client/openpype/vendor/python/python_2/websocket/tests/test_websocket.py similarity index 100% rename from openpype/vendor/python/python_2/websocket/tests/test_websocket.py rename to client/openpype/vendor/python/python_2/websocket/tests/test_websocket.py diff --git a/openpype/vendor/python/python_3/README.md b/client/openpype/vendor/python/python_3/README.md similarity index 100% rename from openpype/vendor/python/python_3/README.md rename to client/openpype/vendor/python/python_3/README.md diff --git a/openpype/version.py b/client/openpype/version.py similarity index 100% rename from openpype/version.py rename to client/openpype/version.py diff --git a/openpype/widgets/README.md b/client/openpype/widgets/README.md similarity index 100% rename from openpype/widgets/README.md rename to client/openpype/widgets/README.md diff --git a/openpype/widgets/__init__.py b/client/openpype/widgets/__init__.py similarity index 100% rename from openpype/widgets/__init__.py rename to client/openpype/widgets/__init__.py diff --git a/openpype/widgets/color_widgets/__init__.py b/client/openpype/widgets/color_widgets/__init__.py similarity index 100% rename from openpype/widgets/color_widgets/__init__.py rename to client/openpype/widgets/color_widgets/__init__.py diff --git a/openpype/widgets/color_widgets/color_inputs.py b/client/openpype/widgets/color_widgets/color_inputs.py similarity index 100% rename from openpype/widgets/color_widgets/color_inputs.py rename to client/openpype/widgets/color_widgets/color_inputs.py diff --git a/openpype/widgets/color_widgets/color_picker_widget.py b/client/openpype/widgets/color_widgets/color_picker_widget.py similarity index 100% rename from openpype/widgets/color_widgets/color_picker_widget.py rename to client/openpype/widgets/color_widgets/color_picker_widget.py diff --git a/openpype/widgets/color_widgets/color_screen_pick.py b/client/openpype/widgets/color_widgets/color_screen_pick.py similarity index 100% rename from openpype/widgets/color_widgets/color_screen_pick.py rename to client/openpype/widgets/color_widgets/color_screen_pick.py diff --git a/openpype/widgets/color_widgets/color_triangle.py b/client/openpype/widgets/color_widgets/color_triangle.py similarity index 100% rename from openpype/widgets/color_widgets/color_triangle.py rename to client/openpype/widgets/color_widgets/color_triangle.py diff --git a/openpype/widgets/color_widgets/color_view.py b/client/openpype/widgets/color_widgets/color_view.py similarity index 100% rename from openpype/widgets/color_widgets/color_view.py rename to client/openpype/widgets/color_widgets/color_view.py diff --git a/openpype/widgets/color_widgets/eyedropper.png b/client/openpype/widgets/color_widgets/eyedropper.png similarity index 100% rename from openpype/widgets/color_widgets/eyedropper.png rename to client/openpype/widgets/color_widgets/eyedropper.png diff --git a/openpype/widgets/message_window.py b/client/openpype/widgets/message_window.py similarity index 100% rename from openpype/widgets/message_window.py rename to client/openpype/widgets/message_window.py diff --git a/openpype/widgets/nice_checkbox.py b/client/openpype/widgets/nice_checkbox.py similarity index 100% rename from openpype/widgets/nice_checkbox.py rename to client/openpype/widgets/nice_checkbox.py diff --git a/openpype/widgets/password_dialog.py b/client/openpype/widgets/password_dialog.py similarity index 100% rename from openpype/widgets/password_dialog.py rename to client/openpype/widgets/password_dialog.py diff --git a/openpype/widgets/popup.py b/client/openpype/widgets/popup.py similarity index 100% rename from openpype/widgets/popup.py rename to client/openpype/widgets/popup.py diff --git a/openpype/widgets/sliders.py b/client/openpype/widgets/sliders.py similarity index 100% rename from openpype/widgets/sliders.py rename to client/openpype/widgets/sliders.py